Guest User

Untitled

a guest
Feb 22nd, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.31 KB | None | 0 0
  1. #
  2.  
  3. # A fatal error has been detected by the Java Runtime Environment:
  4.  
  5. #
  6.  
  7. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4be61fa6, pid=5980, tid=6000
  8.  
  9. #
  10.  
  11. # JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
  12.  
  13. # Java VM: Java HotSpot(TM) Client VM (24.51-b03 mixed mode windows-x86 )
  14.  
  15. # Problematic frame:
  16.  
  17. # C [ig4icd32.dll+0x31fa6]
  18.  
  19. #
  20.  
  21. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  22.  
  23. #
  24.  
  25. # If you would like to submit a bug report, please visit:
  26.  
  27. # http://bugreport.sun.com/bugreport/crash.jsp
  28.  
  29. # The crash happened outside the Java Virtual Machine in native code.
  30.  
  31. # See problematic frame for where to report the bug.
  32.  
  33. #
  34.  
  35.  
  36.  
  37. --------------- T H R E A D ---------------
  38.  
  39.  
  40.  
  41. Current thread (0x0035d800): JavaThread "Minecraft main thread" [_thread_in_native, id=6000, stack(0x018e0000,0x01930000)]
  42.  
  43.  
  44.  
  45. siginfo: ExceptionCode=0xc0000005, writing address 0x00000140
  46.  
  47.  
  48.  
  49. Registers:
  50.  
  51. EAX=0x00000000, EBX=0xa101014d, ECX=0x00290948, EDX=0x0029acf0
  52.  
  53. ESP=0x0192f254, EBP=0x00276070, ESI=0x4c410068, EDI=0x00275cd8
  54.  
  55. EIP=0x4be61fa6, EFLAGS=0x00010206
  56.  
  57.  
  58.  
  59. Top of Stack: (sp=0x0192f254)
  60.  
  61. 0x0192f254: 0027e020 00275cd8 4c410068 4c4cb918
  62.  
  63. 0x0192f264: 0192f808 4c2dba68 00000000 4c095491
  64.  
  65. 0x0192f274: 00000001 0027df80 00000000 00000000
  66.  
  67. 0x0192f284: 0192f3bc 000403d8 00001770 771c4b5b
  68.  
  69. 0x0192f294: 001ed928 00000002 001ed828 00205478
  70.  
  71. 0x0192f2a4: 771a94f8 0192f2c4 771c4b5b 001ed6a8
  72.  
  73. 0x0192f2b4: 00000002 001ed728 002053a0 001ed788
  74.  
  75. 0x0192f2c4: 0192f2e0 771c4b5b 00000001 00000002
  76.  
  77.  
  78.  
  79. Instructions: (pc=0x4be61fa6)
  80.  
  81. 0x4be61f86: 89 96 f0 80 00 00 8b 8d 38 01 00 00 50 51 ba 40
  82.  
  83. 0x4be61f96: 8d 00 00 8b ce e8 f0 98 00 00 8b 86 fc 80 00 00
  84.  
  85. 0x4be61fa6: 83 80 40 01 00 00 ff 75 13 8b 88 3c 01 00 00 85
  86.  
  87. 0x4be61fb6: c9 74 09 8b 11 50 8b 42 08 56 ff d0 c7 86 fc 80
  88.  
  89.  
  90.  
  91.  
  92.  
  93. Register to memory mapping:
  94.  
  95.  
  96.  
  97. EAX=0x00000000 is an unknown value
  98.  
  99. EBX=0xa101014d is an unknown value
  100.  
  101. ECX=0x00290948 is an unknown value
  102.  
  103. EDX=0x0029acf0 is an unknown value
  104.  
  105. ESP=0x0192f254 is pointing into the stack for thread: 0x0035d800
  106.  
  107. EBP=0x00276070 is an unknown value
  108.  
  109. ESI=0x4c410068 is an unknown value
  110.  
  111. EDI=0x00275cd8 is an unknown value
  112.  
  113.  
  114.  
  115.  
  116.  
  117. Stack: [0x018e0000,0x01930000], sp=0x0192f254, free space=316k
  118.  
  119. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  120.  
  121. C [ig4icd32.dll+0x31fa6]
  122.  
  123.  
  124.  
  125. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  126.  
  127. j org.lwjgl.opengl.WindowsContextImplementation.nMakeCurrent(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)V+0
  128.  
  129. j org.lwjgl.opengl.WindowsContextImplementation.makeCurrent(Lorg/lwjgl/opengl/PeerInfo;Ljava/nio/ByteBuffer;)V+7
  130.  
  131. j org.lwjgl.opengl.ContextGL.makeCurrent()V+46
  132.  
  133. j org.lwjgl.opengl.DrawableGL.makeCurrent()V+14
  134.  
  135. j org.lwjgl.opengl.Display.makeCurrent()V+3
  136.  
  137. j org.lwjgl.opengl.Display.makeCurrentAndSetSwapInterval()V+0
  138.  
  139. j org.lwjgl.opengl.Display.setDisplayMode(Lorg/lwjgl/opengl/DisplayMode;)V+70
  140.  
  141. j net.minecraft.client.Minecraft.func_110441_Q()V+222
  142.  
  143. j net.minecraft.client.Minecraft.func_71352_k()V+24
  144.  
  145. j net.minecraft.client.Minecraft.func_71384_a()V+1070
  146.  
  147. j net.minecraft.client.Minecraft.func_99999_d()V+6
  148.  
  149. j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+768
  150.  
  151. v ~StubRoutines::call_stub
  152.  
  153. j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
  154.  
  155. j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
  156.  
  157. j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
  158.  
  159. j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
  160.  
  161. j net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+657
  162.  
  163. j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
  164.  
  165. v ~StubRoutines::call_stub
  166.  
  167.  
  168.  
  169. --------------- P R O C E S S ---------------
  170.  
  171.  
  172.  
  173. Java Threads: ( => current thread )
  174.  
  175. 0x4a173000 JavaThread "Thread-20" [_thread_blocked, id=2944, stack(0x4e9e0000,0x4ea30000)]
  176.  
  177. 0x4a172c00 JavaThread "Thread-19" [_thread_in_native, id=4232, stack(0x541b0000,0x54200000)]
  178.  
  179. 0x4a172400 JavaThread "Thread-18" [_thread_in_vm, id=3756, stack(0x54160000,0x541b0000)]
  180.  
  181. 0x4a171800 JavaThread "Thread-17" [_thread_blocked, id=2020, stack(0x54040000,0x54090000)]
  182.  
  183. 0x4a171000 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=5896, stack(0x54f90000,0x54fe0000)]
  184.  
  185. 0x4a170c00 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=5884, stack(0x55010000,0x55060000)]
  186.  
  187. 0x4a170400 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=5900, stack(0x54f00000,0x54f50000)]
  188.  
  189. 0x4a170000 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=5872, stack(0x54e70000,0x54ec0000)]
  190.  
  191. 0x4a16f800 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=5904, stack(0x53ee0000,0x53f30000)]
  192.  
  193. 0x4a16f400 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=5888, stack(0x54de0000,0x54e30000)]
  194.  
  195. 0x4a16ec00 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=3008, stack(0x54cc0000,0x54d10000)]
  196.  
  197. 0x4a16e000 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=2144, stack(0x4c520000,0x4c570000)]
  198.  
  199. 0x4a16e400 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=1244, stack(0x53f90000,0x53fe0000)]
  200.  
  201. 0x4a16d800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=5216, stack(0x4bb30000,0x4bb80000)]
  202.  
  203. 0x4a16c800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5132, stack(0x4bc40000,0x4bc90000)]
  204.  
  205. 0x4a16cc00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6096, stack(0x4aff0000,0x4b040000)]
  206.  
  207. 0x4a16c000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6088, stack(0x49cc0000,0x49d10000)]
  208.  
  209. 0x4a16b800 JavaThread "Thread-1" daemon [_thread_blocked, id=6084, stack(0x4a4c0000,0x4a510000)]
  210.  
  211. 0x49b0e400 JavaThread "Service Thread" daemon [_thread_blocked, id=5972, stack(0x49ee0000,0x49f30000)]
  212.  
  213. 0x49ae6400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=6064, stack(0x49f60000,0x49fb0000)]
  214.  
  215. 0x49ae5000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6060, stack(0x49fe0000,0x4a030000)]
  216.  
  217. 0x49b0dc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6040, stack(0x49d70000,0x49dc0000)]
  218.  
  219. 0x49ad6c00 JavaThread "Finalizer" daemon [_thread_blocked, id=6028, stack(0x01870000,0x018c0000)]
  220.  
  221. 0x49ad1c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=6016, stack(0x49d10000,0x49d60000)]
  222.  
  223. =>0x0035d800 JavaThread "Minecraft main thread" [_thread_in_native, id=6000, stack(0x018e0000,0x01930000)]
  224.  
  225.  
  226.  
  227. Other Threads:
  228.  
  229. 0x49ad0400 VMThread [stack: 0x49e30000,0x49e80000] [id=6008]
  230.  
  231. 0x49b27c00 WatcherThread [stack: 0x4a070000,0x4a0c0000] [id=5968]
  232.  
  233.  
  234.  
  235. VM state:not at safepoint (normal execution)
  236.  
  237.  
  238.  
  239. VM Mutex/Monitor currently owned by a thread: None
  240.  
  241.  
  242.  
  243. Heap
  244.  
  245. def new generation total 147520K, used 9560K [0x03930000, 0x0d940000, 0x18e80000)
  246.  
  247. eden space 131136K, 5% used [0x03930000, 0x03fcd688, 0x0b940000)
  248.  
  249. from space 16384K, 17% used [0x0b940000, 0x0bbf8b28, 0x0c940000)
  250.  
  251. to space 16384K, 0% used [0x0c940000, 0x0c940000, 0x0d940000)
  252.  
  253. tenured generation total 327736K, used 223592K [0x18e80000, 0x2ce8e000, 0x43930000)
  254.  
  255. the space 327736K, 68% used [0x18e80000, 0x268da2e0, 0x268da400, 0x2ce8e000)
  256.  
  257. compacting perm gen total 40448K, used 40386K [0x43930000, 0x460b0000, 0x47930000)
  258.  
  259. the space 40448K, 99% used [0x43930000, 0x460a0b70, 0x460a0c00, 0x460b0000)
  260.  
  261. No shared spaces configured.
  262.  
  263.  
  264.  
  265. Card table byte_map: [0x49730000,0x49960000] byte_map_base: 0x49713680
  266.  
  267.  
  268.  
  269. Polling page: 0x00170000
  270.  
  271.  
  272.  
  273. Code Cache [0x01930000, 0x01f68000, 0x03930000)
  274.  
  275. total_blobs=3802 nmethods=3420 adapters=318 free_code_cache=26412Kb largest_free_block=27042368
  276.  
  277.  
  278.  
  279. Compilation events (10 events):
  280.  
  281. Event: 36.448 Thread 0x49ae6400 3490 ! net.minecraft.client.resources.data.BaseMetadataSectionSerializer::func_110485_a (272 bytes)
  282.  
  283. Event: 36.450 Thread 0x49ae6400 nmethod 3490 0x01f60048 code [0x01f603b0, 0x01f6125c]
  284.  
  285. Event: 37.335 Thread 0x49ae6400 3491 codechicken.microblock.handler.MicroblockProxy_clientImpl::_renderBlocks (5 bytes)
  286.  
  287. Event: 37.335 Thread 0x49ae6400 nmethod 3491 0x01f62448 code [0x01f62540, 0x01f625c0]
  288.  
  289. Event: 37.354 Thread 0x49ae6400 3492 java.security.AccessControlContext::optimize (319 bytes)
  290.  
  291. Event: 37.355 Thread 0x49ae6400 nmethod 3492 0x01f62608 code [0x01f62780, 0x01f62da0]
  292.  
  293. Event: 37.355 Thread 0x49ae6400 3493 ! net.minecraft.client.gui.FontRenderer::func_111272_d (287 bytes)
  294.  
  295. Event: 37.356 Thread 0x49ae6400 nmethod 3493 0x01f63408 code [0x01f635a0, 0x01f63aac]
  296.  
  297. Event: 37.379 Thread 0x49ae6400 3494 ! cofh.render.CoFHFontRender::func_111272_d (257 bytes)
  298.  
  299. Event: 37.380 Thread 0x49ae6400 nmethod 3494 0x01f64748 code [0x01f648d0, 0x01f64d90]
  300.  
  301.  
  302.  
  303. GC Heap History (10 events):
  304.  
  305. Event: 35.300 GC heap before
  306.  
  307. {Heap before GC invocations=134 (full 13):
  308.  
  309. def new generation total 147520K, used 138189K [0x03930000, 0x0d940000, 0x18e80000)
  310.  
  311. eden space 131136K, 100% used [0x03930000, 0x0b940000, 0x0b940000)
  312.  
  313. from space 16384K, 43% used [0x0c940000, 0x0d023560, 0x0d940000)
  314.  
  315. to space 16384K, 0% used [0x0b940000, 0x0b940000, 0x0c940000)
  316.  
  317. tenured generation total 327736K, used 204111K [0x18e80000, 0x2ce8e000, 0x43930000)
  318.  
  319. the space 327736K, 62% used [0x18e80000, 0x255d3db8, 0x255d3e00, 0x2ce8e000)
  320.  
  321. compacting perm gen total 40192K, used 40047K [0x43930000, 0x46070000, 0x47930000)
  322.  
  323. the space 40192K, 99% used [0x43930000, 0x4604bc50, 0x4604be00, 0x46070000)
  324.  
  325. No shared spaces configured.
  326.  
  327. Event: 35.327 GC heap after
  328.  
  329. Heap after GC invocations=135 (full 13):
  330.  
  331. def new generation total 147520K, used 12528K [0x03930000, 0x0d940000, 0x18e80000)
  332.  
  333. eden space 131136K, 0% used [0x03930000, 0x03930000, 0x0b940000)
  334.  
  335. from space 16384K, 76% used [0x0b940000, 0x0c57c090, 0x0c940000)
  336.  
  337. to space 16384K, 0% used [0x0c940000, 0x0c940000, 0x0d940000)
  338.  
  339. tenured generation total 327736K, used 204111K [0x18e80000, 0x2ce8e000, 0x43930000)
  340.  
  341. the space 327736K, 62% used [0x18e80000, 0x255d3db8, 0x255d3e00, 0x2ce8e000)
  342.  
  343. compacting perm gen total 40192K, used 40047K [0x43930000, 0x46070000, 0x47930000)
  344.  
  345. the space 40192K, 99% used [0x43930000, 0x4604bc50, 0x4604be00, 0x46070000)
  346.  
  347. No shared spaces configured.
  348.  
  349. }
  350.  
  351. Event: 35.857 GC heap before
  352.  
  353. {Heap before GC invocations=135 (full 13):
  354.  
  355. def new generation total 147520K, used 143664K [0x03930000, 0x0d940000, 0x18e80000)
  356.  
  357. eden space 131136K, 100% used [0x03930000, 0x0b940000, 0x0b940000)
  358.  
  359. from space 16384K, 76% used [0x0b940000, 0x0c57c090, 0x0c940000)
  360.  
  361. to space 16384K, 0% used [0x0c940000, 0x0c940000, 0x0d940000)
  362.  
  363. tenured generation total 327736K, used 204111K [0x18e80000, 0x2ce8e000, 0x43930000)
  364.  
  365. the space 327736K, 62% used [0x18e80000, 0x255d3db8, 0x255d3e00, 0x2ce8e000)
  366.  
  367. compacting perm gen total 40192K, used 40099K [0x43930000, 0x46070000, 0x47930000)
  368.  
  369. the space 40192K, 99% used [0x43930000, 0x46058f08, 0x46059000, 0x46070000)
  370.  
  371. No shared spaces configured.
  372.  
  373. Event: 35.890 GC heap after
  374.  
  375. Heap after GC invocations=136 (full 13):
  376.  
  377. def new generation total 147520K, used 7797K [0x03930000, 0x0d940000, 0x18e80000)
  378.  
  379. eden space 131136K, 0% used [0x03930000, 0x03930000, 0x0b940000)
  380.  
  381. from space 16384K, 47% used [0x0c940000, 0x0d0dd538, 0x0d940000)
  382.  
  383. to space 16384K, 0% used [0x0b940000, 0x0b940000, 0x0c940000)
  384.  
  385. tenured generation total 327736K, used 209688K [0x18e80000, 0x2ce8e000, 0x43930000)
  386.  
  387. the space 327736K, 63% used [0x18e80000, 0x25b46288, 0x25b46400, 0x2ce8e000)
  388.  
  389. compacting perm gen total 40192K, used 40099K [0x43930000, 0x46070000, 0x47930000)
  390.  
  391. the space 40192K, 99% used [0x43930000, 0x46058f08, 0x46059000, 0x46070000)
  392.  
  393. No shared spaces configured.
  394.  
  395. }
  396.  
  397. Event: 36.491 GC heap before
  398.  
  399. {Heap before GC invocations=136 (full 13):
  400.  
  401. def new generation total 147520K, used 138933K [0x03930000, 0x0d940000, 0x18e80000)
  402.  
  403. eden space 131136K, 100% used [0x03930000, 0x0b940000, 0x0b940000)
  404.  
  405. from space 16384K, 47% used [0x0c940000, 0x0d0dd538, 0x0d940000)
  406.  
  407. to space 16384K, 0% used [0x0b940000, 0x0b940000, 0x0c940000)
  408.  
  409. tenured generation total 327736K, used 209688K [0x18e80000, 0x2ce8e000, 0x43930000)
  410.  
  411. the space 327736K, 63% used [0x18e80000, 0x25b46288, 0x25b46400, 0x2ce8e000)
  412.  
  413. compacting perm gen total 40192K, used 40099K [0x43930000, 0x46070000, 0x47930000)
  414.  
  415. the space 40192K, 99% used [0x43930000, 0x46058f18, 0x46059000, 0x46070000)
  416.  
  417. No shared spaces configured.
  418.  
  419. Event: 36.521 GC heap after
  420.  
  421. Heap after GC invocations=137 (full 13):
  422.  
  423. def new generation total 147520K, used 16384K [0x03930000, 0x0d940000, 0x18e80000)
  424.  
  425. eden space 131136K, 0% used [0x03930000, 0x03930000, 0x0b940000)
  426.  
  427. from space 16384K, 100% used [0x0b940000, 0x0c940000, 0x0c940000)
  428.  
  429. to space 16384K, 0% used [0x0c940000, 0x0c940000, 0x0d940000)
  430.  
  431. tenured generation total 327736K, used 209691K [0x18e80000, 0x2ce8e000, 0x43930000)
  432.  
  433. the space 327736K, 63% used [0x18e80000, 0x25b46dd0, 0x25b46e00, 0x2ce8e000)
  434.  
  435. compacting perm gen total 40192K, used 40099K [0x43930000, 0x46070000, 0x47930000)
  436.  
  437. the space 40192K, 99% used [0x43930000, 0x46058f18, 0x46059000, 0x46070000)
  438.  
  439. No shared spaces configured.
  440.  
  441. }
  442.  
  443. Event: 37.037 GC heap before
  444.  
  445. {Heap before GC invocations=137 (full 13):
  446.  
  447. def new generation total 147520K, used 147520K [0x03930000, 0x0d940000, 0x18e80000)
  448.  
  449. eden space 131136K, 100% used [0x03930000, 0x0b940000, 0x0b940000)
  450.  
  451. from space 16384K, 100% used [0x0b940000, 0x0c940000, 0x0c940000)
  452.  
  453. to space 16384K, 0% used [0x0c940000, 0x0c940000, 0x0d940000)
  454.  
  455. tenured generation total 327736K, used 209691K [0x18e80000, 0x2ce8e000, 0x43930000)
  456.  
  457. the space 327736K, 63% used [0x18e80000, 0x25b46dd0, 0x25b46e00, 0x2ce8e000)
  458.  
  459. compacting perm gen total 40192K, used 40099K [0x43930000, 0x46070000, 0x47930000)
  460.  
  461. the space 40192K, 99% used [0x43930000, 0x46058f18, 0x46059000, 0x46070000)
  462.  
  463. No shared spaces configured.
  464.  
  465. Event: 37.065 GC heap after
  466.  
  467. Heap after GC invocations=138 (full 13):
  468.  
  469. def new generation total 147520K, used 949K [0x03930000, 0x0d940000, 0x18e80000)
  470.  
  471. eden space 131136K, 0% used [0x03930000, 0x03930000, 0x0b940000)
  472.  
  473. from space 16384K, 5% used [0x0c940000, 0x0ca2d508, 0x0d940000)
  474.  
  475. to space 16384K, 0% used [0x0b940000, 0x0b940000, 0x0c940000)
  476.  
  477. tenured generation total 327736K, used 223592K [0x18e80000, 0x2ce8e000, 0x43930000)
  478.  
  479. the space 327736K, 68% used [0x18e80000, 0x268da2e0, 0x268da400, 0x2ce8e000)
  480.  
  481. compacting perm gen total 40192K, used 40099K [0x43930000, 0x46070000, 0x47930000)
  482.  
  483. the space 40192K, 99% used [0x43930000, 0x46058f18, 0x46059000, 0x46070000)
  484.  
  485. No shared spaces configured.
  486.  
  487. }
  488.  
  489. Event: 37.581 GC heap before
  490.  
  491. {Heap before GC invocations=138 (full 13):
  492.  
  493. def new generation total 147520K, used 132085K [0x03930000, 0x0d940000, 0x18e80000)
  494.  
  495. eden space 131136K, 100% used [0x03930000, 0x0b940000, 0x0b940000)
  496.  
  497. from space 16384K, 5% used [0x0c940000, 0x0ca2d508, 0x0d940000)
  498.  
  499. to space 16384K, 0% used [0x0b940000, 0x0b940000, 0x0c940000)
  500.  
  501. tenured generation total 327736K, used 223592K [0x18e80000, 0x2ce8e000, 0x43930000)
  502.  
  503. the space 327736K, 68% used [0x18e80000, 0x268da2e0, 0x268da400, 0x2ce8e000)
  504.  
  505. compacting perm gen total 40448K, used 40275K [0x43930000, 0x460b0000, 0x47930000)
  506.  
  507. the space 40448K, 99% used [0x43930000, 0x46084fd0, 0x46085000, 0x460b0000)
  508.  
  509. No shared spaces configured.
  510.  
  511. Event: 37.596 GC heap after
  512.  
  513. Heap after GC invocations=139 (full 13):
  514.  
  515. def new generation total 147520K, used 2786K [0x03930000, 0x0d940000, 0x18e80000)
  516.  
  517. eden space 131136K, 0% used [0x03930000, 0x03930000, 0x0b940000)
  518.  
  519. from space 16384K, 17% used [0x0b940000, 0x0bbf8b28, 0x0c940000)
  520.  
  521. to space 16384K, 0% used [0x0c940000, 0x0c940000, 0x0d940000)
  522.  
  523. tenured generation total 327736K, used 223592K [0x18e80000, 0x2ce8e000, 0x43930000)
  524.  
  525. the space 327736K, 68% used [0x18e80000, 0x268da2e0, 0x268da400, 0x2ce8e000)
  526.  
  527. compacting perm gen total 40448K, used 40275K [0x43930000, 0x460b0000, 0x47930000)
  528.  
  529. the space 40448K, 99% used [0x43930000, 0x46084fd0, 0x46085000, 0x460b0000)
  530.  
  531. No shared spaces configured.
  532.  
  533. }
  534.  
  535.  
  536.  
  537. Deoptimization events (0 events):
  538.  
  539. No events
  540.  
  541.  
  542.  
  543. Internal exceptions (10 events):
  544.  
  545. Event: 37.626 Thread 0x4a172400 Threw 0x03eabc90 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  546.  
  547. Event: 37.626 Thread 0x4a172400 Threw 0x03eac930 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  548.  
  549. Event: 37.626 Thread 0x4a172400 Threw 0x03ead340 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  550.  
  551. Event: 37.626 Thread 0x4a172400 Threw 0x03eadd10 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  552.  
  553. Event: 37.626 Thread 0x4a172400 Threw 0x03eaf0a0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  554.  
  555. Event: 37.626 Thread 0x4a172400 Threw 0x03eafab0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  556.  
  557. Event: 37.626 Thread 0x4a172400 Threw 0x03eb0480 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  558.  
  559. Event: 37.633 Thread 0x4a172400 Threw 0x03eb17e8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jni.cpp:717
  560.  
  561. Event: 37.633 Thread 0x4a172400 Threw 0x03eb2060 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jni.cpp:717
  562.  
  563. Event: 37.633 Thread 0x4a172400 Threw 0x03eb25c0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jni.cpp:717
  564.  
  565.  
  566.  
  567. Events (10 events):
  568.  
  569. Event: 37.619 loading class 0x4b644000 done
  570.  
  571. Event: 37.622 loading class 0x4b643ca0
  572.  
  573. Event: 37.622 loading class 0x4b643ca0 done
  574.  
  575. Event: 37.624 Thread 0x4a173000 Thread added: 0x4a173000
  576.  
  577. Event: 37.624 loading class 0x4b6554c8
  578.  
  579. Event: 37.624 loading class 0x4b6554c8 done
  580.  
  581. Event: 37.624 loading class 0x4b6554c8
  582.  
  583. Event: 37.624 loading class 0x4b6554c8 done
  584.  
  585. Event: 37.625 loading class 0x4b4c7e90
  586.  
  587. Event: 37.625 loading class 0x4b4c7e90 done
  588.  
  589.  
  590.  
  591.  
  592.  
  593. Dynamic libraries:
  594.  
  595. 0x00190000 - 0x001bf000 C:\Program Files\Java\jre7\bin\javaw.exe
  596.  
  597. 0x77160000 - 0x7729c000 C:\Windows\SYSTEM32\ntdll.dll
  598.  
  599. 0x75e30000 - 0x75f04000 C:\Windows\system32\kernel32.dll
  600.  
  601. 0x753a0000 - 0x753eb000 C:\Windows\system32\KERNELBASE.dll
  602.  
  603. 0x772f0000 - 0x77390000 C:\Windows\system32\ADVAPI32.dll
  604.  
  605. 0x76ce0000 - 0x76d8c000 C:\Windows\system32\msvcrt.dll
  606.  
  607. 0x75dc0000 - 0x75dd9000 C:\Windows\SYSTEM32\sechost.dll
  608.  
  609. 0x75830000 - 0x758d2000 C:\Windows\system32\RPCRT4.dll
  610.  
  611. 0x75ce0000 - 0x75da9000 C:\Windows\system32\USER32.dll
  612.  
  613. 0x757b0000 - 0x757fe000 C:\Windows\system32\GDI32.dll
  614.  
  615. 0x75700000 - 0x7570a000 C:\Windows\system32\LPK.dll
  616.  
  617. 0x758e0000 - 0x7597d000 C:\Windows\system32\USP10.dll
  618.  
  619. 0x73cf0000 - 0x73e8e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
  620.  
  621. 0x75c80000 - 0x75cd7000 C:\Windows\system32\SHLWAPI.dll
  622.  
  623. 0x76cc0000 - 0x76cdf000 C:\Windows\system32\IMM32.DLL
  624.  
  625. 0x75f10000 - 0x75fdc000 C:\Windows\system32\MSCTF.dll
  626.  
  627. 0x65460000 - 0x6551f000 C:\Program Files\Java\jre7\bin\msvcr100.dll
  628.  
  629. 0x63710000 - 0x63a90000 C:\Program Files\Java\jre7\bin\client\jvm.dll
  630.  
  631. 0x6f910000 - 0x6f917000 C:\Windows\system32\WSOCK32.dll
  632.  
  633. 0x772b0000 - 0x772e5000 C:\Windows\system32\WS2_32.dll
  634.  
  635. 0x772a0000 - 0x772a6000 C:\Windows\system32\NSI.dll
  636.  
  637. 0x73460000 - 0x73492000 C:\Windows\system32\WINMM.dll
  638.  
  639. 0x75db0000 - 0x75db5000 C:\Windows\system32\PSAPI.DLL
  640.  
  641. 0x65450000 - 0x6545c000 C:\Program Files\Java\jre7\bin\verify.dll
  642.  
  643. 0x65430000 - 0x65450000 C:\Program Files\Java\jre7\bin\java.dll
  644.  
  645. 0x65410000 - 0x65423000 C:\Program Files\Java\jre7\bin\zip.dll
  646.  
  647. 0x65140000 - 0x65154000 C:\Program Files\Java\jre7\bin\net.dll
  648.  
  649. 0x746b0000 - 0x746f3000 C:\Program Files\Avira\AntiVir Desktop\avsda.dll
  650.  
  651. 0x74690000 - 0x746ac000 C:\Windows\system32\IPHLPAPI.DLL
  652.  
  653. 0x74680000 - 0x74687000 C:\Windows\system32\WINNSI.DLL
  654.  
  655. 0x74bc0000 - 0x74bfc000 C:\Windows\system32\mswsock.dll
  656.  
  657. 0x74d90000 - 0x74d96000 C:\Windows\System32\wship6.dll
  658.  
  659. 0x65130000 - 0x6513f000 C:\Program Files\Java\jre7\bin\nio.dll
  660.  
  661. 0x652c0000 - 0x65403000 C:\Program Files\Java\jre7\bin\awt.dll
  662.  
  663. 0x75710000 - 0x7579f000 C:\Windows\system32\OLEAUT32.dll
  664.  
  665. 0x75b20000 - 0x75c7c000 C:\Windows\system32\ole32.dll
  666.  
  667. 0x750a0000 - 0x750ec000 C:\Windows\system32\apphelp.dll
  668.  
  669. 0x6a800000 - 0x6a9a9000 C:\Windows\system32\GIMEJA.IME
  670.  
  671. 0x75fe0000 - 0x76c2a000 C:\Windows\system32\SHELL32.dll
  672.  
  673. 0x6a710000 - 0x6a7fb000 C:\Windows\system32\dbghelp.dll
  674.  
  675. 0x75170000 - 0x7517b000 C:\Windows\system32\profapi.dll
  676.  
  677. 0x750f0000 - 0x750fc000 C:\Windows\system32\CRYPTBASE.dll
  678.  
  679. 0x732c0000 - 0x732d3000 C:\Windows\system32\DWMAPI.DLL
  680.  
  681. 0x65160000 - 0x65199000 C:\Program Files\Java\jre7\bin\fontmanager.dll
  682.  
  683. 0x64710000 - 0x64740000 C:\Program Files\Java\jre7\bin\t2k.dll
  684.  
  685. 0x64520000 - 0x64531000 C:\Program Files\Java\jre7\bin\unpack.dll
  686.  
  687. 0x49dc0000 - 0x49e0c000 C:\Users\Username\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965-natives-192006660209\lwjgl.dll
  688.  
  689. 0x67330000 - 0x673f8000 C:\Windows\system32\OPENGL32.dll
  690.  
  691. 0x69310000 - 0x69332000 C:\Windows\system32\GLU32.dll
  692.  
  693. 0x662d0000 - 0x663b7000 C:\Windows\system32\DDRAW.dll
  694.  
  695. 0x690e0000 - 0x690e6000 C:\Windows\system32\DCIMAN32.dll
  696.  
  697. 0x75980000 - 0x75b1d000 C:\Windows\system32\SETUPAPI.dll
  698.  
  699. 0x751f0000 - 0x75217000 C:\Windows\system32\CFGMGR32.dll
  700.  
  701. 0x75240000 - 0x75252000 C:\Windows\system32\DEVOBJ.dll
  702.  
  703. 0x74670000 - 0x74679000 C:\Windows\system32\VERSION.dll
  704.  
  705. 0x74c00000 - 0x74c16000 C:\Windows\system32\CRYPTSP.dll
  706.  
  707. 0x74990000 - 0x749cb000 C:\Windows\system32\rsaenh.dll
  708.  
  709. 0x747c0000 - 0x747d7000 C:\Windows\system32\USERENV.dll
  710.  
  711. 0x74050000 - 0x74060000 C:\Windows\system32\NLAapi.dll
  712.  
  713. 0x6b920000 - 0x6b930000 C:\Windows\system32\napinsp.dll
  714.  
  715. 0x6b8f0000 - 0x6b902000 C:\Windows\system32\pnrpnsp.dll
  716.  
  717. 0x6c740000 - 0x6c761000 C:\Program Files\Bonjour\mdnsNSP.dll
  718.  
  719. 0x6b8e0000 - 0x6b8ed000 C:\Windows\system32\wshbth.dll
  720.  
  721. 0x74a70000 - 0x74ab4000 C:\Windows\system32\DNSAPI.dll
  722.  
  723. 0x6b8d0000 - 0x6b8d8000 C:\Windows\System32\winrnr.dll
  724.  
  725. 0x74660000 - 0x74665000 C:\Windows\System32\wshtcpip.dll
  726.  
  727. 0x6c730000 - 0x6c736000 C:\Windows\system32\rasadhlp.dll
  728.  
  729. 0x73ba0000 - 0x73bd8000 C:\Windows\System32\fwpuclnt.dll
  730.  
  731. 0x4be30000 - 0x4c402000 C:\Windows\system32\ig4icd32.dll
  732.  
  733. 0x4c590000 - 0x4c94e000 C:\Windows\system32\ig4dev32.dll
  734.  
  735. 0x49e80000 - 0x49eb8000 C:\Program Files\WIDCOMM\Bluetooth Software\btmmhook.dll
  736.  
  737. 0x663c0000 - 0x66439000 C:\Windows\system32\mscms.dll
  738.  
  739. 0x692d0000 - 0x69308000 C:\Windows\system32\icm32.dll
  740.  
  741. 0x64500000 - 0x6450a000 C:\Program Files\Java\jre7\bin\management.dll
  742.  
  743. 0x64580000 - 0x645a0000 C:\Program Files\Java\jre7\bin\sunec.dll
  744.  
  745. 0x64540000 - 0x64549000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
  746.  
  747. 0x75260000 - 0x75380000 C:\Windows\system32\CRYPT32.dll
  748.  
  749. 0x751e0000 - 0x751ec000 C:\Windows\system32\MSASN1.dll
  750.  
  751. 0x4e910000 - 0x4e975000 C:\Users\Username\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965-natives-192006660209\OpenAL32.dll
  752.  
  753. 0x76c30000 - 0x76cb3000 C:\Windows\system32\CLBCatQ.DLL
  754.  
  755. 0x743e0000 - 0x74419000 C:\Windows\System32\MMDevApi.dll
  756.  
  757. 0x742e0000 - 0x743d5000 C:\Windows\System32\PROPSYS.dll
  758.  
  759. 0x6a060000 - 0x6a0d2000 C:\Windows\system32\dsound.dll
  760.  
  761. 0x74420000 - 0x74445000 C:\Windows\system32\POWRPROF.dll
  762.  
  763.  
  764.  
  765. VM Arguments:
  766.  
  767. jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -Djava.library.path=C:\Users\Username\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965-natives-192006660209
  768.  
  769. java_command: net.minecraft.launchwrapper.Launch --username Username --session token:30a4f5d9984946ad9d4e6dde69f15032:562efe4311c84428b2136813a7d1e9be --version 1.6.4-Forge9.11.1.965 --gameDir C:\Users\Username\Dropbox\forge-1.6.4-9.11.1.965 --assetsDir C:\Users\Username\AppData\Roaming\.minecraft\assets\virtual\legacy --tweakClass cpw.mods.fml.common.launcher.FMLTweaker
  770.  
  771. Launcher Type: SUN_STANDARD
  772.  
  773.  
  774.  
  775. Environment Variables:
  776.  
  777. CLASSPATH=.;C:\Program Files\Java\jre7\lib\ext\QTJava.zip
  778.  
  779. PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\NTTF\bin;C:\Program Files\QuickTime\QTSystem\;C:\bin;;C:\Program Files\Java\jre7\bin
  780.  
  781. USERNAME=Username
  782.  
  783. OS=Windows_NT
  784.  
  785. PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793. --------------- S Y S T E M ---------------
  794.  
  795.  
  796.  
  797. OS: Windows 7 Build 7601 Service Pack 1
  798.  
  799.  
  800.  
  801. CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc
  802.  
  803.  
  804.  
  805. Memory: 4k page, physical 3011744k(1211780k free), swap 6021736k(3933320k free)
  806.  
  807.  
  808.  
  809. 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
  810.  
  811.  
  812.  
  813. time: Sun Feb 23 09:40:26 2014
  814.  
  815. elapsed time: 37 seconds
Add Comment
Please, Sign In to add comment