hs_err_pid2588

If you found a bug in Illarion or need help ask here. / Wenn Du einen Fehler in Illarion gefunden hast oder Hilfe benötigst, frage hier.

Moderator: Developers

Post Reply
User avatar
Irania
Posts: 1969
Joined: Fri Sep 26, 2003 5:56 pm
Location: The TARDIS.
Contact:

hs_err_pid2588

Post by Irania »

After pressing log in, the screen comes up for a split second before disappearing and leaving an error message on my desktop. What should I do to fix it?

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6954aaae, pid=2588, tid=2744
#
# JRE version: 6.0_24-b07
# Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [atioglxx.dll+0x51aaae]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

--------------- T H R E A D ---------------

Current thread (0x033b6400): JavaThread "javawsApplicationMain" [_thread_in_native, id=2744, stack(0x037e0000,0x03830000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x04488008, EBX=0x044dddec, ECX=0x00000000, EDX=0x037b0608
ESP=0x0382d3d8, EBP=0x044dddc8, ESI=0x69afc558, EDI=0x04494ba0
EIP=0x6954aaae, EFLAGS=0x00010202

Register to memory mapping:

EAX=0x04488008
0x04488008 is pointing to unknown location

EBX=0x044dddec
0x044dddec is pointing to unknown location

ECX=0x00000000
0x00000000 is pointing to unknown location

EDX=0x037b0608
0x037b0608 is pointing to unknown location

ESP=0x0382d3d8
0x0382d3d8 is pointing into the stack for thread: 0x033b6400
"javawsApplicationMain" prio=6 tid=0x033b6400 nid=0xab8 runnable [0x0382f000]
java.lang.Thread.State: RUNNABLE

EBP=0x044dddc8
0x044dddc8 is pointing to unknown location

ESI=0x69afc558
0x69afc558 is pointing to unknown location

EDI=0x04494ba0
0x04494ba0 is pointing to unknown location


Top of Stack: (sp=0x0382d3d8)
0x0382d3d8: 00000002 0382d4c0 044dddc8 04494ba0
0x0382d3e8: 00000000 00000000 0000000c 00000001
0x0382d3f8: 00000001 00000016 00000000 00000000
0x0382d408: 00000000 00000000 00000001 00000000
0x0382d418: 00000000 00000000 00000000 00000000
0x0382d428: 6951fabd 044dddc8 0382d44c 0000000c
0x0382d438: 0449e058 044da8b8 044da898 044892e8
0x0382d448: 00000000 00000000 00000000 00000000

Instructions: (pc=0x6954aaae)
0x6954aa9e: 44 24 18 e8 8a d6 fa ff 8b 0b 8b 45 0c 8b 49 08
0x6954aaae: 8b 11 6a 01 6a 03 50 ff 52 10 8b 4c 24 5c 8b 74


Stack: [0x037e0000,0x03830000], sp=0x0382d3d8, free space=308k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atioglxx.dll+0x51aaae]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.WindowsContextImplementation.nCreate(Ljava/nio/ByteBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;+0
j org.lwjgl.opengl.WindowsContextImplementation.create(Lorg/lwjgl/opengl/PeerInfo;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;+10
j org.lwjgl.opengl.Context.<init>(Lorg/lwjgl/opengl/PeerInfo;Lorg/lwjgl/opengl/ContextAttribs;Lorg/lwjgl/opengl/Context;)V+104
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+88
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+9
j org.lwjgl.opengl.Display.create()V+13
j illarion.client.IllaClient.initGraphics()V+69
j illarion.client.IllaClient.<init>([Ljava/lang/String;)V+286
j illarion.client.IllaClient.main([Ljava/lang/String;)V+144
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j com.sun.javaws.Launcher.executeApplication(Lcom/sun/javaws/jnl/LaunchDesc;Lcom/sun/deploy/cache/LocalApplicationProperties;Ljava/lang/Class;Lcom/sun/javaws/ui/DownloadWindowHelper;)V+194
j com.sun.javaws.Launcher.executeMainClass(Lcom/sun/javaws/jnl/LaunchDesc;Lcom/sun/deploy/cache/LocalApplicationProperties;Ljava/lang/Class;Lcom/sun/javaws/ui/DownloadWindowHelper;)V+172
j com.sun.javaws.Launcher.doLaunchApp()V+326
j com.sun.javaws.Launcher.run()V+1
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x039bb800 JavaThread "TimerQueue" daemon [_thread_blocked, id=2768, stack(0x04130000,0x04180000)]
0x039ba400 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=2764, stack(0x03830000,0x03880000)]
0x03945000 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=2760, stack(0x03720000,0x03770000)]
0x033e7c00 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2752, stack(0x03190000,0x031e0000)]
=>0x033b6400 JavaThread "javawsApplicationMain" [_thread_in_native, id=2744, stack(0x037e0000,0x03830000)]
0x033c8c00 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=1616, stack(0x03880000,0x038d0000)]
0x0339d800 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=2652, stack(0x036d0000,0x03720000)]
0x032d2000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2648, stack(0x03680000,0x036d0000)]
0x032b4c00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3044, stack(0x03630000,0x03680000)]
0x02c9f400 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=376, stack(0x03230000,0x03280000)]
0x02cc9800 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=392, stack(0x031e0000,0x03230000)]
0x00398400 JavaThread "DestroyJavaVM" [_thread_blocked, id=2596, stack(0x003b0000,0x00400000)]
0x02cc6c00 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=2640, stack(0x03140000,0x03190000)]
0x02cc5400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2608, stack(0x00900000,0x00a00000)]
0x02cc3c00 JavaThread "AWT-Shutdown" [_thread_blocked, id=1496, stack(0x030f0000,0x03140000)]
0x02c9c800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2508, stack(0x030a0000,0x030f0000)]
0x02c8d800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1368, stack(0x02f90000,0x02fe0000)]
0x02c71c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2044, stack(0x02ee0000,0x02f30000)]
0x02c63000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1868, stack(0x02e90000,0x02ee0000)]
0x02c61800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2632, stack(0x02e40000,0x02e90000)]
0x02c60000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2628, stack(0x02df0000,0x02e40000)]
0x02c5cc00 JavaThread "Finalizer" daemon [_thread_blocked, id=2604, stack(0x02da0000,0x02df0000)]
0x02c58000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2620, stack(0x02d50000,0x02da0000)]

