Crashing when loading world.

If you found a bug in Illarion or need help ask here. / Wenn Du einen Fehler in Illarion gefunden hast oder Hilfe benötigst, frage hier.

Moderator: Developers

Post Reply
User avatar
wolfsword
Posts: 671
Joined: Sun Jul 01, 2007 12:21 am
Location: PO Samuel and Fernando [Hobbits]

Crashing when loading world.

Post by wolfsword »

I keep crashing after I choose my character and the game starts to load. What do?
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x062738b7, pid=7148, tid=3652
#
# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
# Java VM: Java HotSpot(TM) Client VM (24.51-b03 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [ig7icd32.dll+0x3b38b7]
#
# 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.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Current thread (0x04ad4c00): JavaThread "LWJGL Application" [_thread_in_native, id=3652, stack(0x05d70000,0x05dc0000)]

siginfo: ExceptionCode=0xc00000fd, ExceptionInformation=0x00000000 0x05d70000

Registers:
EAX=0x05d70000, EBX=0x05dbe848, ECX=0x05d5ba04, EDX=0x000a0000
ESP=0x05d7c79c, EBP=0x05d7c7b0, ESI=0x05dbe29c, EDI=0x07c77170
EIP=0x062738b7, EFLAGS=0x00010206

Top of Stack: (sp=0x05d7c79c)
0x05d7c79c: 07c77170 061214e2 05d9d568 062ca4c7
0x05d7c7ac: ffffffff 05d9d574 06122a25 00000068
0x05d7c7bc: 05d988b4 05d9d4c4 07c77170 05dbe3fc
0x05d7c7cc: 00000000 00000000 00000000 00000000
0x05d7c7dc: 00000000 00000000 00000000 00000000
0x05d7c7ec: 00000000 00000000 00000000 00000000
0x05d7c7fc: 00000000 00000000 00000000 00000000
0x05d7c80c: 00000000 00000000 00000000 00000000

Instructions: (pc=0x062738b7)
0x06273897: 1b c0 f7 d0 23 c8 8b c4 25 00 f0 ff ff 3b c8 72
0x062738a7: 0a 8b c1 59 94 8b 00 89 04 24 c3 2d 00 10 00 00
0x062738b7: 85 00 eb e9 55 8b ec 83 25 f4 82 44 06 00 83 ec
0x062738c7: 10 53 33 db 43 09 1d e0 99 43 06 6a 0a e8 2d c2


Register to memory mapping:

EAX=0x05d70000 is an unknown value
EBX=0x05dbe848 is pointing into the stack for thread: 0x04ad4c00
ECX=0x05d5ba04 is an unknown value
EDX=0x000a0000 is an unknown value
ESP=0x05d7c79c is pointing into the stack for thread: 0x04ad4c00
EBP=0x05d7c7b0 is pointing into the stack for thread: 0x04ad4c00
ESI=0x05dbe29c is pointing into the stack for thread: 0x04ad4c00
EDI=0x07c77170 is an unknown value


Stack: [0x05d70000,0x05dc0000], sp=0x05d7c79c, free space=49k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig7icd32.dll+0x3b38b7]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.GL20.nglLinkProgram(IJ)V+0
j org.lwjgl.opengl.GL20.glLinkProgram(I)V+15
j com.badlogic.gdx.backends.lwjgl.LwjglGL20.glLinkProgram(I)V+1
j com.badlogic.gdx.graphics.glutils.ShaderProgram.linkProgram()I+46
j com.badlogic.gdx.graphics.glutils.ShaderProgram.compileShaders(Ljava/lang/String;Ljava/lang/String;)V+46
j com.badlogic.gdx.graphics.glutils.ShaderProgram.<init>(Ljava/lang/String;Ljava/lang/String;)V+162
j com.badlogic.gdx.graphics.glutils.ShaderProgram.<init>(Lcom/badlogic/gdx/files/FileHandle;Lcom/badlogic/gdx/files/FileHandle;)V+9
j org.illarion.engine.backend.gdx.GdxMiniMapEffect.<init>(Lcom/badlogic/gdx/Files;Lorg/illarion/engine/graphic/WorldMap;)V+25
j org.illarion.engine.backend.gdx.GdxEffectManager.getMiniMapEffect(Lorg/illarion/engine/graphic/WorldMap;Z)Lorg/illarion/engine/graphic/effects/MiniMapEffect;+41
j org.illarion.engine.nifty.IgeMiniMapRenderImage.<init>(Lorg/illarion/engine/Engine;Lorg/illarion/engine/graphic/WorldMap;I)V+28
j illarion.client.world.GameMiniMap.<init>(Lorg/illarion/engine/Engine;)V+32
j illarion.client.world.GameMap.<init>(Lorg/illarion/engine/Engine;)V+125
j illarion.client.world.World.initWorldComponents(Lorg/illarion/engine/Engine;)V+77
j illarion.client.loading.GameEnvironmentLoading.load()V+7
j illarion.client.loading.Loading.load()V+28
j illarion.client.states.LoadingState.render(Lorg/illarion/engine/GameContainer;)V+4
j illarion.client.Game.render(Lorg/illarion/engine/GameContainer;)V+32
j org.illarion.engine.backend.gdx.ListenerApplication.render()V+66
j com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()V+642
j com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run()V+27
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
0x04e4b400 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=4892, stack(0x0a090000,0x0a0e0000)]
0x00c2d400 JavaThread "DestroyJavaVM" [_thread_blocked, id=4088, stack(0x00c30000,0x00c80000)]
=>0x04ad4c00 JavaThread "LWJGL Application" [_thread_in_native, id=3652, stack(0x05d70000,0x05dc0000)]
0x049f9000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4728, stack(0x050a0000,0x050f0000)]
0x04a52400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4084, stack(0x04f80000,0x04fd0000)]
0x00dae000 JavaThread "Service Thread" daemon [_thread_blocked, id=5664, stack(0x04770000,0x047c0000)]
0x00da4400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4944, stack(0x046e0000,0x04730000)]
0x00da2800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9164, stack(0x04650000,0x046a0000)]
0x00da0400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4420, stack(0x045c0000,0x04610000)]
0x00d31800 JavaThread "Finalizer" daemon [_thread_blocked, id=3920, stack(0x04530000,0x04580000)]
0x00d30000 JavaThread "Reference Handler" daemon [_thread_blocked, id=7868, stack(0x044a0000,0x044f0000)]

