I keep getting this error I play for a bit on enders then I crash and this is the log.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180670149, pid=5052, tid=4976
#
# JRE version: 6.0_33-b03
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.8-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [ig4icd64.dll+0x670149]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/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 (0x0000000006562000): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=4976, stack(0x0000000007100000,0x0000000007200000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000
Registers:
RAX=0x0000000000000000, RBX=0x00000000151666a0, RCX=0x00000000096000a0, RDX=0x0000000000002000
RSP=0x00000000071fe6c8, RBP=0x0000000000330750, RSI=0x0000000000000070, RDI=0x00000000096000a0
R8 =0x00000000071fe748, R9 =0x00000000096000a0, R10=0x0000000000000000, R11=0x0000000000000000
R12=0x0000000000351b40, R13=0x00000000096000a0, R14=0x0000000000000000, R15=0x0000000006562000
RIP=0x0000000180670149, EFLAGS=0x0000000000010206
Top of Stack: (sp=0x00000000071fe6c8)
0x00000000071fe6c8: 00000001806706ef 000000000ebcbc10
0x00000000071fe6d8: 00000001800024aa 0000000000000000
0x00000000071fe6e8: 00000000774e81d1 00000000096000a0
0x00000000071fe6f8: 000000018068923a 000000000ebcbc10
0x00000000071fe708: 000000000ec69590 00000000151666a0
0x00000000071fe718: 00000000096d42a0 00000000096000a0
0x00000000071fe728: 000000018068103c 0000000000000000
0x00000000071fe738: 0000000015166918 0000000000000000
0x00000000071fe748: 0000000015166918 00000000fbde99a8
0x00000000071fe758: 00000000071fea38 0000000000000000
0x00000000071fe768: 000000018032406e 00000000151666a0
0x00000000071fe778: 00000000096000a0 0000000000000070
0x00000000071fe788: 00000000096d42a0 0000000000000000
0x00000000071fe798: 0000000180044220 00000000fbde99a8
0x00000000071fe7a8: 0000000000000000 00000000000007c0
0x00000000071fe7b8: 0000000000000000 00000000000007c0
Instructions: (pc=0x0000000180670149)
0x0000000180670129: cc cc cc cc cc cc cc 45 33 db 4c 8b c9 4d 8b d3
0x0000000180670139: 4c 39 99 60 08 00 00 74 0a 48 8b 81 90 b3 00 00
0x0000000180670149: 4c 8b 10 81 fa 80 00 00 00 77 3f 74 64 ff ca 83
0x0000000180670159: fa 3f 77 5d 8b c2 48 8d 15 9a fe 98 ff 0f b6 84
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x00000000151666a0 is an unknown value
RCX=0x00000000096000a0 is an unknown value
RDX=0x0000000000002000 is an unknown value
RSP=0x00000000071fe6c8 is pointing into the stack for thread: 0x0000000006562000
RBP=0x0000000000330750 is an unknown value
RSI=0x0000000000000070 is an unknown value
RDI=0x00000000096000a0 is an unknown value
R8 =0x00000000071fe748 is pointing into the stack for thread: 0x0000000006562000
R9 =0x00000000096000a0 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000000 is an unknown value
R12=0x0000000000351b40 is an unknown value
R13=0x00000000096000a0 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000006562000 is a thread
Stack: [0x0000000007100000,0x0000000007200000], sp=0x00000000071fe6c8, free space=1017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4icd64.dll+0x670149] ShCompile+0x1113f9
C 0x000000000032f6e0
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.opengl.impl.windows.WGL.wglDeleteContext(J)Z+0
j com.sun.opengl.impl.windows.WindowsGLContext.destroyImpl()V+13
j com.sun.opengl.impl.GLContextImpl.destroy()V+60
j javax.media.opengl.GLCanvas$DestroyAction.run()V+32
j javax.media.opengl.GLCanvas.removeNotify()V+65
j java.awt.Container.removeNotify()V+42
j java.awt.Window.removeNotify()V+32
j java.awt.Frame.removeNotify()V+51
j java.awt.Window$1DisposeAction.run()V+137
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.access$000(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j java.awt.EventQueue$1.run()Ljava/lang/Void;+12
j java.awt.EventQueue$1.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
J java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z
J java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V
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 )
0x0000000007a58000 JavaThread "Haven audio player" daemon [_thread_blocked, id=4764, stack(0x000000000b000000,0x000000000b100000)]
0x0000000007a57800 JavaThread "Timer Thread" [_thread_blocked, id=4564, stack(0x000000000d9a0000,0x000000000daa0000)]
0x0000000007a52800 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=2844, stack(0x000000000d720000,0x000000000d820000)]
0x0000000007a56000 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=4692, stack(0x000000000f410000,0x000000000f510000)]
0x0000000007a54800 JavaThread "Session writer" daemon [_thread_in_native, id=3324, stack(0x000000000dca0000,0x000000000dda0000)]
0x0000000007a53800 JavaThread "Session reader" daemon [_thread_blocked, id=5016, stack(0x000000000dba0000,0x000000000dca0000)]
=>0x0000000006562000 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=4976, stack(0x0000000007100000,0x0000000007200000)]
0x0000000005b71000 JavaThread "Haven main thread" [_thread_blocked, id=5020, stack(0x0000000007000000,0x0000000007100000)]
0x0000000005ad9800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5076, stack(0x0000000006b00000,0x0000000006c00000)]
0x0000000005b5c800 JavaThread "AWT-Shutdown" [_thread_blocked, id=4636, stack(0x0000000006a00000,0x0000000006b00000)]
0x0000000005aef800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3976, stack(0x0000000006900000,0x0000000006a00000)]
0x0000000000610000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=620, stack(0x0000000006050000,0x0000000006150000)]
0x000000000060e800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=4796, stack(0x0000000005f50000,0x0000000006050000)]
0x00000000005fd000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4272, stack(0x0000000005e50000,0x0000000005f50000)]
0x00000000005fb800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5012, stack(0x0000000005d50000,0x0000000005e50000)]
0x00000000005f8000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2652, stack(0x0000000005c50000,0x0000000005d50000)]
0x00000000005e7000 JavaThread "Finalizer" daemon [_thread_blocked, id=3376, stack(0x0000000005950000,0x0000000005a50000)]
0x00000000005e0000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4572, stack(0x0000000005850000,0x0000000005950000)]
0x000000000051a800 JavaThread "main" [_thread_blocked, id=3384, stack(0x0000000002460000,0x0000000002560000)]
Other Threads:
0x00000000005d9000 VMThread [stack: 0x0000000005750000,0x0000000005850000] [id=4424]
0x0000000005a91000 WatcherThread [stack: 0x0000000006150000,0x0000000006250000] [id=4300]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 102208K, used 42957K [0x00000000dae00000, 0x00000000e1ce0000, 0x00000000e58a0000)
eden space 90880K, 40% used [0x00000000dae00000, 0x00000000dd21ab50, 0x00000000e06c0000)
from space 11328K, 52% used [0x00000000e06c0000, 0x00000000e0c98a90, 0x00000000e11d0000)
to space 11328K, 0% used [0x00000000e11d0000, 0x00000000e11d0000, 0x00000000e1ce0000)
tenured generation total 227000K, used 141481K [0x00000000e58a0000, 0x00000000f364e000, 0x00000000fae00000)
the space 227000K, 62% used [0x00000000e58a0000, 0x00000000ee2ca740, 0x00000000ee2ca800, 0x00000000f364e000)
compacting perm gen total 24960K, used 24803K [0x00000000fae00000, 0x00000000fc660000, 0x0000000100000000)
the space 24960K, 99% used [0x00000000fae00000, 0x00000000fc638cc0, 0x00000000fc638e00, 0x00000000fc660000)
No shared spaces configured.
Code Cache [0x0000000002560000, 0x0000000002a70000, 0x0000000005560000)
total_blobs=1854 nmethods=1193 adapters=614 free_code_cache=45177600 largest_free_block=12800
Dynamic libraries:
0x0000000000400000 - 0x000000000042f000 C:\Windows\system32\javaw.exe
0x0000000077700000 - 0x00000000778a9000 C:\Windows\SYSTEM32\ntdll.dll
0x00000000774e0000 - 0x00000000775ff000 C:\Windows\system32\kernel32.dll
0x000007fefc8f0000 - 0x000007fefc95b000 C:\Windows\system32\KERNELBASE.dll
0x000007fefe4c0000 - 0x000007fefe59b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefeaa0000 - 0x000007fefeb3f000 C:\Windows\system32\msvcrt.dll
0x000007fefcf50000 - 0x000007fefcf6f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefe380000 - 0x000007fefe4ad000 C:\Windows\system32\RPCRT4.dll
0x0000000077600000 - 0x00000000776fa000 C:\Windows\system32\USER32.dll
0x000007fefe8b0000 - 0x000007fefe917000 C:\Windows\system32\GDI32.dll
0x000007fefe4b0000 - 0x000007fefe4be000 C:\Windows\system32\LPK.dll
0x000007fefcc70000 - 0x000007fefcd39000 C:\Windows\system32\USP10.dll
0x000007fefcd40000 - 0x000007fefcd6e000 C:\Windows\system32\IMM32.DLL
0x000007fefe1d0000 - 0x000007fefe2d9000 C:\Windows\system32\MSCTF.dll
0x000000006d800000 - 0x000000006dfb8000 C:\Program Files\Java\jre6\bin\server\jvm.dll
0x000007fefa480000 - 0x000007fefa4bb000 C:\Windows\system32\WINMM.dll
0x000000006d770000 - 0x000000006d77e000 C:\Program Files\Java\jre6\bin\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000 C:\Program Files\Java\jre6\bin\java.dll
0x000000006d7c0000 - 0x000000006d7d2000 C:\Program Files\Java\jre6\bin\zip.dll
0x000000006d000000 - 0x000000006d1c4000 C:\Program Files\Java\jre6\bin\awt.dll
0x000007fef7230000 - 0x000007fef72a1000 C:\Windows\system32\WINSPOOL.DRV
0x000007fefe680000 - 0x000007fefe883000 C:\Windows\system32\ole32.dll
0x000007fefcf70000 - 0x000007fefdcf8000 C:\Windows\system32\SHELL32.dll
0x000007fefdff0000 - 0x000007fefe061000 C:\Windows\system32\SHLWAPI.dll
0x000007fefb310000 - 0x000007fefb504000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefad00000 - 0x000007fefad18000 C:\Windows\system32\DWMAPI.DLL
0x000007fefb130000 - 0x000007fefb186000 C:\Windows\system32\uxtheme.dll
0x000007fefc730000 - 0x000007fefc73f000 C:\Windows\system32\CRYPTBASE.dll
0x000000006d2a0000 - 0x000000006d307000 C:\Program Files\Java\jre6\bin\fontmanager.dll
0x000000006d610000 - 0x000000006d627000 C:\Program Files\Java\jre6\bin\net.dll
0x000007fefe5b0000 - 0x000007fefe5fd000 C:\Windows\system32\WS2_32.dll
0x000007fefe5a0000 - 0x000007fefe5a8000 C:\Windows\system32\NSI.dll
0x000007fefc070000 - 0x000007fefc0c5000 C:\Windows\system32\mswsock.dll
0x000007fefc060000 - 0x000007fefc067000 C:\Windows\System32\wship6.dll
0x000000006d630000 - 0x000000006d63b000 C:\Program Files\Java\jre6\bin\nio.dll
0x000007fefc0d0000 - 0x000007fefc0e7000 C:\Windows\system32\CRYPTSP.dll
0x000007fefbdd0000 - 0x000007fefbe17000 C:\Windows\system32\rsaenh.dll
0x000007fefbb80000 - 0x000007fefbb9e000 C:\Windows\system32\USERENV.dll
0x000007fefc840000 - 0x000007fefc84f000 C:\Windows\system32\profapi.dll
0x000007fefa280000 - 0x000007fefa295000 C:\Windows\system32\NLAapi.dll
0x000007fef78f0000 - 0x000007fef7905000 C:\Windows\system32\napinsp.dll
0x000007fef78d0000 - 0x000007fef78e9000 C:\Windows\system32\pnrpnsp.dll
0x0000000010000000 - 0x000000001005a000 C:\Users\Trent\Desktop\HnH_Ender_x64\jogl.dll
0x000007fef0d70000 - 0x000007fef0e8d000 C:\Windows\system32\OPENGL32.dll
0x000007fef21a0000 - 0x000007fef21cd000 C:\Windows\system32\GLU32.dll
0x000007feedcc0000 - 0x000007feeddb1000 C:\Windows\system32\DDRAW.dll
0x000007fef8a50000 - 0x000007fef8a58000 C:\Windows\system32\DCIMAN32.dll
0x000007fefcd70000 - 0x000007fefcf47000 C:\Windows\system32\SETUPAPI.dll
0x000007fefcaf0000 - 0x000007fefcb26000 C:\Windows\system32\CFGMGR32.dll
0x000007fefe920000 - 0x000007fefe9f7000 C:\Windows\system32\OLEAUT32.dll
0x000007fefcc40000 - 0x000007fefcc5a000 C:\Windows\system32\DEVOBJ.dll
0x0000000072440000 - 0x0000000072509000 C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_88df89932faf0bf6\MSVCR80.dll
0x000007fefbef0000 - 0x000007fefbf4b000 C:\Windows\system32\DNSAPI.dll
0x000007fef78c0000 - 0x000007fef78cb000 C:\Windows\System32\winrnr.dll
0x000007fefba70000 - 0x000007fefba77000 C:\Windows\System32\wshtcpip.dll
0x000007fef9e40000 - 0x000007fef9e67000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fef9e20000 - 0x000007fef9e2b000 C:\Windows\system32\WINNSI.DLL
0x000007fef7d40000 - 0x000007fef7d48000 C:\Windows\system32\rasadhlp.dll
0x000007fef9cd0000 - 0x000007fef9d23000 C:\Windows\System32\fwpuclnt.dll
0x000007fefea00000 - 0x000007fefea99000 C:\Windows\system32\CLBCatQ.DLL
0x000000006d3f0000 - 0x000000006d3f7000 C:\Program Files\Java\jre6\bin\jawt.dll
0x0000000008140000 - 0x0000000008147000 C:\Users\Trent\Desktop\HnH_Ender_x64\jogl_awt.dll
0x0000000180000000 - 0x0000000180e77000 C:\Windows\system32\ig4icd64.dll
0x000000006d510000 - 0x000000006d53e000 C:\Program Files\Java\jre6\bin\jsound.dll
0x000000006d540000 - 0x000000006d54a000 C:\Program Files\Java\jre6\bin\jsoundds.dll
0x000007feedc30000 - 0x000007feedcb8000 C:\Windows\system32\DSOUND.dll
0x000007fefa650000 - 0x000007fefa67c000 C:\Windows\system32\POWRPROF.dll
0x000007fefad20000 - 0x000007fefad6b000 C:\Windows\system32\MMDevAPI.DLL
0x000007fefb190000 - 0x000007fefb2bc000 C:\Windows\system32\PROPSYS.dll
0x000007fefa440000 - 0x000007fefa47b000 C:\Windows\system32\wdmaud.drv
0x0000000075310000 - 0x0000000075316000 C:\Windows\system32\ksuser.dll
0x000007fefa640000 - 0x000007fefa649000 C:\Windows\system32\AVRT.dll
0x000007fefa3f0000 - 0x000007fefa43f000 C:\Windows\system32\AUDIOSES.DLL
0x000007fefab40000 - 0x000007fefab4a000 C:\Windows\system32\msacm32.drv
0x000007fefa2b0000 - 0x000007fefa2c8000 C:\Windows\system32\MSACM32.dll
0x000007fefab10000 - 0x000007fefab19000 C:\Windows\system32\midimap.dll
0x000000006d210000 - 0x000000006d238000 C:\Program Files\Java\jre6\bin\dcpr.dll
0x00000000778c0000 - 0x00000000778c7000 C:\Windows\system32\PSAPI.DLL
VM Arguments:
jvm_args: -Xms256m -Xmx512m
java_command: haven.jar moltke.seatribe.se -r ./res
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
USERNAME=Trent
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 1 (1 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
Memory: 4k page, physical 2026416k(570420k free), swap 4052832k(1706272k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (20.8-b03) for windows-amd64 JRE (1.6.0_33-b03), built on May 9 2012 12:47:08 by "java_re" with MS VC++ 8.0 (VS2005)
time: Mon Dec 30 18:13:33 2013
elapsed time: 504 seconds