Other Threads:
0x02c1bc00 VMThread [stack: 0x02d00000,0x02d50000] [id=2612]
0x02c85400 WatcherThread [stack: 0x02f30000,0x02f80000] [id=1160]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 4928K, used 4514K [0x22970000, 0x22ec0000, 0x27ec0000)
eden space 4416K, 94% used [0x22970000, 0x22d87398, 0x22dc0000)
from space 512K, 63% used [0x22dc0000, 0x22e117b8, 0x22e40000)
to space 512K, 0% used [0x22e40000, 0x22e40000, 0x22ec0000)
tenured generation total 10944K, used 1109K [0x27ec0000, 0x28970000, 0x32970000)
the space 10944K, 10% used [0x27ec0000, 0x27fd5618, 0x27fd5800, 0x28970000)
compacting perm gen total 12288K, used 3556K [0x32970000, 0x33570000, 0x36970000)
the space 12288K, 28% used [0x32970000, 0x32ce93b0, 0x32ce9400, 0x33570000)
ro space 10240K, 51% used [0x36970000, 0x36e9cf58, 0x36e9d000, 0x37370000)
rw space 12288K, 54% used [0x37370000, 0x37a08f50, 0x37a09000, 0x37f70000)

Dynamic libraries:
0x00400000 - 0x00424000 C:\Program Files\Java\jre6\bin\javaw.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
0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\msvcr71.dll
0x6d7f0000 - 0x6da96000 C:\Program Files\Java\jre6\bin\client\jvm.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x6d7a0000 - 0x6d7ac000 C:\Program Files\Java\jre6\bin\verify.dll
0x6d320000 - 0x6d33f000 C:\Program Files\Java\jre6\bin\java.dll
0x6d000000 - 0x6d14a000 C:\Program Files\Java\jre6\bin\awt.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.dll
0x774e0000 - 0x7761c000 C:\WINDOWS\system32\ole32.dll
0x773d0000 - 0x774d2000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\COMCTL32.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x6d280000 - 0x6d288000 C:\Program Files\Java\jre6\bin\hpi.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d7e0000 - 0x6d7ef000 C:\Program Files\Java\jre6\bin\zip.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x6d1d0000 - 0x6d1e3000 C:\Program Files\Java\jre6\bin\deploy.dll
0x77a80000 - 0x77b14000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x7c9c0000 - 0x7d1d4000 C:\WINDOWS\system32\SHELL32.dll
0x77120000 - 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
0x771b0000 - 0x77256000 C:\WINDOWS\system32\WININET.dll
0x77260000 - 0x772fc000 C:\WINDOWS\system32\urlmon.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x6d600000 - 0x6d613000 C:\Program Files\Java\jre6\bin\net.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x6d620000 - 0x6d629000 C:\Program Files\Java\jre6\bin\nio.dll
0x6d6a0000 - 0x6d6e6000 C:\Program Files\Java\jre6\bin\regutils.dll
0x4fdd0000 - 0x4ff76000 C:\WINDOWS\system32\d3d9.dll
0x02ff0000 - 0x02ff6000 C:\WINDOWS\system32\d3d8thk.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x76ee0000 - 0x76f1c000 C:\WINDOWS\system32\RASAPI32.DLL
0x76e90000 - 0x76ea2000 C:\WINDOWS\system32\rasman.dll
0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
0x76eb0000 - 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
0x77c70000 - 0x77c93000 C:\WINDOWS\system32\msv1_0.dll
0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
0x722b0000 - 0x722b5000 C:\WINDOWS\system32\sensapi.dll
0x769c0000 - 0x76a73000 C:\WINDOWS\system32\USERENV.dll
0x0ffd0000 - 0x0fff8000 C:\WINDOWS\system32\rsaenh.dll
0x6d230000 - 0x6d27f000 C:\Program Files\Java\jre6\bin\fontmanager.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\wsock32.dll
0x6d780000 - 0x6d788000 C:\Program Files\Java\jre6\bin\sunmscapi.dll
0x10000000 - 0x10057000 C:\Documents and Settings\Kathleen&Robert\Application Data\Sun\Java\Deployment\cache\6.0\39\1d7a9127-481ac6bf-n\lwjgl.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
0x69030000 - 0x69bcd000 C:\WINDOWS\system32\atioglxx.dll
0x037c0000 - 0x037df000 C:\WINDOWS\system32\atiadlxx.dll
0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
0x78130000 - 0x781cb000 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\MSVCR80.dll

