Advertisement
Guest User

Untitled

a guest
Dec 9th, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2dbdeeb3, pid=11520, tid=6500
  5. #
  6. # JRE version: 6.0_25-b06
  7. # Java VM: Java HotSpot(TM) Client VM (20.0-b11 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C [gameoverlayrenderer.dll+0x2eeb3]
  10. #
  11. # If you would like to submit a bug report, please visit:
  12. # http://java.sun.com/webapps/bugreport/crash.jsp
  13. #
  14.  
  15. --------------- T H R E A D ---------------
  16.  
  17. Current thread (0x00847c00): VMThread [stack: 0x015a0000,0x015f0000] [id=6500]
  18.  
  19. siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
  20.  
  21. Registers:
  22. EAX=0x00000000, EBX=0x2859a228, ECX=0x779bb7b4, EDX=0x00001964
  23. ESP=0x015efb98, EBP=0x015efbb8, ESI=0x00000001, EDI=0x2859a218
  24. EIP=0x2dbdeeb3, EFLAGS=0x00010206
  25.  
  26. Top of Stack: (sp=0x015efb98)
  27. 0x015efb98: 2859a218 00000001 015efbb8 779bb7b4
  28. 0x015efba8: 764a3fbd 755a0000 2859a228 015efbf8
  29. 0x015efbb8: 015efbf8 2dbe9db3 00dcffd4 28425b44
  30. 0x015efbc8: 755a0000 06614c41 00000000 00000000
  31. 0x015efbd8: 00000000 00dcffd4 2859a228 755aa70f
  32. 0x015efbe8: 015efce8 015efce8 28519330 ffffffff
  33. 0x015efbf8: 779c1849 2b03a80a 755a0000 00000000
  34. 0x015efc08: 015efcf8 00000001 2b030000 2b040c70
  35.  
  36. Instructions: (pc=0x2dbdeeb3)
  37. 0x2dbdee93: 00 68 c4 4e c0 2d e8 f2 b0 00 00 83 c4 04 83 3d
  38. 0x2dbdeea3: c8 7a c2 2d 00 0f 84 b1 00 00 00 a1 c0 7a c2 2d
  39. 0x2dbdeeb3: 8b 38 be bc 7a c2 2d 89 74 24 10 89 7c 24 14 85
  40. 0x2dbdeec3: f6 8b 2d c0 7a c2 2d 74 08 81 fe bc 7a c2 2d 74
  41.  
  42.  
  43. Register to memory mapping:
  44.  
  45. EAX=
  46. [error occurred during error reporting (printing register info), id 0xc0000005]
  47.  
  48. Stack: [0x015a0000,0x015f0000], sp=0x015efb98, free space=318k
  49. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  50.  
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement