Guest User

feed the beast bug

a guest
Feb 8th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.90 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=0x615d2d81, pid=336, tid=1532
  5. #
  6. # JRE version: 7.0_13-b20
  7. # Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C [OpenAL32.dll+0x32d81] alcProcessContext+0x26cff
  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 (0x4b072c00): JavaThread "Thread-14" [_thread_in_native, id=1532, stack(0x4eab0000,0x4eb00000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x00000065
  24.  
  25. Registers:
  26. EAX=0x4d632bf8, EBX=0x4d632bc8, ECX=0x615b2299, EDX=0x00000000
  27. ESP=0x4eaff83d, EBP=0x4eaff8b8, ESI=0x4d632bf8, EDI=0x00000000
  28. EIP=0x615d2d81, EFLAGS=0x00210202
  29.  
  30. Top of Stack: (sp=0x4eaff83d)
  31. 0x4eaff83d: 00615abd f8000000 004d632b c8000000
  32. 0x4eaff84d: 004d632b 00000000 f8000000 004d632b
  33. 0x4eaff85d: 00000000 00000000 c5000000 78615aa3
  34. 0x4eaff86d: 6c4d632b 44615c3e 000000ac 98000000
  35. 0x4eaff87d: 004eaff8 00000001 a4000000 004eaff8
  36. 0x4eaff88d: 00000000 00000000 00000000 00000000
  37. 0x4eaff89d: 00000000 00000000 00000000 00000000
  38. 0x4eaff8ad: 00000000 6e000000 00862b14 f4000000
  39.  
  40. Instructions: (pc=0x615d2d81)
  41. 0x615d2d61: 6e 20 53 70 65 61 6b 65 72 73 20 28 4d 50 34 43
  42. 0x615d2d71: 6f 6e 76 65 72 74 65 72 41 75 64 69 6f 29 00 44
  43. 0x615d2d81: 69 72 65 63 74 53 6f 75 6e 64 20 53 6f 66 74 77
  44. 0x615d2d91: 61 72 65 20 6f 6e 20 53 70 65 61 6b 65 72 73 20
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x4d632bf8 is an unknown value
  50. EBX=0x4d632bc8 is an unknown value
  51. ECX=0x615b2299 is an unknown value
  52. EDX=0x00000000 is an unknown value
  53. ESP=0x4eaff83d is pointing into the stack for thread: 0x4b072c00
  54. EBP=0x4eaff8b8 is pointing into the stack for thread: 0x4b072c00
  55. ESI=0x4d632bf8 is an unknown value
  56. EDI=0x00000000 is an unknown value
  57.  
  58.  
  59. Stack: [0x4eab0000,0x4eb00000], sp=0x4eaff83d, free space=318k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [OpenAL32.dll+0x32d81] alcProcessContext+0x26cff
  62.  
  63. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  64. j org.lwjgl.openal.ALC10.nalcOpenDevice(Ljava/lang/String;)J+0
  65. j org.lwjgl.openal.ALC10.alcOpenDevice(Ljava/lang/String;)Lorg/lwjgl/openal/ALCdevice;+1
  66. j org.lwjgl.openal.AL.init(Ljava/lang/String;IIZZ)V+12
  67. j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZZ)V+233
  68. j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZ)V+5
  69. j org.lwjgl.openal.AL.create()V+6
  70. j paulscode.sound.libraries.LibraryLWJGLOpenAL.init()V+2
  71. j paulscode.sound.SoundSystem.CommandNewLibrary(Ljava/lang/Class;)V+273
  72. j paulscode.sound.SoundSystem.CommandQueue(Lpaulscode/sound/CommandObject;)Z+1206
  73. j paulscode.sound.CommandThread.run()V+51
  74. v ~StubRoutines::call_stub
  75.  
  76. --------------- P R O C E S S ---------------
  77.  
  78. Java Threads: ( => current thread )
  79. 0x4b073800 JavaThread "Thread-15" [_thread_blocked, id=5228, stack(0x4d460000,0x4d4b0000)]
  80. =>0x4b072c00 JavaThread "Thread-14" [_thread_in_native, id=1532, stack(0x4eab0000,0x4eb00000)]
  81. 0x4b074400 JavaThread "TC Aura Update Thread" [_thread_blocked, id=2288, stack(0x4ea60000,0x4eab0000)]
  82. 0x4b070c00 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=3660, stack(0x4e9d0000,0x4ea20000)]
  83. 0x4b071400 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=1212, stack(0x4e940000,0x4e990000)]
  84. 0x0029ac00 JavaThread "DestroyJavaVM" [_thread_blocked, id=2276, stack(0x00380000,0x003d0000)]
  85. 0x4f28ac00 JavaThread "Minecraft main thread" [_thread_blocked, id=5064, stack(0x4e7c0000,0x4e810000)]
  86. 0x4f28a400 JavaThread "Timer hack thread" daemon [_thread_blocked, id=3536, stack(0x4df90000,0x4dfe0000)]
  87. 0x4f212c00 JavaThread "Snooper Timer" daemon [_thread_blocked, id=1012, stack(0x4d3b0000,0x4d400000)]
  88. 0x4ed7f000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2256, stack(0x4e380000,0x4e3d0000)]
  89. 0x4ecfd800 JavaThread "Thread-4" [_thread_blocked, id=5716, stack(0x4e5c0000,0x4e610000)]
  90. 0x4b004c00 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=2676, stack(0x4e0a0000,0x4e0f0000)]
  91. 0x4afbd400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3288, stack(0x4df00000,0x4df50000)]
  92. 0x4aedb400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2464, stack(0x4b710000,0x4b760000)]
  93. 0x4ae19c00 JavaThread "AWT-Shutdown" [_thread_blocked, id=5872, stack(0x4b660000,0x4b6b0000)]
  94. 0x4ae19400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3144, stack(0x4b480000,0x4b4d0000)]
  95. 0x4a7ab800 JavaThread "Service Thread" daemon [_thread_blocked, id=3020, stack(0x4ac60000,0x4acb0000)]
  96. 0x4a7a3400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=860, stack(0x4abd0000,0x4ac20000)]
  97. 0x4a7a2800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4836, stack(0x4ab40000,0x4ab90000)]
  98. 0x4a7a1c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4908, stack(0x4aab0000,0x4ab00000)]
  99. 0x4a7a1400 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=5916, stack(0x4aa20000,0x4aa70000)]
  100. 0x4a758000 JavaThread "Finalizer" daemon [_thread_blocked, id=864, stack(0x4a990000,0x4a9e0000)]
  101. 0x4a751800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3280, stack(0x4a900000,0x4a950000)]
  102.  
  103. Other Threads:
  104. 0x4a74b800 VMThread [stack: 0x4a870000,0x4a8c0000] [id=1752]
  105. 0x4a7ae400 WatcherThread [stack: 0x4acf0000,0x4ad40000] [id=1052]
  106.  
  107. VM state:not at safepoint (normal execution)
  108.  
  109. VM Mutex/Monitor currently owned by a thread: None
  110.  
  111. Heap
  112. par new generation total 78656K, used 34554K [0x04340000, 0x09890000, 0x14340000)
  113. eden space 69952K, 37% used [0x04340000, 0x05d1d188, 0x08790000)
  114. from space 8704K, 92% used [0x09010000, 0x097f19f0, 0x09890000)
  115. to space 8704K, 0% used [0x08790000, 0x08790000, 0x09010000)
  116. concurrent mark-sweep generation total 174784K, used 58645K [0x14340000, 0x1edf0000, 0x44340000)
  117. concurrent-mark-sweep perm gen total 42144K, used 27437K [0x44340000, 0x46c68000, 0x48340000)
  118.  
  119. Card table byte_map: [0x48340000,0x48570000] byte_map_base: 0x4831e600
  120.  
  121. Polling page: 0x00280000
  122.  
  123. Code Cache [0x02220000, 0x02660000, 0x04220000)
  124. total_blobs=2409 nmethods=2024 adapters=318 free_code_cache=28426Kb largest_free_block=29107328
  125.  
  126. Compilation events (10 events):
  127. Event: 18.387 Thread 0x4a7a3400 2031 auc::<init> (71 bytes)
  128. Event: 18.387 Thread 0x4a7a3400 nmethod 2031 0x0265c108 code [0x0265c220, 0x0265c438]
  129. Event: 18.458 Thread 0x4a7a3400 2032 org.objectweb.asm.AnnotationWriter::<init> (34 bytes)
  130. Event: 18.459 Thread 0x4a7a3400 nmethod 2032 0x0265c608 code [0x0265c700, 0x0265c7e0]
  131. Event: 18.459 Thread 0x4a7a3400 2033 org.objectweb.asm.tree.TryCatchBlockNode::accept (41 bytes)
  132. Event: 18.459 Thread 0x4a7a3400 nmethod 2033 0x0265c848 code [0x0265c960, 0x0265cbac]
  133. Event: 18.459 Thread 0x4a7a3400 2034 org.objectweb.asm.MethodWriter::visitTryCatchBlock (99 bytes)
  134. Event: 18.459 Thread 0x4a7a3400 nmethod 2034 0x0265cd08 code [0x0265ce10, 0x0265cfbc]
  135. Event: 18.460 Thread 0x4a7a3400 2035 org.objectweb.asm.Handler::<init> (5 bytes)
  136. Event: 18.460 Thread 0x4a7a3400 nmethod 2035 0x0265d108 code [0x0265d200, 0x0265d280]
  137.  
  138. GC Heap History (10 events):
  139. Event: 15.643 GC heap before
  140. {Heap before GC invocations=12 (full 4):
  141. par new generation total 78656K, used 75447K [0x04340000, 0x09890000, 0x14340000)
  142. eden space 69952K, 100% used [0x04340000, 0x08790000, 0x08790000)
  143. from space 8704K, 63% used [0x08790000, 0x08cedf40, 0x09010000)
  144. to space 8704K, 0% used [0x09010000, 0x09010000, 0x09890000)
  145. concurrent mark-sweep generation total 174784K, used 51148K [0x14340000, 0x1edf0000, 0x44340000)
  146. concurrent-mark-sweep perm gen total 35828K, used 22380K [0x44340000, 0x4663d000, 0x48340000)
  147. Event: 15.646 GC heap after
  148. Heap after GC invocations=13 (full 4):
  149. par new generation total 78656K, used 3630K [0x04340000, 0x09890000, 0x14340000)
  150. eden space 69952K, 0% used [0x04340000, 0x04340000, 0x08790000)
  151. from space 8704K, 41% used [0x09010000, 0x0939bb68, 0x09890000)
  152. to space 8704K, 0% used [0x08790000, 0x08790000, 0x09010000)
  153. concurrent mark-sweep generation total 174784K, used 51148K [0x14340000, 0x1edf0000, 0x44340000)
  154. concurrent-mark-sweep perm gen total 35828K, used 22380K [0x44340000, 0x4663d000, 0x48340000)
  155. }
  156. Event: 16.241 GC heap before
  157. {Heap before GC invocations=13 (full 4):
  158. par new generation total 78656K, used 73582K [0x04340000, 0x09890000, 0x14340000)
  159. eden space 69952K, 100% used [0x04340000, 0x08790000, 0x08790000)
  160. from space 8704K, 41% used [0x09010000, 0x0939bb68, 0x09890000)
  161. to space 8704K, 0% used [0x08790000, 0x08790000, 0x09010000)
  162. concurrent mark-sweep generation total 174784K, used 51148K [0x14340000, 0x1edf0000, 0x44340000)
  163. concurrent-mark-sweep perm gen total 35828K, used 23923K [0x44340000, 0x4663d000, 0x48340000)
  164. Event: 16.246 GC heap after
  165. Heap after GC invocations=14 (full 4):
  166. par new generation total 78656K, used 7996K [0x04340000, 0x09890000, 0x14340000)
  167. eden space 69952K, 0% used [0x04340000, 0x04340000, 0x08790000)
  168. from space 8704K, 91% used [0x08790000, 0x08f5f088, 0x09010000)
  169. to space 8704K, 0% used [0x09010000, 0x09010000, 0x09890000)
  170. concurrent mark-sweep generation total 174784K, used 51148K [0x14340000, 0x1edf0000, 0x44340000)
  171. concurrent-mark-sweep perm gen total 35828K, used 23923K [0x44340000, 0x4663d000, 0x48340000)
  172. }
  173. Event: 17.060 GC heap before
  174. {Heap before GC invocations=14 (full 4):
  175. par new generation total 78656K, used 77948K [0x04340000, 0x09890000, 0x14340000)
  176. eden space 69952K, 100% used [0x04340000, 0x08790000, 0x08790000)
  177. from space 8704K, 91% used [0x08790000, 0x08f5f088, 0x09010000)
  178. to space 8704K, 0% used [0x09010000, 0x09010000, 0x09890000)
  179. concurrent mark-sweep generation total 174784K, used 51148K [0x14340000, 0x1edf0000, 0x44340000)
  180. concurrent-mark-sweep perm gen total 35828K, used 24738K [0x44340000, 0x4663d000, 0x48340000)
  181. Event: 17.068 GC heap after
  182. Heap after GC invocations=15 (full 4):
  183. par new generation total 78656K, used 6777K [0x04340000, 0x09890000, 0x14340000)
  184. eden space 69952K, 0% used [0x04340000, 0x04340000, 0x08790000)
  185. from space 8704K, 77% used [0x09010000, 0x096ae550, 0x09890000)
  186. to space 8704K, 0% used [0x08790000, 0x08790000, 0x09010000)
  187. concurrent mark-sweep generation total 174784K, used 56635K [0x14340000, 0x1edf0000, 0x44340000)
  188. concurrent-mark-sweep perm gen total 35828K, used 24738K [0x44340000, 0x4663d000, 0x48340000)
  189. }
  190. Event: 17.559 GC heap before
  191. {Heap before GC invocations=15 (full 4):
  192. par new generation total 78656K, used 76729K [0x04340000, 0x09890000, 0x14340000)
  193. eden space 69952K, 100% used [0x04340000, 0x08790000, 0x08790000)
  194. from space 8704K, 77% used [0x09010000, 0x096ae550, 0x09890000)
  195. to space 8704K, 0% used [0x08790000, 0x08790000, 0x09010000)
  196. concurrent mark-sweep generation total 174784K, used 55904K [0x14340000, 0x1edf0000, 0x44340000)
  197. concurrent-mark-sweep perm gen total 42144K, used 25973K [0x44340000, 0x46c68000, 0x48340000)
  198. Event: 17.563 GC heap after
  199. Heap after GC invocations=16 (full 4):
  200. par new generation total 78656K, used 6847K [0x04340000, 0x09890000, 0x14340000)
  201. eden space 69952K, 0% used [0x04340000, 0x04340000, 0x08790000)
  202. from space 8704K, 78% used [0x08790000, 0x08e3ff28, 0x09010000)
  203. to space 8704K, 0% used [0x09010000, 0x09010000, 0x09890000)
  204. concurrent mark-sweep generation total 174784K, used 55904K [0x14340000, 0x1edf0000, 0x44340000)
  205. concurrent-mark-sweep perm gen total 42144K, used 25973K [0x44340000, 0x46c68000, 0x48340000)
  206. }
  207. Event: 18.302 GC heap before
  208. {Heap before GC invocations=16 (full 5):
  209. par new generation total 78656K, used 76799K [0x04340000, 0x09890000, 0x14340000)
  210. eden space 69952K, 100% used [0x04340000, 0x08790000, 0x08790000)
  211. from space 8704K, 78% used [0x08790000, 0x08e3ff28, 0x09010000)
  212. to space 8704K, 0% used [0x09010000, 0x09010000, 0x09890000)
  213. concurrent mark-sweep generation total 174784K, used 55904K [0x14340000, 0x1edf0000, 0x44340000)
  214. concurrent-mark-sweep perm gen total 42144K, used 27101K [0x44340000, 0x46c68000, 0x48340000)
  215. Event: 18.310 GC heap after
  216. Heap after GC invocations=17 (full 5):
  217. par new generation total 78656K, used 8070K [0x04340000, 0x09890000, 0x14340000)
  218. eden space 69952K, 0% used [0x04340000, 0x04340000, 0x08790000)
  219. from space 8704K, 92% used [0x09010000, 0x097f19f0, 0x09890000)
  220. to space 8704K, 0% used [0x08790000, 0x08790000, 0x09010000)
  221. concurrent mark-sweep generation total 174784K, used 58645K [0x14340000, 0x1edf0000, 0x44340000)
  222. concurrent-mark-sweep perm gen total 42144K, used 27101K [0x44340000, 0x46c68000, 0x48340000)
  223. }
  224.  
  225. Deoptimization events (0 events):
  226. No events
  227.  
  228. Internal exceptions (10 events):
  229. Event: 18.735 Thread 0x4b072c00 Threw 0x05c56288 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:716
  230. Event: 18.735 Thread 0x4b072c00 Threw 0x05c565f8 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:716
  231. Event: 18.735 Thread 0x4b072c00 Threw 0x05c56928 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:716
  232. Event: 18.735 Thread 0x4b072c00 Threw 0x05c56ce0 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:716
  233. Event: 18.735 Thread 0x4b072c00 Threw 0x05c57128 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:716
  234. Event: 18.735 Thread 0x4b072c00 Threw 0x05c57518 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:716
  235. Event: 18.735 Thread 0x4b072c00 Threw 0x05c57780 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:716
  236. Event: 18.735 Thread 0x4b072c00 Threw 0x05c57b00 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jni.cpp:716
  237. Event: 18.739 Thread 0x4b072c00 Threw 0x05c58268 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
  238. Event: 18.740 Thread 0x4b072c00 Threw 0x05c61090 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:1166
  239.  
  240. Events (10 events):
  241. Event: 18.733 loading class 0x4f088d20
  242. Event: 18.733 loading class 0x4f088d20 done
  243. Event: 18.733 loading class 0x4f088d20
  244. Event: 18.733 loading class 0x4f088d20 done
  245. Event: 18.734 loading class 0x4b0f0c30
  246. Event: 18.734 loading class 0x4b0f0c30 done
  247. Event: 18.739 loading class 0x4b06c3c0
  248. Event: 18.739 loading class 0x4b06c3c0 done
  249. Event: 18.740 loading class 0x5473b5d0
  250. Event: 18.740 loading class 0x5473b5d0 done
  251.  
  252.  
  253. Dynamic libraries:
  254. 0x00030000 - 0x0005f000 C:\Program Files (x86)\Java\jre7\bin\javaw.exe
  255. 0x76f00000 - 0x77057000 C:\Windows\SYSTEM32\ntdll.dll
  256. 0x76c00000 - 0x76d30000 C:\Windows\SYSTEM32\KERNEL32.DLL
  257. 0x76d30000 - 0x76dd6000 C:\Windows\SYSTEM32\KERNELBASE.dll
  258. 0x6c420000 - 0x6c4c7000 C:\Windows\system32\apphelp.dll
  259. 0x68f10000 - 0x69180000 C:\Windows\AppPatch\AcLayers.DLL
  260. 0x76b40000 - 0x76bf1000 C:\Windows\SYSTEM32\msvcrt.dll
  261. 0x76730000 - 0x76846000 C:\Windows\SYSTEM32\USER32.dll
  262. 0x74b80000 - 0x74c7d000 C:\Windows\SYSTEM32\GDI32.dll
  263. 0x74f00000 - 0x75fc6000 C:\Windows\SYSTEM32\SHELL32.dll
  264. 0x74ec0000 - 0x74f00000 C:\Windows\SYSTEM32\SHLWAPI.dll
  265. 0x75ff0000 - 0x7607b000 C:\Windows\SYSTEM32\OLEAUT32.dll
  266. 0x6cd20000 - 0x6cd33000 C:\Windows\SYSTEM32\MPR.dll
  267. 0x76470000 - 0x7661f000 C:\Windows\SYSTEM32\SETUPAPI.dll
  268. 0x6c410000 - 0x6c413000 C:\Windows\SYSTEM32\sfc.dll
  269. 0x744b0000 - 0x74510000 C:\Windows\SYSTEM32\WINSPOOL.DRV
  270. 0x74da0000 - 0x74e4c000 C:\Windows\SYSTEM32\RPCRT4.dll
  271. 0x76280000 - 0x763b6000 C:\Windows\SYSTEM32\combase.dll
  272. 0x76850000 - 0x76896000 C:\Windows\SYSTEM32\CFGMGR32.dll
  273. 0x75fd0000 - 0x75fee000 C:\Windows\SYSTEM32\DEVOBJ.dll
  274. 0x74590000 - 0x745ac000 C:\Windows\SYSTEM32\SspiCli.dll
  275. 0x6c400000 - 0x6c40e000 C:\Windows\SYSTEM32\sfc_os.DLL
  276. 0x74580000 - 0x74589000 C:\Windows\SYSTEM32\CRYPTBASE.dll
  277. 0x76080000 - 0x760b4000 C:\Windows\SYSTEM32\sechost.dll
  278. 0x74520000 - 0x74571000 C:\Windows\SYSTEM32\bcryptPrimitives.dll
  279. 0x768b0000 - 0x768d0000 C:\Windows\system32\IMM32.DLL
  280. 0x745b0000 - 0x7468d000 C:\Windows\SYSTEM32\MSCTF.dll
  281. 0x763c0000 - 0x7646e000 C:\Windows\SYSTEM32\ADVAPI32.dll
  282. 0x739d0000 - 0x73bc7000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16384_none_893961408605e985\COMCTL32.dll
  283. 0x69810000 - 0x698ce000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
  284. 0x65110000 - 0x6545d000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
  285. 0x743b0000 - 0x743b8000 C:\Windows\SYSTEM32\WSOCK32.dll
  286. 0x73cf0000 - 0x73d11000 C:\Windows\SYSTEM32\WINMM.dll
  287. 0x74eb0000 - 0x74eb6000 C:\Windows\SYSTEM32\PSAPI.DLL
  288. 0x768e0000 - 0x76930000 C:\Windows\SYSTEM32\WS2_32.dll
  289. 0x73cc0000 - 0x73cea000 C:\Windows\SYSTEM32\WINMMBASE.dll
  290. 0x768d0000 - 0x768d8000 C:\Windows\SYSTEM32\NSI.dll
  291. 0x6c520000 - 0x6c52c000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
  292. 0x697f0000 - 0x69810000 C:\Program Files (x86)\Java\jre7\bin\java.dll
  293. 0x69730000 - 0x69743000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
  294. 0x69710000 - 0x69724000 C:\Program Files (x86)\Java\jre7\bin\net.dll
  295. 0x74200000 - 0x7424a000 C:\Windows\system32\mswsock.dll
  296. 0x6c510000 - 0x6c51e000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
  297. 0x64fc0000 - 0x65102000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
  298. 0x74150000 - 0x74169000 C:\Windows\system32\DWMAPI.DLL
  299. 0x74170000 - 0x741f8000 C:\Windows\system32\uxtheme.dll
  300. 0x74c80000 - 0x74d99000 C:\Windows\SYSTEM32\ole32.dll
  301. 0x72570000 - 0x72725000 C:\Windows\system32\d3d9.dll
  302. 0x74510000 - 0x74518000 C:\Windows\SYSTEM32\VERSION.dll
  303. 0x70650000 - 0x714be000 C:\Windows\SYSTEM32\nvd3dum.dll
  304. 0x73fe0000 - 0x7401f000 C:\Windows\SYSTEM32\powrprof.dll
  305. 0x4cbf0000 - 0x4ccfa000 C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI.dll
  306. 0x6d300000 - 0x6d582000 C:\Windows\SYSTEM32\nvapi.dll
  307. 0x76930000 - 0x76973000 C:\Windows\SYSTEM32\WINTRUST.dll
  308. 0x74820000 - 0x749a8000 C:\Windows\SYSTEM32\CRYPT32.dll
  309. 0x74800000 - 0x74812000 C:\Windows\SYSTEM32\MSASN1.dll
  310. 0x70070000 - 0x700cc000 C:\Windows\SYSTEM32\dxgi.dll
  311. 0x74310000 - 0x74385000 C:\Windows\SYSTEM32\shcore.dll
  312. 0x696e0000 - 0x6970a000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
  313. 0x691a0000 - 0x691d1000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
  314. 0x64f90000 - 0x64fb4000 C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
  315. 0x73c40000 - 0x73cb5000 C:\Windows\SYSTEM32\DNSAPI.dll
  316. 0x72730000 - 0x72737000 C:\Windows\System32\rasadhlp.dll
  317. 0x74390000 - 0x743b0000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
  318. 0x74300000 - 0x74308000 C:\Windows\SYSTEM32\WINNSI.DLL
  319. 0x72510000 - 0x7254f000 C:\Windows\System32\fwpuclnt.dll
  320. 0x4e750000 - 0x4e7bb000 C:\Users\Kallum\FTB\FTBLite\minecraft\bin\natives\lwjgl.dll
  321. 0x64ea0000 - 0x64f6e000 C:\Windows\SYSTEM32\OPENGL32.dll
  322. 0x64e70000 - 0x64e93000 C:\Windows\SYSTEM32\GLU32.dll
  323. 0x64d90000 - 0x64e69000 C:\Windows\SYSTEM32\DDRAW.dll
  324. 0x64d80000 - 0x64d87000 C:\Windows\SYSTEM32\DCIMAN32.dll
  325. 0x74290000 - 0x742aa000 C:\Windows\SYSTEM32\CRYPTSP.dll
  326. 0x74250000 - 0x7428e000 C:\Windows\system32\rsaenh.dll
  327. 0x742e0000 - 0x742fb000 C:\Windows\SYSTEM32\USERENV.dll
  328. 0x742b0000 - 0x742c1000 C:\Windows\SYSTEM32\profapi.dll
  329. 0x73110000 - 0x73120000 C:\Windows\system32\napinsp.dll
  330. 0x730f0000 - 0x73104000 C:\Windows\system32\pnrpnsp.dll
  331. 0x736d0000 - 0x736e0000 C:\Windows\system32\NLAapi.dll
  332. 0x730e0000 - 0x730e9000 C:\Windows\System32\winrnr.dll
  333. 0x63840000 - 0x63846000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
  334. 0x62490000 - 0x63837000 C:\Windows\SYSTEM32\nvoglv32.DLL
  335. 0x74480000 - 0x744a6000 C:\Windows\SYSTEM32\ntmarta.dll
  336. 0x622e0000 - 0x62483000 C:\Windows\SYSTEM32\d3d11.dll
  337. 0x616d0000 - 0x622da000 C:\Windows\SYSTEM32\nvwgf2um.dll
  338. 0x64f70000 - 0x64f90000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
  339. 0x69180000 - 0x69189000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
  340. 0x615a0000 - 0x616c9000 C:\Users\Kallum\FTB\FTBLite\minecraft\bin\natives\OpenAL32.dll
  341. 0x61510000 - 0x61594000 C:\Windows\SYSTEM32\dsound.dll
  342. 0x766b0000 - 0x76724000 C:\Windows\SYSTEM32\clbcatq.dll
  343. 0x73e80000 - 0x73ecd000 C:\Windows\System32\MMDevApi.dll
  344. 0x6cfb0000 - 0x6cfe0000 C:\Windows\SYSTEM32\wdmaud.drv
  345. 0x73120000 - 0x73125000 C:\Windows\SYSTEM32\ksuser.dll
  346. 0x72ce0000 - 0x72ce8000 C:\Windows\SYSTEM32\AVRT.dll
  347. 0x6a6a0000 - 0x6a6f4000 C:\Windows\SYSTEM32\AUDIOSES.DLL
  348. 0x6c550000 - 0x6c559000 C:\Windows\SYSTEM32\msacm32.drv
  349. 0x73bd0000 - 0x73be4000 C:\Windows\SYSTEM32\MSACM32.dll
  350. 0x6c540000 - 0x6c548000 C:\Windows\SYSTEM32\midimap.dll
  351. 0x74020000 - 0x74149000 C:\Windows\SYSTEM32\dbghelp.dll
  352.  
  353. VM Arguments:
  354. jvm_args: -Xms256M -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts
  355. java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\Kallum\FTB/FTBLite/minecraft C:\Users\Kallum\AppData\Roaming/ftblauncher/ModPacks\FTBLite\FTB_temp.gif MinecraftForge.zip da_minecrafterHD -8969472128575069574 FTB Lite v1.0.1 C:\Users\Kallum\AppData\Roaming/ftblauncher/ModPacks\FTBLite\logo_ftb.png
  356. Launcher Type: SUN_STANDARD
  357.  
  358. Environment Variables:
  359. PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Java\jre7\bin
  360. USERNAME=Kallum
  361. OS=Windows_NT
  362. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
  363.  
  364.  
  365.  
  366. --------------- S Y S T E M ---------------
  367.  
  368. OS: Windows 8 , 64 bit Build 9200
  369.  
  370. CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, tsc, tscinvbit, tscinv
  371.  
  372. Memory: 4k page, physical 16727848k(14106292k free), swap 33505064k(30107072k free)
  373.  
  374. vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_13-b20), built on Jan 30 2013 10:03:58 by "java_re" with unknown MS VC++:1600
  375.  
  376. time: Fri Feb 08 17:27:29 2013
  377. elapsed time: 18 seconds
Advertisement
Add Comment
Please, Sign In to add comment