Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.17 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=0x02070eb3, pid=8444, tid=8616
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
  7. # Java VM: Java HotSpot(TM) Client VM (24.51-b03 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # j cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(Ljava/io/File;Lcpw/mods/fml/relauncher/RelaunchClassLoader;)V+80
  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. #
  16.  
  17. --------------- T H R E A D ---------------
  18.  
  19. Current thread (0x00f24c00): JavaThread "main" [_thread_in_Java, id=8616, stack(0x00ea0000,0x00ef0000)]
  20.  
  21. siginfo: ExceptionCode=0xc0000005, writing address 0xbf59e15f
  22.  
  23. Registers:
  24. EAX=0x00000001, EBX=0x000000be, ECX=0x00eef814, EDX=0x449d5e58
  25. ESP=0x00eef818, EBP=0x00eef834, ESI=0x44841c05, EDI=0x00eef89c
  26. EIP=0x02070eb3, EFLAGS=0x00010202
  27.  
  28. Top of Stack: (sp=0x00eef818)
  29. 0x00eef818: 44841bf8 00eef898 44843ef8 00000000
  30. 0x00eef828: 44842a88 00000000 00eef894 00eef8bc
  31. 0x00eef838: 02063207 00000000 00000000 00000000
  32. 0x00eef848: 00000000 00000000 00000000 00000000
  33. 0x00eef858: 00000000 00000000 00000000 00000000
  34. 0x00eef868: 00000000 00000000 0694b938 00000001
  35. 0x00eef878: 00000001 00000000 069551a8 059be4b8
  36. 0x00eef888: 00000001 00000002 059be430 059a9888
  37.  
  38. Instructions: (pc=0x02070eb3)
  39. 0x02070e93: 00 e4 d4 e0 59 be 00 00 00 00 00 00 00 58 8b 40
  40. 0x02070ea3: 08 0f b6 5e 01 46 ff 24 9d 18 a5 ea 59 20 00 00
  41. 0x02070eb3: 00 a8 5e e1 59 bf 00 00 00 00 00 00 00 58 3b 00
  42. 0x02070ec3: e9 85 7e ff ff 00 00 00 00 00 00 00 00 00 01 00
  43.  
  44.  
  45. Register to memory mapping:
  46.  
  47. EAX=0x00000001 is an unknown value
  48. EBX=0x000000be is an unknown value
  49. ECX=0x00eef814 is pointing into the stack for thread: 0x00f24c00
  50. EDX=0x449d5e58 is pointing into object: 0x449d5e30
  51. [S
  52. - klass: {type array short}
  53. - length: 34
  54. ESP=0x00eef818 is pointing into the stack for thread: 0x00f24c00
  55. EBP=0x00eef834 is pointing into the stack for thread: 0x00f24c00
  56. ESI=0x44841c05 is pointing into object: 0x44841b78
  57. {constMethod}
  58. - klass: {other class}
  59. - constants: 0x448407c0 constant pool [765] for 'cpw/mods/fml/relauncher/RelaunchLibraryManager' cache=0x44843ef8
  60. - stackmap data: [B
  61. bci_from(44841C05) = 93; print_codes():
  62. EDI=0x00eef89c is pointing into the stack for thread: 0x00f24c00
  63.  
  64.  
  65. Stack: [0x00ea0000,0x00ef0000], sp=0x00eef818, free space=318k
  66. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  67. j cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(Ljava/io/File;Lcpw/mods/fml/relauncher/RelaunchClassLoader;)V+80
  68. j cpw.mods.fml.relauncher.FMLRelauncher.setupHome(Ljava/io/File;)V+63
  69. j cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(Ljava/applet/Applet;)V+132
  70. j cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(Ljava/applet/Applet;)V+14
  71. j net.minecraft.client.MinecraftApplet.init()V+1
  72. j net.minecraft.Launcher.init()V+11
  73. j net.ftb.mclauncher.MinecraftFrame.start(Ljava/applet/Applet;Ljava/lang/String;Ljava/lang/String;)V+248
  74. j net.ftb.mclauncher.MinecraftLauncher.main([Ljava/lang/String;)V+776
  75. v ~StubRoutines::call_stub
  76. V [jvm.dll+0x13f35a]
  77. V [jvm.dll+0x202c6e]
  78. V [jvm.dll+0x13f3dd]
  79. V [jvm.dll+0xc9945]
  80. V [jvm.dll+0xd45e7]
  81. C [javaw.exe+0x2070]
  82. C [javaw.exe+0xa5b1]
  83. C [javaw.exe+0xa63b]
  84. C [kernel32.dll+0x4ed5c]
  85. C [ntdll.dll+0x637eb]
  86. C [ntdll.dll+0x637be]
  87.  
  88.  
  89. --------------- P R O C E S S ---------------
  90.  
  91. Java Threads: ( => current thread )
  92. 0x504fbc00 JavaThread "Thread-4" [_thread_blocked, id=1196, stack(0x51a10000,0x51a60000)]
  93. 0x5050d400 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=8552, stack(0x50950000,0x509a0000)]
  94. 0x504b3800 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=6804, stack(0x4e690000,0x4e6e0000)]
  95. 0x504b3400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=8528, stack(0x4e8e0000,0x4e930000)]
  96. 0x4e5f3800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=8180, stack(0x4e210000,0x4e260000)]
  97. 0x4e5f2c00 JavaThread "AWT-Shutdown" [_thread_blocked, id=9060, stack(0x4ec00000,0x4ec50000)]
  98. 0x4e5ff000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=9968, stack(0x4ebb0000,0x4ec00000)]
  99. 0x4e4ac800 JavaThread "Service Thread" daemon [_thread_blocked, id=9728, stack(0x00e00000,0x00e50000)]
  100. 0x4e49d000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=8572, stack(0x4e840000,0x4e890000)]
  101. 0x4e49bc00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1888, stack(0x4e7a0000,0x4e7f0000)]
  102. 0x4e498c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1392, stack(0x01020000,0x01070000)]
  103. 0x0101ec00 JavaThread "Finalizer" daemon [_thread_blocked, id=7708, stack(0x4e710000,0x4e760000)]
  104. 0x01019c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=8576, stack(0x00800000,0x00850000)]
  105. =>0x00f24c00 JavaThread "main" [_thread_in_Java, id=8616, stack(0x00ea0000,0x00ef0000)]
  106.  
  107. Other Threads:
  108. 0x01018400 VMThread [stack: 0x00a60000,0x00ab0000] [id=7620]
  109. 0x4e4ae400 WatcherThread [stack: 0x4e930000,0x4e980000] [id=9204]
  110.  
  111. VM state:not at safepoint (normal execution)
  112.  
  113. VM Mutex/Monitor currently owned by a thread: None
  114.  
  115. Heap
  116. def new generation total 78656K, used 43142K [0x04060000, 0x095b0000, 0x195b0000)
  117. eden space 69952K, 61% used [0x04060000, 0x06a81bd8, 0x084b0000)
  118. from space 8704K, 0% used [0x084b0000, 0x084b0000, 0x08d30000)
  119. to space 8704K, 0% used [0x08d30000, 0x08d30000, 0x095b0000)
  120. tenured generation total 174784K, used 0K [0x195b0000, 0x24060000, 0x44060000)
  121. the space 174784K, 0% used [0x195b0000, 0x195b0000, 0x195b0200, 0x24060000)
  122. compacting perm gen total 131072K, used 9713K [0x44060000, 0x4c060000, 0x4c060000)
  123. the space 131072K, 7% used [0x44060000, 0x449dc478, 0x449dc600, 0x4c060000)
  124. No shared spaces configured.
  125.  
  126. Card table byte_map: [0x4de60000,0x4e0b0000] byte_map_base: 0x4de3fd00
  127.  
  128. Polling page: 0x00630000
  129.  
  130. Code Cache [0x02060000, 0x02180000, 0x04060000)
  131. total_blobs=568 nmethods=321 adapters=184 free_code_cache=31635Kb largest_free_block=32393856
  132.  
  133. Compilation events (10 events):
  134. Event: 10.923 Thread 0x4e49d000 321 java.lang.String::indexOf (25 bytes)
  135. Event: 10.923 Thread 0x4e49d000 nmethod 321 0x02179b08 code [0x02179c10, 0x02179cdc]
  136. Event: 10.926 Thread 0x4e49d000 322 java.lang.String::indexOf (7 bytes)
  137. Event: 10.926 Thread 0x4e49d000 nmethod 322 0x02179dc8 code [0x02179ed0, 0x02179f9c]
  138. Event: 10.927 Thread 0x4e49d000 323 java.util.ArrayList::access$100 (5 bytes)
  139. Event: 10.927 Thread 0x4e49d000 nmethod 323 0x0217a0c8 code [0x0217a1c0, 0x0217a230]
  140. Event: 10.930 Thread 0x4e49d000 324 java.security.AccessControlContext::optimize (319 bytes)
  141. Event: 10.931 Thread 0x4e49d000 nmethod 324 0x0217a288 code [0x0217a400, 0x0217aa08]
  142. Event: 11.156 Thread 0x4e49d000 325 sun.misc.BASE64Decoder::bytesPerAtom (2 bytes)
  143. Event: 11.156 Thread 0x4e49d000 nmethod 325 0x0217b3c8 code [0x0217b4c0, 0x0217b540]
  144.  
  145. GC Heap History (0 events):
  146. No events
  147.  
  148. Deoptimization events (0 events):
  149. No events
  150.  
  151. Internal exceptions (10 events):
  152. Event: 10.928 Thread 0x00f24c00 Threw 0x06908070 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  153. Event: 11.150 Thread 0x00f24c00 Threw 0x06941138 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  154. Event: 11.151 Thread 0x00f24c00 Threw 0x06941cb8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  155. Event: 11.151 Thread 0x00f24c00 Threw 0x069433b8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  156. Event: 11.151 Thread 0x00f24c00 Threw 0x06943fb0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  157. Event: 11.151 Thread 0x00f24c00 Threw 0x06945ec8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  158. Event: 11.152 Thread 0x00f24c00 Threw 0x06949288 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  159. Event: 11.153 Thread 0x00f24c00 Threw 0x0694bfc8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  160. Event: 11.153 Thread 0x00f24c00 Threw 0x0694f1c0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  161. Event: 11.154 Thread 0x00f24c00 Threw 0x06952000 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  162.  
  163. Events (10 events):
  164. Event: 11.153 loading class 0x50525798
  165. Event: 11.153 loading class 0x50525798 done
  166. Event: 11.153 loading class 0x50525798
  167. Event: 11.153 loading class 0x50525798 done
  168. Event: 11.153 loading class 0x5052bc78
  169. Event: 11.153 loading class 0x5052bc78 done
  170. Event: 11.154 loading class 0x4e5ec8b8
  171. Event: 11.154 loading class 0x4e5ec8b8 done
  172. Event: 11.154 loading class 0x4e5ec8b8
  173. Event: 11.154 loading class 0x4e5ec8b8 done
  174.  
  175.  
  176. Dynamic libraries:
  177. 0x010e0000 - 0x0110f000 C:\Program Files\Java\jre7\bin\javaw.exe
  178. 0x77360000 - 0x7749c000 C:\Windows\SYSTEM32\ntdll.dll
  179. 0x76dc0000 - 0x76e94000 C:\Windows\system32\kernel32.dll
  180. 0x75420000 - 0x7546b000 C:\Windows\system32\KERNELBASE.dll
  181. 0x774e0000 - 0x77580000 C:\Windows\system32\ADVAPI32.dll
  182. 0x76cf0000 - 0x76d9c000 C:\Windows\system32\msvcrt.dll
  183. 0x75730000 - 0x75749000 C:\Windows\SYSTEM32\sechost.dll
  184. 0x771d0000 - 0x77272000 C:\Windows\system32\RPCRT4.dll
  185. 0x76860000 - 0x76929000 C:\Windows\system32\USER32.dll
  186. 0x763a0000 - 0x763ee000 C:\Windows\system32\GDI32.dll
  187. 0x774d0000 - 0x774da000 C:\Windows\system32\LPK.dll
  188. 0x77130000 - 0x771cd000 C:\Windows\system32\USP10.dll
  189. 0x742b0000 - 0x7444e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
  190. 0x76930000 - 0x76987000 C:\Windows\system32\SHLWAPI.dll
  191. 0x75310000 - 0x7535c000 C:\Windows\system32\apphelp.dll
  192. 0x6ffc0000 - 0x7004d000 C:\Windows\AppPatch\AcLayers.DLL
  193. 0x752e0000 - 0x752fb000 C:\Windows\system32\SspiCli.dll
  194. 0x75750000 - 0x7639a000 C:\Windows\system32\SHELL32.dll
  195. 0x76fd0000 - 0x7712c000 C:\Windows\system32\ole32.dll
  196. 0x77280000 - 0x7730f000 C:\Windows\system32\OLEAUT32.dll
  197. 0x749c0000 - 0x749d7000 C:\Windows\system32\USERENV.dll
  198. 0x753a0000 - 0x753ab000 C:\Windows\system32\profapi.dll
  199. 0x748f0000 - 0x74941000 C:\Windows\system32\WINSPOOL.DRV
  200. 0x6ffa0000 - 0x6ffb2000 C:\Windows\system32\MPR.dll
  201. 0x76da0000 - 0x76dbf000 C:\Windows\system32\IMM32.DLL
  202. 0x76760000 - 0x7682c000 C:\Windows\system32\MSCTF.dll
  203. 0x74950000 - 0x74959000 C:\Windows\system32\VERSION.dll
  204. 0x752a0000 - 0x752a8000 C:\Windows\system32\secur32.dll
  205. 0x75590000 - 0x756b0000 C:\Windows\system32\crypt32.dll
  206. 0x75410000 - 0x7541c000 C:\Windows\system32\MSASN1.dll
  207. 0x76990000 - 0x76b48000 C:\Windows\system32\wininet.dll
  208. 0x754a0000 - 0x754a4000 C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
  209. 0x774a0000 - 0x774a5000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
  210. 0x75580000 - 0x75584000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
  211. 0x754b0000 - 0x754b4000 C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
  212. 0x754c0000 - 0x754c3000 C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
  213. 0x77580000 - 0x77583000 C:\Windows\system32\normaliz.DLL
  214. 0x76560000 - 0x76758000 C:\Windows\system32\iertutil.dll
  215. 0x69170000 - 0x69173000 C:\Windows\system32\sfc.dll
  216. 0x69160000 - 0x6916d000 C:\Windows\system32\sfc_os.DLL
  217. 0x74ca0000 - 0x74ce4000 C:\Windows\system32\dnsapi.dll
  218. 0x756f0000 - 0x75725000 C:\Windows\system32\WS2_32.dll
  219. 0x774c0000 - 0x774c6000 C:\Windows\system32\NSI.dll
  220. 0x76ea0000 - 0x76fc1000 C:\Windows\system32\Urlmon.dll
  221. 0x756b0000 - 0x756b4000 C:\Windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll
  222. 0x72c60000 - 0x72c71000 C:\Windows\system32\Netapi32.dll
  223. 0x72c50000 - 0x72c59000 C:\Windows\system32\netutils.dll
  224. 0x75260000 - 0x75279000 C:\Windows\system32\srvcli.dll
  225. 0x72c40000 - 0x72c4f000 C:\Windows\system32\wkscli.dll
  226. 0x72c30000 - 0x72c3f000 C:\Windows\system32\SAMCLI.DLL
  227. 0x74710000 - 0x74731000 C:\Windows\system32\ntmarta.dll
  228. 0x77310000 - 0x77355000 C:\Windows\system32\WLDAP32.dll
  229. 0x74780000 - 0x747c0000 C:\Windows\system32\uxtheme.dll
  230. 0x73a30000 - 0x73a43000 C:\Windows\system32\dwmapi.dll
  231. 0x61d30000 - 0x61def000 C:\Program Files\Java\jre7\bin\msvcr100.dll
  232. 0x59b70000 - 0x59ef0000 C:\Program Files\Java\jre7\bin\client\jvm.dll
  233. 0x66070000 - 0x66077000 C:\Windows\system32\WSOCK32.dll
  234. 0x73860000 - 0x73892000 C:\Windows\system32\WINMM.dll
  235. 0x774b0000 - 0x774b5000 C:\Windows\system32\PSAPI.DLL
  236. 0x72390000 - 0x7239c000 C:\Program Files\Java\jre7\bin\verify.dll
  237. 0x72370000 - 0x72390000 C:\Program Files\Java\jre7\bin\java.dll
  238. 0x710c0000 - 0x710d3000 C:\Program Files\Java\jre7\bin\zip.dll
  239. 0x70240000 - 0x70254000 C:\Program Files\Java\jre7\bin\net.dll
  240. 0x74de0000 - 0x74e1c000 C:\Windows\system32\mswsock.dll
  241. 0x74dd0000 - 0x74dd6000 C:\Windows\System32\wship6.dll
  242. 0x71e70000 - 0x71e7f000 C:\Program Files\Java\jre7\bin\nio.dll
  243. 0x60e90000 - 0x60fd3000 C:\Program Files\Java\jre7\bin\awt.dll
  244. 0x75360000 - 0x7536c000 C:\Windows\system32\CRYPTBASE.dll
  245. 0x68e90000 - 0x69053000 C:\Windows\system32\d3d9.dll
  246. 0x691f0000 - 0x691f6000 C:\Windows\system32\d3d8thk.dll
  247. 0x540f0000 - 0x54d49000 C:\Windows\system32\nvd3dum.dll
  248. 0x73f00000 - 0x73f25000 C:\Windows\system32\powrprof.dll
  249. 0x76b50000 - 0x76ced000 C:\Windows\system32\SETUPAPI.dll
  250. 0x75470000 - 0x75497000 C:\Windows\system32\CFGMGR32.dll
  251. 0x754d0000 - 0x754e2000 C:\Windows\system32\DEVOBJ.dll
  252. 0x71d40000 - 0x71e6c000 C:\Program Files\NVIDIA Corporation\3D Vision\nvSCPAPI.dll
  253. 0x62810000 - 0x62849000 C:\Program Files\Java\jre7\bin\fontmanager.dll
  254. 0x65840000 - 0x65870000 C:\Program Files\Java\jre7\bin\t2k.dll
  255. 0x655e0000 - 0x65604000 C:\Program Files\Java\jre7\bin\dcpr.dll
  256. 0x68910000 - 0x689fb000 C:\Windows\system32\dbghelp.dll
  257.  
  258. VM Arguments:
  259. jvm_args: -Xms256M -Xmx1023M -XX:PermSize=128m -Djava.net.preferIPv4Stack=true
  260. java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\paul\Desktop/MindCrack/minecraft C:\Users\paul\AppData\Roaming/ftblauncher/ModPacks\MindCrack\FTB_temp.gif MinecraftForge.zip WakingdDisaster a3e1735ce45048a3bcf9b51491daebdf MindCrack Pack v8.3.2 C:\Users\paul\AppData\Roaming/ftblauncher/ModPacks\MindCrack\logo_minecrack.png
  261. Launcher Type: SUN_STANDARD
  262.  
  263. Environment Variables:
  264. CLASSPATH=.;C:\Program Files\Java\jre7\lib\ext\QTJava.zip
  265. PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Calibre2\;C:\Program Files\Windows Live\Shared;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jre7\bin
  266. USERNAME=paul
  267. OS=Windows_NT
  268. PROCESSOR_IDENTIFIER=x86 Family 15 Model 95 Stepping 3, AuthenticAMD
  269.  
  270.  
  271.  
  272. --------------- S Y S T E M ---------------
  273.  
  274. OS: Windows 7 Build 7601 Service Pack 1
  275.  
  276. CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 95 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref, tsc
  277.  
  278. Memory: 4k page, physical 1048056k(176320k free), swap 3177756k(1239304k free)
  279.  
  280. vm_info: Java HotSpot(TM) Client VM (24.51-b03) for windows-x86 JRE (1.7.0_51-b13), built on Dec 18 2013 19:09:58 by "java_re" with unknown MS VC++:1600
  281.  
  282. time: Sun Mar 02 12:16:36 2014
  283. elapsed time: 11 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement