Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); New blog post: Simulator Enhancements (03/13/24)

Author Topic: 0.72a fatal:null  (Read 5349 times)

NovaColonel

  • Ensign
  • *
  • Posts: 3
    • View Profile
0.72a fatal:null
« on: March 29, 2016, 01:17:34 PM »

Hey there,
my problem is with Star Sector plus, current version as of 25 minutes ago. I have an up-to-date 64 bit JRE, 16 GB of RAM and the game works flawlessly with only Nexerelin (plus Lazylib and Shaderlib) enabled. But as soon as I try to enable Star Sector plus, the game will load, and the crash with the following last lines:

39738 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/distortions/ripple/0056.PNG (using cast)
39770 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/distortions/ripple/0057.PNG (using cast)
39801 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/distortions/ripple/0058.PNG (using cast)
39835 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/distortions/ripple/0059.PNG (using cast)
39866 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/distortions/ripple/0060.PNG (using cast)
39880 [Thread-4] WARN  com.fs.starfarer.loading.SpecStore  - Description with id cryoflux_SHIP_SYSTEM not found
39880 [Thread-4] WARN  com.fs.starfarer.loading.SpecStore  - Description with id flarelauncher_fighter_SHIP_SYSTEM not found
39880 [Thread-4] WARN  com.fs.starfarer.loading.SpecStore  - Description with id traveldrive_SHIP_SYSTEM not found
39880 [Thread-4] WARN  com.fs.starfarer.loading.SpecStore  - Description with id inferniuminjector_SHIP_SYSTEM not found
39881 [Thread-4] WARN  com.fs.starfarer.loading.SpecStore  - Description with id skimmer_drone_SHIP_SYSTEM not found
39942 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
   at sun.misc.Unsafe.allocateMemory(Native Method)
   at java.nio.DirectByteBuffer.<init>(Unknown Source)
   at java.nio.ByteBuffer.allocateDirect(Unknown Source)
   at org.lwjgl.BufferUtils.createByteBuffer(BufferUtils.java:60)
   at com.fs.starfarer.util.D.Ò00000(Unknown Source)
   at com.fs.starfarer.loading.ResourceLoaderState.init(Unknown Source)
   at com.fs.state.AppDriver.begin(Unknown Source)
   at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

I know it screams out of memory at me, but reallocating RAM in the vmparams didn't amount to anything, neither decreasing it nor increasing it. Any help would be greatly appreciated.
Thanks a lot in advance!
Logged

TJJ

  • Admiral
  • *****
  • Posts: 1905
    • View Profile
Re: 0.72a fatal:null
« Reply #1 on: March 29, 2016, 02:27:51 PM »

A heap dump might be useful in tracking down the cause:

Try adding this vm parameter:

-XX:+HeapDumpOnOutOfMemoryError

You can also change where it writes the dump, with:

-XX:HeapDumpPath=/path/to/somewhere/writable/dump.hprof
Logged

Midnight Kitsune

  • Admiral
  • *****
  • Posts: 2846
  • Your Friendly Forum Friend
    • View Profile
Re: 0.72a fatal:null
« Reply #2 on: March 30, 2016, 12:46:16 AM »

Hey there,
my problem is with Star Sector plus, current version as of 25 minutes ago. I have an up-to-date 64 bit JRE, 16 GB of RAM and the game works flawlessly with only Nexerelin (plus Lazylib and Shaderlib) enabled. But as soon as I try to enable Star Sector plus, the game will load, and the crash with the following last lines:

