I have spent a number of hours trying to get Escape running. I get similar results with both the exe installer version and when I compile from source. I just checked out the latest from cvs in the last 1 hour. I am running jdk 1.4.2 on Win XP Pro.
The exception I get from the source version is pasted in below, followed by the exception from the installer version...
Thanks very much for any help or tips you can offer. I'd love to see a Java game engine running on my machine!
Thanks,
Harlan
***************************
compiled from cvs version:
***************************
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77F584AE
Function=RtlAllocateHeap+0x900
Library=C:\WINDOWS\System32\ntdll.dll
Current Java thread:
at escape.entity.World.loadWorld(World.java:425)
at jd.engine.JDEngine.init(JDEngine.java:261)
at net.java.games.jogl.impl.GLDrawableHelper.init(GLDrawableHelper.java:68)
at net.java.games.jogl.GLCanvas$InitAction.run(GLCanvas.java:187)
at net.java.games.jogl.impl.windows.WindowsGLContext.makeCurrent(WindowsGLContext.java:144)
- locked <0x1054fd98> (a net.java.games.jogl.impl.windows.WindowsOnscreenGLContext)
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.makeCurrent(WindowsOnscreenGLContext.java:110)
- locked <0x1054fd98> (a net.java.games.jogl.impl.windows.WindowsOnscreenGLContext)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:162)
- locked <0x1054fd98> (a net.java.games.jogl.impl.windows.WindowsOnscreenGLContext)
at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:182)
at net.java.games.jogl.GLCanvas.display(GLCanvas.java:82)
at net.java.games.jogl.GLCanvas.paint(GLCanvas.java:89)
at sun.awt.RepaintArea.paint(RepaintArea.java:177)
at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:260)
at java.awt.Component.dispatchEventImpl(Component.java:3678)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Heap at VM Abort:
Heap
def new generation total 576K, used 170K [0x10010000, 0x100b0000, 0x104f0000)
eden space 512K, 20% used [0x10010000, 0x1002aa98, 0x10090000)
from space 64K, 100% used [0x100a0000, 0x100b0000, 0x100b0000)
to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
tenured generation total 1408K, used 473K [0x104f0000, 0x10650000, 0x14010000)
the space 1408K, 33% used [0x104f0000, 0x10566410, 0x10566600, 0x10650000)
compacting perm gen total 5888K, used 5650K [0x14010000, 0x145d0000, 0x18010000)
the space 5888K, 95% used [0x14010000, 0x14594950, 0x14594a00, 0x145d0000)
Local Time = Sat Jan 10 22:34:49 2004
Elapsed Time = 6
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
#
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x4331B44
Function=[Unknown.]
Library=C:\WINDOWS\System32\ialmgdev.dll
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at net.java.games.jogl.impl.windows.WindowsGLImpl.glClear(Native Method)
at engine.JDEngine.display(JDEngine.java:221)
at net.java.games.jogl.impl.GLDrawableHelper.display(GLDrawableHelper.java:74)
at net.java.games.jogl.GLCanvas$DisplayAction.run(GLCanvas.java:208)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:192)
- locked <0x1056ccf0> (a net.java.games.jogl.impl.windows.WindowsOnscreenGLContext)
at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:196)
at net.java.games.jogl.GLCanvas.display(GLCanvas.java:91)
at engine.JDEngine.loop(JDEngine.java:573)
at gui.JDFrame.start(JDFrame.java:93)
at gui.JDMain.<init>(JDMain.java:104)
at gui.JDMain.main(JDMain.java:165)
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 com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
Heap at VM Abort:
Heap
def new generation total 576K, used 514K [0x10010000, 0x100b0000, 0x104f0000)
eden space 512K, 99% used [0x10010000, 0x1008efe8, 0x10090000)
from space 64K, 9% used [0x10090000, 0x10091888, 0x100a0000)
to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
tenured generation total 6588K, used 4969K [0x104f0000, 0x10b5f000, 0x14010000)
the space 6588K, 75% used [0x104f0000, 0x109ca6e8, 0x109ca800, 0x10b5f000)
compacting perm gen total 6656K, used 6488K [0x14010000, 0x14690000, 0x18010000)
the space 6656K, 97% used [0x14010000, 0x146663f8, 0x14666400, 0x14690000)
Local Time = Sat Jan 10 21:34:36 2004
Elapsed Time = 8
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
#
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have spent a number of hours trying to get Escape running. I get similar results with both the exe installer version and when I compile from source. I just checked out the latest from cvs in the last 1 hour. I am running jdk 1.4.2 on Win XP Pro.
The exception I get from the source version is pasted in below, followed by the exception from the installer version...
Thanks very much for any help or tips you can offer. I'd love to see a Java game engine running on my machine!
Thanks,
Harlan
***************************
compiled from cvs version:
***************************
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77F584AE
Function=RtlAllocateHeap+0x900
Library=C:\WINDOWS\System32\ntdll.dll
Current Java thread:
at escape.entity.World.loadWorld(World.java:425)
at jd.engine.JDEngine.init(JDEngine.java:261)
at net.java.games.jogl.impl.GLDrawableHelper.init(GLDrawableHelper.java:68)
at net.java.games.jogl.GLCanvas$InitAction.run(GLCanvas.java:187)
at net.java.games.jogl.impl.windows.WindowsGLContext.makeCurrent(WindowsGLContext.java:144)
- locked <0x1054fd98> (a net.java.games.jogl.impl.windows.WindowsOnscreenGLContext)
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.makeCurrent(WindowsOnscreenGLContext.java:110)
- locked <0x1054fd98> (a net.java.games.jogl.impl.windows.WindowsOnscreenGLContext)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:162)
- locked <0x1054fd98> (a net.java.games.jogl.impl.windows.WindowsOnscreenGLContext)
at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:182)
at net.java.games.jogl.GLCanvas.display(GLCanvas.java:82)
at net.java.games.jogl.GLCanvas.paint(GLCanvas.java:89)
at sun.awt.RepaintArea.paint(RepaintArea.java:177)
at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:260)
at java.awt.Component.dispatchEventImpl(Component.java:3678)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Dynamic libraries:
0x00400000 - 0x00406000 C:\java\j2sdk_nb\j2sdk1.4.2\bin\java.exe
0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll
0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll
0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll
0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x08136000 C:\java\j2sdk_nb\j2sdk1.4.2\jre\bin\client\jvm.dll
0x77D40000 - 0x77DCC000 C:\WINDOWS\system32\USER32.dll
0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll
0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll
0x10000000 - 0x10007000 C:\java\j2sdk_nb\j2sdk1.4.2\jre\bin\hpi.dll
0x00390000 - 0x0039E000 C:\java\j2sdk_nb\j2sdk1.4.2\jre\bin\verify.dll
0x003A0000 - 0x003B8000 C:\java\j2sdk_nb\j2sdk1.4.2\jre\bin\java.dll
0x003C0000 - 0x003CD000 C:\java\j2sdk_nb\j2sdk1.4.2\jre\bin\zip.dll
0x02C60000 - 0x02D6A000 C:\java\j2sdk_nb\j2sdk1.4.2\jre\bin\awt.dll
0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV
0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.dll
0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll
0x02F70000 - 0x02FC0000 C:\java\j2sdk_nb\j2sdk1.4.2\jre\bin\fontmanager.dll
0x51000000 - 0x51047000 C:\WINDOWS\System32\ddraw.dll
0x73BC0000 - 0x73BC6000 C:\WINDOWS\System32\DCIMAN32.dll
0x5C000000 - 0x5C0C8000 C:\WINDOWS\System32\D3DIM700.DLL
0x63000000 - 0x63014000 C:\WINDOWS\System32\SynTPFcs.dll
0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll
0x03500000 - 0x03515000 C:\WINDOWS\System32\SSSensor.dll
0x02FD0000 - 0x02FD5000 C:\java\j2sdk_nb\j2sdk1.4.2\jre\bin\jawt.dll
0x03530000 - 0x035A6000 C:\java\j2sdk_nb\j2sdk1.4.2\jre\bin\jogl.dll
0x5ED00000 - 0x5EDC6000 C:\WINDOWS\System32\OPENGL32.dll
0x68B20000 - 0x68B3E000 C:\WINDOWS\System32\GLU32.dll
0x035C0000 - 0x0378A000 C:\WINDOWS\System32\ialmgicd.dll
0x037A0000 - 0x037D0000 C:\WINDOWS\System32\ialmgdev.dll
0x03800000 - 0x03823000 C:\java\j2sdk_nb\j2sdk1.4.2\jre\bin\jsound.dll
0x72D20000 - 0x72D29000 C:\WINDOWS\System32\wdmaud.drv
0x72D10000 - 0x72D18000 C:\WINDOWS\System32\msacm32.drv
0x77BE0000 - 0x77BF4000 C:\WINDOWS\System32\MSACM32.dll
0x77BD0000 - 0x77BD7000 C:\WINDOWS\System32\midimap.dll
0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll
0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll
0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL
Heap at VM Abort:
Heap
def new generation total 576K, used 170K [0x10010000, 0x100b0000, 0x104f0000)
eden space 512K, 20% used [0x10010000, 0x1002aa98, 0x10090000)
from space 64K, 100% used [0x100a0000, 0x100b0000, 0x100b0000)
to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
tenured generation total 1408K, used 473K [0x104f0000, 0x10650000, 0x14010000)
the space 1408K, 33% used [0x104f0000, 0x10566410, 0x10566600, 0x10650000)
compacting perm gen total 5888K, used 5650K [0x14010000, 0x145d0000, 0x18010000)
the space 5888K, 95% used [0x14010000, 0x14594950, 0x14594a00, 0x145d0000)
Local Time = Sat Jan 10 22:34:49 2004
Elapsed Time = 6
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
#
***************************
exe installer version:
***************************
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x4331B44
Function=[Unknown.]
Library=C:\WINDOWS\System32\ialmgdev.dll
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at net.java.games.jogl.impl.windows.WindowsGLImpl.glClear(Native Method)
at engine.JDEngine.display(JDEngine.java:221)
at net.java.games.jogl.impl.GLDrawableHelper.display(GLDrawableHelper.java:74)
at net.java.games.jogl.GLCanvas$DisplayAction.run(GLCanvas.java:208)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:192)
- locked <0x1056ccf0> (a net.java.games.jogl.impl.windows.WindowsOnscreenGLContext)
at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:196)
at net.java.games.jogl.GLCanvas.display(GLCanvas.java:91)
at engine.JDEngine.loop(JDEngine.java:573)
at gui.JDFrame.start(JDFrame.java:93)
at gui.JDMain.<init>(JDMain.java:104)
at gui.JDMain.main(JDMain.java:165)
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 com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
Dynamic libraries:
0x00400000 - 0x00455000 C:\Program Files\Escape\Escape.exe
0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll
0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll
0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll
0x77D40000 - 0x77DCC000 C:\WINDOWS\system32\USER32.dll
0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll
0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll
0x08000000 - 0x08136000 c:\program files\escape\jre\bin\client\jvm.dll
0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll
0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll
0x10000000 - 0x10007000 c:\program files\escape\jre\bin\hpi.dll
0x00930000 - 0x0093E000 c:\program files\escape\jre\bin\verify.dll
0x00940000 - 0x00958000 c:\program files\escape\jre\bin\java.dll
0x00960000 - 0x0096D000 c:\program files\escape\jre\bin\zip.dll
0x03490000 - 0x0359A000 C:\Program Files\Escape\jre\bin\awt.dll
0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV
0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.dll
0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll
0x035B0000 - 0x03600000 C:\Program Files\Escape\jre\bin\fontmanager.dll
0x51000000 - 0x51047000 C:\WINDOWS\System32\ddraw.dll
0x73BC0000 - 0x73BC6000 C:\WINDOWS\System32\DCIMAN32.dll
0x5C000000 - 0x5C0C8000 C:\WINDOWS\System32\D3DIM700.DLL
0x63000000 - 0x63014000 C:\WINDOWS\System32\SynTPFcs.dll
0x03C40000 - 0x03C45000 C:\Program Files\Escape\jre\bin\jawt.dll
0x03C50000 - 0x03CC7000 C:\Program Files\Escape\jre\bin\jogl.dll
0x5ED00000 - 0x5EDC6000 C:\WINDOWS\System32\OPENGL32.dll
0x68B20000 - 0x68B3E000 C:\WINDOWS\System32\GLU32.dll
0x03CD0000 - 0x03CF3000 C:\Program Files\Escape\jre\bin\jsound.dll
0x72D20000 - 0x72D29000 C:\WINDOWS\System32\wdmaud.drv
0x72D10000 - 0x72D18000 C:\WINDOWS\System32\msacm32.drv
0x77BE0000 - 0x77BF4000 C:\WINDOWS\System32\MSACM32.dll
0x77BD0000 - 0x77BD7000 C:\WINDOWS\System32\midimap.dll
0x04150000 - 0x0431A000 C:\WINDOWS\System32\ialmgicd.dll
0x04330000 - 0x04360000 C:\WINDOWS\System32\ialmgdev.dll
0x05730000 - 0x05745000 C:\WINDOWS\System32\SSSensor.dll
0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll
0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll
0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL
Heap at VM Abort:
Heap
def new generation total 576K, used 514K [0x10010000, 0x100b0000, 0x104f0000)
eden space 512K, 99% used [0x10010000, 0x1008efe8, 0x10090000)
from space 64K, 9% used [0x10090000, 0x10091888, 0x100a0000)
to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
tenured generation total 6588K, used 4969K [0x104f0000, 0x10b5f000, 0x14010000)
the space 6588K, 75% used [0x104f0000, 0x109ca6e8, 0x109ca800, 0x10b5f000)
compacting perm gen total 6656K, used 6488K [0x14010000, 0x14690000, 0x18010000)
the space 6656K, 97% used [0x14010000, 0x146663f8, 0x14666400, 0x14690000)
Local Time = Sat Jan 10 21:34:36 2004
Elapsed Time = 8
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
#
Always post a hardware specs along with the bug reports. Especially gfx card model and driver versions.
Your problem could be the OpenGL driver issue. Try updating the gfx card drivers.