Other Threads:
0x00d2ec00 VMThread [stack: 0x00fb0000,0x01000000] [id=3172]
0x00dc2400 WatcherThread [stack: 0x04800000,0x04850000] [id=5108]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 38400K, used 9888K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 25% used [0x24c00000, 0x2546b138, 0x26d60000)
from space 4224K, 30% used [0x26d60000, 0x26e9d2c0, 0x27180000)
to space 4224K, 0% used [0x27180000, 0x27180000, 0x275a0000)
tenured generation total 84612K, used 69663K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 82% used [0x2a150000, 0x2e557f10, 0x2e558000, 0x2f3f1000)
compacting perm gen total 12288K, used 9138K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 74% used [0x34c00000, 0x354ecae0, 0x354ecc00, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)

Card table byte_map: [0x00e10000,0x00ec0000] byte_map_base: 0x00cea000

Polling page: 0x00920000

Code Cache [0x024a0000, 0x02830000, 0x044a0000)
total_blobs=2095 nmethods=1795 adapters=236 free_code_cache=29122Kb largest_free_block=29820928

Compilation events (10 events):
Event: 98.668 Thread 0x00da4400 1808 ! java.nio.DirectByteBuffer::<init> (146 bytes)
Event: 98.670 Thread 0x00da4400 nmethod 1808 0x0282c788 code [0x0282c900, 0x0282cfb0]
Event: 98.670 Thread 0x00da4400 1809 sun.misc.VM::isDirectMemoryPageAligned (4 bytes)
Event: 98.670 Thread 0x00da4400 nmethod 1809 0x0282d408 code [0x0282d500, 0x0282d580]
Event: 98.874 Thread 0x00da4400 1810 com.jcraft.jorbis.Floor1$InfoFloor1::<init> (86 bytes)
Event: 98.875 Thread 0x00da4400 nmethod 1810 0x0282d5c8 code [0x0282d6f0, 0x0282dc30]
Event: 98.966 Thread 0x00da4400 1811 ! java.nio.Bits::reserveMemory (167 bytes)
Event: 98.966 Thread 0x00da4400 nmethod 1811 0x0282de88 code [0x0282dfe0, 0x0282e6b0]
Event: 98.993 Thread 0x00da4400 1812 com.jcraft.jorbis.Info::clear (260 bytes)
Event: 98.994 Thread 0x00da4400 nmethod 1812 0x0282e988 code [0x0282eb50, 0x0282f00c]