39738 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/distortions/ripple/0056.PNG (using cast)
39770 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/distortions/ripple/0057.PNG (using cast)
39801 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/distortions/ripple/0058.PNG (using cast)
39835 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/distortions/ripple/0059.PNG (using cast)
39866 [Thread-4] INFO  com.fs.graphics.TextureLoader  - Cleaned buffer for texture graphics/shaders/distortions/ripple/0060.PNG (using cast)
39880 [Thread-4] WARN  com.fs.starfarer.loading.SpecStore  - Description with id cryoflux_SHIP_SYSTEM not found
39880 [Thread-4] WARN  com.fs.starfarer.loading.SpecStore  - Description with id flarelauncher_fighter_SHIP_SYSTEM not found
39880 [Thread-4] WARN  com.fs.starfarer.loading.SpecStore  - Description with id traveldrive_SHIP_SYSTEM not found
39880 [Thread-4] WARN  com.fs.starfarer.loading.SpecStore  - Description with id inferniuminjector_SHIP_SYSTEM not found
39881 [Thread-4] WARN  com.fs.starfarer.loading.SpecStore  - Description with id skimmer_drone_SHIP_SYSTEM not found
39942 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
   at sun.misc.Unsafe.allocateMemory(Native Method)
   at java.nio.DirectByteBuffer.<init>(Unknown Source)
   at java.nio.ByteBuffer.allocateDirect(Unknown Source)
   at org.lwjgl.BufferUtils.createByteBuffer(BufferUtils.java:60)
   at com.fs.starfarer.util.D.Ò00000(Unknown Source)
   at com.fs.starfarer.loading.ResourceLoaderState.init(Unknown Source)
   at com.fs.state.AppDriver.begin(Unknown Source)
   at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

I know it screams out of memory at me, but reallocating RAM in the vmparams didn't amount to anything, neither decreasing it nor increasing it. Any help would be greatly appreciated.
Thanks a lot in advance!
What is your ram settings at?
Logged
Help out MesoTroniK, a modder in need

2021 is 2020 won
2022 is 2020 too

NovaColonel

  • Ensign
  • *
  • Posts: 3
    • View Profile
Re: 0.72a fatal:null
« Reply #3 on: March 30, 2016, 11:30:23 AM »

Thanks a lot already! Here's my vmparams (2 Gb start and 4 Gb max):

-server -XX:CompilerThreadPriority=1 -XX:+CompilerThreadHintNoPreempt -Djava.library.path=native\\windows -Xms2g -Xmx4g -Xss1024k -classpath janino.jar;commons-compiler.jar;commons-compiler-jdk.jar;starfarer.api.jar;starfarer_obf.jar;jogg-0.0.7.jar;jorbis-0.0.15.jar;json.jar;lwjgl.jar;jinput.jar;log4j-1.2.9.jar;lwjgl_util.jar;fs.sound_obf.jar;fs.common_obf.jar;xstream-1.4.2.jar -Dcom.fs.starfarer.settings.paths.saves=..\\saves -Dcom.fs.starfarer.settings.paths.screenshots=..\\screenshots -Dcom.fs.starfarer.settings.paths.mods=..\\mods -Dcom.fs.starfarer.settings.paths.logs=. com.fs.starfarer.StarfarerLauncher -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=..\\heapdump

And here what I suppose is my heapdump (setting the directory had no results, so I might have done it wrong...posted the complete path after the equals sign first, then changed it to what it reads like above):

Spoiler
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x70a2416c, pid=1584, tid=5872
#
# JRE version: Java(TM) SE Runtime Environment (8.0_77-b03) (build 1.8.0_77-b03)
# Java VM: Java HotSpot(TM) Client VM (25.77-b03 mixed mode windows-x86 )
# Problematic frame:
# C  [OPENGL32.dll+0x416c]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x44fe9400):  VMThread [stack: 0x04720000,0x04770000] [id=5872]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000051c

Registers:
EAX=0x7efd7000, EBX=0x00000000, ECX=0x4e21b8c8, EDX=0x00000000
ESP=0x0476f548, EBP=0x0476f558, ESI=0x4e21b8c8, EDI=0x00000000
EIP=0x70a2416c, EFLAGS=0x00010206

Top of Stack: (sp=0x0476f548)
0x0476f548:   56564366 00000001 4e21b8d0 4e21d080
0x0476f558:   0476f57c 56568a03 4e21b8c8 a0d6fd49
0x0476f568:   4e21d080 00000000 0476f59c 566209ee
0x0476f578:   00000000 0476f5a8 565690d2 4e21d080
0x0476f588:   a0d6fd9d 4e23e0cc 775e9865 56626380
0x0476f598:   566c2ac8 0476f5e0 56621190 00000001
0x0476f5a8:   0476f5f0 565c3aef a0d6fdc5 00000000
0x0476f5b8:   00000000 56510000 4e23e038 4e23e0cc

