## A fatal error has been detected by the Java Runtime Environment:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006da33a4b, pid=3356, tid=756## JRE version: 6.0_26-b03# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.1-b02 mixed mode windows-amd64 compressed oops)# Problematic frame:# V [jvm.dll+0x243a4b]## If you would like to submit a bug report, please visit:# http://java.sun.com/webapps/bugreport/crash.jsp#--------------- T H R E A D ---------------Current thread (0x000000000023b000): JavaThread "main" [_thread_in_vm, id=756, stack(0x0000000002470000,0x0000000002570000)]siginfo: ExceptionCode=0xc0000005, writing address 0x00000000177f4000Registers:RAX=0x3f8000003c23d70a, RBX=0x000000000023b000, RCX=0x0000000002aa1000, RDX=0x0000000016110000RSP=0x000000000256ee70, RBP=0x000000000256efa0, RSI=0x0000000018bb1000, RDI=0x0000000000000000R8 =0x0000000000002aab, R9 =0x00000000177f4008, R10=0x0000000002581359, R11=0x000000006d9f2630R12=0x0000000000000000, R13=0x000000077bec9f00, R14=0x000000000256f000, R15=0x000000000023b000RIP=0x000000006da33a4b, EFLAGS=0x0000000000010202Top of Stack: (sp=0x000000000256ee70)0x000000000256ee70: 000000000000000e 00000000000000000x000000000256ee80: 000000000023b000 00000000000000000x000000000256ee90: 000000000023b000 000000006d9bdf57etc etc--------------- S Y S T E M ---------------OS: Windows 7 Build 7601 Service Pack 1CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 30 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, htMemory: 4k page, physical 8320880k(5640404k free), swap 16639912k(13493832k free)vm_info: Java HotSpot(TM) 64-Bit Server VM (20.1-b02) for windows-amd64 JRE (1.6.0_26-b03), built on May 4 2011 07:15:24 by "java_re" with MS VC++ 8.0 (VS2005)time: Mon Nov 07 02:11:31 2011elapsed time: 34 seconds
snip...
## A fatal error has been detected by the Java Runtime Environment:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006bf1e5bb, pid=4704, tid=9728## JRE version: 7.0_01-b08# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.1-b02 mixed mode windows-amd64compressed oops)# Problematic frame:# V [jvm.dll+0x1ee5bb]## Failed to write core dump. Minidumps are not enabled by default on client versions of Windows## An error report file with more information is saved as:# E:\Roi Atalla\Downloads\fireworks\hs_err_pid4704.log## If you would like to submit a bug report, please visit:# http://bugreport.sun.com/bugreport/crash.jsp#
Exception in thread "main" java.lang.IllegalStateException: Function is not supported at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58) at org.lwjgl.opengl.GL33.glGenSamplers(GL33.java:141) at fireworks.gfx.obj.Sampler.<init>(Sampler.java:11) at fireworks.HDRCore.init(HDRCore.java:32) at fireworks.tests.FireworkTest.init(FireworkTest.java:57) at fireworks.Core.<init>(Core.java:28) at fireworks.HDRCore.<init>(HDRCore.java:20) at fireworks.tests.FireworkTest.<init>(FireworkTest.java:53) at fireworks.tests.FireworkTest.main(FireworkTest.java:160) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.lwjgl.util.mapped.MappedObjectClassLoader.fork(MappedObjectClassLoader.java:76) at fireworks.tests.FireworkTest.main(FireworkTest.java:155)