Errors after reinstall

Started by Erestar, November 15, 2004, 22:40:44

Previous topic - Next topic

Erestar

Hey, can anyone tell me what's going on here? I had some harddrive troubles and had to reload lwjgl and everything else. Where I try to run the test I get this:
C:\lwjgl-win32-0.93>java -cp lwjgl.jar;lwjgl_test.jar;lwjgl_util.jar; org.lwjgl.
test.WindowCreationTest
Found 62 display modes
Moving to 100, 100

Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x806
75E0
Function=[Unknown.]
Library=C:\Program Files\Java\j2re1.4.2_06\bin\client\jvm.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 org.lwjgl.opengl.Display.createContext(Native Method)
        at org.lwjgl.opengl.Display.create(Unknown Source)
        at org.lwjgl.opengl.Display.create(Unknown Source)
        at org.lwjgl.test.WindowCreationTest.main(Unknown Source)

Dynamic libraries:
0x00400000 - 0x0040B000         C:\WINDOWS\system32\java.exe
0x7C900000 - 0x7C9B0000         C:\WINDOWS\system32\ntdll.dll
0x7C800000 - 0x7C8F4000         C:\WINDOWS\system32\kernel32.dll
0x77DD0000 - 0x77E6B000         C:\WINDOWS\system32\ADVAPI32.dll
0x77E70000 - 0x77F01000         C:\WINDOWS\system32\RPCRT4.dll
0x77C10000 - 0x77C68000         C:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x08139000         C:\Program Files\Java\j2re1.4.2_06\bin\client\jv
m.dll
0x77D40000 - 0x77DD0000         C:\WINDOWS\system32\USER32.dll
0x77F10000 - 0x77F56000         C:\WINDOWS\system32\GDI32.dll
0x76B40000 - 0x76B6D000         C:\WINDOWS\system32\WINMM.dll
0x10000000 - 0x10007000         C:\Program Files\Java\j2re1.4.2_06\bin\hpi.dll
0x00390000 - 0x0039E000         C:\Program Files\Java\j2re1.4.2_06\bin\verify.dl
l
0x003B0000 - 0x003C9000         C:\Program Files\Java\j2re1.4.2_06\bin\java.dll
0x003D0000 - 0x003DD000         C:\Program Files\Java\j2re1.4.2_06\bin\zip.dll
0x02C60000 - 0x02C9F000         C:\lwjgl-win32-0.93\lwjgl.dll
0x72280000 - 0x722AA000         C:\WINDOWS\system32\DINPUT.dll
0x5ED00000 - 0x5EDCC000         C:\WINDOWS\system32\OPENGL32.dll
0x68B20000 - 0x68B40000         C:\WINDOWS\system32\GLU32.dll
0x73760000 - 0x737A9000         C:\WINDOWS\system32\DDRAW.dll
0x73BC0000 - 0x73BC6000         C:\WINDOWS\system32\DCIMAN32.dll
0x77C00000 - 0x77C08000         C:\WINDOWS\system32\VERSION.dll
0x76C90000 - 0x76CB8000         C:\WINDOWS\system32\imagehlp.dll
0x59A60000 - 0x59B01000         C:\WINDOWS\system32\DBGHELP.dll
0x76BF0000 - 0x76BFB000         C:\WINDOWS\system32\PSAPI.DLL

Heap at VM Abort:
Heap
 def new generation   total 576K, used 287K [0x10010000, 0x100b0000, 0x104f0000)

  eden space 512K,  56% used [0x10010000, 0x10057e30, 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 1158K [0x14010000, 0x14410000, 0x1801000
0)
   the space 4096K,  28% used [0x14010000, 0x141318e8, 0x14131a00, 0x14410000)

Local Time = Mon Nov 15 17:54:42 2004
Elapsed Time = 0
#
# HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
# Error ID : 4F530E43505002EF
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
#
# An error report file has been saved as hs_err_pid1044.log.
# Please refer to the file for further information.
#

C:\lwjgl-win32-0.93>


I'm running Windows XP with SP2, have a ATI Radeon 9700 PRO. Windows installs the drivers, and when I try to download other drivers from ATI's site it tells me that my hardware or software isn't compatible. I've tried uninstalling the drivers through both the device manager and with an ATI utility, and I can never install anything but what Windows installs on boot.

Any thoughts? Thanks.

Erestar

Erestar

I'd get the CVS version but I don't have a C compiler any more.

Erestar

I guess its a driver problem... Tried to get a sample app from opengl's site and it says that hardware acceleration is unavailiable due to the wrong version of drivers.

Grr. Anyone else have problems like this?

Erestar

EH, I got it. Had to go into safe mode and uninstall everything, then let windows try to reinstall the drivers, but I pointed them to the stuff from the ATI install. Now everything seems ok.

Thanks anyway!

Chman

For future problems with ATI drivers (:P), there's a little utility on ATI webpage which uninstall/cleanup all existing ATI drivers...

Chman