Instructions: (pc=0x70a2416c)
0x70a2414c:   ff a2 18 05 00 00 64 8b 15 18 00 00 00 83 3d 2c
0x70a2415c:   10 ac 70 40 73 10 8b c2 03 15 0c 10 ac 70 8b 12
0x70a2416c:   ff a2 1c 05 00 00 ff 35 2c 10 ac 70 ff 15 e8 10
0x70a2417c:   a2 70 92 ff a2 1c 05 00 00 64 8b 15 18 00 00 00


Register to memory mapping:

EAX=
[error occurred during error reporting (printing register info), id 0xc0000005]

Stack: [0x04720000,0x04770000],  sp=0x0476f548,  free space=317k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [OPENGL32.dll+0x416c]
C  [ltc_game32-109838.dll+0x58a03]
C  [ltc_game32-109838.dll+0x590d2]
C  [ltc_game32-109838.dll+0xb3aef]
C  [ltc_game32-109838.dll+0xb3bd8]
C  [ltc_game32-109838.dll+0xad57f]
C  [ltc_game32-109838.dll+0xad5ea]
C  [ntdll.dll+0x39460]
C  [ntdll.dll+0x59f98]
C  [ntdll.dll+0x59e3a]
C  [kernel32.dll+0x179ed]
C  [msvcr100.dll+0x27997]
C  [msvcr100.dll+0x27ab0]
C  [msvcr100.dll+0x27b1d]
V  [jvm.dll+0x157962]
V  [jvm.dll+0x18144d]
V  [jvm.dll+0x1808b1]
V  [jvm.dll+0x180cc7]
V  [jvm.dll+0x180ec2]
V  [jvm.dll+0x1c0a76]
C  [msvcr100.dll+0x5c556]
C  [msvcr100.dll+0x5c600]
C  [kernel32.dll+0x1338a]
C  [ntdll.dll+0x39a02]
C  [ntdll.dll+0x399d5]

VM_Operation (0x4ca3f170): Exit, mode: safepoint, requested by thread 0x46026400


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x4f75a000 JavaThread "AWT-Shutdown" [_thread_blocked, id=5500, stack(0x4f020000,0x4f120000)]
  0x45fb3400 JavaThread "Thread-5" daemon [_thread_blocked, id=5320, stack(0x4cb50000,0x4cc50000)]
  0x46026400 JavaThread "Thread-4" [_thread_blocked, id=3192, stack(0x4c940000,0x4ca40000)]
  0x0025c800 JavaThread "DestroyJavaVM" [_thread_blocked, id=3848, stack(0x02260000,0x02360000)]
  0x45cf4000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3152, stack(0x463d0000,0x464d0000)]
  0x45046000 JavaThread "Service Thread" daemon [_thread_blocked, id=3940, stack(0x45b30000,0x45c30000)]
  0x45025400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5816, stack(0x455f0000,0x45640000)]
  0x45024400 JavaThread "Attach Listener" daemon [_thread_blocked, id=2500, stack(0x458d0000,0x459d0000)]
  0x4502b800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2436, stack(0x45750000,0x45850000)]
  0x45015400 JavaThread "Finalizer" daemon [_thread_blocked, id=5824, stack(0x45440000,0x45540000)]
  0x44fef800 JavaThread "Reference Handler" daemon [_thread_blocked, id=808, stack(0x45250000,0x45350000)]

Other Threads:
=>0x44fe9400 VMThread [stack: 0x04720000,0x04770000] [id=5872]

VM state:at safepoint (shutting down)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x0025ac90] Threads_lock - owner thread: 0x44fe9400

Heap:
 def new generation   total 314560K, used 222718K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K,  78% used [0x04800000, 0x11d8ab88, 0x15910000)
  from space 34944K,  11% used [0x15910000, 0x15d04f28, 0x17b30000)
  to   space 34944K,   0% used [0x17b30000, 0x17b30000, 0x19d50000)
 tenured generation   total 699072K, used 75500K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,  10% used [0x19d50000, 0x1e70b060, 0x1e70b200, 0x44800000)
 Metaspace       used 12036K, capacity 12252K, committed 12288K, reserved 12672K

Card table byte_map: [0x44800000,0x44a10000] byte_map_base: 0x447dc000

Polling page: 0x00220000