VM Arguments:
jvm_args: -Xbootclasspath/a:C:\\Program Files\\Java\\jre6\\lib\\javaws.jar;C:\\Program Files\\Java\\jre6\\lib\\deploy.jar;C:\\Program Files\\Java\\jre6\\lib\\plugin.jar -Djava.security.policy=file:C:\\Program Files\\Java\\jre6\\lib\\security\\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.home=C:\\Program Files\\Java\\jre6\\bin -Dsun.awt.warmup=true -Djnlpx.origFilenameArg=C:\\Documents and Settings\\Kathleen&Robert\\Desktop\\illarion_client.jnlp -Djnlpx.remove=true -Djnlpx.splashport=1143 -Djnlpx.jvm=C:\\Program Files\\Java\\jre6\\bin\\javaw.exe
java_command: com.sun.javaws.Main C:\DOCUME~1\KATHLE~1\LOCALS~1\Temp\javaws2
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Java\jre6\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;"C:\Program Files\Java\jre6\bin"
USERNAME=Kathleen&Robert
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 10 Stepping 0, AuthenticAMD



--------------- S Y S T E M ---------------

OS: Windows XP Build 2600 Service Pack 2

CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 10 stepping 0, cmov, cx8, fxsr, mmx, sse, mmxext, 3dnow, 3dnowext

Memory: 4k page, physical 1047920k(741108k free), swap 2426100k(2154264k free)

vm_info: Java HotSpot(TM) Client VM (19.1-b02) for windows-x86 JRE (1.6.0_24-b07), built on Feb 2 2011 17:44:41 by "java_re" with MS VC++ 7.1 (VS2003)

time: Mon Apr 04 15:05:49 2011
elapsed time: 5 seconds
User avatar
Llama
Posts: 7685
Joined: Sun May 29, 2005 7:02 pm
Location: The VBU is awesome
Contact:

Re: hs_err_pid2588

Post by Llama »

"# The crash happened outside the Java Virtual Machine in native code."

Its a problem with your java. If problems persist, update or reinstall your java.
User avatar
Irania
Posts: 1969
Joined: Fri Sep 26, 2003 5:56 pm
Location: The TARDIS.
Contact:

Re: hs_err_pid2588

Post by Irania »

Done and done, no go. Got any other ideas? :(
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: hs_err_pid2588

Post by Nitram »

The crash is caused by the graphic engine of Illarion. Possibly its not able to fetch a proper hardware accelerated context while launching up.

A update of the drivers of your graphic card could help here.

Nitram
User avatar
Irania
Posts: 1969
Joined: Fri Sep 26, 2003 5:56 pm
Location: The TARDIS.
Contact:

Re: hs_err_pid2588

Post by Irania »

I did that and although now it plays, it is extremely slow. Even the welcoming text when I log in takes about 30 seconds to load completely. I had looked into openGL last night but I got a bit confused and didn't know where to go from there.
User avatar
Nitram
Developer
Posts: 7638
Joined: Fri Oct 31, 2003 9:51 am
Contact:

Re: hs_err_pid2588

Post by Nitram »

This is the point there I could use some informations about your computer.

Operating System, Processor, Graphiccard, Screen resolution, Color of the Mousepad, ...

Nitram
Post Reply