Hi
I get the same exeption:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x199E2F08
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 javax.media.j3d.NativeConfigTemplate3D.choosePixelFormat(Native Method)
at javax.media.j3d.NativeConfigTemplate3D.getBestConfiguration(NativeConfigTemplate3D.java:79)
at javax.media.j3d.Renderer.doWork(Renderer.java:410)
at javax.media.j3d.J3dThread.run(J3dThread.java:250)
Dynamic libraries:
0x00400000 - 0x00406000 C:\Programme\Java\j2re1.4.1_01\bin\javaw.exe
0x77F80000 - 0x77FFF000 C:\WINNT\System32\ntdll.dll
0x77DA0000 - 0x77DFA000 C:\WINNT\system32\ADVAPI32.dll
0x77E70000 - 0x77F33000 C:\WINNT\system32\KERNEL32.DLL
0x77D30000 - 0x77D9F000 C:\WINNT\system32\RPCRT4.DLL
0x77E00000 - 0x77E65000 C:\WINNT\system32\USER32.dll
0x77F40000 - 0x77F7C000 C:\WINNT\system32\GDI32.DLL
0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll
0x6D330000 - 0x6D45A000 C:\Programme\Java\j2re1.4.1_01\bin\client\jvm.dll
0x77540000 - 0x77571000 C:\WINNT\System32\WINMM.dll
0x6D1D0000 - 0x6D1D7000 C:\Programme\Java\j2re1.4.1_01\bin\hpi.dll
0x6D300000 - 0x6D30D000 C:\Programme\Java\j2re1.4.1_01\bin\verify.dll
0x6D210000 - 0x6D229000 C:\Programme\Java\j2re1.4.1_01\bin\java.dll
0x6D320000 - 0x6D32D000 C:\Programme\Java\j2re1.4.1_01\bin\zip.dll
0x6D000000 - 0x6D0FB000 C:\Programme\Java\j2re1.4.1_01\bin\awt.dll
0x777F0000 - 0x7780D000 C:\WINNT\System32\WINSPOOL.DRV
0x75DF0000 - 0x75E0A000 C:\WINNT\System32\IMM32.dll
0x77A40000 - 0x77B35000 C:\WINNT\system32\ole32.dll
0x19FE0000 - 0x1A002000 C:\Programme\Java\j2re1.4.1_01\bin\J3D.dll
0x693A0000 - 0x69467000 C:\WINNT\System32\OPENGL32.dll
0x6F9F0000 - 0x6FA10000 C:\WINNT\System32\GLU32.dll
0x72770000 - 0x727B6000 C:\WINNT\System32\DDRAW.dll
0x72810000 - 0x72816000 C:\WINNT\System32\DCIMAN32.dll
0x6D230000 - 0x6D235000 C:\Programme\Java\j2re1.4.1_01\bin\jawt.dll
0x6D180000 - 0x6D1D0000 C:\Programme\Java\j2re1.4.1_01\bin\fontmanager.dll
0x72D00000 - 0x72D73000 C:\WINNT\System32\D3DIM.DLL
0x1A330000 - 0x1A8FE000 C:\WINNT\System32\fgl1ogl.dll
0x77910000 - 0x77932000 C:\WINNT\system32\imagehlp.dll
0x72970000 - 0x7299D000 C:\WINNT\system32\DBGHELP.dll
0x68F30000 - 0x68F3B000 C:\WINNT\System32\PSAPI.DLL
Local Time = Sun Apr 20 17:01:36 2003
Elapsed Time = 16
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1_01-b01 mixed mode)
#
# An error report file has been saved as hs_err_pid932.log.
# Please refer to the file for further information.
#
but just if i use GraphicsConfiguration.getBestConfiguration(...);
if I make it like in the code from wiesi I get the well known
warning:
************************************************************************
*** ERROR: GraphicsConfiguration not created with GraphicsConfigTemplate3D
*** This will cause an IllegalArgumentException in a subsequent release
************************************************************************
PS: ich spreche auch Deutsch

bienator