CodeCache: size=32768Kb used=5382Kb max_used=5382Kb free=27385Kb
 bounds [0x026d0000, 0x02c18000, 0x046d0000]
 total_blobs=3041 nmethods=2705 adapters=265
 compilation: enabled

Compilation events (10 events):
Event: 43.420 Thread 0x45025400 2722             java.util.LinkedHashMap$LinkedKeySet::iterator (12 bytes)
Event: 43.420 Thread 0x45025400 nmethod 2722 0x02c0fa48 code [0x02c0fb40, 0x02c0fc40]
Event: 43.420 Thread 0x45025400 2723             java.util.LinkedHashMap$LinkedKeyIterator::<init> (11 bytes)
Event: 43.420 Thread 0x45025400 nmethod 2723 0x02c0fd08 code [0x02c0fe00, 0x02c0fed0]
Event: 43.420 Thread 0x45025400 2724             com.fs.starfarer.loading.specs.j::hasDesignation (21 bytes)
Event: 43.420 Thread 0x45025400 nmethod 2724 0x02c0ff48 code [0x02c10040, 0x02c100f0]
Event: 43.420 Thread 0x45025400 2725             com.fs.starfarer.loading.specs.HullVariantSpec::getFullDesignationForShip (220 bytes)
Event: 43.422 Thread 0x45025400 nmethod 2725 0x02c10188 code [0x02c10430, 0x02c10e08]
Event: 43.423 Thread 0x45025400 2726             sun.net.www.protocol.file.Handler::hostsEqual (69 bytes)
Event: 43.423 Thread 0x45025400 nmethod 2726 0x02c119c8 code [0x02c11b00, 0x02c11c8c]