GC Heap History (10 events):
Event: 90.176 GC heap before
{Heap before GC invocations=49 (full 5):
def new generation total 38400K, used 36861K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 100% used [0x24c00000, 0x26d60000, 0x26d60000)
from space 4224K, 63% used [0x27180000, 0x2741f5d0, 0x275a0000)
to space 4224K, 0% used [0x26d60000, 0x26d60000, 0x27180000)
tenured generation total 84612K, used 57755K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 68% used [0x2a150000, 0x2d9b6ec0, 0x2d9b7000, 0x2f3f1000)
compacting perm gen total 12288K, used 8856K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 72% used [0x34c00000, 0x354a63d8, 0x354a6400, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
Event: 90.192 GC heap after
Heap after GC invocations=50 (full 5):
def new generation total 38400K, used 2273K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 0% used [0x24c00000, 0x24c00000, 0x26d60000)
from space 4224K, 53% used [0x26d60000, 0x26f98448, 0x27180000)
to space 4224K, 0% used [0x27180000, 0x27180000, 0x275a0000)
tenured generation total 84612K, used 59278K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 70% used [0x2a150000, 0x2db33ae8, 0x2db33c00, 0x2f3f1000)
compacting perm gen total 12288K, used 8856K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 72% used [0x34c00000, 0x354a63d8, 0x354a6400, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
}
Event: 92.620 GC heap before
{Heap before GC invocations=50 (full 5):
def new generation total 38400K, used 36449K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 100% used [0x24c00000, 0x26d60000, 0x26d60000)
from space 4224K, 53% used [0x26d60000, 0x26f98448, 0x27180000)
to space 4224K, 0% used [0x27180000, 0x27180000, 0x275a0000)
tenured generation total 84612K, used 59278K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 70% used [0x2a150000, 0x2db33ae8, 0x2db33c00, 0x2f3f1000)
compacting perm gen total 12288K, used 8856K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 72% used [0x34c00000, 0x354a63d8, 0x354a6400, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
Event: 92.629 GC heap after
Heap after GC invocations=51 (full 5):
def new generation total 38400K, used 2095K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 0% used [0x24c00000, 0x24c00000, 0x26d60000)
from space 4224K, 49% used [0x27180000, 0x2738bf40, 0x275a0000)
to space 4224K, 0% used [0x26d60000, 0x26d60000, 0x27180000)
tenured generation total 84612K, used 60439K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 71% used [0x2a150000, 0x2dc55eb8, 0x2dc56000, 0x2f3f1000)
compacting perm gen total 12288K, used 8856K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 72% used [0x34c00000, 0x354a63d8, 0x354a6400, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
}
Event: 97.623 GC heap before
{Heap before GC invocations=51 (full 5):
def new generation total 38400K, used 36271K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 100% used [0x24c00000, 0x26d60000, 0x26d60000)
from space 4224K, 49% used [0x27180000, 0x2738bf40, 0x275a0000)
to space 4224K, 0% used [0x26d60000, 0x26d60000, 0x27180000)
tenured generation total 84612K, used 60439K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 71% used [0x2a150000, 0x2dc55eb8, 0x2dc56000, 0x2f3f1000)
compacting perm gen total 12288K, used 9011K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354ccc40, 0x354cce00, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
Event: 97.636 GC heap after
Heap after GC invocations=52 (full 5):
def new generation total 38400K, used 4224K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 0% used [0x24c00000, 0x24c00000, 0x26d60000)
from space 4224K, 100% used [0x26d60000, 0x27180000, 0x27180000)
to space 4224K, 0% used [0x27180000, 0x27180000, 0x275a0000)
tenured generation total 84612K, used 66249K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 78% used [0x2a150000, 0x2e2026e8, 0x2e202800, 0x2f3f1000)
compacting perm gen total 12288K, used 9011K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354ccc40, 0x354cce00, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
}
Event: 98.413 GC heap before
{Heap before GC invocations=52 (full 5):
def new generation total 38400K, used 38395K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 99% used [0x24c00000, 0x26d5eea0, 0x26d60000)
from space 4224K, 100% used [0x26d60000, 0x27180000, 0x27180000)
to space 4224K, 0% used [0x27180000, 0x27180000, 0x275a0000)
tenured generation total 84612K, used 66249K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 78% used [0x2a150000, 0x2e2026e8, 0x2e202800, 0x2f3f1000)
compacting perm gen total 12288K, used 9012K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354cd340, 0x354cd400, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
Event: 98.420 GC heap after
Heap after GC invocations=53 (full 5):
def new generation total 38400K, used 1064K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 0% used [0x24c00000, 0x24c00000, 0x26d60000)
from space 4224K, 25% used [0x27180000, 0x2728a0d0, 0x275a0000)
to space 4224K, 0% used [0x26d60000, 0x26d60000, 0x27180000)
tenured generation total 84612K, used 69663K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 82% used [0x2a150000, 0x2e557f10, 0x2e558000, 0x2f3f1000)
compacting perm gen total 12288K, used 9012K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354cd340, 0x354cd400, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
}
Event: 99.044 GC heap before
{Heap before GC invocations=53 (full 5):
def new generation total 38400K, used 35240K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 100% used [0x24c00000, 0x26d60000, 0x26d60000)
from space 4224K, 25% used [0x27180000, 0x2728a0d0, 0x275a0000)
to space 4224K, 0% used [0x26d60000, 0x26d60000, 0x27180000)
tenured generation total 84612K, used 69663K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 82% used [0x2a150000, 0x2e557f10, 0x2e558000, 0x2f3f1000)
compacting perm gen total 12288K, used 9012K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354cd350, 0x354cd400, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
Event: 99.045 GC heap after
Heap after GC invocations=54 (full 5):
def new generation total 38400K, used 1268K [0x24c00000, 0x275a0000, 0x2a150000)
eden space 34176K, 0% used [0x24c00000, 0x24c00000, 0x26d60000)
from space 4224K, 30% used [0x26d60000, 0x26e9d2c0, 0x27180000)
to space 4224K, 0% used [0x27180000, 0x27180000, 0x275a0000)
tenured generation total 84612K, used 69663K [0x2a150000, 0x2f3f1000, 0x34c00000)
the space 84612K, 82% used [0x2a150000, 0x2e557f10, 0x2e558000, 0x2f3f1000)
compacting perm gen total 12288K, used 9012K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354cd350, 0x354cd400, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 99.283 Thread 0x04ad4c00 Threw 0x253ee7a0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 99.283 Thread 0x04ad4c00 Threw 0x253f1c28 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 99.284 Thread 0x04ad4c00 Threw 0x253f6810 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 99.285 Thread 0x04ad4c00 Threw 0x254069e8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 99.285 Thread 0x04ad4c00 Threw 0x25408f70 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 99.286 Thread 0x04ad4c00 Threw 0x2540eb48 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 99.286 Thread 0x04ad4c00 Threw 0x25410e58 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 99.300 Thread 0x04ad4c00 Threw 0x2541a648 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 99.301 Thread 0x04ad4c00 Threw 0x25425a60 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 99.301 Thread 0x04ad4c00 Threw 0x254290b8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 99.286 loading class 0x04cfc880
Event: 99.286 loading class 0x04cfc880 done
Event: 99.300 loading class 0x00dea5b8
Event: 99.300 loading class 0x00dea5b8 done
Event: 99.300 Executing VM operation: Deoptimize
Event: 99.301 Executing VM operation: Deoptimize done
Event: 99.301 loading class 0x04bceda0
Event: 99.301 loading class 0x04bceda0 done
Event: 99.301 loading class 0x04bcf928
Event: 99.301 loading class 0x04bcf928 done


Dynamic libraries:
0x01070000 - 0x0109f000 C:\Program Files (x86)\Java\jre7\bin\java.exe
0x77090000 - 0x771f8000 C:\Windows\SYSTEM32\ntdll.dll
0x76af0000 - 0x76c30000 C:\Windows\SYSTEM32\KERNEL32.DLL
0x76c30000 - 0x76cff000 C:\Windows\SYSTEM32\KERNELBASE.dll
0x72bf0000 - 0x72c8a000 C:\Windows\system32\apphelp.dll
0x6b370000 - 0x6b5c2000 C:\Windows\AppPatch\AcGenral.DLL
0x76ea0000 - 0x76f5e000 C:\Windows\SYSTEM32\msvcrt.dll
0x76a90000 - 0x76ace000 C:\Windows\SYSTEM32\sechost.dll
0x74ac0000 - 0x74add000 C:\Windows\SYSTEM32\SspiCli.dll
0x753b0000 - 0x753f1000 C:\Windows\SYSTEM32\SHLWAPI.dll
0x719f0000 - 0x71acc000 C:\Windows\SYSTEM32\UxTheme.dll
0x75250000 - 0x7539f000 C:\Windows\SYSTEM32\USER32.dll
0x76d90000 - 0x76e98000 C:\Windows\SYSTEM32\GDI32.dll
0x71000000 - 0x71020000 C:\Windows\SYSTEM32\WINMM.dll
0x721a0000 - 0x721b2000 C:\Windows\SYSTEM32\samcli.dll
0x76980000 - 0x76a8b000 C:\Windows\SYSTEM32\ole32.dll
0x755b0000 - 0x75637000 C:\Windows\SYSTEM32\OLEAUT32.dll
0x70e80000 - 0x70e95000 C:\Windows\SYSTEM32\MSACM32.dll
0x740b0000 - 0x740b8000 C:\Windows\SYSTEM32\VERSION.dll
0x75640000 - 0x767e3000 C:\Windows\SYSTEM32\SHELL32.dll
0x74830000 - 0x74849000 C:\Windows\SYSTEM32\USERENV.dll
0x71730000 - 0x71749000 C:\Windows\SYSTEM32\dwmapi.dll
0x73180000 - 0x732a4000 C:\Windows\SYSTEM32\urlmon.dll
0x74e90000 - 0x74f07000 C:\Windows\SYSTEM32\ADVAPI32.dll
0x70b20000 - 0x70b7e000 C:\Windows\SYSTEM32\WINSPOOL.DRV
0x711e0000 - 0x711f4000 C:\Windows\SYSTEM32\MPR.dll
0x74c80000 - 0x74d31000 C:\Windows\SYSTEM32\RPCRT4.dll
0x74ab0000 - 0x74ab9000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x74d40000 - 0x74e8e000 C:\Windows\SYSTEM32\combase.dll
0x70fe0000 - 0x71000000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x73e40000 - 0x73e4e000 C:\Windows\SYSTEM32\profapi.dll
0x72f60000 - 0x73177000 C:\Windows\SYSTEM32\iertutil.dll
0x72d90000 - 0x72f54000 C:\Windows\SYSTEM32\WININET.dll
0x74a50000 - 0x74aa1000 C:\Windows\SYSTEM32\bcryptPrimitives.dll
0x75070000 - 0x750aa000 C:\Windows\SYSTEM32\cfgmgr32.dll
0x71ad0000 - 0x71aef000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x72680000 - 0x726f7000 C:\Windows\SYSTEM32\SHCORE.DLL
0x74b40000 - 0x74b65000 C:\Windows\system32\IMM32.DLL
0x75150000 - 0x75247000 C:\Windows\SYSTEM32\MSCTF.dll
0x722b0000 - 0x72495000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.16384_none_a9f4965301334e09\COMCTL32.dll
0x61640000 - 0x616ff000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x61740000 - 0x61ac0000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x74490000 - 0x74498000 C:\Windows\SYSTEM32\WSOCK32.dll
0x76fb0000 - 0x76fb6000 C:\Windows\SYSTEM32\PSAPI.DLL
0x74ae0000 - 0x74b2d000 C:\Windows\SYSTEM32\WS2_32.dll
0x75060000 - 0x75067000 C:\Windows\SYSTEM32\NSI.dll
0x63210000 - 0x6321c000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x61720000 - 0x61740000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x61700000 - 0x61713000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x613b0000 - 0x614f3000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x74990000 - 0x74999000 C:\Windows\SYSTEM32\kernel.appcore.dll
0x615b0000 - 0x615c4000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x74860000 - 0x748a5000 C:\Windows\system32\mswsock.dll
0x615a0000 - 0x615af000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x61170000 - 0x61190000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
0x73d70000 - 0x73d80000 C:\Windows\system32\napinsp.dll
0x70ec0000 - 0x70ed4000 C:\Windows\system32\pnrpnsp.dll
0x70ea0000 - 0x70eb2000 C:\Windows\system32\NLAapi.dll
0x74630000 - 0x746ac000 C:\Windows\SYSTEM32\DNSAPI.dll
0x72780000 - 0x72789000 C:\Windows\System32\winrnr.dll
0x74850000 - 0x74857000 C:\Windows\System32\rasadhlp.dll
0x745e0000 - 0x745fe000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x744f0000 - 0x744f8000 C:\Windows\SYSTEM32\WINNSI.DLL
0x744a0000 - 0x744e4000 C:\Windows\System32\fwpuclnt.dll
0x6cec0000 - 0x6cf42000 C:\Users\Daniel\AppData\Local\Temp\libgdxDaniel\e5a5efe2\gdx.dll
0x10000000 - 0x1004c000 C:\Users\Daniel\AppData\Local\Temp\libgdxDaniel\52d76f2b\lwjgl.dll
0x71050000 - 0x71124000 C:\Windows\SYSTEM32\OPENGL32.dll
0x71260000 - 0x71284000 C:\Windows\SYSTEM32\GLU32.dll
0x6f560000 - 0x6f647000 C:\Windows\SYSTEM32\DDRAW.dll
0x71250000 - 0x71257000 C:\Windows\SYSTEM32\DCIMAN32.dll
0x058d0000 - 0x05935000 C:\Users\Daniel\AppData\Local\Temp\libgdxDaniel\52d76f2b\OpenAL32.dll
0x74c00000 - 0x74c7d000 C:\Windows\SYSTEM32\clbcatq.dll
0x70d50000 - 0x70d98000 C:\Windows\System32\MMDevApi.dll
0x70de0000 - 0x70e59000 C:\Windows\SYSTEM32\dsound.dll
0x70da0000 - 0x70dde000 C:\Windows\SYSTEM32\POWRPROF.dll
0x70cf0000 - 0x70d45000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x05ec0000 - 0x064c3000 C:\Windows\SYSTEM32\ig7icd32.dll
0x6bf70000 - 0x6c2cd000 C:\Windows\SYSTEM32\igdusc32.dll
0x6b7c0000 - 0x6b837000 C:\Windows\SYSTEM32\mscms.dll
0x61560000 - 0x6159b000 C:\Windows\SYSTEM32\icm32.dll
0x61160000 - 0x61169000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
0x76800000 - 0x7697f000 C:\Windows\SYSTEM32\CRYPT32.dll
0x767f0000 - 0x767fe000 C:\Windows\SYSTEM32\MSASN1.dll
0x73d50000 - 0x73d68000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x73d20000 - 0x73d4f000 C:\Windows\system32\rsaenh.dll
0x73d00000 - 0x73d1d000 C:\Windows\SYSTEM32\bcrypt.dll
0x6b900000 - 0x6ba48000 C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
java_command: illarion.client.IllaClient
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
USERNAME=Daniel
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel



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

OS: Windows 8 , 64 bit Build 9200

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, erms, ht, tsc, tscinvbit, tscinv

Memory: 4k page, physical 4070676k(553072k free), swap 8217724k(1541516k free)

vm_info: Java HotSpot(TM) Client VM (24.51-b03) for windows-x86 JRE (1.7.0_51-b13), built on Dec 18 2013 19:09:58 by "java_re" with unknown MS VC++:1600

time: Mon Feb 24 11:32:08 2014
elapsed time: 99 seconds

And this is when I uninstalled/re-installed Illa:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x05f638b7, pid=3512, tid=8760
#
# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
# Java VM: Java HotSpot(TM) Client VM (24.51-b03 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [ig7icd32.dll+0x3b38b7]
#
# 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.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Current thread (0x0500fc00): JavaThread "LWJGL Application" [_thread_in_native, id=8760, stack(0x05a60000,0x05ab0000)]

siginfo: ExceptionCode=0xc00000fd, ExceptionInformation=0x00000000 0x05a60000

Registers:
EAX=0x05a60000, EBX=0x05aaeae8, ECX=0x05a4bca4, EDX=0x00040000
ESP=0x05a6ca3c, EBP=0x05a6ca50, ESI=0x05aae53c, EDI=0x0826f078
EIP=0x05f638b7, EFLAGS=0x00010206

Top of Stack: (sp=0x05a6ca3c)
0x05a6ca3c: 0826f078 05e114e2 05a8d808 05fba4c7
0x05a6ca4c: ffffffff 05a8d814 05e12a25 00000068
0x05a6ca5c: 05a88b54 05a8d764 0826f078 05aae69c
0x05a6ca6c: 00000000 00000000 00000000 00000000
0x05a6ca7c: 00000000 00000000 00000000 00000000
0x05a6ca8c: 00000000 00000000 00000000 00000000
0x05a6ca9c: 00000000 00000000 00000000 00000000
0x05a6caac: 00000000 00000000 00000000 00000000

Instructions: (pc=0x05f638b7)
0x05f63897: 1b c0 f7 d0 23 c8 8b c4 25 00 f0 ff ff 3b c8 72
0x05f638a7: 0a 8b c1 59 94 8b 00 89 04 24 c3 2d 00 10 00 00
0x05f638b7: 85 00 eb e9 55 8b ec 83 25 f4 82 13 06 00 83 ec
0x05f638c7: 10 53 33 db 43 09 1d e0 99 12 06 6a 0a e8 2d c2


Register to memory mapping:

EAX=0x05a60000 is an unknown value
EBX=0x05aaeae8 is pointing into the stack for thread: 0x0500fc00
ECX=0x05a4bca4 is an unknown value
EDX=0x00040000 is an unknown value
ESP=0x05a6ca3c is pointing into the stack for thread: 0x0500fc00
EBP=0x05a6ca50 is pointing into the stack for thread: 0x0500fc00
ESI=0x05aae53c is pointing into the stack for thread: 0x0500fc00
EDI=0x0826f078 is an unknown value


Stack: [0x05a60000,0x05ab0000], sp=0x05a6ca3c, free space=50k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig7icd32.dll+0x3b38b7]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.GL20.nglLinkProgram(IJ)V+0
j org.lwjgl.opengl.GL20.glLinkProgram(I)V+15
j com.badlogic.gdx.backends.lwjgl.LwjglGL20.glLinkProgram(I)V+1
j com.badlogic.gdx.graphics.glutils.ShaderProgram.linkProgram()I+46
j com.badlogic.gdx.graphics.glutils.ShaderProgram.compileShaders(Ljava/lang/String;Ljava/lang/String;)V+46
j com.badlogic.gdx.graphics.glutils.ShaderProgram.<init>(Ljava/lang/String;Ljava/lang/String;)V+162
j com.badlogic.gdx.graphics.glutils.ShaderProgram.<init>(Lcom/badlogic/gdx/files/FileHandle;Lcom/badlogic/gdx/files/FileHandle;)V+9
j org.illarion.engine.backend.gdx.GdxMiniMapEffect.<init>(Lcom/badlogic/gdx/Files;Lorg/illarion/engine/graphic/WorldMap;)V+25
j org.illarion.engine.backend.gdx.GdxEffectManager.getMiniMapEffect(Lorg/illarion/engine/graphic/WorldMap;Z)Lorg/illarion/engine/graphic/effects/MiniMapEffect;+41
j org.illarion.engine.nifty.IgeMiniMapRenderImage.<init>(Lorg/illarion/engine/Engine;Lorg/illarion/engine/graphic/WorldMap;I)V+28
j illarion.client.world.GameMiniMap.<init>(Lorg/illarion/engine/Engine;)V+32
j illarion.client.world.GameMap.<init>(Lorg/illarion/engine/Engine;)V+125
j illarion.client.world.World.initWorldComponents(Lorg/illarion/engine/Engine;)V+77
j illarion.client.loading.GameEnvironmentLoading.load()V+7
j illarion.client.loading.Loading.load()V+28
j illarion.client.states.LoadingState.render(Lorg/illarion/engine/GameContainer;)V+4
j illarion.client.Game.render(Lorg/illarion/engine/GameContainer;)V+32
j org.illarion.engine.backend.gdx.ListenerApplication.render()V+66
j com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()V+642
j com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run()V+27
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
0x04f76c00 JavaThread "pool-2-thread-1" [_thread_blocked, id=5728, stack(0x04b50000,0x04ba0000)]
0x05348000 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=3672, stack(0x097d0000,0x09820000)]
0x0050d400 JavaThread "DestroyJavaVM" [_thread_blocked, id=6076, stack(0x00510000,0x00560000)]
=>0x0500fc00 JavaThread "LWJGL Application" [_thread_in_native, id=8760, stack(0x05a60000,0x05ab0000)]
0x0475a800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6924, stack(0x04a10000,0x04a60000)]
0x04736000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5792, stack(0x048f0000,0x04940000)]
0x00725c00 JavaThread "Service Thread" daemon [_thread_blocked, id=3456, stack(0x044e0000,0x04530000)]
0x00723400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2680, stack(0x01010000,0x01060000)]
0x00721c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=6420, stack(0x00f80000,0x00fd0000)]
0x0071fc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4260, stack(0x00ef0000,0x00f40000)]
0x006b1800 JavaThread "Finalizer" daemon [_thread_blocked, id=8540, stack(0x00e60000,0x00eb0000)]
0x006b0000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2892, stack(0x00dd0000,0x00e20000)]

