Guest User

asasd

a guest
Jan 13th, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.50 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=0x62ea2ce0, pid=2208, tid=3848
  5. #
  6. # JRE version: 7.0_11-b21
  7. # Java VM: Java HotSpot(TM) Client VM (23.6-b04 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C [OpenAL32.dll+0x32ce0] alcProcessContext+0x26c5e
  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 (0x58310800): JavaThread "Thread-14" [_thread_in_native, id=3848, stack(0x50870000,0x508c0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x00000065
  24.  
  25. Registers:
  26. EAX=0x58af0b10, EBX=0x58af0ae0, ECX=0x62e82299, EDX=0x00000000
  27. ESP=0x508bf3cd, EBP=0x508bf448, ESI=0x58af0b10, EDI=0x00000000
  28. EIP=0x62ea2ce0, EFLAGS=0x00210202
  29.  
  30. Top of Stack: (sp=0x508bf3cd)
  31. 0x508bf3cd: 0062e7bd 10000000 0058af0b e0000000
  32. 0x508bf3dd: 0058af0a 00000000 10000000 0058af0b
  33. 0x508bf3ed: 00000000 00000000 c5000000 9062e7a3
  34. 0x508bf3fd: 6c58af0a 4462e93e 000000ac 28000000
  35. 0x508bf40d: 00508bf4 00000001 34000000 00508bf4
  36. 0x508bf41d: 00000000 00000000 00000000 00000000
  37. 0x508bf42d: 00000000 00000000 00000000 00000000
  38. 0x508bf43d: 00000000 4f000000 008e7a46 f4000000
  39.  
  40. Instructions: (pc=0x62ea2ce0)
  41. 0x62ea2cc0: 66 74 77 61 72 65 20 6f 6e 20 53 70 65 61 6b 65
  42. 0x62ea2cd0: 72 73 20 28 53 6e 64 54 41 75 64 69 6f 29 00 44
  43. 0x62ea2ce0: 69 72 65 63 74 53 6f 75 6e 64 20 53 6f 66 74 77
  44. 0x62ea2cf0: 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=0x58af0b10 is an unknown value
  50. EBX=0x58af0ae0 is an unknown value
  51. ECX=0x62e82299 is an unknown value
  52. EDX=0x00000000 is an unknown value
  53. ESP=0x508bf3cd is pointing into the stack for thread: 0x58310800
  54. EBP=0x508bf448 is pointing into the stack for thread: 0x58310800
  55. ESI=0x58af0b10 is an unknown value
  56. EDI=0x00000000 is an unknown value
  57.  
  58.  
  59. Stack: [0x50870000,0x508c0000], sp=0x508bf3cd, free space=316k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [OpenAL32.dll+0x32ce0] alcProcessContext+0x26c5e
  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. 0x58311000 JavaThread "Thread-15" [_thread_blocked, id=5000, stack(0x588e0000,0x58930000)]
  80. =>0x58310800 JavaThread "Thread-14" [_thread_in_native, id=3848, stack(0x50870000,0x508c0000)]
  81. 0x58310400 JavaThread "TC Aura Update Thread" [_thread_blocked, id=5152, stack(0x50150000,0x501a0000)]
  82. 0x5830fc00 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=5712, stack(0x4eb00000,0x4eb50000)]
  83. 0x5830f800 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=5052, stack(0x4f200000,0x4f250000)]
  84. 0x0032b400 JavaThread "DestroyJavaVM" [_thread_blocked, id=204, stack(0x00a40000,0x00a90000)]
  85. 0x4a82b800 JavaThread "Minecraft main thread" [_thread_blocked, id=5920, stack(0x4ffd0000,0x50020000)]
  86. 0x4a82b400 JavaThread "Timer hack thread" daemon [_thread_blocked, id=1984, stack(0x4f160000,0x4f1b0000)]
  87. 0x52f6b800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5100, stack(0x4fcc0000,0x4fd10000)]
  88. 0x4afdc800 JavaThread "Thread-4" [_thread_blocked, id=756, stack(0x50470000,0x504c0000)]
  89. 0x4b205400 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=1088, stack(0x4f0b0000,0x4f100000)]
  90. 0x4b1c3c00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=1108, stack(0x4f050000,0x4f0a0000)]
  91. 0x4b071c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4496, stack(0x4bbc0000,0x4bc10000)]
  92. 0x4b06e800 JavaThread "AWT-Shutdown" [_thread_blocked, id=1368, stack(0x4b870000,0x4b8c0000)]
  93. 0x4b06e000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3248, stack(0x4b720000,0x4b770000)]
  94. 0x4a827400 JavaThread "Service Thread" daemon [_thread_blocked, id=5784, stack(0x4a9a0000,0x4a9f0000)]
  95. 0x4a822400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5668, stack(0x4acf0000,0x4ad40000)]
  96. 0x4a821c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=4696, stack(0x4a530000,0x4a580000)]
  97. 0x4a821000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5872, stack(0x00d10000,0x00d60000)]
  98. 0x4a81e400 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=5904, stack(0x4aad0000,0x4ab20000)]
  99. 0x4a7c0c00 JavaThread "Finalizer" daemon [_thread_blocked, id=1120, stack(0x4aa50000,0x4aaa0000)]
  100. 0x4a7bbc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=5044, stack(0x4a8b0000,0x4a900000)]
  101.  
  102. Other Threads:
  103. 0x4a7b7c00 VMThread [stack: 0x4a4c0000,0x4a510000] [id=4668]
  104. 0x4a838800 WatcherThread [stack: 0x4ae00000,0x4ae50000] [id=4632]
  105.  
  106. VM state:not at safepoint (normal execution)
  107.  
  108. VM Mutex/Monitor currently owned by a thread: None
  109.  
  110. Heap
  111. par new generation total 78656K, used 18188K [0x04400000, 0x09950000, 0x14400000)
  112. eden space 69952K, 13% used [0x04400000, 0x04d43050, 0x08850000)
  113. from space 8704K, 100% used [0x08850000, 0x090d0000, 0x090d0000)
  114. to space 8704K, 0% used [0x090d0000, 0x090d0000, 0x09950000)
  115. concurrent mark-sweep generation total 174784K, used 67461K [0x14400000, 0x1eeb0000, 0x44400000)
  116. concurrent-mark-sweep perm gen total 40028K, used 32340K [0x44400000, 0x46b17000, 0x48400000)
  117.  
  118. Card table byte_map: [0x48400000,0x48630000] byte_map_base: 0x483de000
  119.  
  120. Polling page: 0x00250000
  121.  
  122. Code Cache [0x02400000, 0x02830000, 0x04400000)
  123. total_blobs=2365 nmethods=1977 adapters=321 free_code_cache=28496Kb largest_free_block=29178880
  124.  
  125. Compilation events (10 events):
  126. Event: 45.528 Thread 0x4a822400 1990 ! com.mumfrey.liteloader.core.LiteLoader::enumerateCompressedPackage (152 bytes)
  127. Event: 45.529 Thread 0x4a822400 nmethod 1990 0x02826d08 code [0x02826ed0, 0x028272b8]
  128. Event: 45.591 Thread 0x4a822400 1991 java.util.regex.Matcher::appendReplacement (535 bytes)
  129. Event: 45.594 Thread 0x4a822400 nmethod 1991 0x02827b48 code [0x02827ef0, 0x028293e4]
  130. Event: 45.613 Thread 0x4a822400 1992 java.util.Formatter$Conversion::isInteger (48 bytes)
  131. Event: 45.613 Thread 0x4a822400 nmethod 1992 0x0282b108 code [0x0282b200, 0x0282b2a0]
  132. Event: 45.789 Thread 0x4a822400 1993 java.util.GregorianCalendar::computeFields (83 bytes)
  133. Event: 45.789 Thread 0x4a822400 nmethod 1993 0x0282b308 code [0x0282b430, 0x0282b590]
  134. Event: 45.789 Thread 0x4a822400 1994 auc::<init> (71 bytes)
  135. Event: 45.789 Thread 0x4a822400 nmethod 1994 0x0282b648 code [0x0282b760, 0x0282b978]
  136.  
  137. GC Heap History (10 events):
  138. Event: 37.312 GC heap before
  139. {Heap before GC invocations=17 (full 5):
  140. par new generation total 78656K, used 74636K [0x04400000, 0x09950000, 0x14400000)
  141. eden space 69952K, 100% used [0x04400000, 0x08850000, 0x08850000)
  142. from space 8704K, 53% used [0x090d0000, 0x095633e8, 0x09950000)
  143. to space 8704K, 0% used [0x08850000, 0x08850000, 0x090d0000)
  144. concurrent mark-sweep generation total 174784K, used 58391K [0x14400000, 0x1eeb0000, 0x44400000)
  145. concurrent-mark-sweep perm gen total 40028K, used 27838K [0x44400000, 0x46b17000, 0x48400000)
  146. Event: 37.326 GC heap after
  147. Heap after GC invocations=18 (full 5):
  148. par new generation total 78656K, used 6492K [0x04400000, 0x09950000, 0x14400000)
  149. eden space 69952K, 0% used [0x04400000, 0x04400000, 0x08850000)
  150. from space 8704K, 74% used [0x08850000, 0x08ea7208, 0x090d0000)
  151. to space 8704K, 0% used [0x090d0000, 0x090d0000, 0x09950000)
  152. concurrent mark-sweep generation total 174784K, used 59147K [0x14400000, 0x1eeb0000, 0x44400000)
  153. concurrent-mark-sweep perm gen total 40028K, used 27838K [0x44400000, 0x46b17000, 0x48400000)
  154. }
  155. Event: 39.357 GC heap before
  156. {Heap before GC invocations=18 (full 5):
  157. par new generation total 78656K, used 76444K [0x04400000, 0x09950000, 0x14400000)
  158. eden space 69952K, 100% used [0x04400000, 0x08850000, 0x08850000)
  159. from space 8704K, 74% used [0x08850000, 0x08ea7208, 0x090d0000)
  160. to space 8704K, 0% used [0x090d0000, 0x090d0000, 0x09950000)
  161. concurrent mark-sweep generation total 174784K, used 59147K [0x14400000, 0x1eeb0000, 0x44400000)
  162. concurrent-mark-sweep perm gen total 40028K, used 29086K [0x44400000, 0x46b17000, 0x48400000)
  163. Event: 39.384 GC heap after
  164. Heap after GC invocations=19 (full 5):
  165. par new generation total 78656K, used 8191K [0x04400000, 0x09950000, 0x14400000)
  166. eden space 69952K, 0% used [0x04400000, 0x04400000, 0x08850000)
  167. from space 8704K, 94% used [0x090d0000, 0x098cfd00, 0x09950000)
  168. to space 8704K, 0% used [0x08850000, 0x08850000, 0x090d0000)
  169. concurrent mark-sweep generation total 174784K, used 60022K [0x14400000, 0x1eeb0000, 0x44400000)
  170. concurrent-mark-sweep perm gen total 40028K, used 29086K [0x44400000, 0x46b17000, 0x48400000)
  171. }
  172. Event: 42.084 GC heap before
  173. {Heap before GC invocations=19 (full 5):
  174. par new generation total 78656K, used 78143K [0x04400000, 0x09950000, 0x14400000)
  175. eden space 69952K, 100% used [0x04400000, 0x08850000, 0x08850000)
  176. from space 8704K, 94% used [0x090d0000, 0x098cfd00, 0x09950000)
  177. to space 8704K, 0% used [0x08850000, 0x08850000, 0x090d0000)
  178. concurrent mark-sweep generation total 174784K, used 60022K [0x14400000, 0x1eeb0000, 0x44400000)
  179. concurrent-mark-sweep perm gen total 40028K, used 30260K [0x44400000, 0x46b17000, 0x48400000)
  180. Event: 42.120 GC heap after
  181. Heap after GC invocations=20 (full 5):
  182. par new generation total 78656K, used 5604K [0x04400000, 0x09950000, 0x14400000)
  183. eden space 69952K, 0% used [0x04400000, 0x04400000, 0x08850000)
  184. from space 8704K, 64% used [0x08850000, 0x08dc9218, 0x090d0000)
  185. to space 8704K, 0% used [0x090d0000, 0x090d0000, 0x09950000)
  186. concurrent mark-sweep generation total 174784K, used 63044K [0x14400000, 0x1eeb0000, 0x44400000)
  187. concurrent-mark-sweep perm gen total 40028K, used 30260K [0x44400000, 0x46b17000, 0x48400000)
  188. }
  189. Event: 43.936 GC heap before
  190. {Heap before GC invocations=20 (full 5):
  191. par new generation total 78656K, used 75556K [0x04400000, 0x09950000, 0x14400000)
  192. eden space 69952K, 100% used [0x04400000, 0x08850000, 0x08850000)
  193. from space 8704K, 64% used [0x08850000, 0x08dc9218, 0x090d0000)
  194. to space 8704K, 0% used [0x090d0000, 0x090d0000, 0x09950000)
  195. concurrent mark-sweep generation total 174784K, used 63044K [0x14400000, 0x1eeb0000, 0x44400000)
  196. concurrent-mark-sweep perm gen total 40028K, used 31331K [0x44400000, 0x46b17000, 0x48400000)
  197. Event: 43.944 GC heap after
  198. Heap after GC invocations=21 (full 5):
  199. par new generation total 78656K, used 5853K [0x04400000, 0x09950000, 0x14400000)
  200. eden space 69952K, 0% used [0x04400000, 0x04400000, 0x08850000)
  201. from space 8704K, 67% used [0x090d0000, 0x09687730, 0x09950000)
  202. to space 8704K, 0% used [0x08850000, 0x08850000, 0x090d0000)
  203. concurrent mark-sweep generation total 174784K, used 63044K [0x14400000, 0x1eeb0000, 0x44400000)
  204. concurrent-mark-sweep perm gen total 40028K, used 31331K [0x44400000, 0x46b17000, 0x48400000)
  205. }
  206. Event: 45.901 GC heap before
  207. {Heap before GC invocations=21 (full 5):
  208. par new generation total 78656K, used 75805K [0x04400000, 0x09950000, 0x14400000)
  209. eden space 69952K, 100% used [0x04400000, 0x08850000, 0x08850000)
  210. from space 8704K, 67% used [0x090d0000, 0x09687730, 0x09950000)
  211. to space 8704K, 0% used [0x08850000, 0x08850000, 0x090d0000)
  212. concurrent mark-sweep generation total 174784K, used 63044K [0x14400000, 0x1eeb0000, 0x44400000)
  213. concurrent-mark-sweep perm gen total 40028K, used 32237K [0x44400000, 0x46b17000, 0x48400000)
  214. Event: 45.922 GC heap after
  215. Heap after GC invocations=22 (full 5):
  216. par new generation total 78656K, used 8704K [0x04400000, 0x09950000, 0x14400000)
  217. eden space 69952K, 0% used [0x04400000, 0x04400000, 0x08850000)
  218. from space 8704K, 100% used [0x08850000, 0x090d0000, 0x090d0000)
  219. to space 8704K, 0% used [0x090d0000, 0x090d0000, 0x09950000)
  220. concurrent mark-sweep generation total 174784K, used 67461K [0x14400000, 0x1eeb0000, 0x44400000)
  221. concurrent-mark-sweep perm gen total 40028K, used 32237K [0x44400000, 0x46b17000, 0x48400000)
  222. }
  223.  
  224. Deoptimization events (0 events):
  225. No events
  226.  
  227. Internal exceptions (10 events):
  228. Event: 46.313 Thread 0x58310800 Threw 0x04d01930 at C:\jdk7u1_32P\jdk7u11\hotspot\src\share\vm\prims\jni.cpp:716
  229. Event: 46.313 Thread 0x58310800 Threw 0x04d01d90 at C:\jdk7u1_32P\jdk7u11\hotspot\src\share\vm\prims\jni.cpp:716
  230. Event: 46.314 Thread 0x58310800 Threw 0x04d02260 at C:\jdk7u1_32P\jdk7u11\hotspot\src\share\vm\prims\jni.cpp:716
  231. Event: 46.314 Thread 0x58310800 Threw 0x04d026a0 at C:\jdk7u1_32P\jdk7u11\hotspot\src\share\vm\prims\jni.cpp:716
  232. Event: 46.314 Thread 0x58310800 Threw 0x04d02ad8 at C:\jdk7u1_32P\jdk7u11\hotspot\src\share\vm\prims\jni.cpp:716
  233. Event: 46.315 Thread 0x58310800 Threw 0x04d02ec8 at C:\jdk7u1_32P\jdk7u11\hotspot\src\share\vm\prims\jni.cpp:716
  234. Event: 46.315 Thread 0x58310800 Threw 0x04d03138 at C:\jdk7u1_32P\jdk7u11\hotspot\src\share\vm\prims\jni.cpp:716
  235. Event: 46.316 Thread 0x58310800 Threw 0x04d034d8 at C:\jdk7u1_32P\jdk7u11\hotspot\src\share\vm\prims\jni.cpp:716
  236. Event: 46.395 Thread 0x58310800 Threw 0x04d03aa0 at C:\jdk7u1_32P\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
  237. Event: 46.399 Thread 0x58310800 Threw 0x04d0cb18 at C:\jdk7u1_32P\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
  238.  
  239. Events (10 events):
  240. Event: 46.293 loading class 0x4b311040 done
  241. Event: 46.395 loading class 0x52a77530
  242. Event: 46.395 loading class 0x52a77530 done
  243. Event: 46.399 loading class 0x57f4b4a0
  244. Event: 46.399 loading class 0x57f4b4a0 done
  245. Event: 46.957 Executing VM operation: RevokeBias
  246. Event: 46.958 Executing VM operation: RevokeBias done
  247. Event: 46.958 Executing VM operation: RevokeBias
  248. Event: 46.959 Executing VM operation: RevokeBias done
  249. Event: 46.959 Thread 0x57f7f800 Thread exited: 0x57f7f800
  250.  
  251.  
  252. Dynamic libraries:
  253. 0x00fd0000 - 0x00fff000 C:\Program Files (x86)\Java\jre7\bin\java.exe
  254. 0x771a0000 - 0x77320000 C:\windows\SysWOW64\ntdll.dll
  255. 0x71ea0000 - 0x71edc000 C:\Program Files\AVAST Software\Avast\snxhk.dll
  256. 0x76750000 - 0x76860000 C:\windows\syswow64\KERNEL32.dll
  257. 0x74e00000 - 0x74e47000 C:\windows\syswow64\KERNELBASE.dll
  258. 0x753c0000 - 0x75460000 C:\windows\syswow64\ADVAPI32.dll
  259. 0x748e0000 - 0x7498c000 C:\windows\syswow64\msvcrt.dll
  260. 0x765b0000 - 0x765c9000 C:\windows\SysWOW64\sechost.dll
  261. 0x76420000 - 0x76510000 C:\windows\syswow64\RPCRT4.dll
  262. 0x74880000 - 0x748e0000 C:\windows\syswow64\SspiCli.dll
  263. 0x74870000 - 0x7487c000 C:\windows\syswow64\CRYPTBASE.dll
  264. 0x752c0000 - 0x753c0000 C:\windows\syswow64\USER32.dll
  265. 0x749f0000 - 0x74a80000 C:\windows\syswow64\GDI32.dll
  266. 0x74990000 - 0x7499a000 C:\windows\syswow64\LPK.dll
  267. 0x75100000 - 0x7519d000 C:\windows\syswow64\USP10.dll
  268. 0x70fd0000 - 0x7116e000 C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
  269. 0x75260000 - 0x752b7000 C:\windows\syswow64\SHLWAPI.dll
  270. 0x719f0000 - 0x71a3c000 C:\windows\system32\apphelp.dll
  271. 0x67d40000 - 0x67dcd000 C:\windows\AppPatch\AcLayers.DLL
  272. 0x75590000 - 0x761da000 C:\windows\syswow64\SHELL32.dll
  273. 0x74af0000 - 0x74c4c000 C:\windows\syswow64\ole32.dll
  274. 0x74d70000 - 0x74dff000 C:\windows\syswow64\OLEAUT32.dll
  275. 0x71880000 - 0x71897000 C:\windows\system32\USERENV.dll
  276. 0x71ee0000 - 0x71eeb000 C:\windows\system32\profapi.dll
  277. 0x67e00000 - 0x67e51000 C:\windows\system32\WINSPOOL.DRV
  278. 0x70ac0000 - 0x70ad2000 C:\windows\system32\MPR.dll
  279. 0x74a80000 - 0x74ae0000 C:\windows\system32\IMM32.DLL
  280. 0x75030000 - 0x750fc000 C:\windows\syswow64\MSCTF.dll
  281. 0x665d0000 - 0x6668e000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
  282. 0x66280000 - 0x665cc000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
  283. 0x73020000 - 0x73027000 C:\windows\system32\WSOCK32.dll
  284. 0x74e50000 - 0x74e85000 C:\windows\syswow64\WS2_32.dll
  285. 0x75580000 - 0x75586000 C:\windows\syswow64\NSI.dll
  286. 0x71b80000 - 0x71bb2000 C:\windows\system32\WINMM.dll
  287. 0x74ae0000 - 0x74ae5000 C:\windows\syswow64\PSAPI.DLL
  288. 0x724e0000 - 0x724ec000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
  289. 0x72160000 - 0x72180000 C:\Program Files (x86)\Java\jre7\bin\java.dll
  290. 0x723e0000 - 0x723f3000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
  291. 0x72140000 - 0x72154000 C:\Program Files (x86)\Java\jre7\bin\net.dll
  292. 0x720c0000 - 0x720fc000 C:\windows\system32\mswsock.dll
  293. 0x71ef0000 - 0x71ef6000 C:\windows\System32\wship6.dll
  294. 0x724c0000 - 0x724cf000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
  295. 0x63a30000 - 0x63b72000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
  296. 0x70aa0000 - 0x70ab3000 C:\windows\system32\DWMAPI.DLL
  297. 0x70b20000 - 0x70ba0000 C:\windows\system32\uxtheme.dll
  298. 0x6b500000 - 0x6b6c3000 C:\windows\system32\d3d9.dll
  299. 0x73010000 - 0x73019000 C:\windows\system32\VERSION.dll
  300. 0x743c0000 - 0x743c6000 C:\windows\system32\d3d8thk.dll
  301. 0x6e490000 - 0x6e576000 C:\windows\system32\aticfx32.dll
  302. 0x63820000 - 0x6382b000 C:\windows\system32\atiu9pag.dll
  303. 0x6a2d0000 - 0x6a8ce000 C:\windows\system32\atiumdag.dll
  304. 0x68f80000 - 0x69412000 C:\windows\system32\atiumdva.dll
  305. 0x71f00000 - 0x71f2a000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
  306. 0x681a0000 - 0x681d1000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
  307. 0x68ed0000 - 0x68ef4000 C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
  308. 0x4eee0000 - 0x4ef4b000 C:\Users\Family\AppData\Roaming\ftblauncher\MindCrack\minecraft\bin\natives\lwjgl.dll
  309. 0x62fa0000 - 0x63068000 C:\windows\system32\OPENGL32.dll
  310. 0x67dd0000 - 0x67df2000 C:\windows\system32\GLU32.dll
  311. 0x69e30000 - 0x69f17000 C:\windows\system32\DDRAW.dll
  312. 0x73b60000 - 0x73b66000 C:\windows\system32\DCIMAN32.dll
  313. 0x74e90000 - 0x7502d000 C:\windows\syswow64\SETUPAPI.dll
  314. 0x766f0000 - 0x76717000 C:\windows\syswow64\CFGMGR32.dll
  315. 0x76400000 - 0x76412000 C:\windows\syswow64\DEVOBJ.dll
  316. 0x721e0000 - 0x721f6000 C:\windows\system32\CRYPTSP.dll
  317. 0x72100000 - 0x7213b000 C:\windows\system32\rsaenh.dll
  318. 0x720a0000 - 0x720b0000 C:\windows\system32\NLAapi.dll
  319. 0x72090000 - 0x720a0000 C:\windows\system32\napinsp.dll
  320. 0x72070000 - 0x72082000 C:\windows\system32\pnrpnsp.dll
  321. 0x72020000 - 0x72064000 C:\windows\system32\DNSAPI.dll
  322. 0x72010000 - 0x72018000 C:\windows\System32\winrnr.dll
  323. 0x71fe0000 - 0x72007000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
  324. 0x71fb0000 - 0x71fd1000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
  325. 0x71f90000 - 0x71fac000 C:\windows\system32\Iphlpapi.DLL
  326. 0x71f80000 - 0x71f87000 C:\windows\system32\WINNSI.DLL
  327. 0x720b0000 - 0x720b5000 C:\windows\System32\wshtcpip.dll
  328. 0x71f30000 - 0x71f36000 C:\windows\system32\rasadhlp.dll
  329. 0x71f40000 - 0x71f78000 C:\windows\System32\fwpuclnt.dll
  330. 0x67c90000 - 0x67c96000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
  331. 0x675f0000 - 0x675f7000 C:\windows\system32\atiglpxx.dll
  332. 0x53920000 - 0x54c45000 C:\windows\system32\atioglxx.dll
  333. 0x67580000 - 0x675e2000 C:\windows\system32\atiadlxy.dll
  334. 0x72b80000 - 0x72b8d000 C:\windows\system32\WTSAPI32.dll
  335. 0x75230000 - 0x7525d000 C:\windows\syswow64\WINTRUST.dll
  336. 0x74c50000 - 0x74d6e000 C:\windows\syswow64\CRYPT32.dll
  337. 0x77170000 - 0x7717c000 C:\windows\syswow64\MSASN1.dll
  338. 0x67560000 - 0x6756b000 C:\windows\system32\atigktxx.dll
  339. 0x68160000 - 0x68180000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
  340. 0x69660000 - 0x69669000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
  341. 0x62e70000 - 0x62f99000 C:\Users\Family\AppData\Roaming\ftblauncher\MindCrack\minecraft\bin\natives\OpenAL32.dll
  342. 0x73850000 - 0x738c2000 C:\windows\system32\dsound.dll
  343. 0x70f40000 - 0x70f65000 C:\windows\system32\POWRPROF.dll
  344. 0x751a0000 - 0x75223000 C:\windows\syswow64\CLBCatQ.DLL
  345. 0x737e0000 - 0x73819000 C:\windows\System32\MMDevApi.dll
  346. 0x742b0000 - 0x743a5000 C:\windows\System32\PROPSYS.dll
  347. 0x73500000 - 0x73530000 C:\windows\system32\wdmaud.drv
  348. 0x73a00000 - 0x73a04000 C:\windows\system32\ksuser.dll
  349. 0x739f0000 - 0x739f7000 C:\windows\system32\AVRT.dll
  350. 0x6e580000 - 0x6e5b6000 C:\windows\system32\AUDIOSES.DLL
  351. 0x734f0000 - 0x734f8000 C:\windows\system32\msacm32.drv
  352. 0x70ae0000 - 0x70af4000 C:\windows\system32\MSACM32.dll
  353. 0x711d0000 - 0x711d7000 C:\windows\system32\midimap.dll
  354. 0x72f10000 - 0x72ffb000 C:\windows\system32\dbghelp.dll
  355.  
  356. VM Arguments:
  357. jvm_args: -Xms256M -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts
  358. java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\Family\AppData\Roaming\ftblauncher/MindCrack/minecraft C:\Users\Jeff\AppData\Roaming/ftblauncher/ModPacks\MindCrack\FTB_temp.gif MinecraftForge.zip colin2496 6059405578072880963 MindCrack Pack v7 C:\Users\Jeff\AppData\Roaming/ftblauncher/ModPacks\MindCrack\logo_minecrack.png
  359. Launcher Type: SUN_STANDARD
  360.  
  361. Environment Variables:
  362. CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
  363. PATH=C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;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)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Java\jre7\bin
  364. USERNAME=Jeff
  365. OS=Windows_NT
  366. PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 5 Stepping 3, AuthenticAMD
  367.  
  368.  
  369.  
  370. --------------- S Y S T E M ---------------
  371.  
  372. OS: Windows 7 , 64 bit Build 7601 Service Pack 1
  373.  
  374. CPU:total 4 (4 cores per cpu, 1 threads per core) family 16 model 5 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv
  375.  
  376. Memory: 4k page, physical 6027316k(3427936k free), swap 12052780k(8788884k free)
  377.  
  378. vm_info: Java HotSpot(TM) Client VM (23.6-b04) for windows-x86 JRE (1.7.0_11-b21), built on Jan 12 2013 02:19:22 by "java_re" with unknown MS VC++:1600
  379.  
  380. time: Sun Jan 13 20:30:53 2013
  381. elapsed time: 47 seconds
Advertisement
Add Comment
Please, Sign In to add comment