GC Heap History (10 events):
Event: 29.957 GC heap before
{Heap before GC invocations=9 (full 0):
 def new generation   total 314560K, used 301477K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K, 100% used [0x04800000, 0x15910000, 0x15910000)
  from space 34944K,  62% used [0x17b30000, 0x19089628, 0x19d50000)
  to   space 34944K,   0% used [0x15910000, 0x15910000, 0x17b30000)
 tenured generation   total 699072K, used 69092K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,   9% used [0x19d50000, 0x1e0c9050, 0x1e0c9200, 0x44800000)
 Metaspace       used 11264K, capacity 11484K, committed 11520K, reserved 11648K
Event: 29.964 GC heap after
Heap after GC invocations=10 (full 0):
 def new generation   total 314560K, used 296K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K,   0% used [0x04800000, 0x04800000, 0x15910000)
  from space 34944K,   0% used [0x15910000, 0x1595a290, 0x17b30000)
  to   space 34944K,   0% used [0x17b30000, 0x17b30000, 0x19d50000)
 tenured generation   total 699072K, used 75500K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,  10% used [0x19d50000, 0x1e70b060, 0x1e70b200, 0x44800000)
 Metaspace       used 11264K, capacity 11484K, committed 11520K, reserved 11648K
}
Event: 34.479 GC heap before
{Heap before GC invocations=10 (full 0):
 def new generation   total 314560K, used 279912K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K, 100% used [0x04800000, 0x15910000, 0x15910000)
  from space 34944K,   0% used [0x15910000, 0x1595a290, 0x17b30000)
  to   space 34944K,   0% used [0x17b30000, 0x17b30000, 0x19d50000)
 tenured generation   total 699072K, used 75500K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,  10% used [0x19d50000, 0x1e70b060, 0x1e70b200, 0x44800000)
 Metaspace       used 11412K, capacity 11612K, committed 11648K, reserved 11648K
Event: 34.496 GC heap after
Heap after GC invocations=11 (full 0):
 def new generation   total 314560K, used 4283K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K,   0% used [0x04800000, 0x04800000, 0x15910000)
  from space 34944K,  12% used [0x17b30000, 0x17f5ec78, 0x19d50000)
  to   space 34944K,   0% used [0x15910000, 0x15910000, 0x17b30000)
 tenured generation   total 699072K, used 75500K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,  10% used [0x19d50000, 0x1e70b060, 0x1e70b200, 0x44800000)
 Metaspace       used 11412K, capacity 11612K, committed 11648K, reserved 11648K
}
Event: 35.275 GC heap before
{Heap before GC invocations=11 (full 0):
 def new generation   total 314560K, used 283899K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K, 100% used [0x04800000, 0x15910000, 0x15910000)
  from space 34944K,  12% used [0x17b30000, 0x17f5ec78, 0x19d50000)
  to   space 34944K,   0% used [0x15910000, 0x15910000, 0x17b30000)
 tenured generation   total 699072K, used 75500K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,  10% used [0x19d50000, 0x1e70b060, 0x1e70b200, 0x44800000)
 Metaspace       used 11412K, capacity 11612K, committed 11648K, reserved 11648K
Event: 35.286 GC heap after
Heap after GC invocations=12 (full 0):
 def new generation   total 314560K, used 4239K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K,   0% used [0x04800000, 0x04800000, 0x15910000)
  from space 34944K,  12% used [0x15910000, 0x15d33dc8, 0x17b30000)
  to   space 34944K,   0% used [0x17b30000, 0x17b30000, 0x19d50000)
 tenured generation   total 699072K, used 75500K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,  10% used [0x19d50000, 0x1e70b060, 0x1e70b200, 0x44800000)
 Metaspace       used 11412K, capacity 11612K, committed 11648K, reserved 11648K
}
Event: 36.122 GC heap before
{Heap before GC invocations=12 (full 0):
 def new generation   total 314560K, used 283855K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K, 100% used [0x04800000, 0x15910000, 0x15910000)
  from space 34944K,  12% used [0x15910000, 0x15d33dc8, 0x17b30000)
  to   space 34944K,   0% used [0x17b30000, 0x17b30000, 0x19d50000)
 tenured generation   total 699072K, used 75500K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,  10% used [0x19d50000, 0x1e70b060, 0x1e70b200, 0x44800000)
 Metaspace       used 11789K, capacity 11996K, committed 12032K, reserved 12672K
Event: 36.134 GC heap after
Heap after GC invocations=13 (full 0):
 def new generation   total 314560K, used 5164K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K,   0% used [0x04800000, 0x04800000, 0x15910000)
  from space 34944K,  14% used [0x17b30000, 0x1803b338, 0x19d50000)
  to   space 34944K,   0% used [0x15910000, 0x15910000, 0x17b30000)
 tenured generation   total 699072K, used 75500K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,  10% used [0x19d50000, 0x1e70b060, 0x1e70b200, 0x44800000)
 Metaspace       used 11789K, capacity 11996K, committed 12032K, reserved 12672K
}
Event: 40.814 GC heap before
{Heap before GC invocations=13 (full 0):
 def new generation   total 314560K, used 284780K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K, 100% used [0x04800000, 0x15910000, 0x15910000)
  from space 34944K,  14% used [0x17b30000, 0x1803b338, 0x19d50000)
  to   space 34944K,   0% used [0x15910000, 0x15910000, 0x17b30000)
 tenured generation   total 699072K, used 75500K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,  10% used [0x19d50000, 0x1e70b060, 0x1e70b200, 0x44800000)
 Metaspace       used 11950K, capacity 12156K, committed 12288K, reserved 12672K
Event: 40.826 GC heap after
Heap after GC invocations=14 (full 0):
 def new generation   total 314560K, used 4051K [0x04800000, 0x19d50000, 0x19d50000)
  eden space 279616K,   0% used [0x04800000, 0x04800000, 0x15910000)
  from space 34944K,  11% used [0x15910000, 0x15d04f28, 0x17b30000)
  to   space 34944K,   0% used [0x17b30000, 0x17b30000, 0x19d50000)
 tenured generation   total 699072K, used 75500K [0x19d50000, 0x44800000, 0x44800000)
   the space 699072K,  10% used [0x19d50000, 0x1e70b060, 0x1e70b200, 0x44800000)
 Metaspace       used 11950K, capacity 12156K, committed 12288K, reserved 12672K
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 34.413 Thread 0x46026400 Exception <a 'java/lang/NullPointerException'> (0x139cdf78) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u77\6540\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 34.413 Thread 0x46026400 Implicit null exception at 0x028b724e to 0x028b827c
Event: 34.413 Thread 0x46026400 Exception <a 'java/lang/NullPointerException'> (0x139de628) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u77\6540\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 34.414 Thread 0x46026400 Implicit null exception at 0x028b724e to 0x028b827c
Event: 34.414 Thread 0x46026400 Exception <a 'java/lang/NullPointerException'> (0x139ef000) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u77\6540\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 34.414 Thread 0x46026400 Implicit null exception at 0x028b724e to 0x028b827c
Event: 34.414 Thread 0x46026400 Exception <a 'java/lang/NullPointerException'> (0x139fe0c0) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u77\6540\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 34.414 Thread 0x46026400 Implicit null exception at 0x028b724e to 0x028b827c
Event: 34.415 Thread 0x46026400 Exception <a 'java/lang/NullPointerException'> (0x13a0e990) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u77\6540\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 43.424 Thread 0x46026400 Exception <a 'java/lang/OutOfMemoryError'> (0x11389098) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u77\6540\hotspot\src\share\vm\prims\unsafe.cpp, line 625]