Other Threads:
0x006aec00 VMThread [stack: 0x00d40000,0x00d90000] [id=9112]
0x0074fc00 WatcherThread [stack: 0x04570000,0x045c0000] [id=8676]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 33536K, used 5509K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 13% used [0x24c00000, 0x24fe6240, 0x26920000)
from space 3712K, 40% used [0x26cc0000, 0x26e3b4f0, 0x27060000)
to space 3712K, 0% used [0x26920000, 0x26920000, 0x26cc0000)
tenured generation total 73916K, used 35643K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 48% used [0x2a150000, 0x2c41ee90, 0x2c41f000, 0x2e97f000)
compacting perm gen total 12288K, used 9207K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 74% used [0x34c00000, 0x354fdc60, 0x354fde00, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)

Card table byte_map: [0x00b80000,0x00c30000] byte_map_base: 0x00a5a000

Polling page: 0x00560000

Code Cache [0x024a0000, 0x02838000, 0x044a0000)
total_blobs=2119 nmethods=1819 adapters=236 free_code_cache=29097Kb largest_free_block=29794752

Compilation events (10 events):
Event: 22.065 Thread 0x00723400 1832 java.nio.DirectByteBuffer$Deallocator::<init> (9 bytes)
Event: 22.065 Thread 0x00723400 nmethod 1832 0x028340c8 code [0x028341c0, 0x0283426c]
Event: 22.065 Thread 0x00723400 1833 java.nio.DirectByteBuffer$Deallocator::<init> (41 bytes)
Event: 22.065 Thread 0x00723400 nmethod 1833 0x028342c8 code [0x028343c0, 0x02834460]
Event: 22.067 Thread 0x00723400 1834 java.nio.ByteBuffer::allocateDirect (9 bytes)
Event: 22.067 Thread 0x00723400 nmethod 1834 0x028344c8 code [0x028345d0, 0x0283469c]
Event: 22.253 Thread 0x00723400 1835 com.jcraft.jorbis.Floor1$InfoFloor1::<init> (86 bytes)
Event: 22.253 Thread 0x00723400 nmethod 1835 0x02834708 code [0x02834830, 0x02834d70]
Event: 22.376 Thread 0x00723400 1836 com.jcraft.jorbis.Info::clear (260 bytes)
Event: 22.377 Thread 0x00723400 nmethod 1836 0x02834fc8 code [0x02835190, 0x0283564c]

