0.96 demo running problem.

Started by simg, May 20, 2005, 20:33:31

Previous topic - Next topic

simg

Hi ya, I've been trying to run lwjgl 0.96 demos on my laptop ( S3 Twister, PIII 1GHz, WinXP Home), which can run Quake3 quite well (My favourite game  ), but i always got errors after having tried various demos.


/******* ERROR ********/
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x34FB0
Function=[Unknown.]
Library=(N/A)

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 org.lwjgl.opengl.Win32ContextImplementation.nCreate(Native Method)
   at org.lwjgl.opengl.Win32ContextImplementation.create(Win32ContextImplementation.java:48)
   at org.lwjgl.opengl.Context.<init>(Context.java:123)
   - locked <0x1007ddb0> (a org.lwjgl.opengl.Context)
   at org.lwjgl.opengl.Display.create(Display.java:630)
   at org.lwjgl.opengl.Display.create(Display.java:607)
   at org.lwjgl.opengl.Display.create(Display.java:591)
   at org.lwjgl.test.opengl.Gears.init(Gears.java:159)
   at org.lwjgl.test.opengl.Gears.execute(Gears.java:81)
   at org.lwjgl.test.opengl.Gears.main(Gears.java:73)

Dynamic libraries:
0x00400000 - 0x00406000    C:\j2sdk1.4.2_04\bin\java.exe
0x77F50000 - 0x77FF9000    C:\WINDOWS\System32\ntdll.dll
0x77E40000 - 0x77F4D000    C:\WINDOWS\system32\kernel32.dll
0x77DA0000 - 0x77E39000    C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x7806E000    C:\WINDOWS\system32\RPCRT4.dll
0x77BE0000 - 0x77C33000    C:\WINDOWS\system32\MSVCRT.dll
0x06000000 - 0x0603A000    C:\Program Files\rising\rav\ApiHook.dll
0x05000000 - 0x05030000    C:\Program Files\rising\rav\MemMon.dll
0x77D10000 - 0x77D9D000    C:\WINDOWS\system32\USER32.dll
0x77C40000 - 0x77C7E000    C:\WINDOWS\system32\GDI32.dll
0x76300000 - 0x7631A000    C:\WINDOWS\System32\IMM32.DLL
0x62C20000 - 0x62C28000    C:\WINDOWS\System32\LPK.DLL
0x72F10000 - 0x72F6A000    C:\WINDOWS\System32\USP10.dll
0x08000000 - 0x08138000    C:\j2sdk1.4.2_04\jre\bin\client\jvm.dll
0x76B10000 - 0x76B3C000    C:\WINDOWS\System32\WINMM.dll
0x10000000 - 0x10007000    C:\j2sdk1.4.2_04\jre\bin\hpi.dll
0x00370000 - 0x0037E000    C:\j2sdk1.4.2_04\jre\bin\verify.dll
0x00380000 - 0x00399000    C:\j2sdk1.4.2_04\jre\bin\java.dll
0x003A0000 - 0x003AD000    C:\j2sdk1.4.2_04\jre\bin\zip.dll
0x702B0000 - 0x702E9000    C:\WINDOWS\System32\c_g18030.dll
0x02F30000 - 0x02F6F000    C:\lwjgl-win32-0.97\lwjgl.dll
0x72210000 - 0x72238000    C:\WINDOWS\System32\DINPUT.dll
0x5EF10000 - 0x5EFD6000    C:\WINDOWS\System32\OPENGL32.dll
0x68E20000 - 0x68E3E000    C:\WINDOWS\System32\GLU32.dll
0x736D0000 - 0x73715000    C:\WINDOWS\System32\DDRAW.dll
0x73B30000 - 0x73B36000    C:\WINDOWS\System32\DCIMAN32.dll
0x77BD0000 - 0x77BD7000    C:\WINDOWS\system32\VERSION.dll
0x5AD70000 - 0x5ADA4000    C:\WINDOWS\system32\uxtheme.dll
0x003F0000 - 0x003FA000    C:\Program Files\MSNShell\BIN\ShellDll.dll
0x74680000 - 0x746CB000    C:\WINDOWS\System32\MSCTF.dll
0x69500000 - 0x695E5000    C:\WINDOWS\System32\nbicdnt.dll
0x76C60000 - 0x76C82000    C:\WINDOWS\system32\imagehlp.dll
0x6D8A0000 - 0x6D91C000    C:\WINDOWS\system32\DBGHELP.dll
0x76BC0000 - 0x76BCB000    C:\WINDOWS\System32\PSAPI.DLL

Heap at VM Abort:
Heap
def new generation   total 576K, used 439K [0x10010000, 0x100b0000, 0x104f0000)
 eden space 512K,  85% used [0x10010000, 0x1007dee0, 0x10090000)
 from space 64K,   0% used [0x10090000, 0x10090000, 0x100a0000)
 to   space 64K,   0% used [0x100a0000, 0x100a0000, 0x100b0000)
tenured generation   total 1408K, used 0K [0x104f0000, 0x10650000, 0x14010000)
  the space 1408K,   0% used [0x104f0000, 0x104f0000, 0x104f0200, 0x10650000)
compacting perm gen  total 4096K, used 1826K [0x14010000, 0x14410000, 0x18010000)
  the space 4096K,  44% used [0x14010000, 0x141d8b10, 0x141d8c00, 0x14410000)

Local Time = Fri May 20 21:19:11 2005
Elapsed Time = 1
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
#
/******* ERROR ********/


I tried lwjgl 0.97 seperately, it didn't work properly for the test demos either, but lwjgl 0.95 and lwjgl 0.94 works fine for most of the demos, although it didn't work under fullscreen.

Is that possible to fix this problem?

Cheers!

princec

The Savage chipsets are supported by such flaky drivers we've honestly never managed to make them work reliably. Best course of action is to smash the laptop up with a hammer and buy a new one. You can consider it to be an investment as you won't have to pay for hair replacement treatment when you're old.

Cas :)