Events (10 events):
Event: 46.871 Thread 0x45fcf400 Thread added: 0x45fcf400
Event: 46.871 loading class java/util/WeakHashMap$KeyIterator
Event: 46.871 loading class java/util/WeakHashMap$HashIterator
Event: 46.871 loading class java/util/WeakHashMap$HashIterator done
Event: 46.871 loading class java/util/WeakHashMap$KeyIterator done
Event: 46.871 Thread 0x45e95000 Thread exited: 0x45e95000
Event: 46.872 Thread 0x4f75a000 Thread added: 0x4f75a000
Event: 46.873 Thread 0x45cf5c00 Thread exited: 0x45cf5c00
Event: 46.972 Thread 0x45fcf400 Thread exited: 0x45fcf400
Event: 46.972 Executing VM operation: Exit


Dynamic libraries:
0x00390000 - 0x003c3000    J:\StarSector 072\StarsectorNEW\jre\bin\java.exe
0x775b0000 - 0x77730000    C:\Windows\SysWOW64\ntdll.dll
0x760d0000 - 0x761e0000    C:\Windows\syswow64\kernel32.dll
0x767c0000 - 0x76807000    C:\Windows\syswow64\KERNELBASE.dll
0x76940000 - 0x769e1000    C:\Windows\syswow64\ADVAPI32.dll
0x762f0000 - 0x7639c000    C:\Windows\syswow64\msvcrt.dll
0x763a0000 - 0x763b9000    C:\Windows\SysWOW64\sechost.dll
0x76c50000 - 0x76d40000    C:\Windows\syswow64\RPCRT4.dll
0x74f00000 - 0x74f60000    C:\Windows\syswow64\SspiCli.dll
0x74ef0000 - 0x74efc000    C:\Windows\syswow64\CRYPTBASE.dll
0x76d60000 - 0x76e60000    C:\Windows\syswow64\USER32.dll
0x77120000 - 0x771b0000    C:\Windows\syswow64\GDI32.dll
0x763c0000 - 0x763ca000    C:\Windows\syswow64\LPK.dll
0x769f0000 - 0x76a8d000    C:\Windows\syswow64\USP10.dll
0x6a4f0000 - 0x6a68e000    C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d\COMCTL32.dll
0x761e0000 - 0x76237000    C:\Windows\syswow64\SHLWAPI.dll
0x76bf0000 - 0x76c50000    C:\Windows\system32\IMM32.DLL
0x76870000 - 0x7693c000    C:\Windows\syswow64\MSCTF.dll
0x598b0000 - 0x5996f000    J:\StarSector 072\StarsectorNEW\jre\bin\msvcr100.dll
0x594e0000 - 0x598a8000    J:\StarSector 072\StarsectorNEW\jre\bin\client\jvm.dll
0x73650000 - 0x73657000    C:\Windows\system32\WSOCK32.dll
0x74f60000 - 0x74f95000    C:\Windows\syswow64\WS2_32.dll
0x76d50000 - 0x76d56000    C:\Windows\syswow64\NSI.dll
0x708c0000 - 0x708f2000    C:\Windows\system32\WINMM.dll
0x738e0000 - 0x738e9000    C:\Windows\system32\VERSION.dll
0x76700000 - 0x76705000    C:\Windows\syswow64\PSAPI.DLL
0x59b60000 - 0x59b6c000    J:\StarSector 072\StarsectorNEW\jre\bin\verify.dll
0x59b30000 - 0x59b51000    J:\StarSector 072\StarsectorNEW\jre\bin\java.dll
0x59b10000 - 0x59b23000    J:\StarSector 072\StarsectorNEW\jre\bin\zip.dll
0x751e0000 - 0x75e2b000    C:\Windows\syswow64\SHELL32.dll
0x765a0000 - 0x766fc000    C:\Windows\syswow64\ole32.dll
0x76ef0000 - 0x76efb000    C:\Windows\syswow64\profapi.dll
0x59390000 - 0x594d5000    J:\StarSector 072\StarsectorNEW\jre\bin\awt.dll
0x76730000 - 0x767bf000    C:\Windows\syswow64\OLEAUT32.dll
0x02210000 - 0x0225d000    J:\StarSector 072\StarsectorNEW\starsector-core\native\windows\lwjgl.dll
0x70a20000 - 0x70ae8000    C:\Windows\system32\OPENGL32.dll
0x71160000 - 0x71182000    C:\Windows\system32\GLU32.dll
0x705e0000 - 0x706c7000    C:\Windows\system32\DDRAW.dll
0x71150000 - 0x71156000    C:\Windows\system32\DCIMAN32.dll
0x76f00000 - 0x7709d000    C:\Windows\syswow64\SETUPAPI.dll
0x76810000 - 0x76837000    C:\Windows\syswow64\CFGMGR32.dll
0x76240000 - 0x76252000    C:\Windows\syswow64\DEVOBJ.dll
0x74ec0000 - 0x74ed3000    C:\Windows\system32\dwmapi.dll
0x70470000 - 0x704f0000    C:\Windows\system32\uxtheme.dll
0x62660000 - 0x62685000    C:\PROGRA~2\RAPTRI~1\Raptr\ltc_help32-109838.dll
0x76840000 - 0x7686f000    C:\Windows\syswow64\WINTRUST.dll
0x76460000 - 0x76581000    C:\Windows\syswow64\CRYPT32.dll
0x76590000 - 0x7659c000    C:\Windows\syswow64\MSASN1.dll
0x73540000 - 0x73557000    C:\Windows\system32\CRYPTSP.dll
0x73440000 - 0x7347b000    C:\Windows\system32\rsaenh.dll
0x770a0000 - 0x770b7000    C:\Windows\syswow64\USERENV.dll
0x59af0000 - 0x59b06000    J:\StarSector 072\StarsectorNEW\jre\bin\net.dll
0x45540000 - 0x4559f000    C:\Windows\system32\RSLSP.dll
0x72ed0000 - 0x72f0c000    C:\Windows\system32\MSWSOCK.dll
0x724f0000 - 0x724f6000    C:\Windows\System32\wship6.dll
0x73630000 - 0x7364c000    C:\Windows\system32\IPHLPAPI.DLL
0x73620000 - 0x73627000    C:\Windows\system32\WINNSI.DLL
0x71550000 - 0x7155d000    C:\Windows\system32\dhcpcsvc6.DLL
0x72ea0000 - 0x72eb2000    C:\Windows\system32\dhcpcsvc.DLL
0x59b70000 - 0x59b7f000    J:\StarSector 072\StarsectorNEW\jre\bin\nio.dll
0x59a10000 - 0x59a25000    C:\Windows\system32\atiglpxx.dll
0x56ed0000 - 0x5880b000    C:\Windows\system32\atioglxx.dll
0x56dd0000 - 0x56ec5000    C:\Windows\system32\atiadlxy.dll
0x6ffb0000 - 0x700a5000    C:\Windows\system32\PROPSYS.dll
0x73060000 - 0x7306d000    C:\Windows\system32\WTSAPI32.dll
0x599b0000 - 0x599d7000    C:\Windows\system32\atigktxx.dll
0x5a520000 - 0x5a599000    C:\Windows\system32\mscms.dll
0x59aa0000 - 0x59ad8000    C:\Windows\system32\icm32.dll
0x599e0000 - 0x59a06000    J:\StarSector 072\StarsectorNEW\jre\bin\jpeg.dll
0x763d0000 - 0x76453000    C:\Windows\syswow64\CLBCatQ.DLL
0x72dc0000 - 0x72dce000    C:\Windows\system32\RpcRtRemote.dll
0x75e30000 - 0x75e5b000    C:\Windows\syswow64\imagehlp.dll
0x73400000 - 0x73439000    C:\Windows\system32\ncrypt.dll
0x733e0000 - 0x733f7000    C:\Windows\system32\bcrypt.dll
0x733a0000 - 0x733dd000    C:\Windows\SysWOW64\bcryptprimitives.dll
0x710e0000 - 0x710f6000    C:\Windows\system32\GPAPI.dll
0x710c0000 - 0x710dc000    C:\Windows\system32\cryptnet.dll
0x76070000 - 0x760b5000    C:\Windows\syswow64\WLDAP32.dll
0x710b0000 - 0x710b6000    C:\Windows\system32\SensApi.dll
0x56510000 - 0x566e1000    C:\PROGRA~2\RAPTRI~1\Raptr\ltc_game32-109838.dll
0x46580000 - 0x465e5000    J:\StarSector 072\StarsectorNEW\starsector-core\native\windows\OpenAL32.dll
0x69f30000 - 0x69f69000    C:\Windows\System32\MMDevApi.dll
0x69530000 - 0x695a2000    C:\Windows\system32\dsound.dll
0x71c40000 - 0x71c65000    C:\Windows\system32\POWRPROF.dll
0x6a170000 - 0x6a1a6000    C:\Windows\system32\AUDIOSES.DLL
0x56da0000 - 0x56dd0000    J:\StarSector 072\StarsectorNEW\jre\bin\lcms.dll
0x467c0000 - 0x468ab000    C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Djava.library.path=native\windows -Xms1024m -Xmx1024m -Xss1024k -Dcom.fs.starfarer.settings.paths.logs=. -Dcom.fs.starfarer.settings.paths.saves=../saves -Dcom.fs.starfarer.settings.paths.screenshots=../screenshots -Dcom.fs.starfarer.settings.paths.mods=../mods
java_command: com.fs.starfarer.StarfarerLauncher
java_class_path (initial): janino.jar;commons-compiler.jar;commons-compiler-jdk.jar;starfarer.res.jar;starfarer.api.jar;starfarer_obf.jar;jogg-0.0.7.jar;jorbis-0.0.15.jar;json.jar;lwjgl.jar;lwjgl_util_applet.jar;jinput.jar;lwjgl_test.jar;log4j-1.2.9.jar;lwjgl_util.jar;fs.sound_obf.jar;fs.common_obf.jar;xstream-1.4.2.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Calibre2\;C:\Program Files (x86)\Windows Live\Shared;K:\AMD\ATI.ACE\Core-Static;C:\Program Files (x86)\Skype\Phone\
USERNAME=NovaColonel
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 2 Stepping 0, AuthenticAMD