GC Heap History (10 events):
Event: 20.607 GC heap before
{Heap before GC invocations=53 (full 4):
def new generation total 33536K, used 31835K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 100% used [0x24c00000, 0x26920000, 0x26920000)
from space 3712K, 54% used [0x26920000, 0x26b16f48, 0x26cc0000)
to space 3712K, 0% used [0x26cc0000, 0x26cc0000, 0x27060000)
tenured generation total 73916K, used 24684K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 33% used [0x2a150000, 0x2b96b3d0, 0x2b96b400, 0x2e97f000)
compacting perm gen total 12288K, used 8925K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 72% used [0x34c00000, 0x354b7568, 0x354b7600, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
Event: 20.615 GC heap after
Heap after GC invocations=54 (full 4):
def new generation total 33536K, used 1913K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 0% used [0x24c00000, 0x24c00000, 0x26920000)
from space 3712K, 51% used [0x26cc0000, 0x26e9e450, 0x27060000)
to space 3712K, 0% used [0x26920000, 0x26920000, 0x26cc0000)
tenured generation total 73916K, used 25675K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 34% used [0x2a150000, 0x2ba62f38, 0x2ba63000, 0x2e97f000)
compacting perm gen total 12288K, used 8925K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 72% used [0x34c00000, 0x354b7568, 0x354b7600, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
}
Event: 20.714 GC heap before
{Heap before GC invocations=54 (full 4):
def new generation total 33536K, used 31737K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 100% used [0x24c00000, 0x26920000, 0x26920000)
from space 3712K, 51% used [0x26cc0000, 0x26e9e450, 0x27060000)
to space 3712K, 0% used [0x26920000, 0x26920000, 0x26cc0000)
tenured generation total 73916K, used 25675K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 34% used [0x2a150000, 0x2ba62f38, 0x2ba63000, 0x2e97f000)
compacting perm gen total 12288K, used 8925K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 72% used [0x34c00000, 0x354b7568, 0x354b7600, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
Event: 20.722 GC heap after
Heap after GC invocations=55 (full 4):
def new generation total 33536K, used 1653K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 0% used [0x24c00000, 0x24c00000, 0x26920000)
from space 3712K, 44% used [0x26920000, 0x26abd700, 0x26cc0000)
to space 3712K, 0% used [0x26cc0000, 0x26cc0000, 0x27060000)
tenured generation total 73916K, used 26695K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 36% used [0x2a150000, 0x2bb61d38, 0x2bb61e00, 0x2e97f000)
compacting perm gen total 12288K, used 8925K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 72% used [0x34c00000, 0x354b7568, 0x354b7600, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
}
Event: 21.424 GC heap before
{Heap before GC invocations=55 (full 4):
def new generation total 33536K, used 30774K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 97% used [0x24c00000, 0x26870288, 0x26920000)
from space 3712K, 44% used [0x26920000, 0x26abd700, 0x26cc0000)
to space 3712K, 0% used [0x26cc0000, 0x26cc0000, 0x27060000)
tenured generation total 73916K, used 26695K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 36% used [0x2a150000, 0x2bb61d38, 0x2bb61e00, 0x2e97f000)
compacting perm gen total 12288K, used 9079K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354dddc0, 0x354dde00, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
Event: 21.434 GC heap after
Heap after GC invocations=56 (full 4):
def new generation total 33536K, used 3712K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 0% used [0x24c00000, 0x24c00000, 0x26920000)
from space 3712K, 100% used [0x26cc0000, 0x27060000, 0x27060000)
to space 3712K, 0% used [0x26920000, 0x26920000, 0x26cc0000)
tenured generation total 73916K, used 34121K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 46% used [0x2a150000, 0x2c2a27d8, 0x2c2a2800, 0x2e97f000)
compacting perm gen total 12288K, used 9079K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354dddc0, 0x354dde00, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
}
Event: 21.965 GC heap before
{Heap before GC invocations=56 (full 4):
def new generation total 33536K, used 33426K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 99% used [0x24c00000, 0x26904960, 0x26920000)
from space 3712K, 100% used [0x26cc0000, 0x27060000, 0x27060000)
to space 3712K, 0% used [0x26920000, 0x26920000, 0x26cc0000)
tenured generation total 73916K, used 34121K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 46% used [0x2a150000, 0x2c2a27d8, 0x2c2a2800, 0x2e97f000)
compacting perm gen total 12288K, used 9081K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354de4d0, 0x354de600, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
Event: 21.970 GC heap after
Heap after GC invocations=57 (full 4):
def new generation total 33536K, used 1275K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 0% used [0x24c00000, 0x24c00000, 0x26920000)
from space 3712K, 34% used [0x26920000, 0x26a5edc8, 0x26cc0000)
to space 3712K, 0% used [0x26cc0000, 0x26cc0000, 0x27060000)
tenured generation total 73916K, used 35643K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 48% used [0x2a150000, 0x2c41ee90, 0x2c41f000, 0x2e97f000)
compacting perm gen total 12288K, used 9081K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354de4d0, 0x354de600, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
}
Event: 22.460 GC heap before
{Heap before GC invocations=57 (full 4):
def new generation total 33536K, used 31099K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 100% used [0x24c00000, 0x26920000, 0x26920000)
from space 3712K, 34% used [0x26920000, 0x26a5edc8, 0x26cc0000)
to space 3712K, 0% used [0x26cc0000, 0x26cc0000, 0x27060000)
tenured generation total 73916K, used 35643K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 48% used [0x2a150000, 0x2c41ee90, 0x2c41f000, 0x2e97f000)
compacting perm gen total 12288K, used 9081K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354de510, 0x354de600, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
Event: 22.462 GC heap after
Heap after GC invocations=58 (full 4):
def new generation total 33536K, used 1517K [0x24c00000, 0x27060000, 0x2a150000)
eden space 29824K, 0% used [0x24c00000, 0x24c00000, 0x26920000)
from space 3712K, 40% used [0x26cc0000, 0x26e3b4f0, 0x27060000)
to space 3712K, 0% used [0x26920000, 0x26920000, 0x26cc0000)
tenured generation total 73916K, used 35643K [0x2a150000, 0x2e97f000, 0x34c00000)
the space 73916K, 48% used [0x2a150000, 0x2c41ee90, 0x2c41f000, 0x2e97f000)
compacting perm gen total 12288K, used 9081K [0x34c00000, 0x35800000, 0x38c00000)
the space 12288K, 73% used [0x34c00000, 0x354de510, 0x354de600, 0x35800000)
ro space 10240K, 41% used [0x38c00000, 0x39032050, 0x39032200, 0x39600000)
rw space 12288K, 52% used [0x39600000, 0x39c46800, 0x39c46800, 0x3a200000)
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 22.530 Thread 0x0500fc00 Threw 0x24f7e458 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 22.530 Thread 0x0500fc00 Threw 0x24f85930 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 22.530 Thread 0x0500fc00 Threw 0x24f8a4e8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 22.531 Thread 0x0500fc00 Threw 0x24f9a680 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 22.532 Thread 0x0500fc00 Threw 0x24f9cbd8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 22.533 Thread 0x0500fc00 Threw 0x24fa2768 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 22.533 Thread 0x0500fc00 Threw 0x24fa4a48 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 22.547 Thread 0x0500fc00 Threw 0x24fae1f8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 22.548 Thread 0x0500fc00 Threw 0x24fb95d0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 22.548 Thread 0x0500fc00 Threw 0x24fbcbe0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 22.533 loading class 0x052ff0c8
Event: 22.533 loading class 0x052ff0c8 done
Event: 22.547 loading class 0x052ea3d0
Event: 22.547 loading class 0x052ea3d0 done
Event: 22.547 Executing VM operation: Deoptimize
Event: 22.547 Executing VM operation: Deoptimize done
Event: 22.548 loading class 0x050865a0
Event: 22.548 loading class 0x050865a0 done
Event: 22.548 loading class 0x05086630
Event: 22.548 loading class 0x05086630 done


Dynamic libraries:
0x01070000 - 0x0109f000 C:\Program Files (x86)\Java\jre7\bin\java.exe
0x77090000 - 0x771f8000 C:\Windows\SYSTEM32\ntdll.dll
0x76af0000 - 0x76c30000 C:\Windows\SYSTEM32\KERNEL32.DLL
0x76c30000 - 0x76cff000 C:\Windows\SYSTEM32\KERNELBASE.dll
0x72bf0000 - 0x72c8a000 C:\Windows\system32\apphelp.dll
0x6b370000 - 0x6b5c2000 C:\Windows\AppPatch\AcGenral.DLL
0x76ea0000 - 0x76f5e000 C:\Windows\SYSTEM32\msvcrt.dll
0x76a90000 - 0x76ace000 C:\Windows\SYSTEM32\sechost.dll
0x74ac0000 - 0x74add000 C:\Windows\SYSTEM32\SspiCli.dll
0x753b0000 - 0x753f1000 C:\Windows\SYSTEM32\SHLWAPI.dll
0x719f0000 - 0x71acc000 C:\Windows\SYSTEM32\UxTheme.dll
0x75250000 - 0x7539f000 C:\Windows\SYSTEM32\USER32.dll
0x76d90000 - 0x76e98000 C:\Windows\SYSTEM32\GDI32.dll
0x71000000 - 0x71020000 C:\Windows\SYSTEM32\WINMM.dll
0x721a0000 - 0x721b2000 C:\Windows\SYSTEM32\samcli.dll
0x76980000 - 0x76a8b000 C:\Windows\SYSTEM32\ole32.dll
0x755b0000 - 0x75637000 C:\Windows\SYSTEM32\OLEAUT32.dll
0x70e80000 - 0x70e95000 C:\Windows\SYSTEM32\MSACM32.dll
0x740b0000 - 0x740b8000 C:\Windows\SYSTEM32\VERSION.dll
0x75640000 - 0x767e3000 C:\Windows\SYSTEM32\SHELL32.dll
0x74830000 - 0x74849000 C:\Windows\SYSTEM32\USERENV.dll
0x71730000 - 0x71749000 C:\Windows\SYSTEM32\dwmapi.dll
0x73180000 - 0x732a4000 C:\Windows\SYSTEM32\urlmon.dll
0x74e90000 - 0x74f07000 C:\Windows\SYSTEM32\ADVAPI32.dll
0x70b20000 - 0x70b7e000 C:\Windows\SYSTEM32\WINSPOOL.DRV
0x711e0000 - 0x711f4000 C:\Windows\SYSTEM32\MPR.dll
0x74c80000 - 0x74d31000 C:\Windows\SYSTEM32\RPCRT4.dll
0x74ab0000 - 0x74ab9000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x74d40000 - 0x74e8e000 C:\Windows\SYSTEM32\combase.dll
0x70fe0000 - 0x71000000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x73e40000 - 0x73e4e000 C:\Windows\SYSTEM32\profapi.dll
0x72f60000 - 0x73177000 C:\Windows\SYSTEM32\iertutil.dll
0x72d90000 - 0x72f54000 C:\Windows\SYSTEM32\WININET.dll
0x74a50000 - 0x74aa1000 C:\Windows\SYSTEM32\bcryptPrimitives.dll
0x75070000 - 0x750aa000 C:\Windows\SYSTEM32\cfgmgr32.dll
0x71ad0000 - 0x71aef000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x72680000 - 0x726f7000 C:\Windows\SYSTEM32\SHCORE.DLL
0x74b40000 - 0x74b65000 C:\Windows\system32\IMM32.DLL
0x75150000 - 0x75247000 C:\Windows\SYSTEM32\MSCTF.dll
0x722b0000 - 0x72495000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.16384_none_a9f4965301334e09\COMCTL32.dll
0x61a30000 - 0x61aef000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x616b0000 - 0x61a30000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x74490000 - 0x74498000 C:\Windows\SYSTEM32\WSOCK32.dll
0x76fb0000 - 0x76fb6000 C:\Windows\SYSTEM32\PSAPI.DLL
0x74ae0000 - 0x74b2d000 C:\Windows\SYSTEM32\WS2_32.dll
0x75060000 - 0x75067000 C:\Windows\SYSTEM32\NSI.dll
0x72080000 - 0x7208c000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x72060000 - 0x72080000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x61690000 - 0x616a3000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x613c0000 - 0x61503000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x74990000 - 0x74999000 C:\Windows\SYSTEM32\kernel.appcore.dll
0x61510000 - 0x61524000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x74860000 - 0x748a5000 C:\Windows\system32\mswsock.dll
0x63210000 - 0x6321f000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x613a0000 - 0x613c0000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
0x73d70000 - 0x73d80000 C:\Windows\system32\napinsp.dll
0x70ec0000 - 0x70ed4000 C:\Windows\system32\pnrpnsp.dll
0x70ea0000 - 0x70eb2000 C:\Windows\system32\NLAapi.dll
0x74630000 - 0x746ac000 C:\Windows\SYSTEM32\DNSAPI.dll
0x72780000 - 0x72789000 C:\Windows\System32\winrnr.dll
0x74850000 - 0x74857000 C:\Windows\System32\rasadhlp.dll
0x745e0000 - 0x745fe000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x744f0000 - 0x744f8000 C:\Windows\SYSTEM32\WINNSI.DLL
0x744a0000 - 0x744e4000 C:\Windows\System32\fwpuclnt.dll
0x6cec0000 - 0x6cf42000 C:\Users\Daniel\AppData\Local\Temp\libgdxDaniel\e5a5efe2\gdx.dll
0x10000000 - 0x1004c000 C:\Users\Daniel\AppData\Local\Temp\libgdxDaniel\52d76f2b\lwjgl.dll
0x71050000 - 0x71124000 C:\Windows\SYSTEM32\OPENGL32.dll
0x71260000 - 0x71284000 C:\Windows\SYSTEM32\GLU32.dll
0x6f560000 - 0x6f647000 C:\Windows\SYSTEM32\DDRAW.dll
0x71250000 - 0x71257000 C:\Windows\SYSTEM32\DCIMAN32.dll
0x05640000 - 0x056a5000 C:\Users\Daniel\AppData\Local\Temp\libgdxDaniel\52d76f2b\OpenAL32.dll
0x74c00000 - 0x74c7d000 C:\Windows\SYSTEM32\clbcatq.dll
0x70d50000 - 0x70d98000 C:\Windows\System32\MMDevApi.dll
0x70de0000 - 0x70e59000 C:\Windows\SYSTEM32\dsound.dll
0x70da0000 - 0x70dde000 C:\Windows\SYSTEM32\POWRPROF.dll
0x70cf0000 - 0x70d45000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x05bb0000 - 0x061b3000 C:\Windows\SYSTEM32\ig7icd32.dll
0x6bf70000 - 0x6c2cd000 C:\Windows\SYSTEM32\igdusc32.dll
0x6b7c0000 - 0x6b837000 C:\Windows\SYSTEM32\mscms.dll
0x61580000 - 0x615bb000 C:\Windows\SYSTEM32\icm32.dll
0x72050000 - 0x72059000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
0x76800000 - 0x7697f000 C:\Windows\SYSTEM32\CRYPT32.dll
0x767f0000 - 0x767fe000 C:\Windows\SYSTEM32\MSASN1.dll
0x73d50000 - 0x73d68000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x73d20000 - 0x73d4f000 C:\Windows\system32\rsaenh.dll
0x73d00000 - 0x73d1d000 C:\Windows\SYSTEM32\bcrypt.dll
0x6b900000 - 0x6ba48000 C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
java_command: illarion.client.IllaClient
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
USERNAME=Daniel
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel



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

OS: Windows 8 , 64 bit Build 9200

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, erms, ht, tsc, tscinvbit, tscinv

Memory: 4k page, physical 4070676k(1045784k free), swap 8217724k(2037760k free)

vm_info: Java HotSpot(TM) Client VM (24.51-b03) for windows-x86 JRE (1.7.0_51-b13), built on Dec 18 2013 19:09:58 by "java_re" with unknown MS VC++:1600

time: Mon Feb 24 12:42:48 2014
elapsed time: 22 seconds
User avatar
Quinasa
Posts: 2959
Joined: Thu Jan 29, 2004 12:34 am
Location: The land of cuteness and stuff!
Contact:

Re: Crashing when loading world.

Post by Quinasa »

Are you using the new downloader, and clicking on the old icon rather than the new one? Because I did that for about 15 minutes before I figured out what I was doing wrong.
User avatar
wolfsword
Posts: 671
Joined: Sun Jul 01, 2007 12:21 am
Location: PO Samuel and Fernando [Hobbits]

Re: Crashing when loading world.

Post by wolfsword »

Old icon? My game starts as soon as I run the .jar you were supposed to download, that leads to the new client, and I just put that .jar onto my desktop to open.
User avatar
Kyre
Posts: 1257
Joined: Thu Dec 24, 2009 4:44 pm
Contact:

Re: Crashing when loading world.

Post by Kyre »

You use the downloader now to start the game. Click play http://illarion.org/illarion/us_java_download.php and try that.
User avatar
wolfsword
Posts: 671
Joined: Sun Jul 01, 2007 12:21 am
Location: PO Samuel and Fernando [Hobbits]

Re: Crashing when loading world.

Post by wolfsword »

That's what I just said, lol. It's what I've been using this whole time.
User avatar
Kyre
Posts: 1257
Joined: Thu Dec 24, 2009 4:44 pm
Contact:

Re: Crashing when loading world.

Post by Kyre »

Just double checking.. you might have to wait for someone to be able to read the error file, or get in irc tomorrow.
User avatar
wolfsword
Posts: 671
Joined: Sun Jul 01, 2007 12:21 am
Location: PO Samuel and Fernando [Hobbits]

Re: Crashing when loading world.

Post by wolfsword »

Yeah, I guess those are my options now. I've tried tinkering with stuff, nothing.
User avatar
Evie
Developer
Posts: 1210
Joined: Tue Jul 05, 2011 6:55 pm
Location: on a mana stream

Re: Crashing when loading world.

Post by Evie »

A wild guess, redownload the .jar file? Might not do anything better. Maybe something happened with first file download? You may have already done this :(.
User avatar
wolfsword
Posts: 671
Joined: Sun Jul 01, 2007 12:21 am
Location: PO Samuel and Fernando [Hobbits]

Re: Crashing when loading world.

Post by wolfsword »

Yeah tried that too, no cigar :(
User avatar
Raelith
Posts: 94
Joined: Tue Jul 07, 2009 1:19 pm
Contact:

Re: Crashing when loading world.

Post by Raelith »

Would I be close if I said that I think this might have occurred after an M$ update?

EDIT: Most likely due to running 32bit Java on 64bit Windows 8
User avatar
Achae Eanstray
Posts: 4300
Joined: Tue Sep 19, 2006 7:03 am
Location: A field of dandelions
Contact:

Re: Crashing when loading world.

Post by Achae Eanstray »

Adding to what Raelith said..this is what java discusses regarding windows 8:


http://www.java.com/en/download/faq/win8_faq.xml
User avatar
Evie
Developer
Posts: 1210
Joined: Tue Jul 05, 2011 6:55 pm
Location: on a mana stream

Re: Crashing when loading world.

Post by Evie »

Did I just see you ingame???? *crosses fingers*
User avatar
wolfsword
Posts: 671
Joined: Sun Jul 01, 2007 12:21 am
Location: PO Samuel and Fernando [Hobbits]

Re: Crashing when loading world.

Post by wolfsword »

^ Yeah. Raelith's advice helped. o:
User avatar
Uhuru
Posts: 924
Joined: Thu Jul 21, 2011 4:56 am
Location: In time out, where else?

Re: Crashing when loading world.

Post by Uhuru »

Lets keep Raelith around! Wohooo!

Glad you made it back into game!
User avatar
Raelith
Posts: 94
Joined: Tue Jul 07, 2009 1:19 pm
Contact:

Re: Crashing when loading world.

Post by Raelith »

That's good to hear...

Hopefully others will read this before posting on Mantis/Support forums...

As a side note:
This isn't an Illarion bug. There was nothing that Nitram, Vilarion and other devs could have done to prevent it so hopefully they don't get the stick for it.

Blame Windows (and if there is more blame left over, point it at Intel and Oracle :P)

EDIT:
I notice there are some threads below this about crashes and such but i'm too lazy to translate from German - Google Translate and then from Google Translate - English...

If any German speakers notice a pattern in the other posts could they pass along the hint to any that don't speak English?

Ta Muchly

(Now... Where is my teacup)
Post Reply