slifenoa268

Crash on startup.

Jan 22nd, 2013
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.00 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=0x00000000e612efc9, pid=10900, tid=9916
  5. #
  6. # JRE version: 7.0_05-b06
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [OpenAL64.dll+0x2efc9] alcProcessContext+0x20b7d
  10. #
  11. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  12. #
  13. # If you would like to submit a bug report, please visit:
  14. # http://bugreport.sun.com/bugreport/crash.jsp
  15. # The crash happened outside the Java Virtual Machine in native code.
  16. # See problematic frame for where to report the bug.
  17. #
  18.  
  19. --------------- T H R E A D ---------------
  20.  
  21. Current thread (0x0000000015df7800): JavaThread "Thread-14" [_thread_in_native, id=9916, stack(0x00000000203b0000,0x00000000204b0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x0000000000000008 0x00000000e612efc9
  24.  
  25. Registers:
  26. RAX=0x0000000022b17010, RBX=0x0000000022997bf0, RCX=0x0000000000000000, RDX=0x0000000022b17010
  27. RSP=0x00000000204ae978, RBP=0x0000000000000028, RSI=0x0000000022997bf0, RDI=0x0000000022b17010
  28. R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000000000003, R11=0x0000000074444706
  29. R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000001
  30. RIP=0x00000000e612efc9, EFLAGS=0x0000000000010246
  31.  
  32. Top of Stack: (sp=0x00000000204ae978)
  33. 0x00000000204ae978: 000007fee610e842 000007fee6124e1c
  34. 0x00000000204ae988: 000007fee6110557 0000000000000000
  35. 0x00000000204ae998: 0000000000000003 00000000204aeb28
  36. 0x00000000204ae9a8: 0000000000000000 0000000000000000
  37. 0x00000000204ae9b8: 0000000000000000 0000000000000000
  38. 0x00000000204ae9c8: 0000000000000000 0000000015df7800
  39. 0x00000000204ae9d8: 00000000204aeb28 00000007fdc3d048
  40. 0x00000000204ae9e8: 0000000000000000 00000000204aeb28
  41. 0x00000000204ae9f8: 0000f96df61d11ed 0000000015df7800
  42. 0x00000000204aea08: 00000000204aeb28 00000007fdc3d048
  43. 0x00000000204aea18: 0000000000000000 0000000000000000
  44. 0x00000000204aea28: 000007fee612bef8 0000000000000000
  45. 0x00000000204aea38: 000007fee61083b6 0000000022997bf0
  46. 0x00000000204aea48: 00000000204aeb08 0000000022997bf0
  47. 0x00000000204aea58: 0000000000000000 0000000000000000
  48. 0x00000000204aea68: 00000001800062d7 0000000000000000
  49.  
  50. Instructions: (pc=0x00000000e612efc9)
  51. 0x00000000e612efa9: 6f 66 74 77 61 72 65 20 6f 6e 20 53 70 65 61 6b
  52. 0x00000000e612efb9: 65 72 73 20 28 43 61 6d 64 41 75 64 69 6f 29 00
  53. 0x00000000e612efc9: 44 69 72 65 63 74 53 6f 75 6e 64 20 53 6f 66 74
  54. 0x00000000e612efd9: 77 61 72 65 20 6f 6e 20 53 70 65 61 6b 65 72 73
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x0000000022b17010 is an unknown value
  60. RBX=0x0000000022997bf0 is an unknown value
  61. RCX=0x0000000000000000 is an unknown value
  62. RDX=0x0000000022b17010 is an unknown value
  63. RSP=0x00000000204ae978 is pointing into the stack for thread: 0x0000000015df7800
  64. RBP=0x0000000000000028 is an unknown value
  65. RSI=0x0000000022997bf0 is an unknown value
  66. RDI=0x0000000022b17010 is an unknown value
  67. R8 =0x0000000000000000 is an unknown value
  68. R9 =0x0000000000000000 is an unknown value
  69. R10=0x0000000000000003 is an unknown value
  70. R11=0x0000000074444706 is an unknown value
  71. R12=0x0000000000000000 is an unknown value
  72. R13=0x0000000000000000 is an unknown value
  73. R14=0x0000000000000000 is an unknown value
  74. R15=0x0000000000000001 is an unknown value
  75.  
  76.  
  77. Stack: [0x00000000203b0000,0x00000000204b0000], sp=0x00000000204ae978, free space=1018k
  78. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  79. C [OpenAL64.dll+0x2efc9] alcProcessContext+0x20b7d
  80.  
  81. [error occurred during error reporting (printing native stack), id 0xc0000005]
  82.  
  83. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  84. j org.lwjgl.openal.ALC10.nalcOpenDevice(Ljava/lang/String;)J+0
  85. j org.lwjgl.openal.ALC10.alcOpenDevice(Ljava/lang/String;)Lorg/lwjgl/openal/ALCdevice;+1
  86. j org.lwjgl.openal.AL.init(Ljava/lang/String;IIZZ)V+12
  87. j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZZ)V+233
  88. j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZ)V+5
  89. j org.lwjgl.openal.AL.create()V+6
  90. j paulscode.sound.libraries.LibraryLWJGLOpenAL.init()V+2
  91. j paulscode.sound.SoundSystem.CommandNewLibrary(Ljava/lang/Class;)V+273
  92. j paulscode.sound.SoundSystem.CommandQueue(Lpaulscode/sound/CommandObject;)Z+1206
  93. j paulscode.sound.CommandThread.run()V+51
  94. v ~StubRoutines::call_stub
  95.  
  96. --------------- P R O C E S S ---------------
  97.  
  98. Java Threads: ( => current thread )
  99. 0x0000000015df8800 JavaThread "Thread-15" [_thread_blocked, id=9192, stack(0x0000000020850000,0x0000000020950000)]
  100. =>0x0000000015df7800 JavaThread "Thread-14" [_thread_in_native, id=9916, stack(0x00000000203b0000,0x00000000204b0000)]
  101. 0x0000000015df7000 JavaThread "TC Aura Update Thread" [_thread_blocked, id=3524, stack(0x00000000206a0000,0x00000000207a0000)]
  102. 0x0000000015df6000 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=6028, stack(0x0000000020500000,0x0000000020600000)]
  103. 0x0000000015df5800 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=9104, stack(0x0000000013cb0000,0x0000000013db0000)]
  104. 0x000000001c356800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=10508, stack(0x0000000022e80000,0x0000000022f80000)]
  105. 0x00000000022bd000 JavaThread "DestroyJavaVM" [_thread_blocked, id=10460, stack(0x0000000002520000,0x0000000002620000)]
  106. 0x000000001be04000 JavaThread "Minecraft main thread" [_thread_blocked, id=9828, stack(0x0000000014b80000,0x0000000014c80000)]
  107. 0x0000000015a04800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=10536, stack(0x0000000017ea0000,0x0000000017fa0000)]
  108. 0x0000000018c3c800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=7860, stack(0x0000000019960000,0x0000000019a60000)]
  109. 0x0000000010249800 JavaThread "Thread-4" [_thread_blocked, id=10992, stack(0x0000000014a20000,0x0000000014b20000)]
  110. 0x00000000100e6000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=9632, stack(0x0000000012f30000,0x0000000013030000)]
  111. 0x000000000fd7f800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=9232, stack(0x0000000010790000,0x0000000010890000)]
  112. 0x000000000fe55800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=10272, stack(0x0000000010890000,0x0000000010990000)]
  113. 0x000000000fe54800 JavaThread "AWT-Shutdown" [_thread_blocked, id=10324, stack(0x0000000010630000,0x0000000010730000)]
  114. 0x000000000fe54000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10772, stack(0x0000000010480000,0x0000000010580000)]
  115. 0x000000000ea0b800 JavaThread "Service Thread" daemon [_thread_blocked, id=3340, stack(0x000000000f640000,0x000000000f740000)]
  116. 0x000000000e9f8800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11128, stack(0x000000000f530000,0x000000000f630000)]
  117. 0x000000000e9f4800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=10216, stack(0x000000000f3b0000,0x000000000f4b0000)]
  118. 0x000000000e9f3800 JavaThread "Attach Listener" daemon [_thread_blocked, id=10276, stack(0x000000000f160000,0x000000000f260000)]
  119. 0x000000000e9ef000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9036, stack(0x000000000eca0000,0x000000000eda0000)]
  120. 0x000000000e9ee000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=10224, stack(0x000000000f050000,0x000000000f150000)]
  121. 0x000000000e96d000 JavaThread "Finalizer" daemon [_thread_blocked, id=7356, stack(0x000000000dbe0000,0x000000000dce0000)]
  122. 0x000000000e967000 JavaThread "Reference Handler" daemon [_thread_blocked, id=3440, stack(0x000000000ee20000,0x000000000ef20000)]
  123.  
  124. Other Threads:
  125. 0x000000000e960800 VMThread [stack: 0x000000000eb70000,0x000000000ec70000] [id=10808]
  126. 0x000000000ea0f000 WatcherThread [stack: 0x000000000f270000,0x000000000f370000] [id=10156]
  127.  
  128. VM state:not at safepoint (normal execution)
  129.  
  130. VM Mutex/Monitor currently owned by a thread: None
  131.  
  132. Heap
  133. par new generation total 78656K, used 55095K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  134. eden space 69952K, 70% used [0x00000000fae00000, 0x00000000fde3ae90, 0x00000000ff250000)
  135. from space 8704K, 65% used [0x00000000ffad0000, 0x0000000000062e38, 0x0000000000350000)
  136. to space 8704K, 0% used [0x00000000ff250000, 0x00000000ff250000, 0x00000000ffad0000)
  137. concurrent mark-sweep generation total 174784K, used 66062K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  138. concurrent-mark-sweep perm gen total 55076K, used 47127K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  139.  
  140. Code Cache [0x0000000002620000, 0x0000000002970000, 0x0000000005620000)
  141. total_blobs=1709 nmethods=897 adapters=763 free_code_cache=45845Kb largest_free_block=46890752
  142.  
  143. Compilation events (10 events):
  144. Event: 20.259 Thread 0x000000000e9f4800 nmethod 969 0x000000000295f450 code [0x000000000295f600, 0x000000000295f8b8]
  145. Event: 20.261 Thread 0x000000000e9f4800 971 java.io.FilterReader::read (8 bytes)
  146. Event: 20.267 Thread 0x000000000e9f4800 nmethod 971 0x0000000002962e90 code [0x0000000002963020, 0x00000000029641e8]
  147. Event: 20.271 Thread 0x000000000e9f8800 nmethod 970 0x00000000029648d0 code [0x0000000002964a80, 0x0000000002965618]
  148. Event: 20.387 Thread 0x000000000e9f4800 972 com.sun.crypto.provider.DESCrypt::cipherBlock (302 bytes)
  149. Event: 20.406 Thread 0x000000000e9f4800 nmethod 972 0x0000000002965f50 code [0x0000000002966140, 0x0000000002967268]
  150. Event: 20.678 Thread 0x000000000e9f8800 973 s sun.misc.PerfCounter::add (18 bytes)
  151. Event: 20.678 Thread 0x000000000e9f4800 974 s sun.misc.PerfCounter::get (9 bytes)
  152. Event: 20.679 Thread 0x000000000e9f4800 nmethod 974 0x0000000002967710 code [0x0000000002967860, 0x0000000002967ab8]
  153. Event: 20.679 Thread 0x000000000e9f8800 nmethod 973 0x0000000002967bd0 code [0x0000000002967d20, 0x0000000002967f98]
  154.  
  155. GC Heap History (10 events):
  156. Event: 16.882 GC heap before
  157. {Heap before GC invocations=16 (full 4):
  158. par new generation total 78656K, used 75067K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  159. eden space 69952K, 100% used [0x00000000fae00000, 0x00000000ff250000, 0x00000000ff250000)
  160. from space 8704K, 58% used [0x00000000ff250000, 0x00000000ff74ed78, 0x00000000ffad0000)
  161. to space 8704K, 0% used [0x00000000ffad0000, 0x00000000ffad0000, 0x0000000000350000)
  162. concurrent mark-sweep generation total 174784K, used 53576K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  163. concurrent-mark-sweep perm gen total 55076K, used 40423K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  164. Event: 16.890 GC heap after
  165. Heap after GC invocations=17 (full 4):
  166. par new generation total 78656K, used 8278K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  167. eden space 69952K, 0% used [0x00000000fae00000, 0x00000000fae00000, 0x00000000ff250000)
  168. from space 8704K, 95% used [0x00000000ffad0000, 0x00000000002e58e8, 0x0000000000350000)
  169. to space 8704K, 0% used [0x00000000ff250000, 0x00000000ff250000, 0x00000000ffad0000)
  170. concurrent mark-sweep generation total 174784K, used 54381K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  171. concurrent-mark-sweep perm gen total 55076K, used 40423K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  172. }
  173. Event: 18.450 GC heap before
  174. {Heap before GC invocations=17 (full 4):
  175. par new generation total 78656K, used 78230K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  176. eden space 69952K, 100% used [0x00000000fae00000, 0x00000000ff250000, 0x00000000ff250000)
  177. from space 8704K, 95% used [0x00000000ffad0000, 0x00000000002e58e8, 0x0000000000350000)
  178. to space 8704K, 0% used [0x00000000ff250000, 0x00000000ff250000, 0x00000000ffad0000)
  179. concurrent mark-sweep generation total 174784K, used 54381K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  180. concurrent-mark-sweep perm gen total 55076K, used 41710K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  181. Event: 18.463 GC heap after
  182. Heap after GC invocations=18 (full 4):
  183. par new generation total 78656K, used 6496K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  184. eden space 69952K, 0% used [0x00000000fae00000, 0x00000000fae00000, 0x00000000ff250000)
  185. from space 8704K, 74% used [0x00000000ff250000, 0x00000000ff8a81e8, 0x00000000ffad0000)
  186. to space 8704K, 0% used [0x00000000ffad0000, 0x00000000ffad0000, 0x0000000000350000)
  187. concurrent mark-sweep generation total 174784K, used 60739K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  188. concurrent-mark-sweep perm gen total 55076K, used 41710K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  189. }
  190. Event: 19.002 GC heap before
  191. {Heap before GC invocations=18 (full 4):
  192. par new generation total 78656K, used 76448K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  193. eden space 69952K, 100% used [0x00000000fae00000, 0x00000000ff250000, 0x00000000ff250000)
  194. from space 8704K, 74% used [0x00000000ff250000, 0x00000000ff8a81e8, 0x00000000ffad0000)
  195. to space 8704K, 0% used [0x00000000ffad0000, 0x00000000ffad0000, 0x0000000000350000)
  196. concurrent mark-sweep generation total 174784K, used 60739K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  197. concurrent-mark-sweep perm gen total 55076K, used 43000K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  198. Event: 19.007 GC heap after
  199. Heap after GC invocations=19 (full 4):
  200. par new generation total 78656K, used 7207K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  201. eden space 69952K, 0% used [0x00000000fae00000, 0x00000000fae00000, 0x00000000ff250000)
  202. from space 8704K, 82% used [0x00000000ffad0000, 0x00000000001d9f98, 0x0000000000350000)
  203. to space 8704K, 0% used [0x00000000ff250000, 0x00000000ff250000, 0x00000000ffad0000)
  204. concurrent mark-sweep generation total 174784K, used 60739K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  205. concurrent-mark-sweep perm gen total 55076K, used 43000K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  206. }
  207. Event: 19.487 GC heap before
  208. {Heap before GC invocations=19 (full 4):
  209. par new generation total 78656K, used 77159K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  210. eden space 69952K, 100% used [0x00000000fae00000, 0x00000000ff250000, 0x00000000ff250000)
  211. from space 8704K, 82% used [0x00000000ffad0000, 0x00000000001d9f98, 0x0000000000350000)
  212. to space 8704K, 0% used [0x00000000ff250000, 0x00000000ff250000, 0x00000000ffad0000)
  213. concurrent mark-sweep generation total 174784K, used 60739K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  214. concurrent-mark-sweep perm gen total 55076K, used 44619K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  215. Event: 19.496 GC heap after
  216. Heap after GC invocations=20 (full 4):
  217. par new generation total 78656K, used 7971K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  218. eden space 69952K, 0% used [0x00000000fae00000, 0x00000000fae00000, 0x00000000ff250000)
  219. from space 8704K, 91% used [0x00000000ff250000, 0x00000000ffa18c88, 0x00000000ffad0000)
  220. to space 8704K, 0% used [0x00000000ffad0000, 0x00000000ffad0000, 0x0000000000350000)
  221. concurrent mark-sweep generation total 174784K, used 63169K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  222. concurrent-mark-sweep perm gen total 55076K, used 44619K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  223. }
  224. Event: 19.927 GC heap before
  225. {Heap before GC invocations=20 (full 4):
  226. par new generation total 78656K, used 77923K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  227. eden space 69952K, 100% used [0x00000000fae00000, 0x00000000ff250000, 0x00000000ff250000)
  228. from space 8704K, 91% used [0x00000000ff250000, 0x00000000ffa18c88, 0x00000000ffad0000)
  229. to space 8704K, 0% used [0x00000000ffad0000, 0x00000000ffad0000, 0x0000000000350000)
  230. concurrent mark-sweep generation total 174784K, used 63169K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  231. concurrent-mark-sweep perm gen total 55076K, used 46194K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  232. Event: 19.936 GC heap after
  233. Heap after GC invocations=21 (full 4):
  234. par new generation total 78656K, used 5707K [0x00000000fae00000, 0x0000000000350000, 0x0000000024790000)
  235. eden space 69952K, 0% used [0x00000000fae00000, 0x00000000fae00000, 0x00000000ff250000)
  236. from space 8704K, 65% used [0x00000000ffad0000, 0x0000000000062e38, 0x0000000000350000)
  237. to space 8704K, 0% used [0x00000000ff250000, 0x00000000ff250000, 0x00000000ffad0000)
  238. concurrent mark-sweep generation total 174784K, used 66062K [0x0000000024790000, 0x000000002f240000, 0x00000000fae00000)
  239. concurrent-mark-sweep perm gen total 55076K, used 46194K [0x00000000fae00000, 0x00000000fe3c9000, 0x0000000000000000)
  240. }
  241.  
  242. Deoptimization events (10 events):
  243. Event: 20.260 Thread 0x000000001be04000 Uncommon trap -34 fr.pc 0x000000000281de20
  244. Event: 20.260 Thread 0x000000001be04000 Uncommon trap -34 fr.pc 0x000000000281de20
  245. Event: 20.260 Thread 0x000000001be04000 Uncommon trap -34 fr.pc 0x000000000281de20
  246. Event: 20.260 Thread 0x000000001be04000 Uncommon trap -34 fr.pc 0x000000000281de20
  247. Event: 20.260 Thread 0x000000001be04000 Uncommon trap -34 fr.pc 0x000000000281c148
  248. Event: 20.260 Thread 0x000000001be04000 Uncommon trap -34 fr.pc 0x00000000026c7d00
  249. Event: 20.260 Thread 0x000000001be04000 Uncommon trap -34 fr.pc 0x00000000026c7d00
  250. Event: 20.260 Thread 0x000000001be04000 Uncommon trap -34 fr.pc 0x00000000026c7d00
  251. Event: 20.261 Thread 0x000000001be04000 Uncommon trap -34 fr.pc 0x00000000026c7d00
  252. Event: 20.277 Thread 0x000000001be04000 Uncommon trap -58 fr.pc 0x0000000002793af8
  253.  
  254. Internal exceptions (10 events):
  255. Event: 20.674 Thread 0x0000000015df7800 Threw 0x00000000fde00468 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  256. Event: 20.674 Thread 0x0000000015df7800 Threw 0x00000000fde012f8 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  257. Event: 20.674 Thread 0x0000000015df7800 Threw 0x00000000fde05998 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  258. Event: 20.674 Thread 0x0000000015df7800 Threw 0x00000000fde06410 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  259. Event: 20.674 Thread 0x0000000015df7800 Threw 0x00000000fde06e58 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  260. Event: 20.675 Thread 0x0000000015df7800 Threw 0x00000000fde0a448 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  261. Event: 20.675 Thread 0x0000000015df7800 Threw 0x00000000fde0aec0 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  262. Event: 20.675 Thread 0x0000000015df7800 Threw 0x00000000fde0b908 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  263. Event: 20.676 Thread 0x0000000015df7800 Threw 0x00000000fde0f198 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  264. Event: 20.678 Thread 0x0000000015df7800 Threw 0x00000000fde18298 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:1166
  265.  
  266. Events (10 events):
  267. Event: 20.673 loading class 0x00000000101f5ac0
  268. Event: 20.673 loading class 0x00000000101f5ac0 done
  269. Event: 20.674 loading class 0x000000000e8a90d0
  270. Event: 20.674 loading class 0x000000000e8a90d0 done
  271. Event: 20.674 loading class 0x0000000002278110
  272. Event: 20.674 loading class 0x0000000002278110 done
  273. Event: 20.676 loading class 0x0000000022133e50
  274. Event: 20.676 loading class 0x0000000022133e50 done
  275. Event: 20.678 loading class 0x000000001cebaa50
  276. Event: 20.678 loading class 0x000000001cebaa50 done
  277.  
  278.  
  279. Dynamic libraries:
  280. 0x000000003f430000 - 0x000000003f464000 C:\Program Files\Java\jre7\bin\javaw.exe
  281. 0x0000000077990000 - 0x0000000077b39000 C:\Windows\SYSTEM32\ntdll.dll
  282. 0x0000000077770000 - 0x000000007788f000 C:\Windows\system32\kernel32.dll
  283. 0x00000000fd8b0000 - 0x00000000fd91c000 C:\Windows\system32\KERNELBASE.dll
  284. 0x00000000ff180000 - 0x00000000ff25b000 C:\Windows\system32\ADVAPI32.dll
  285. 0x00000000ff870000 - 0x00000000ff90f000 C:\Windows\system32\msvcrt.dll
  286. 0x00000000fdbb0000 - 0x00000000fdbcf000 C:\Windows\SYSTEM32\sechost.dll
  287. 0x00000000feef0000 - 0x00000000ff01d000 C:\Windows\system32\RPCRT4.dll
  288. 0x0000000077890000 - 0x000000007798a000 C:\Windows\system32\USER32.dll
  289. 0x00000000fddd0000 - 0x00000000fde37000 C:\Windows\system32\GDI32.dll
  290. 0x00000000ff910000 - 0x00000000ff91e000 C:\Windows\system32\LPK.dll
  291. 0x00000000fdd00000 - 0x00000000fddc9000 C:\Windows\system32\USP10.dll
  292. 0x00000000fbf10000 - 0x00000000fc104000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
  293. 0x00000000ffc20000 - 0x00000000ffc91000 C:\Windows\system32\SHLWAPI.dll
  294. 0x00000000ff5c0000 - 0x00000000ff5ee000 C:\Windows\system32\IMM32.DLL
  295. 0x00000000fde40000 - 0x00000000fdf49000 C:\Windows\system32\MSCTF.dll
  296. 0x000000005ee60000 - 0x000000005ef31000 C:\Program Files\Java\jre7\bin\msvcr100.dll
  297. 0x000000005cae0000 - 0x000000005d1fa000 C:\Program Files\Java\jre7\bin\server\jvm.dll
  298. 0x00000000f98f0000 - 0x00000000f98f9000 C:\Windows\system32\WSOCK32.dll
  299. 0x00000000ff820000 - 0x00000000ff86d000 C:\Windows\system32\WS2_32.dll
  300. 0x00000000fdbd0000 - 0x00000000fdbd8000 C:\Windows\system32\NSI.dll
  301. 0x00000000fb4b0000 - 0x00000000fb4eb000 C:\Windows\system32\WINMM.dll
  302. 0x0000000077b60000 - 0x0000000077b67000 C:\Windows\system32\PSAPI.DLL
  303. 0x00000000642d0000 - 0x00000000642df000 C:\Program Files\Java\jre7\bin\verify.dll
  304. 0x000000005eff0000 - 0x000000005f018000 C:\Program Files\Java\jre7\bin\java.dll
  305. 0x0000000061640000 - 0x0000000061655000 C:\Program Files\Java\jre7\bin\zip.dll
  306. 0x0000000061620000 - 0x0000000061639000 C:\Program Files\Java\jre7\bin\net.dll
  307. 0x00000000fcfd0000 - 0x00000000fd025000 C:\Windows\system32\mswsock.dll
  308. 0x00000000fcfc0000 - 0x00000000fcfc7000 C:\Windows\System32\wship6.dll
  309. 0x000000005efd0000 - 0x000000005efe1000 C:\Program Files\Java\jre7\bin\nio.dll
  310. 0x000000005ecc0000 - 0x000000005ee54000 C:\Program Files\Java\jre7\bin\awt.dll
  311. 0x00000000ff4e0000 - 0x00000000ff5b7000 C:\Windows\system32\OLEAUT32.dll
  312. 0x00000000fece0000 - 0x00000000feee3000 C:\Windows\system32\ole32.dll
  313. 0x00000000fbab0000 - 0x00000000fbac8000 C:\Windows\system32\DWMAPI.DLL
  314. 0x00000000fd690000 - 0x00000000fd69f000 C:\Windows\system32\CRYPTBASE.dll
  315. 0x00000000ed7b0000 - 0x00000000ed9af000 C:\Windows\system32\d3d9.dll
  316. 0x00000000fc840000 - 0x00000000fc84c000 C:\Windows\system32\VERSION.dll
  317. 0x00000000f4f80000 - 0x00000000f4f87000 C:\Windows\system32\d3d8thk.dll
  318. 0x00000000eba80000 - 0x00000000ecb69000 C:\Windows\system32\nvd3dumx.dll
  319. 0x00000000fc2a0000 - 0x00000000fc2cc000 C:\Windows\system32\powrprof.dll
  320. 0x00000000ff260000 - 0x00000000ff437000 C:\Windows\system32\SETUPAPI.dll
  321. 0x00000000fdb50000 - 0x00000000fdb86000 C:\Windows\system32\CFGMGR32.dll
  322. 0x00000000fd980000 - 0x00000000fd99a000 C:\Windows\system32\DEVOBJ.dll
  323. 0x00000000fdf50000 - 0x00000000fecd8000 C:\Windows\system32\SHELL32.dll
  324. 0x000000005ef90000 - 0x000000005efc4000 C:\Program Files\Java\jre7\bin\fontmanager.dll
  325. 0x000000005ef40000 - 0x000000005ef81000 C:\Program Files\Java\jre7\bin\t2k.dll
  326. 0x000000005ec90000 - 0x000000005ecba000 C:\Program Files\Java\jre7\bin\dcpr.dll
  327. 0x0000000080000000 - 0x0000000080048000 C:\Users\steve\Desktop\Desktop Game Shortcuts\Direwolf20\minecraft\bin\natives\lwjgl64.dll
  328. 0x00000000e7990000 - 0x00000000e7aad000 C:\Windows\system32\OPENGL32.dll
  329. 0x00000000e7d70000 - 0x00000000e7d9d000 C:\Windows\system32\GLU32.dll
  330. 0x00000000e7270000 - 0x00000000e7361000 C:\Windows\system32\DDRAW.dll
  331. 0x00000000f9b90000 - 0x00000000f9b98000 C:\Windows\system32\DCIMAN32.dll
  332. 0x00000000fd220000 - 0x00000000fd237000 C:\Windows\system32\CRYPTSP.dll
  333. 0x00000000fcd30000 - 0x00000000fcd77000 C:\Windows\system32\rsaenh.dll
  334. 0x00000000fca30000 - 0x00000000fca4e000 C:\Windows\system32\USERENV.dll
  335. 0x00000000fd760000 - 0x00000000fd76f000 C:\Windows\system32\profapi.dll
  336. 0x00000000fb490000 - 0x00000000fb4a5000 C:\Windows\system32\NLAapi.dll
  337. 0x00000000f6040000 - 0x00000000f6055000 C:\Windows\system32\napinsp.dll
  338. 0x00000000f6020000 - 0x00000000f6039000 C:\Windows\system32\pnrpnsp.dll
  339. 0x00000000f6010000 - 0x00000000f6020000 C:\Windows\system32\wshbth.dll
  340. 0x00000000fce50000 - 0x00000000fceab000 C:\Windows\system32\DNSAPI.dll
  341. 0x00000000f6000000 - 0x00000000f600b000 C:\Windows\System32\winrnr.dll
  342. 0x00000000f5fd0000 - 0x00000000f5ffe000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
  343. 0x0000000071000000 - 0x0000000071026000 C:\Program Files\Bonjour\mdnsNSP.dll
  344. 0x00000000fb120000 - 0x00000000fb147000 C:\Windows\system32\Iphlpapi.DLL
  345. 0x00000000fb110000 - 0x00000000fb11b000 C:\Windows\system32\WINNSI.DLL
  346. 0x00000000fcb70000 - 0x00000000fcb77000 C:\Windows\System32\wshtcpip.dll
  347. 0x00000000f5fc0000 - 0x00000000f5fc8000 C:\Windows\system32\rasadhlp.dll
  348. 0x00000000faf80000 - 0x00000000fafd3000 C:\Windows\System32\fwpuclnt.dll
  349. 0x0000000063960000 - 0x0000000063967000 C:\Program Files\Java\jre7\bin\jawt.dll
  350. 0x00000000521d0000 - 0x0000000053a61000 C:\Windows\system32\nvoglv64.DLL
  351. 0x00000000fd930000 - 0x00000000fd96a000 C:\Windows\system32\WINTRUST.dll
  352. 0x00000000fd9b0000 - 0x00000000fdb1a000 C:\Windows\system32\CRYPT32.dll
  353. 0x00000000fd800000 - 0x00000000fd80f000 C:\Windows\system32\MSASN1.dll
  354. 0x00000000fc810000 - 0x00000000fc83d000 C:\Windows\system32\ntmarta.dll
  355. 0x00000000ffbc0000 - 0x00000000ffc12000 C:\Windows\system32\WLDAP32.dll
  356. 0x000000005ec60000 - 0x000000005ec84000 C:\Program Files\Java\jre7\bin\sunec.dll
  357. 0x0000000063b50000 - 0x0000000063b5b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
  358. 0x00000000e6100000 - 0x00000000e6222000 C:\Users\steve\Desktop\Desktop Game Shortcuts\Direwolf20\minecraft\bin\natives\OpenAL64.dll
  359. 0x00000000f3480000 - 0x00000000f3508000 C:\Windows\system32\dsound.dll
  360. 0x00000000fdbe0000 - 0x00000000fdc79000 C:\Windows\system32\CLBCatQ.DLL
  361. 0x00000000fc250000 - 0x00000000fc29b000 C:\Windows\System32\MMDevApi.dll
  362. 0x00000000fc120000 - 0x00000000fc24c000 C:\Windows\System32\PROPSYS.dll
  363. 0x00000000fb450000 - 0x00000000fb48b000 C:\Windows\system32\wdmaud.drv
  364. 0x0000000075260000 - 0x0000000075266000 C:\Windows\system32\ksuser.dll
  365. 0x00000000fc110000 - 0x00000000fc119000 C:\Windows\system32\AVRT.dll
  366. 0x00000000fb390000 - 0x00000000fb3df000 C:\Windows\system32\AUDIOSES.DLL
  367. 0x00000000fb370000 - 0x00000000fb37a000 C:\Windows\system32\msacm32.drv
  368. 0x00000000fb350000 - 0x00000000fb368000 C:\Windows\system32\MSACM32.dll
  369. 0x00000000fb340000 - 0x00000000fb349000 C:\Windows\system32\midimap.dll
  370. 0x00000000f5e90000 - 0x00000000f5fb5000 C:\Windows\system32\dbghelp.dll
  371.  
  372. VM Arguments:
  373. jvm_args: -Xms256M -Xmx4096M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts
  374. java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\steve\Desktop\Desktop Game Shortcuts/Direwolf20/minecraft C:\Users\steve\AppData\Roaming/ftblauncher/ModPacks\Direwolf20\FTB_temp.gif MinecraftForge.zip _Spy_Crab_ 2002553829598916996 Direwolf20 Pack v4 C:\Users\steve\AppData\Roaming/ftblauncher/ModPacks\Direwolf20\logo_ftb.png
  375. Launcher Type: SUN_STANDARD
  376.  
  377. Environment Variables:
  378. PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Common Files\Intuit\QBPOSSDKRuntime;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Java\jre7\bin
  379. USERNAME=steve
  380. OS=Windows_NT
  381. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
  382.  
  383.  
  384.  
  385. --------------- S Y S T E M ---------------
  386.  
  387. OS: Windows 7 , 64 bit Build 7601 Service Pack 1
  388.  
  389. CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit
  390.  
  391. Memory: 4k page, physical 8365224k(5647252k free), swap 16728596k(12342428k free)
  392.  
  393. vm_info: Java HotSpot(TM) 64-Bit Server VM (23.1-b03) for windows-amd64 JRE (1.7.0_05-b06), built on Jun 27 2012 00:54:58 by "java_re" with unknown MS VC++:1600
  394.  
  395. time: Tue Jan 22 21:44:23 2013
  396. elapsed time: 20 seconds
Add Comment
Please, Sign In to add comment