---------------  S Y S T E M  ---------------

OS: Windows 7 , 64 bit Build 7601 (6.1.7601.19160)

CPU:total 4 (4 cores per cpu, 1 threads per core) family 21 model 2 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv, bmi1

Memory: 4k page, physical 16758008k(12844984k free), swap 33514180k(28161492k free)

vm_info: Java HotSpot(TM) Client VM (25.77-b03) for windows-x86 JRE (1.8.0_77-b03), built on Mar 20 2016 22:00:03 by "java_re" with MS VC++ 10.0 (VS2010)

time: Wed Mar 30 20:22:35 2016
elapsed time: 47 seconds (0d 0h 0m 47s)
[close]
Logged

TJJ

  • Admiral
  • *****
  • Posts: 1905
    • View Profile
Re: 0.72a fatal:null
« Reply #4 on: March 30, 2016, 12:37:25 PM »

Doesn't look like you're running a 64bit VM (which is needed for any significant increase in the heap limit)

64bit VM installation instructions are here:
http://fractalsoftworks.com/forum/index.php?topic=8726.0
« Last Edit: March 30, 2016, 12:39:38 PM by TJJ »
Logged

NovaColonel

  • Ensign
  • *
  • Posts: 3
    • View Profile
Re: 0.72a fatal:null
« Reply #5 on: March 30, 2016, 02:10:47 PM »

Thank you! While I installed it sloppily before posting, completely uninstalling and newly reinstalling Java did the trick. Thanks a lot to all of you wonderful people!  :) :) :) :)
Logged