Im using standard client. Upon loggin in map shows up, ui shows up but when the game itself tries to load it crashes.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1009e6d0, pid=904, tid=11416
#
# 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 [ig4icd32.dll+0x9e6d0]
#
# 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 (0x051db800): JavaThread "AWT-EventQueue-2" [_thread_in_native, id=11416, stack(0x061f0000,0x06240000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
Registers:
EAX=0x00000000, EBX=0x00000ea6, ECX=0xffffffff, EDX=0x00000000
ESP=0x0623e7ec, EBP=0x00000000, ESI=0x00000000, EDI=0x07bc8fe8
EIP=0x1009e6d0, EFLAGS=0x00010206
Top of Stack: (sp=0x0623e7ec)
0x0623e7ec: 00000004 04ffe804 07bc8fe8 04ffe407
0x0623e7fc: 1009e9dc 00000004 00000ea6 00001403
0x0623e80c: 00000000 00000ea6 00000000 00000000
0x0623e81c: 0623e848 34d8c388 051db800 34d8c388
0x0623e82c: 64513d04 00000004 00000ea6 00001403
0x0623e83c: 00000000 00000000 34c2cb78 0623e8a4
0x0623e84c: 0266a9dd 051db930 0623e8d0 00000004
0x0623e85c: 00000ea6 00001403 00000000 00000000
Instructions: (pc=0x1009e6d0)
0x1009e6b0: 8b 04 aa 3b c8 0f 43 c8 3b f0 0f 46 f0 45 3b eb
0x1009e6c0: 7c ee eb 3f 33 ed 85 db 7e 39 8d 9b 00 00 00 00
0x1009e6d0: 0f b7 04 6a 3b c8 0f 43 c8 3b f0 0f 46 f0 45 3b
0x1009e6e0: eb 7c ed eb 1e 33 ed 85 db 7e 18 eb 03 8d 49 00
Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x00000ea6 is an unknown value
ECX=0xffffffff is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x0623e7ec is pointing into the stack for thread: 0x051db800
EBP=0x00000000 is an unknown value
ESI=0x00000000 is an unknown value
EDI=0x07bc8fe8 is an unknown value
Stack: [0x061f0000,0x06240000], sp=0x0623e7ec, free space=313k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4icd32.dll+0x9e6d0]
[error occurred during error reporting (printing native stack), id 0xc0000005]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jogamp.opengl.gl4.GL4bcImpl.dispatch_glDrawElements1(IIIJJ)V+0
j jogamp.opengl.gl4.GL4bcImpl.glDrawElements(IIIJ)V+47
j haven.FastMesh$VAOCompiler$VAOCompiled.draw(Lhaven/GOut;)V+35
j haven.FastMesh.draw(Lhaven/GOut;)V+190
j haven.MapMesh.drawflat(Lhaven/GOut;I)V+11
j haven.MapView$Maplist.render(Lhaven/GOut;Lhaven/Rendered;)V+47
j haven.RenderList.render(Lhaven/GOut;)V+82
j haven.MapView.checkmapclick(Lhaven/GOut;Lhaven/Coord;)Lhaven/Coord;+33
j haven.MapView.access$900(Lhaven/MapView;Lhaven/GOut;Lhaven/Coord;)Lhaven/Coord;+3
j haven.MapView$Hittest.run(Lhaven/GOut;)V+52
j haven.MapView.undelay(Ljava/util/Collection;Lhaven/GOut;)V+37
j haven.MapView.draw(Lhaven/GOut;)V+55
J haven.Widget.draw(Lhaven/GOut;Z)V
J haven.Widget.draw(Lhaven/GOut;)V
j haven.GameUI.draw(Lhaven/GOut;)V+27
J haven.Widget.draw(Lhaven/GOut;Z)V
J haven.Widget.draw(Lhaven/GOut;)V
j haven.RootWidget.draw(Lhaven/GOut;)V+2
j haven.UI.draw(Lhaven/GOut;)V+5
j haven.HavenPanel.redraw(Ljavax/media/opengl/GL2;)V+197
j haven.HavenPanel$1.display(Ljavax/media/opengl/GLAutoDrawable;)V+37
J jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V
j jogamp.opengl.GLDrawableHelper.display(Ljavax/media/opengl/GLAutoDrawable;)V+2
j javax.media.opengl.awt.GLCanvas$9.run()V+118
j jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+206
j jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+80
j javax.media.opengl.awt.GLCanvas$10.run()V+73
j java.awt.event.InvocationEvent.dispatch()V+11
j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
J java.awt.EventQueue$3.run()Ljava/lang/Object;
v ~StubRoutines::call_stub
J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
J java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
J java.awt.EventDispatchThread.pumpOneEventForFilters(I)V
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x051db000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4672, stack(0x0bbe0000,0x0bc30000)]
0x082e2400 JavaThread "Worker thread" daemon [_thread_blocked, id=6348, stack(0x0baf0000,0x0bb40000)]
0x082e2000 JavaThread "Worker thread" daemon [_thread_blocked, id=5692, stack(0x0c650000,0x0c6a0000)]
0x082e1800 JavaThread "Worker thread" daemon [_thread_in_vm, id=3696, stack(0x0c340000,0x0c390000)]
0x082e1000 JavaThread "Haven audio player" daemon [_thread_in_native, id=10972, stack(0x0c8f0000,0x0c940000)]
0x051e2800 JavaThread "Worker thread" daemon [_thread_in_native, id=3680, stack(0x0c810000,0x0c860000)]
0x051e1c00 JavaThread "Server time ticker" daemon [_thread_blocked, id=8468, stack(0x0ba90000,0x0bae0000)]
0x051e2400 JavaThread "Session writer" daemon [_thread_blocked, id=3844, stack(0x0b990000,0x0b9e0000)]
0x051ddc00 JavaThread "Session reader" daemon [_thread_in_native, id=5788, stack(0x07090000,0x070e0000)]
0x051e1000 JavaThread "Haven resource loader" daemon [_thread_blocked, id=1760, stack(0x0a9f0000,0x0aa40000)]
0x051e0800 JavaThread "Haven resource loader" daemon [_thread_blocked, id=5224, stack(0x0a8e0000,0x0a930000)]
0x051e0400 JavaThread "Haven UI thread" [_thread_blocked, id=13604, stack(0x065e0000,0x06630000)]
0x051df000 JavaThread "Haven main thread" [_thread_blocked, id=3264, stack(0x07da0000,0x07df0000)]
0x051dd000 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=1336, stack(0x07020000,0x07070000)]
0x051dcc00 JavaThread "Haven resource loader" daemon [_thread_blocked, id=10020, stack(0x06710000,0x06760000)]
0x051dc400 JavaThread "Haven main thread" [_thread_blocked, id=6636, stack(0x06860000,0x068b0000)]
0x051dbc00 JavaThread "Error reporter" daemon [_thread_blocked, id=5548, stack(0x05320000,0x05370000)]
0x051dfc00 JavaThread "TimerQueue" daemon [_thread_blocked, id=10304, stack(0x06410000,0x06460000)]
0x051de800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=11500, stack(0x06b60000,0x06bb0000)]
=>0x051db800 JavaThread "AWT-EventQueue-2" [_thread_in_native, id=11416, stack(0x061f0000,0x06240000)]
0x051de400 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=10560, stack(0x06590000,0x065e0000)]
0x051dd800 JavaThread "AWT-Shutdown" [_thread_blocked, id=1964, stack(0x05f40000,0x05f90000)]
0x0213ec00 JavaThread "DestroyJavaVM" [_thread_blocked, id=11520, stack(0x02150000,0x021a0000)]
0x0517cc00 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=9048, stack(0x05860000,0x058b0000)]
0x05178800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=8800, stack(0x02480000,0x02580000)]
0x05177800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=13328, stack(0x05740000,0x05790000)]
0x0514bc00 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=1140, stack(0x00420000,0x00470000)]
0x0514b400 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=14420, stack(0x054e0000,0x05530000)]
0x0514ac00 JavaThread "MemoryCache-DelayedCleanup" daemon [_thread_blocked, id=14032, stack(0x04b30000,0x04b80000)]
0x020b6800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=4916, stack(0x04c50000,0x04ca0000)]
0x0207c800 JavaThread "Service Thread" daemon [_thread_blocked, id=4240, stack(0x04cc0000,0x04d10000)]
0x02076c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=12208, stack(0x048f0000,0x04940000)]
0x02075400 JavaThread "Attach Listener" daemon [_thread_blocked, id=12036, stack(0x04be0000,0x04c30000)]
0x02072400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14076, stack(0x04a40000,0x04a90000)]
0x02008000 JavaThread "Finalizer" daemon [_thread_blocked, id=14884, stack(0x022b0000,0x02300000)]
0x02002c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=13144, stack(0x023c0000,0x02410000)]
Other Threads:
0x02001800 VMThread [stack: 0x047b0000,0x04800000] [id=8672]
0x0209a800 WatcherThread [stack: 0x04b90000,0x04be0000] [id=10888]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 57472K, used 24350K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 39% used [0x14770000, 0x15b27b08, 0x17960000)
from space 6336K, 65% used [0x17960000, 0x17d70060, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 122001K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 95% used [0x1f210000, 0x269345a8, 0x26934600, 0x26e84000)
compacting perm gen total 12288K, used 11546K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 93% used [0x34770000, 0x352b6810, 0x352b6a00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Card table byte_map: [0x04660000,0x04790000] byte_map_base: 0x045bc480
Polling page: 0x00110000
Code Cache [0x02660000, 0x02a68000, 0x04660000)
total_blobs=2469 nmethods=2025 adapters=380 free_code_cache=28671Kb largest_free_block=29358400
Compilation events (10 events):
Event: 29.950 Thread 0x02076c00 2036 haven.Rendered$Order$Default::cmp (5 bytes)
Event: 29.950 Thread 0x02076c00 nmethod 2036 0x02a5e008 code [0x02a5e100, 0x02a5e180]
Event: 29.951 Thread 0x02076c00 2037 haven.Rendered$Order$Default$1::compare (2 bytes)
Event: 29.951 Thread 0x02076c00 nmethod 2037 0x02a5e1c8 code [0x02a5e2c0, 0x02a5e340]
Event: 29.955 Thread 0x02076c00 2038 java.util.regex.Pattern$GroupTail::match (111 bytes)
Event: 29.955 Thread 0x02076c00 nmethod 2038 0x02a5e388 code [0x02a5e4b0, 0x02a5e68c]
Event: 29.955 Thread 0x02076c00 2039 java.lang.String::subSequence (7 bytes)
Event: 29.955 Thread 0x02076c00 nmethod 2039 0x02a5e948 code [0x02a5ea40, 0x02a5eadc]
Event: 29.956 Thread 0x02076c00 2040 ! java.util.Formatter::format (271 bytes)
Event: 29.957 Thread 0x02076c00 nmethod 2040 0x02a5eb48 code [0x02a5ed50, 0x02a5f44c]
GC Heap History (10 events):
Event: 28.979 GC heap before
{Heap before GC invocations=47 (full 5):
def new generation total 57472K, used 4874K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 1% used [0x14770000, 0x1485ff38, 0x17960000)
from space 6336K, 61% used [0x17f90000, 0x18362a18, 0x185c0000)
to space 6336K, 0% used [0x17960000, 0x17960000, 0x17f90000)
tenured generation total 127440K, used 109252K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 85% used [0x1f210000, 0x25cc12f8, 0x25cc1400, 0x26e84000)
compacting perm gen total 12288K, used 11412K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295098, 0x35295200, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Event: 28.988 GC heap after
Heap after GC invocations=48 (full 5):
def new generation total 57472K, used 6K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 0% used [0x14770000, 0x14770000, 0x17960000)
from space 6336K, 0% used [0x17960000, 0x179618c0, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 113010K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 88% used [0x1f210000, 0x2606c818, 0x2606ca00, 0x26e84000)
compacting perm gen total 12288K, used 11412K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295098, 0x35295200, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
}
Event: 29.213 GC heap before
{Heap before GC invocations=48 (full 5):
def new generation total 57472K, used 51128K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 99% used [0x14770000, 0x1795c7f0, 0x17960000)
from space 6336K, 0% used [0x17960000, 0x179618c0, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 113010K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 88% used [0x1f210000, 0x2606c818, 0x2606ca00, 0x26e84000)
compacting perm gen total 12288K, used 11412K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295098, 0x35295200, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Event: 29.225 GC heap after
Heap after GC invocations=49 (full 5):
def new generation total 57472K, used 6336K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 0% used [0x14770000, 0x14770000, 0x17960000)
from space 6336K, 100% used [0x17f90000, 0x185c0000, 0x185c0000)
to space 6336K, 0% used [0x17960000, 0x17960000, 0x17f90000)
tenured generation total 127440K, used 113471K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 89% used [0x1f210000, 0x260dff30, 0x260e0000, 0x26e84000)
compacting perm gen total 12288K, used 11412K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295098, 0x35295200, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
}
Event: 29.451 GC heap before
{Heap before GC invocations=49 (full 5):
def new generation total 57472K, used 57472K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 100% used [0x14770000, 0x17960000, 0x17960000)
from space 6336K, 100% used [0x17f90000, 0x185c0000, 0x185c0000)
to space 6336K, 0% used [0x17960000, 0x17960000, 0x17f90000)
tenured generation total 127440K, used 113471K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 89% used [0x1f210000, 0x260dff30, 0x260e0000, 0x26e84000)
compacting perm gen total 12288K, used 11414K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295b68, 0x35295c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Event: 29.466 GC heap after
Heap after GC invocations=50 (full 5):
def new generation total 57472K, used 2447K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 0% used [0x14770000, 0x14770000, 0x17960000)
from space 6336K, 38% used [0x17960000, 0x17bc3ca0, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 119672K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 93% used [0x1f210000, 0x266ee2c8, 0x266ee400, 0x26e84000)
compacting perm gen total 12288K, used 11414K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295b68, 0x35295c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
}
Event: 29.667 GC heap before
{Heap before GC invocations=50 (full 5):
def new generation total 57472K, used 53583K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 100% used [0x14770000, 0x17960000, 0x17960000)
from space 6336K, 38% used [0x17960000, 0x17bc3ca0, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 119672K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 93% used [0x1f210000, 0x266ee2c8, 0x266ee400, 0x26e84000)
compacting perm gen total 12288K, used 11466K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 93% used [0x34770000, 0x352a2b88, 0x352a2c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Event: 29.678 GC heap after
Heap after GC invocations=51 (full 5):
def new generation total 57472K, used 4858K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 0% used [0x14770000, 0x14770000, 0x17960000)
from space 6336K, 76% used [0x17f90000, 0x1844e9e8, 0x185c0000)
to space 6336K, 0% used [0x17960000, 0x17960000, 0x17f90000)
tenured generation total 127440K, used 119672K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 93% used [0x1f210000, 0x266ee2c8, 0x266ee400, 0x26e84000)
compacting perm gen total 12288K, used 11466K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 93% used [0x34770000, 0x352a2b88, 0x352a2c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
}
Event: 29.889 GC heap before
{Heap before GC invocations=51 (full 5):
def new generation total 57472K, used 55994K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 100% used [0x14770000, 0x17960000, 0x17960000)
from space 6336K, 76% used [0x17f90000, 0x1844e9e8, 0x185c0000)
to space 6336K, 0% used [0x17960000, 0x17960000, 0x17f90000)
tenured generation total 127440K, used 119672K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 93% used [0x1f210000, 0x266ee2c8, 0x266ee400, 0x26e84000)
compacting perm gen total 12288K, used 11486K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 93% used [0x34770000, 0x352a7a20, 0x352a7c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Event: 29.903 GC heap after
Heap after GC invocations=52 (full 5):
def new generation total 57472K, used 4160K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 0% used [0x14770000, 0x14770000, 0x17960000)
from space 6336K, 65% used [0x17960000, 0x17d70060, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 122001K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 95% used [0x1f210000, 0x269345a8, 0x26934600, 0x26e84000)
compacting perm gen total 12288K, used 11486K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 93% used [0x34770000, 0x352a7a20, 0x352a7c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 29.969 Thread 0x082e1800 Threw 0x155b07b0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.969 Thread 0x082e1800 Threw 0x155b0b58 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.969 Thread 0x082e1800 Threw 0x155b0e40 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.972 Thread 0x051e0400 Threw 0x1568b698 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.972 Thread 0x051e0400 Threw 0x1568bae0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.972 Thread 0x051e0400 Threw 0x1568be08 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.972 Thread 0x051e0400 Threw 0x1568c6e0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.982 Thread 0x051e0400 Threw 0x15723868 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.982 Thread 0x051e0400 Threw 0x15723bf0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.982 Thread 0x051e0400 Threw 0x15723ec8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Events (10 events):
Event: 29.966 loading class 0x0841fda8
Event: 29.966 loading class 0x0841fda8 done
Event: 29.969 loading class 0x06d15b68
Event: 29.969 loading class 0x06d15b68 done
Event: 29.972 loading class 0x08420010
Event: 29.972 loading class 0x08420010 done
Event: 29.973 Executing VM operation: Deoptimize
Event: 29.973 Executing VM operation: Deoptimize done
Event: 29.982 loading class 0x06d15c30
Event: 29.982 loading class 0x06d15c30 done
Dynamic libraries:
0x001e0000 - 0x0020f000 C:\Program Files (x86)\Java\jre7\bin\javaw.exe
0x77020000 - 0x771a0000 C:\Windows\SysWOW64\ntdll.dll
0x74dc0000 - 0x74ed0000 C:\Windows\syswow64\kernel32.dll
0x75100000 - 0x75147000 C:\Windows\syswow64\KERNELBASE.dll
0x76b00000 - 0x76ba0000 C:\Windows\syswow64\ADVAPI32.dll
0x75580000 - 0x7562c000 C:\Windows\syswow64\msvcrt.dll
0x75710000 - 0x75729000 C:\Windows\SysWOW64\sechost.dll
0x74cb0000 - 0x74da0000 C:\Windows\syswow64\RPCRT4.dll
0x74a40000 - 0x74aa0000 C:\Windows\syswow64\SspiCli.dll
0x74a30000 - 0x74a3c000 C:\Windows\syswow64\CRYPTBASE.dll
0x75730000 - 0x75830000 C:\Windows\syswow64\USER32.dll
0x74c20000 - 0x74cb0000 C:\Windows\syswow64\GDI32.dll
0x75880000 - 0x7588a000 C:\Windows\syswow64\LPK.dll
0x75660000 - 0x756fd000 C:\Windows\syswow64\USP10.dll
0x71f90000 - 0x7212e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x76a70000 - 0x76ac7000 C:\Windows\syswow64\SHLWAPI.dll
0x74aa0000 - 0x74b00000 C:\Windows\system32\IMM32.DLL
0x769a0000 - 0x76a6c000 C:\Windows\syswow64\MSCTF.dll
0x6ec90000 - 0x6ed4f000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x6e360000 - 0x6e6e0000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x6d140000 - 0x6d147000 C:\Windows\system32\WSOCK32.dll
0x75890000 - 0x758c5000 C:\Windows\syswow64\WS2_32.dll
0x76820000 - 0x76826000 C:\Windows\syswow64\NSI.dll
0x72540000 - 0x72572000 C:\Windows\system32\WINMM.dll
0x75a90000 - 0x75a95000 C:\Windows\syswow64\PSAPI.DLL
0x73da0000 - 0x73dac000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x70920000 - 0x70940000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x6e210000 - 0x6e353000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x75ab0000 - 0x75b3f000 C:\Windows\syswow64\OLEAUT32.dll
0x76840000 - 0x7699c000 C:\Windows\syswow64\ole32.dll
0x728f0000 - 0x72970000 C:\Windows\system32\uxtheme.dll
0x709a0000 - 0x709b3000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x6f8c0000 - 0x6f91c000 C:\Program Files (x86)\Java\jre7\bin\deploy.dll
0x73280000 - 0x73289000 C:\Windows\system32\VERSION.dll
0x74f30000 - 0x750f4000 C:\Windows\syswow64\WININET.dll
0x75700000 - 0x75704000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
0x75570000 - 0x75574000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x75aa0000 - 0x75aa4000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
0x74da0000 - 0x74da3000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x752f0000 - 0x752f3000 C:\Windows\syswow64\normaliz.DLL
0x75300000 - 0x75517000 C:\Windows\syswow64\iertutil.dll
0x74db0000 - 0x74db5000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x75960000 - 0x75a84000 C:\Windows\syswow64\urlmon.dll
0x76830000 - 0x76834000 C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
0x75bd0000 - 0x7681a000 C:\Windows\syswow64\SHELL32.dll
0x73270000 - 0x7327b000 C:\Windows\system32\profapi.dll
0x6fdd0000 - 0x6fde4000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x71360000 - 0x7139c000 C:\Windows\system32\mswsock.dll
0x742b0000 - 0x742b6000 C:\Windows\System32\wship6.dll
0x70bd0000 - 0x70bdf000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x728d0000 - 0x728e3000 C:\Windows\system32\dwmapi.dll
0x72ff0000 - 0x72ff8000 C:\Windows\system32\Secur32.dll
0x71430000 - 0x71434000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
0x714f0000 - 0x714f4000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
0x72fd0000 - 0x72fec000 C:\Windows\system32\IPHLPAPI.DLL
0x72fc0000 - 0x72fc7000 C:\Windows\system32\WINNSI.DLL
0x758d0000 - 0x75953000 C:\Windows\syswow64\CLBCatQ.DLL
0x74330000 - 0x7438a000 C:\Windows\System32\netprofm.dll
0x73e70000 - 0x73e80000 C:\Windows\System32\nlaapi.dll
0x74030000 - 0x74046000 C:\Windows\system32\CRYPTSP.dll
0x73ff0000 - 0x7402b000 C:\Windows\system32\rsaenh.dll
0x73140000 - 0x7314e000 C:\Windows\system32\RpcRtRemote.dll
0x74600000 - 0x74608000 C:\Windows\System32\npmproxy.dll
0x71350000 - 0x71355000 C:\Windows\System32\wshtcpip.dll
0x74220000 - 0x74232000 C:\Windows\system32\dhcpcsvc.DLL
0x73ea0000 - 0x73ee4000 C:\Windows\system32\DNSAPI.dll
0x74210000 - 0x7421d000 C:\Windows\system32\dhcpcsvc6.DLL
0x74280000 - 0x742a7000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x73e60000 - 0x73e66000 C:\Windows\system32\rasadhlp.dll
0x74240000 - 0x74278000 C:\Windows\System32\fwpuclnt.dll
0x6fdf0000 - 0x6fe29000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
0x708f0000 - 0x70920000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
0x71760000 - 0x71890000 C:\Windows\system32\WindowsCodecs.dll
0x72c20000 - 0x72c6c000 C:\Windows\system32\apphelp.dll
0x70940000 - 0x70971000 C:\Windows\system32\EhStorShell.dll
0x75150000 - 0x752ed000 C:\Windows\syswow64\SETUPAPI.dll
0x76ad0000 - 0x76af7000 C:\Windows\syswow64\CFGMGR32.dll
0x75550000 - 0x75562000 C:\Windows\syswow64\DEVOBJ.dll
0x73ef0000 - 0x73fe5000 C:\Windows\system32\PROPSYS.dll
0x6d500000 - 0x6d570000 C:\Windows\system32\ntshrui.dll
0x74070000 - 0x74089000 C:\Windows\system32\srvcli.dll
0x73d90000 - 0x73d9b000 C:\Windows\system32\cscapi.dll
0x73d80000 - 0x73d8a000 C:\Windows\system32\slc.dll
0x74b00000 - 0x74c20000 C:\Windows\syswow64\CRYPT32.dll
0x76ff0000 - 0x76ffc000 C:\Windows\syswow64\MSASN1.dll
0x6fdb0000 - 0x6fdd0000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
0x703b0000 - 0x703b9000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
0x6fa40000 - 0x6fa64000 C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
0x70a40000 - 0x70a4a000 C:\Program Files (x86)\Java\jre7\bin\management.dll
0x72f00000 - 0x72f17000 C:\Windows\system32\USERENV.dll
0x746c0000 - 0x746d0000 C:\Windows\system32\napinsp.dll
0x746a0000 - 0x746b2000 C:\Windows\system32\pnrpnsp.dll
0x74690000 - 0x74698000 C:\Windows\System32\winrnr.dll
0x6fd00000 - 0x6fd25000 C:\Program Files (x86)\Java\jre7\bin\jpeg.dll
0x637c0000 - 0x637cb000 C:\Users\Krzysztof\AppData\Local\Temp\jogamp_0000\file_cache\jln4476448014138156589\jln3396930707831607244\gluegen-rt.dll
0x6ff70000 - 0x6ff76000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
0x6a440000 - 0x6a44b000 C:\Users\Krzysztof\AppData\Local\Temp\jogamp_0000\file_cache\jln4476448014138156589\jln3396930707831607244\nativewindow_awt.dll
0x6c100000 - 0x6c10c000 C:\Users\Krzysztof\AppData\Local\Temp\jogamp_0000\file_cache\jln4476448014138156589\jln3396930707831607244\nativewindow_win32.dll
0x6e140000 - 0x6e208000 C:\Windows\system32\OpenGL32.dll
0x6fa10000 - 0x6fa32000 C:\Windows\system32\GLU32.dll
0x6e050000 - 0x6e137000 C:\Windows\system32\DDRAW.dll
0x6fda0000 - 0x6fda6000 C:\Windows\system32\DCIMAN32.dll
0x64500000 - 0x64592000 C:\Users\Krzysztof\AppData\Local\Temp\jogamp_0000\file_cache\jln4476448014138156589\jln3396930707831607244\jogl_desktop.dll
0x10000000 - 0x10aa4000 C:\Windows\system32\ig4icd32.dll
0x6ec60000 - 0x6ec8d000 C:\Program Files (x86)\Java\jre7\bin\kcms.dll
0x6fcf0000 - 0x6fcfa000 C:\Program Files (x86)\Java\jre7\bin\jsound.dll
0x6fce0000 - 0x6fce9000 C:\Program Files (x86)\Java\jre7\bin\jsoundds.dll
0x70b50000 - 0x70bc2000 C:\Windows\system32\DSOUND.dll
0x6d330000 - 0x6d355000 C:\Windows\system32\POWRPROF.dll
0x74190000 - 0x741c9000 C:\Windows\system32\MMDevAPI.DLL
0x6ec30000 - 0x6ec60000 C:\Windows\system32\wdmaud.drv
0x74660000 - 0x74664000 C:\Windows\system32\ksuser.dll
0x74990000 - 0x74997000 C:\Windows\system32\AVRT.dll
0x737e0000 - 0x73816000 C:\Windows\system32\AUDIOSES.DLL
0x6fa00000 - 0x6fa08000 C:\Windows\system32\msacm32.drv
0x70b30000 - 0x70b44000 C:\Windows\system32\MSACM32.dll
0x6f9f0000 - 0x6f9f7000 C:\Windows\system32\midimap.dll
0x73290000 - 0x7337b000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Djava.security.policy=file:C:\Program Files (x86)\Java\jre7\lib\security\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.home=C:\Program Files (x86)\Java\jre7\bin -Djnlpx.origFilenameArg=C:\Users\Krzysztof\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\20\44da76d4-1cb8ef1a -Djnlpx.remove=false -Dsun.awt.warmup=true -Xbootclasspath/a:C:\Program Files (x86)\Java\jre7\lib\javaws.jar;C:\Program Files (x86)\Java\jre7\lib\deploy.jar;C:\Program Files (x86)\Java\jre7\lib\plugin.jar -Djnlp.haven.errorurl=http://game.salemthegame.com/java/error -Djnlp.haven.defserv=game.salemthegame.com -Djnlp.haven.resurl=http://game.salemthegame.com/res/ -Djnlp.haven.screenurl=http://game.salemthegame.com/mt/ss -Djnlp.haven.storeurl=http://services.paradoxplaza.com/adam/storelette/salem -Djnlp.haven.regurl=http://login.salemthegame.com/beta/nregister -Xmx512M -Djnlpx.heapsize=NULL,512M -Djnlpx.splashport=50174 -Djnlp.application.href=http://game.salemthegame.com/java/salem.jnlp -Djnlpx.jvm=C:\Program Files (x86)\Java\jre7\bin\javaw.exe -Djnlpx.vmargs=-Djnlp.haven.errorurl=http://game.salemthegame.com/java/error -Djnlp.haven.defserv=game.salemthegame.com -Djnlp.haven.resurl=http://game.salemthegame.com/res/ -Djnlp.haven.screenurl=http://game.salemthegame.com/mt/ss -Djnlp.haven.storeurl=http://services.paradoxplaza.com/adam/storelette/salem -Djnlp.haven.regurl=http://login.salemthegame.com/beta/nregister -Djnlp.application.href=http://game.salemthegame.com/java/salem.jnlp
java_command: com.sun.javaws.Main -notWebJava C:\Users\Krzysztof\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\20\44da76d4-1cb8ef1a
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Windows\SysWOW64;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;"C:\Program Files (x86)\Java\jre7\bin"
USERNAME=Krzysztof
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc
Memory: 4k page, physical 4059120k(1355740k free), swap 8116376k(5173220k 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 Mar 03 11:42:55 2014
elapsed time: 30 seconds
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1009e6d0, pid=904, tid=11416
#
# 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 [ig4icd32.dll+0x9e6d0]
#
# 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 (0x051db800): JavaThread "AWT-EventQueue-2" [_thread_in_native, id=11416, stack(0x061f0000,0x06240000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
Registers:
EAX=0x00000000, EBX=0x00000ea6, ECX=0xffffffff, EDX=0x00000000
ESP=0x0623e7ec, EBP=0x00000000, ESI=0x00000000, EDI=0x07bc8fe8
EIP=0x1009e6d0, EFLAGS=0x00010206
Top of Stack: (sp=0x0623e7ec)
0x0623e7ec: 00000004 04ffe804 07bc8fe8 04ffe407
0x0623e7fc: 1009e9dc 00000004 00000ea6 00001403
0x0623e80c: 00000000 00000ea6 00000000 00000000
0x0623e81c: 0623e848 34d8c388 051db800 34d8c388
0x0623e82c: 64513d04 00000004 00000ea6 00001403
0x0623e83c: 00000000 00000000 34c2cb78 0623e8a4
0x0623e84c: 0266a9dd 051db930 0623e8d0 00000004
0x0623e85c: 00000ea6 00001403 00000000 00000000
Instructions: (pc=0x1009e6d0)
0x1009e6b0: 8b 04 aa 3b c8 0f 43 c8 3b f0 0f 46 f0 45 3b eb
0x1009e6c0: 7c ee eb 3f 33 ed 85 db 7e 39 8d 9b 00 00 00 00
0x1009e6d0: 0f b7 04 6a 3b c8 0f 43 c8 3b f0 0f 46 f0 45 3b
0x1009e6e0: eb 7c ed eb 1e 33 ed 85 db 7e 18 eb 03 8d 49 00
Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x00000ea6 is an unknown value
ECX=0xffffffff is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x0623e7ec is pointing into the stack for thread: 0x051db800
EBP=0x00000000 is an unknown value
ESI=0x00000000 is an unknown value
EDI=0x07bc8fe8 is an unknown value
Stack: [0x061f0000,0x06240000], sp=0x0623e7ec, free space=313k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4icd32.dll+0x9e6d0]
[error occurred during error reporting (printing native stack), id 0xc0000005]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jogamp.opengl.gl4.GL4bcImpl.dispatch_glDrawElements1(IIIJJ)V+0
j jogamp.opengl.gl4.GL4bcImpl.glDrawElements(IIIJ)V+47
j haven.FastMesh$VAOCompiler$VAOCompiled.draw(Lhaven/GOut;)V+35
j haven.FastMesh.draw(Lhaven/GOut;)V+190
j haven.MapMesh.drawflat(Lhaven/GOut;I)V+11
j haven.MapView$Maplist.render(Lhaven/GOut;Lhaven/Rendered;)V+47
j haven.RenderList.render(Lhaven/GOut;)V+82
j haven.MapView.checkmapclick(Lhaven/GOut;Lhaven/Coord;)Lhaven/Coord;+33
j haven.MapView.access$900(Lhaven/MapView;Lhaven/GOut;Lhaven/Coord;)Lhaven/Coord;+3
j haven.MapView$Hittest.run(Lhaven/GOut;)V+52
j haven.MapView.undelay(Ljava/util/Collection;Lhaven/GOut;)V+37
j haven.MapView.draw(Lhaven/GOut;)V+55
J haven.Widget.draw(Lhaven/GOut;Z)V
J haven.Widget.draw(Lhaven/GOut;)V
j haven.GameUI.draw(Lhaven/GOut;)V+27
J haven.Widget.draw(Lhaven/GOut;Z)V
J haven.Widget.draw(Lhaven/GOut;)V
j haven.RootWidget.draw(Lhaven/GOut;)V+2
j haven.UI.draw(Lhaven/GOut;)V+5
j haven.HavenPanel.redraw(Ljavax/media/opengl/GL2;)V+197
j haven.HavenPanel$1.display(Ljavax/media/opengl/GLAutoDrawable;)V+37
J jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V
j jogamp.opengl.GLDrawableHelper.display(Ljavax/media/opengl/GLAutoDrawable;)V+2
j javax.media.opengl.awt.GLCanvas$9.run()V+118
j jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+206
j jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+80
j javax.media.opengl.awt.GLCanvas$10.run()V+73
j java.awt.event.InvocationEvent.dispatch()V+11
j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
J java.awt.EventQueue$3.run()Ljava/lang/Object;
v ~StubRoutines::call_stub
J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
J java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
J java.awt.EventDispatchThread.pumpOneEventForFilters(I)V
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x051db000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4672, stack(0x0bbe0000,0x0bc30000)]
0x082e2400 JavaThread "Worker thread" daemon [_thread_blocked, id=6348, stack(0x0baf0000,0x0bb40000)]
0x082e2000 JavaThread "Worker thread" daemon [_thread_blocked, id=5692, stack(0x0c650000,0x0c6a0000)]
0x082e1800 JavaThread "Worker thread" daemon [_thread_in_vm, id=3696, stack(0x0c340000,0x0c390000)]
0x082e1000 JavaThread "Haven audio player" daemon [_thread_in_native, id=10972, stack(0x0c8f0000,0x0c940000)]
0x051e2800 JavaThread "Worker thread" daemon [_thread_in_native, id=3680, stack(0x0c810000,0x0c860000)]
0x051e1c00 JavaThread "Server time ticker" daemon [_thread_blocked, id=8468, stack(0x0ba90000,0x0bae0000)]
0x051e2400 JavaThread "Session writer" daemon [_thread_blocked, id=3844, stack(0x0b990000,0x0b9e0000)]
0x051ddc00 JavaThread "Session reader" daemon [_thread_in_native, id=5788, stack(0x07090000,0x070e0000)]
0x051e1000 JavaThread "Haven resource loader" daemon [_thread_blocked, id=1760, stack(0x0a9f0000,0x0aa40000)]
0x051e0800 JavaThread "Haven resource loader" daemon [_thread_blocked, id=5224, stack(0x0a8e0000,0x0a930000)]
0x051e0400 JavaThread "Haven UI thread" [_thread_blocked, id=13604, stack(0x065e0000,0x06630000)]
0x051df000 JavaThread "Haven main thread" [_thread_blocked, id=3264, stack(0x07da0000,0x07df0000)]
0x051dd000 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=1336, stack(0x07020000,0x07070000)]
0x051dcc00 JavaThread "Haven resource loader" daemon [_thread_blocked, id=10020, stack(0x06710000,0x06760000)]
0x051dc400 JavaThread "Haven main thread" [_thread_blocked, id=6636, stack(0x06860000,0x068b0000)]
0x051dbc00 JavaThread "Error reporter" daemon [_thread_blocked, id=5548, stack(0x05320000,0x05370000)]
0x051dfc00 JavaThread "TimerQueue" daemon [_thread_blocked, id=10304, stack(0x06410000,0x06460000)]
0x051de800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=11500, stack(0x06b60000,0x06bb0000)]
=>0x051db800 JavaThread "AWT-EventQueue-2" [_thread_in_native, id=11416, stack(0x061f0000,0x06240000)]
0x051de400 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=10560, stack(0x06590000,0x065e0000)]
0x051dd800 JavaThread "AWT-Shutdown" [_thread_blocked, id=1964, stack(0x05f40000,0x05f90000)]
0x0213ec00 JavaThread "DestroyJavaVM" [_thread_blocked, id=11520, stack(0x02150000,0x021a0000)]
0x0517cc00 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=9048, stack(0x05860000,0x058b0000)]
0x05178800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=8800, stack(0x02480000,0x02580000)]
0x05177800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=13328, stack(0x05740000,0x05790000)]
0x0514bc00 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=1140, stack(0x00420000,0x00470000)]
0x0514b400 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=14420, stack(0x054e0000,0x05530000)]
0x0514ac00 JavaThread "MemoryCache-DelayedCleanup" daemon [_thread_blocked, id=14032, stack(0x04b30000,0x04b80000)]
0x020b6800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=4916, stack(0x04c50000,0x04ca0000)]
0x0207c800 JavaThread "Service Thread" daemon [_thread_blocked, id=4240, stack(0x04cc0000,0x04d10000)]
0x02076c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=12208, stack(0x048f0000,0x04940000)]
0x02075400 JavaThread "Attach Listener" daemon [_thread_blocked, id=12036, stack(0x04be0000,0x04c30000)]
0x02072400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14076, stack(0x04a40000,0x04a90000)]
0x02008000 JavaThread "Finalizer" daemon [_thread_blocked, id=14884, stack(0x022b0000,0x02300000)]
0x02002c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=13144, stack(0x023c0000,0x02410000)]
Other Threads:
0x02001800 VMThread [stack: 0x047b0000,0x04800000] [id=8672]
0x0209a800 WatcherThread [stack: 0x04b90000,0x04be0000] [id=10888]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 57472K, used 24350K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 39% used [0x14770000, 0x15b27b08, 0x17960000)
from space 6336K, 65% used [0x17960000, 0x17d70060, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 122001K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 95% used [0x1f210000, 0x269345a8, 0x26934600, 0x26e84000)
compacting perm gen total 12288K, used 11546K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 93% used [0x34770000, 0x352b6810, 0x352b6a00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Card table byte_map: [0x04660000,0x04790000] byte_map_base: 0x045bc480
Polling page: 0x00110000
Code Cache [0x02660000, 0x02a68000, 0x04660000)
total_blobs=2469 nmethods=2025 adapters=380 free_code_cache=28671Kb largest_free_block=29358400
Compilation events (10 events):
Event: 29.950 Thread 0x02076c00 2036 haven.Rendered$Order$Default::cmp (5 bytes)
Event: 29.950 Thread 0x02076c00 nmethod 2036 0x02a5e008 code [0x02a5e100, 0x02a5e180]
Event: 29.951 Thread 0x02076c00 2037 haven.Rendered$Order$Default$1::compare (2 bytes)
Event: 29.951 Thread 0x02076c00 nmethod 2037 0x02a5e1c8 code [0x02a5e2c0, 0x02a5e340]
Event: 29.955 Thread 0x02076c00 2038 java.util.regex.Pattern$GroupTail::match (111 bytes)
Event: 29.955 Thread 0x02076c00 nmethod 2038 0x02a5e388 code [0x02a5e4b0, 0x02a5e68c]
Event: 29.955 Thread 0x02076c00 2039 java.lang.String::subSequence (7 bytes)
Event: 29.955 Thread 0x02076c00 nmethod 2039 0x02a5e948 code [0x02a5ea40, 0x02a5eadc]
Event: 29.956 Thread 0x02076c00 2040 ! java.util.Formatter::format (271 bytes)
Event: 29.957 Thread 0x02076c00 nmethod 2040 0x02a5eb48 code [0x02a5ed50, 0x02a5f44c]
GC Heap History (10 events):
Event: 28.979 GC heap before
{Heap before GC invocations=47 (full 5):
def new generation total 57472K, used 4874K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 1% used [0x14770000, 0x1485ff38, 0x17960000)
from space 6336K, 61% used [0x17f90000, 0x18362a18, 0x185c0000)
to space 6336K, 0% used [0x17960000, 0x17960000, 0x17f90000)
tenured generation total 127440K, used 109252K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 85% used [0x1f210000, 0x25cc12f8, 0x25cc1400, 0x26e84000)
compacting perm gen total 12288K, used 11412K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295098, 0x35295200, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Event: 28.988 GC heap after
Heap after GC invocations=48 (full 5):
def new generation total 57472K, used 6K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 0% used [0x14770000, 0x14770000, 0x17960000)
from space 6336K, 0% used [0x17960000, 0x179618c0, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 113010K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 88% used [0x1f210000, 0x2606c818, 0x2606ca00, 0x26e84000)
compacting perm gen total 12288K, used 11412K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295098, 0x35295200, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
}
Event: 29.213 GC heap before
{Heap before GC invocations=48 (full 5):
def new generation total 57472K, used 51128K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 99% used [0x14770000, 0x1795c7f0, 0x17960000)
from space 6336K, 0% used [0x17960000, 0x179618c0, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 113010K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 88% used [0x1f210000, 0x2606c818, 0x2606ca00, 0x26e84000)
compacting perm gen total 12288K, used 11412K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295098, 0x35295200, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Event: 29.225 GC heap after
Heap after GC invocations=49 (full 5):
def new generation total 57472K, used 6336K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 0% used [0x14770000, 0x14770000, 0x17960000)
from space 6336K, 100% used [0x17f90000, 0x185c0000, 0x185c0000)
to space 6336K, 0% used [0x17960000, 0x17960000, 0x17f90000)
tenured generation total 127440K, used 113471K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 89% used [0x1f210000, 0x260dff30, 0x260e0000, 0x26e84000)
compacting perm gen total 12288K, used 11412K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295098, 0x35295200, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
}
Event: 29.451 GC heap before
{Heap before GC invocations=49 (full 5):
def new generation total 57472K, used 57472K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 100% used [0x14770000, 0x17960000, 0x17960000)
from space 6336K, 100% used [0x17f90000, 0x185c0000, 0x185c0000)
to space 6336K, 0% used [0x17960000, 0x17960000, 0x17f90000)
tenured generation total 127440K, used 113471K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 89% used [0x1f210000, 0x260dff30, 0x260e0000, 0x26e84000)
compacting perm gen total 12288K, used 11414K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295b68, 0x35295c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Event: 29.466 GC heap after
Heap after GC invocations=50 (full 5):
def new generation total 57472K, used 2447K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 0% used [0x14770000, 0x14770000, 0x17960000)
from space 6336K, 38% used [0x17960000, 0x17bc3ca0, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 119672K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 93% used [0x1f210000, 0x266ee2c8, 0x266ee400, 0x26e84000)
compacting perm gen total 12288K, used 11414K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 92% used [0x34770000, 0x35295b68, 0x35295c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
}
Event: 29.667 GC heap before
{Heap before GC invocations=50 (full 5):
def new generation total 57472K, used 53583K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 100% used [0x14770000, 0x17960000, 0x17960000)
from space 6336K, 38% used [0x17960000, 0x17bc3ca0, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 119672K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 93% used [0x1f210000, 0x266ee2c8, 0x266ee400, 0x26e84000)
compacting perm gen total 12288K, used 11466K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 93% used [0x34770000, 0x352a2b88, 0x352a2c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Event: 29.678 GC heap after
Heap after GC invocations=51 (full 5):
def new generation total 57472K, used 4858K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 0% used [0x14770000, 0x14770000, 0x17960000)
from space 6336K, 76% used [0x17f90000, 0x1844e9e8, 0x185c0000)
to space 6336K, 0% used [0x17960000, 0x17960000, 0x17f90000)
tenured generation total 127440K, used 119672K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 93% used [0x1f210000, 0x266ee2c8, 0x266ee400, 0x26e84000)
compacting perm gen total 12288K, used 11466K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 93% used [0x34770000, 0x352a2b88, 0x352a2c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
}
Event: 29.889 GC heap before
{Heap before GC invocations=51 (full 5):
def new generation total 57472K, used 55994K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 100% used [0x14770000, 0x17960000, 0x17960000)
from space 6336K, 76% used [0x17f90000, 0x1844e9e8, 0x185c0000)
to space 6336K, 0% used [0x17960000, 0x17960000, 0x17f90000)
tenured generation total 127440K, used 119672K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 93% used [0x1f210000, 0x266ee2c8, 0x266ee400, 0x26e84000)
compacting perm gen total 12288K, used 11486K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 93% used [0x34770000, 0x352a7a20, 0x352a7c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
Event: 29.903 GC heap after
Heap after GC invocations=52 (full 5):
def new generation total 57472K, used 4160K [0x14770000, 0x185c0000, 0x1f210000)
eden space 51136K, 0% used [0x14770000, 0x14770000, 0x17960000)
from space 6336K, 65% used [0x17960000, 0x17d70060, 0x17f90000)
to space 6336K, 0% used [0x17f90000, 0x17f90000, 0x185c0000)
tenured generation total 127440K, used 122001K [0x1f210000, 0x26e84000, 0x34770000)
the space 127440K, 95% used [0x1f210000, 0x269345a8, 0x26934600, 0x26e84000)
compacting perm gen total 12288K, used 11486K [0x34770000, 0x35370000, 0x38770000)
the space 12288K, 93% used [0x34770000, 0x352a7a20, 0x352a7c00, 0x35370000)
ro space 10240K, 41% used [0x38770000, 0x38ba2050, 0x38ba2200, 0x39170000)
rw space 12288K, 52% used [0x39170000, 0x397b6800, 0x397b6800, 0x39d70000)
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 29.969 Thread 0x082e1800 Threw 0x155b07b0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.969 Thread 0x082e1800 Threw 0x155b0b58 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.969 Thread 0x082e1800 Threw 0x155b0e40 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.972 Thread 0x051e0400 Threw 0x1568b698 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.972 Thread 0x051e0400 Threw 0x1568bae0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.972 Thread 0x051e0400 Threw 0x1568be08 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.972 Thread 0x051e0400 Threw 0x1568c6e0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.982 Thread 0x051e0400 Threw 0x15723868 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.982 Thread 0x051e0400 Threw 0x15723bf0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 29.982 Thread 0x051e0400 Threw 0x15723ec8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Events (10 events):
Event: 29.966 loading class 0x0841fda8
Event: 29.966 loading class 0x0841fda8 done
Event: 29.969 loading class 0x06d15b68
Event: 29.969 loading class 0x06d15b68 done
Event: 29.972 loading class 0x08420010
Event: 29.972 loading class 0x08420010 done
Event: 29.973 Executing VM operation: Deoptimize
Event: 29.973 Executing VM operation: Deoptimize done
Event: 29.982 loading class 0x06d15c30
Event: 29.982 loading class 0x06d15c30 done
Dynamic libraries:
0x001e0000 - 0x0020f000 C:\Program Files (x86)\Java\jre7\bin\javaw.exe
0x77020000 - 0x771a0000 C:\Windows\SysWOW64\ntdll.dll
0x74dc0000 - 0x74ed0000 C:\Windows\syswow64\kernel32.dll
0x75100000 - 0x75147000 C:\Windows\syswow64\KERNELBASE.dll
0x76b00000 - 0x76ba0000 C:\Windows\syswow64\ADVAPI32.dll
0x75580000 - 0x7562c000 C:\Windows\syswow64\msvcrt.dll
0x75710000 - 0x75729000 C:\Windows\SysWOW64\sechost.dll
0x74cb0000 - 0x74da0000 C:\Windows\syswow64\RPCRT4.dll
0x74a40000 - 0x74aa0000 C:\Windows\syswow64\SspiCli.dll
0x74a30000 - 0x74a3c000 C:\Windows\syswow64\CRYPTBASE.dll
0x75730000 - 0x75830000 C:\Windows\syswow64\USER32.dll
0x74c20000 - 0x74cb0000 C:\Windows\syswow64\GDI32.dll
0x75880000 - 0x7588a000 C:\Windows\syswow64\LPK.dll
0x75660000 - 0x756fd000 C:\Windows\syswow64\USP10.dll
0x71f90000 - 0x7212e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x76a70000 - 0x76ac7000 C:\Windows\syswow64\SHLWAPI.dll
0x74aa0000 - 0x74b00000 C:\Windows\system32\IMM32.DLL
0x769a0000 - 0x76a6c000 C:\Windows\syswow64\MSCTF.dll
0x6ec90000 - 0x6ed4f000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x6e360000 - 0x6e6e0000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x6d140000 - 0x6d147000 C:\Windows\system32\WSOCK32.dll
0x75890000 - 0x758c5000 C:\Windows\syswow64\WS2_32.dll
0x76820000 - 0x76826000 C:\Windows\syswow64\NSI.dll
0x72540000 - 0x72572000 C:\Windows\system32\WINMM.dll
0x75a90000 - 0x75a95000 C:\Windows\syswow64\PSAPI.DLL
0x73da0000 - 0x73dac000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x70920000 - 0x70940000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x6e210000 - 0x6e353000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x75ab0000 - 0x75b3f000 C:\Windows\syswow64\OLEAUT32.dll
0x76840000 - 0x7699c000 C:\Windows\syswow64\ole32.dll
0x728f0000 - 0x72970000 C:\Windows\system32\uxtheme.dll
0x709a0000 - 0x709b3000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x6f8c0000 - 0x6f91c000 C:\Program Files (x86)\Java\jre7\bin\deploy.dll
0x73280000 - 0x73289000 C:\Windows\system32\VERSION.dll
0x74f30000 - 0x750f4000 C:\Windows\syswow64\WININET.dll
0x75700000 - 0x75704000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
0x75570000 - 0x75574000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x75aa0000 - 0x75aa4000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
0x74da0000 - 0x74da3000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x752f0000 - 0x752f3000 C:\Windows\syswow64\normaliz.DLL
0x75300000 - 0x75517000 C:\Windows\syswow64\iertutil.dll
0x74db0000 - 0x74db5000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x75960000 - 0x75a84000 C:\Windows\syswow64\urlmon.dll
0x76830000 - 0x76834000 C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
0x75bd0000 - 0x7681a000 C:\Windows\syswow64\SHELL32.dll
0x73270000 - 0x7327b000 C:\Windows\system32\profapi.dll
0x6fdd0000 - 0x6fde4000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x71360000 - 0x7139c000 C:\Windows\system32\mswsock.dll
0x742b0000 - 0x742b6000 C:\Windows\System32\wship6.dll
0x70bd0000 - 0x70bdf000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x728d0000 - 0x728e3000 C:\Windows\system32\dwmapi.dll
0x72ff0000 - 0x72ff8000 C:\Windows\system32\Secur32.dll
0x71430000 - 0x71434000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
0x714f0000 - 0x714f4000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
0x72fd0000 - 0x72fec000 C:\Windows\system32\IPHLPAPI.DLL
0x72fc0000 - 0x72fc7000 C:\Windows\system32\WINNSI.DLL
0x758d0000 - 0x75953000 C:\Windows\syswow64\CLBCatQ.DLL
0x74330000 - 0x7438a000 C:\Windows\System32\netprofm.dll
0x73e70000 - 0x73e80000 C:\Windows\System32\nlaapi.dll
0x74030000 - 0x74046000 C:\Windows\system32\CRYPTSP.dll
0x73ff0000 - 0x7402b000 C:\Windows\system32\rsaenh.dll
0x73140000 - 0x7314e000 C:\Windows\system32\RpcRtRemote.dll
0x74600000 - 0x74608000 C:\Windows\System32\npmproxy.dll
0x71350000 - 0x71355000 C:\Windows\System32\wshtcpip.dll
0x74220000 - 0x74232000 C:\Windows\system32\dhcpcsvc.DLL
0x73ea0000 - 0x73ee4000 C:\Windows\system32\DNSAPI.dll
0x74210000 - 0x7421d000 C:\Windows\system32\dhcpcsvc6.DLL
0x74280000 - 0x742a7000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x73e60000 - 0x73e66000 C:\Windows\system32\rasadhlp.dll
0x74240000 - 0x74278000 C:\Windows\System32\fwpuclnt.dll
0x6fdf0000 - 0x6fe29000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
0x708f0000 - 0x70920000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
0x71760000 - 0x71890000 C:\Windows\system32\WindowsCodecs.dll
0x72c20000 - 0x72c6c000 C:\Windows\system32\apphelp.dll
0x70940000 - 0x70971000 C:\Windows\system32\EhStorShell.dll
0x75150000 - 0x752ed000 C:\Windows\syswow64\SETUPAPI.dll
0x76ad0000 - 0x76af7000 C:\Windows\syswow64\CFGMGR32.dll
0x75550000 - 0x75562000 C:\Windows\syswow64\DEVOBJ.dll
0x73ef0000 - 0x73fe5000 C:\Windows\system32\PROPSYS.dll
0x6d500000 - 0x6d570000 C:\Windows\system32\ntshrui.dll
0x74070000 - 0x74089000 C:\Windows\system32\srvcli.dll
0x73d90000 - 0x73d9b000 C:\Windows\system32\cscapi.dll
0x73d80000 - 0x73d8a000 C:\Windows\system32\slc.dll
0x74b00000 - 0x74c20000 C:\Windows\syswow64\CRYPT32.dll
0x76ff0000 - 0x76ffc000 C:\Windows\syswow64\MSASN1.dll
0x6fdb0000 - 0x6fdd0000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
0x703b0000 - 0x703b9000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
0x6fa40000 - 0x6fa64000 C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
0x70a40000 - 0x70a4a000 C:\Program Files (x86)\Java\jre7\bin\management.dll
0x72f00000 - 0x72f17000 C:\Windows\system32\USERENV.dll
0x746c0000 - 0x746d0000 C:\Windows\system32\napinsp.dll
0x746a0000 - 0x746b2000 C:\Windows\system32\pnrpnsp.dll
0x74690000 - 0x74698000 C:\Windows\System32\winrnr.dll
0x6fd00000 - 0x6fd25000 C:\Program Files (x86)\Java\jre7\bin\jpeg.dll
0x637c0000 - 0x637cb000 C:\Users\Krzysztof\AppData\Local\Temp\jogamp_0000\file_cache\jln4476448014138156589\jln3396930707831607244\gluegen-rt.dll
0x6ff70000 - 0x6ff76000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
0x6a440000 - 0x6a44b000 C:\Users\Krzysztof\AppData\Local\Temp\jogamp_0000\file_cache\jln4476448014138156589\jln3396930707831607244\nativewindow_awt.dll
0x6c100000 - 0x6c10c000 C:\Users\Krzysztof\AppData\Local\Temp\jogamp_0000\file_cache\jln4476448014138156589\jln3396930707831607244\nativewindow_win32.dll
0x6e140000 - 0x6e208000 C:\Windows\system32\OpenGL32.dll
0x6fa10000 - 0x6fa32000 C:\Windows\system32\GLU32.dll
0x6e050000 - 0x6e137000 C:\Windows\system32\DDRAW.dll
0x6fda0000 - 0x6fda6000 C:\Windows\system32\DCIMAN32.dll
0x64500000 - 0x64592000 C:\Users\Krzysztof\AppData\Local\Temp\jogamp_0000\file_cache\jln4476448014138156589\jln3396930707831607244\jogl_desktop.dll
0x10000000 - 0x10aa4000 C:\Windows\system32\ig4icd32.dll
0x6ec60000 - 0x6ec8d000 C:\Program Files (x86)\Java\jre7\bin\kcms.dll
0x6fcf0000 - 0x6fcfa000 C:\Program Files (x86)\Java\jre7\bin\jsound.dll
0x6fce0000 - 0x6fce9000 C:\Program Files (x86)\Java\jre7\bin\jsoundds.dll
0x70b50000 - 0x70bc2000 C:\Windows\system32\DSOUND.dll
0x6d330000 - 0x6d355000 C:\Windows\system32\POWRPROF.dll
0x74190000 - 0x741c9000 C:\Windows\system32\MMDevAPI.DLL
0x6ec30000 - 0x6ec60000 C:\Windows\system32\wdmaud.drv
0x74660000 - 0x74664000 C:\Windows\system32\ksuser.dll
0x74990000 - 0x74997000 C:\Windows\system32\AVRT.dll
0x737e0000 - 0x73816000 C:\Windows\system32\AUDIOSES.DLL
0x6fa00000 - 0x6fa08000 C:\Windows\system32\msacm32.drv
0x70b30000 - 0x70b44000 C:\Windows\system32\MSACM32.dll
0x6f9f0000 - 0x6f9f7000 C:\Windows\system32\midimap.dll
0x73290000 - 0x7337b000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -Djava.security.policy=file:C:\Program Files (x86)\Java\jre7\lib\security\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.home=C:\Program Files (x86)\Java\jre7\bin -Djnlpx.origFilenameArg=C:\Users\Krzysztof\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\20\44da76d4-1cb8ef1a -Djnlpx.remove=false -Dsun.awt.warmup=true -Xbootclasspath/a:C:\Program Files (x86)\Java\jre7\lib\javaws.jar;C:\Program Files (x86)\Java\jre7\lib\deploy.jar;C:\Program Files (x86)\Java\jre7\lib\plugin.jar -Djnlp.haven.errorurl=http://game.salemthegame.com/java/error -Djnlp.haven.defserv=game.salemthegame.com -Djnlp.haven.resurl=http://game.salemthegame.com/res/ -Djnlp.haven.screenurl=http://game.salemthegame.com/mt/ss -Djnlp.haven.storeurl=http://services.paradoxplaza.com/adam/storelette/salem -Djnlp.haven.regurl=http://login.salemthegame.com/beta/nregister -Xmx512M -Djnlpx.heapsize=NULL,512M -Djnlpx.splashport=50174 -Djnlp.application.href=http://game.salemthegame.com/java/salem.jnlp -Djnlpx.jvm=C:\Program Files (x86)\Java\jre7\bin\javaw.exe -Djnlpx.vmargs=-Djnlp.haven.errorurl=http://game.salemthegame.com/java/error -Djnlp.haven.defserv=game.salemthegame.com -Djnlp.haven.resurl=http://game.salemthegame.com/res/ -Djnlp.haven.screenurl=http://game.salemthegame.com/mt/ss -Djnlp.haven.storeurl=http://services.paradoxplaza.com/adam/storelette/salem -Djnlp.haven.regurl=http://login.salemthegame.com/beta/nregister -Djnlp.application.href=http://game.salemthegame.com/java/salem.jnlp
java_command: com.sun.javaws.Main -notWebJava C:\Users\Krzysztof\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\20\44da76d4-1cb8ef1a
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Windows\SysWOW64;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;"C:\Program Files (x86)\Java\jre7\bin"
USERNAME=Krzysztof
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc
Memory: 4k page, physical 4059120k(1355740k free), swap 8116376k(5173220k 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 Mar 03 11:42:55 2014
elapsed time: 30 seconds
Any idea whats up?