Advertisement
Guest User

Untitled

a guest
Apr 14th, 2014
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.32 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=0x69b82a55, pid=4740, tid=5812
  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. # C [atioglxx.dll+0xb52a55]
  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 (0x004dd800): JavaThread "Minecraft main thread" [_thread_in_native, id=5812, stack(0x00480000,0x004d0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x00000008
  24.  
  25. Registers:
  26. EAX=0x004cf150, EBX=0x00000004, ECX=0x00000000, EDX=0x00000001
  27. ESP=0x004cf0e0, EBP=0x004cf140, ESI=0x004cf150, EDI=0x00000000
  28. EIP=0x69b82a55, EFLAGS=0x00010206
  29.  
  30. Top of Stack: (sp=0x004cf0e0)
  31. 0x004cf0e0: 00000000 5a2c8d68 000001a4 69b7aaca
  32. 0x004cf0f0: 000001a4 000001a4 69b7ab2e 58de8f18
  33. 0x004cf100: 00000004 004cf140 59c18fe0 00000009
  34. 0x004cf110: 59c19320 00000000 08ae4458 59c21a9c
  35. 0x004cf120: 00000001 000ac440 59c8a418 00000000
  36. 0x004cf130: 58de8f18 59c21ab8 5a2c0768 004ddf04
  37. 0x004cf140: 00000000 004ddf50 5dd0e3b8 004ddf4c
  38. 0x004cf150: 59c98a00 00000000 00000000 00000000
  39.  
  40. Instructions: (pc=0x69b82a55)
  41. 0x69b82a35: cc cc cc cc cc cc cc cc cc cc cc 83 ec 0c 53 8b
  42. 0x69b82a45: 5c 24 18 55 8b 6c 24 20 56 8b f0 e8 fb 02 00 00
  43. 0x69b82a55: 8b 47 08 8b 4c 24 1c 8b 11 55 53 50 8b 82 6c 02
  44. 0x69b82a65: 00 00 ff d0 8b 0e 89 41 08 8b 06 83 fb 04 0f 85
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x004cf150 is pointing into the stack for thread: 0x004dd800
  50. EBX=0x00000004 is an unknown value
  51. ECX=0x00000000 is an unknown value
  52. EDX=0x00000001 is an unknown value
  53. ESP=0x004cf0e0 is pointing into the stack for thread: 0x004dd800
  54. EBP=0x004cf140 is pointing into the stack for thread: 0x004dd800
  55. ESI=0x004cf150 is pointing into the stack for thread: 0x004dd800
  56. EDI=0x00000000 is an unknown value
  57.  
  58.  
  59. Stack: [0x00480000,0x004d0000], sp=0x004cf0e0, free space=316k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [atioglxx.dll+0xb52a55]
  62.  
  63. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  64. J org.lwjgl.opengl.GL11.nglTexSubImage2D(IIIIIIIIJJ)V
  65. J org.lwjgl.opengl.GL11.glTexSubImage2D(IIIIIIIILjava/nio/IntBuffer;)V
  66. J net.minecraft.client.renderer.texture.TextureUtil.func_110998_a([IIIIIZZ)V
  67. j net.minecraft.client.renderer.texture.TextureMap.func_110571_b(Lnet/minecraft/client/resources/ResourceManager;)V+387
  68. j net.minecraft.client.renderer.texture.TextureMap.func_110551_a(Lnet/minecraft/client/resources/ResourceManager;)V+6
  69. j net.minecraft.client.renderer.texture.TextureManager.func_110579_a(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/client/renderer/texture/TextureObject;)Z+7
  70. j net.minecraft.client.renderer.texture.TextureManager.func_110580_a(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/client/renderer/texture/TickableTextureObject;)Z+3
  71. j net.minecraft.client.renderer.texture.TextureManager.func_130088_a(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/client/renderer/texture/TextureMap;)Z+3
  72. j net.minecraft.client.Minecraft.func_71384_a()V+931
  73. j net.minecraft.client.Minecraft.func_99999_d()V+6
  74. j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+768
  75. v ~StubRoutines::call_stub
  76. j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
  77. j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
  78. j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
  79. j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
  80. j net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+657
  81. j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
  82. v ~StubRoutines::call_stub
  83.  
  84. --------------- P R O C E S S ---------------
  85.  
  86. Java Threads: ( => current thread )
  87. 0x5dfe4000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2988, stack(0x5a6a0000,0x5a6f0000)]
  88. 0x593c9400 JavaThread "Timer hack thread" daemon [_thread_blocked, id=5888, stack(0x572e0000,0x57330000)]
  89. 0x59364000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=3200, stack(0x57270000,0x572c0000)]
  90. 0x55edac00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5776, stack(0x56ea0000,0x56ef0000)]
  91. 0x55ed9c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4996, stack(0x56d40000,0x56d90000)]
  92. 0x55d14800 JavaThread "Thread-1" daemon [_thread_blocked, id=3920, stack(0x563e0000,0x56430000)]
  93. 0x55671800 JavaThread "Service Thread" daemon [_thread_blocked, id=1048, stack(0x55890000,0x558e0000)]
  94. 0x5565c800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=6076, stack(0x55b90000,0x55be0000)]
  95. 0x5565b400 JavaThread "Attach Listener" daemon [_thread_blocked, id=5400, stack(0x55be0000,0x55c30000)]
  96. 0x55658000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4232, stack(0x558e0000,0x55930000)]
  97. 0x55626c00 JavaThread "Finalizer" daemon [_thread_blocked, id=5160, stack(0x55a40000,0x55a90000)]
  98. 0x55621800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4524, stack(0x55980000,0x559d0000)]
  99. =>0x004dd800 JavaThread "Minecraft main thread" [_thread_in_native, id=5812, stack(0x00480000,0x004d0000)]
  100.  
  101. Other Threads:
  102. 0x55620400 VMThread [stack: 0x55840000,0x55890000] [id=4544]
  103. 0x55694400 WatcherThread [stack: 0x55ca0000,0x55cf0000] [id=636]
  104.  
  105. VM state:not at safepoint (normal execution)
  106.  
  107. VM Mutex/Monitor currently owned by a thread: None
  108.  
  109. Heap
  110. def new generation total 169408K, used 94146K [0x03390000, 0x0eb60000, 0x188e0000)
  111. eden space 150592K, 60% used [0x03390000, 0x08c33510, 0x0c6a0000)
  112. from space 18816K, 17% used [0x0d900000, 0x0dc4d458, 0x0eb60000)
  113. to space 18816K, 0% used [0x0c6a0000, 0x0c6a0000, 0x0d900000)
  114. tenured generation total 376432K, used 326070K [0x188e0000, 0x2f87c000, 0x43390000)
  115. the space 376432K, 86% used [0x188e0000, 0x2c74db90, 0x2c74dc00, 0x2f87c000)
  116. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  117. the space 262144K, 20% used [0x43390000, 0x466ee2b8, 0x466ee400, 0x53390000)
  118. No shared spaces configured.
  119.  
  120. Card table byte_map: [0x55190000,0x55420000] byte_map_base: 0x55176380
  121.  
  122. Polling page: 0x00340000
  123.  
  124. Code Cache [0x01310000, 0x01958000, 0x03310000)
  125. total_blobs=3782 nmethods=3339 adapters=379 free_code_cache=26371Kb largest_free_block=27000128
  126.  
  127. Compilation events (10 events):
  128. Event: 44.018 Thread 0x5565c800 3400 java.lang.ClassLoader::getBootstrapClassPath (4 bytes)
  129. Event: 44.018 Thread 0x5565c800 nmethod 3400 0x0194d648 code [0x0194d740, 0x0194d7b0]
  130. Event: 44.020 Thread 0x5565c800 3401 ! java.net.URLClassLoader::getResourceAsStream (137 bytes)
  131. Event: 44.021 Thread 0x5565c800 nmethod 3401 0x0194d808 code [0x0194d990, 0x0194def4]
  132. Event: 44.118 Thread 0x5565c800 3402 net.minecraft.client.resources.DefaultResourcePack::func_110605_c (28 bytes)
  133. Event: 44.119 Thread 0x5565c800 nmethod 3402 0x0194e488 code [0x0194e640, 0x0194e9e0]
  134. Event: 44.149 Thread 0x5565c800 3403 net.minecraft.client.renderer.texture.Stitcher::func_94305_f (161 bytes)
  135. Event: 44.150 Thread 0x5565c800 nmethod 3403 0x0194ee88 code [0x0194f030, 0x0194f518]
  136. Event: 45.702 Thread 0x5565c800 3404 net.minecraft.client.renderer.texture.Stitcher::func_94309_g (127 bytes)
  137. Event: 45.703 Thread 0x5565c800 nmethod 3404 0x0194fa48 code [0x0194fbd0, 0x0194ff14]
  138.  
  139. GC Heap History (10 events):
  140. Event: 43.923 GC heap before
  141. {Heap before GC invocations=114 (full 2):
  142. def new generation total 169408K, used 169408K [0x03390000, 0x0eb60000, 0x188e0000)
  143. eden space 150592K, 100% used [0x03390000, 0x0c6a0000, 0x0c6a0000)
  144. from space 18816K, 100% used [0x0c6a0000, 0x0d900000, 0x0d900000)
  145. to space 18816K, 0% used [0x0d900000, 0x0d900000, 0x0eb60000)
  146. tenured generation total 376432K, used 299562K [0x188e0000, 0x2f87c000, 0x43390000)
  147. the space 376432K, 79% used [0x188e0000, 0x2ad6ab80, 0x2ad6ac00, 0x2f87c000)
  148. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  149. the space 262144K, 20% used [0x43390000, 0x466ee2a8, 0x466ee400, 0x53390000)
  150. No shared spaces configured.
  151. Event: 43.956 GC heap after
  152. Heap after GC invocations=115 (full 2):
  153. def new generation total 169408K, used 14337K [0x03390000, 0x0eb60000, 0x188e0000)
  154. eden space 150592K, 0% used [0x03390000, 0x03390000, 0x0c6a0000)
  155. from space 18816K, 76% used [0x0d900000, 0x0e700698, 0x0eb60000)
  156. to space 18816K, 0% used [0x0c6a0000, 0x0c6a0000, 0x0d900000)
  157. tenured generation total 376432K, used 313638K [0x188e0000, 0x2f87c000, 0x43390000)
  158. the space 376432K, 83% used [0x188e0000, 0x2bb29a80, 0x2bb29c00, 0x2f87c000)
  159. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  160. the space 262144K, 20% used [0x43390000, 0x466ee2a8, 0x466ee400, 0x53390000)
  161. No shared spaces configured.
  162. }
  163. Event: 44.379 GC heap before
  164. {Heap before GC invocations=115 (full 2):
  165. def new generation total 169408K, used 164929K [0x03390000, 0x0eb60000, 0x188e0000)
  166. eden space 150592K, 100% used [0x03390000, 0x0c6a0000, 0x0c6a0000)
  167. from space 18816K, 76% used [0x0d900000, 0x0e700698, 0x0eb60000)
  168. to space 18816K, 0% used [0x0c6a0000, 0x0c6a0000, 0x0d900000)
  169. tenured generation total 376432K, used 313638K [0x188e0000, 0x2f87c000, 0x43390000)
  170. the space 376432K, 83% used [0x188e0000, 0x2bb29a80, 0x2bb29c00, 0x2f87c000)
  171. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  172. the space 262144K, 20% used [0x43390000, 0x466ee2b8, 0x466ee400, 0x53390000)
  173. No shared spaces configured.
  174. Event: 44.400 GC heap after
  175. Heap after GC invocations=116 (full 2):
  176. def new generation total 169408K, used 4191K [0x03390000, 0x0eb60000, 0x188e0000)
  177. eden space 150592K, 0% used [0x03390000, 0x03390000, 0x0c6a0000)
  178. from space 18816K, 22% used [0x0c6a0000, 0x0cab7d30, 0x0d900000)
  179. to space 18816K, 0% used [0x0d900000, 0x0d900000, 0x0eb60000)
  180. tenured generation total 376432K, used 326070K [0x188e0000, 0x2f87c000, 0x43390000)
  181. the space 376432K, 86% used [0x188e0000, 0x2c74db90, 0x2c74dc00, 0x2f87c000)
  182. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  183. the space 262144K, 20% used [0x43390000, 0x466ee2b8, 0x466ee400, 0x53390000)
  184. No shared spaces configured.
  185. }
  186. Event: 44.745 GC heap before
  187. {Heap before GC invocations=116 (full 2):
  188. def new generation total 169408K, used 154783K [0x03390000, 0x0eb60000, 0x188e0000)
  189. eden space 150592K, 100% used [0x03390000, 0x0c6a0000, 0x0c6a0000)
  190. from space 18816K, 22% used [0x0c6a0000, 0x0cab7d30, 0x0d900000)
  191. to space 18816K, 0% used [0x0d900000, 0x0d900000, 0x0eb60000)
  192. tenured generation total 376432K, used 326070K [0x188e0000, 0x2f87c000, 0x43390000)
  193. the space 376432K, 86% used [0x188e0000, 0x2c74db90, 0x2c74dc00, 0x2f87c000)
  194. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  195. the space 262144K, 20% used [0x43390000, 0x466ee2b8, 0x466ee400, 0x53390000)
  196. No shared spaces configured.
  197. Event: 44.751 GC heap after
  198. Heap after GC invocations=117 (full 2):
  199. def new generation total 169408K, used 3687K [0x03390000, 0x0eb60000, 0x188e0000)
  200. eden space 150592K, 0% used [0x03390000, 0x03390000, 0x0c6a0000)
  201. from space 18816K, 19% used [0x0d900000, 0x0dc99ee0, 0x0eb60000)
  202. to space 18816K, 0% used [0x0c6a0000, 0x0c6a0000, 0x0d900000)
  203. tenured generation total 376432K, used 326070K [0x188e0000, 0x2f87c000, 0x43390000)
  204. the space 376432K, 86% used [0x188e0000, 0x2c74db90, 0x2c74dc00, 0x2f87c000)
  205. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  206. the space 262144K, 20% used [0x43390000, 0x466ee2b8, 0x466ee400, 0x53390000)
  207. No shared spaces configured.
  208. }
  209. Event: 45.109 GC heap before
  210. {Heap before GC invocations=117 (full 2):
  211. def new generation total 169408K, used 154279K [0x03390000, 0x0eb60000, 0x188e0000)
  212. eden space 150592K, 100% used [0x03390000, 0x0c6a0000, 0x0c6a0000)
  213. from space 18816K, 19% used [0x0d900000, 0x0dc99ee0, 0x0eb60000)
  214. to space 18816K, 0% used [0x0c6a0000, 0x0c6a0000, 0x0d900000)
  215. tenured generation total 376432K, used 326070K [0x188e0000, 0x2f87c000, 0x43390000)
  216. the space 376432K, 86% used [0x188e0000, 0x2c74db90, 0x2c74dc00, 0x2f87c000)
  217. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  218. the space 262144K, 20% used [0x43390000, 0x466ee2b8, 0x466ee400, 0x53390000)
  219. No shared spaces configured.
  220. Event: 45.114 GC heap after
  221. Heap after GC invocations=118 (full 2):
  222. def new generation total 169408K, used 3304K [0x03390000, 0x0eb60000, 0x188e0000)
  223. eden space 150592K, 0% used [0x03390000, 0x03390000, 0x0c6a0000)
  224. from space 18816K, 17% used [0x0c6a0000, 0x0c9da190, 0x0d900000)
  225. to space 18816K, 0% used [0x0d900000, 0x0d900000, 0x0eb60000)
  226. tenured generation total 376432K, used 326070K [0x188e0000, 0x2f87c000, 0x43390000)
  227. the space 376432K, 86% used [0x188e0000, 0x2c74db90, 0x2c74dc00, 0x2f87c000)
  228. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  229. the space 262144K, 20% used [0x43390000, 0x466ee2b8, 0x466ee400, 0x53390000)
  230. No shared spaces configured.
  231. }
  232. Event: 45.479 GC heap before
  233. {Heap before GC invocations=118 (full 2):
  234. def new generation total 169408K, used 153896K [0x03390000, 0x0eb60000, 0x188e0000)
  235. eden space 150592K, 100% used [0x03390000, 0x0c6a0000, 0x0c6a0000)
  236. from space 18816K, 17% used [0x0c6a0000, 0x0c9da190, 0x0d900000)
  237. to space 18816K, 0% used [0x0d900000, 0x0d900000, 0x0eb60000)
  238. tenured generation total 376432K, used 326070K [0x188e0000, 0x2f87c000, 0x43390000)
  239. the space 376432K, 86% used [0x188e0000, 0x2c74db90, 0x2c74dc00, 0x2f87c000)
  240. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  241. the space 262144K, 20% used [0x43390000, 0x466ee2b8, 0x466ee400, 0x53390000)
  242. No shared spaces configured.
  243. Event: 45.484 GC heap after
  244. Heap after GC invocations=119 (full 2):
  245. def new generation total 169408K, used 3381K [0x03390000, 0x0eb60000, 0x188e0000)
  246. eden space 150592K, 0% used [0x03390000, 0x03390000, 0x0c6a0000)
  247. from space 18816K, 17% used [0x0d900000, 0x0dc4d458, 0x0eb60000)
  248. to space 18816K, 0% used [0x0c6a0000, 0x0c6a0000, 0x0d900000)
  249. tenured generation total 376432K, used 326070K [0x188e0000, 0x2f87c000, 0x43390000)
  250. the space 376432K, 86% used [0x188e0000, 0x2c74db90, 0x2c74dc00, 0x2f87c000)
  251. compacting perm gen total 262144K, used 52600K [0x43390000, 0x53390000, 0x53390000)
  252. the space 262144K, 20% used [0x43390000, 0x466ee2b8, 0x466ee400, 0x53390000)
  253. No shared spaces configured.
  254. }
  255.  
  256. Deoptimization events (0 events):
  257. No events
  258.  
  259. Internal exceptions (10 events):
  260. Event: 37.343 Thread 0x004dd800 Threw 0x0939eb48 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  261. Event: 37.436 Thread 0x004dd800 Implicit null exception at 0x0170bdeb to 0x0170c031
  262. Event: 37.436 Thread 0x004dd800 Threw 0x0aa4d660 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  263. Event: 37.456 Thread 0x004dd800 Implicit null exception at 0x0170bdeb to 0x0170c031
  264. Event: 37.456 Thread 0x004dd800 Threw 0x0aecc058 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  265. Event: 37.900 Thread 0x004dd800 Threw 0x09398868 at C:\re\jdk7u51\527\hotspot\src\share\vm\interpreter\linkResolver.cpp:883
  266. Event: 37.922 Thread 0x004dd800 Implicit null exception at 0x0170bdeb to 0x0170c031
  267. Event: 37.922 Thread 0x004dd800 Threw 0x098fe068 at C:\re\jdk7u51\527\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  268. Event: 39.260 Thread 0x004dd800 Threw 0x07d541f8 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
  269. Event: 42.469 Thread 0x004dd800 Threw 0x08fd1760 at C:\re\jdk7u51\527\hotspot\src\share\vm\interpreter\linkResolver.cpp:883
  270.  
  271. Events (10 events):
  272. Event: 44.379 Executing VM operation: GenCollectForAllocation
  273. Event: 44.400 Executing VM operation: GenCollectForAllocation done
  274. Event: 44.405 Executing VM operation: RevokeBias
  275. Event: 44.405 Executing VM operation: RevokeBias done
  276. Event: 44.745 Executing VM operation: GenCollectForAllocation
  277. Event: 44.751 Executing VM operation: GenCollectForAllocation done
  278. Event: 45.109 Executing VM operation: GenCollectForAllocation
  279. Event: 45.115 Executing VM operation: GenCollectForAllocation done
  280. Event: 45.478 Executing VM operation: GenCollectForAllocation
  281. Event: 45.484 Executing VM operation: GenCollectForAllocation done
  282.  
  283.  
  284. Dynamic libraries:
  285. 0x003c0000 - 0x003ef000 C:\Program Files\Java\jre7\bin\javaw.exe
  286. 0x77a80000 - 0x77bbc000 C:\Windows\SYSTEM32\ntdll.dll
  287. 0x76290000 - 0x76364000 C:\Windows\system32\kernel32.dll
  288. 0x75e80000 - 0x75eca000 C:\Windows\system32\KERNELBASE.dll
  289. 0x761e0000 - 0x76280000 C:\Windows\system32\ADVAPI32.dll
  290. 0x76b50000 - 0x76bfc000 C:\Windows\system32\msvcrt.dll
  291. 0x76900000 - 0x76919000 C:\Windows\SYSTEM32\sechost.dll
  292. 0x76a10000 - 0x76ab1000 C:\Windows\system32\RPCRT4.dll
  293. 0x760a0000 - 0x76169000 C:\Windows\system32\USER32.dll
  294. 0x769b0000 - 0x769fe000 C:\Windows\system32\GDI32.dll
  295. 0x76280000 - 0x7628a000 C:\Windows\system32\LPK.dll
  296. 0x77c10000 - 0x77cad000 C:\Windows\system32\USP10.dll
  297. 0x74c70000 - 0x74e0e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
  298. 0x76950000 - 0x769a7000 C:\Windows\system32\SHLWAPI.dll
  299. 0x76370000 - 0x7638f000 C:\Windows\system32\IMM32.DLL
  300. 0x767f0000 - 0x768bc000 C:\Windows\system32\MSCTF.dll
  301. 0x6bab0000 - 0x6bb6f000 C:\Program Files\Java\jre7\bin\msvcr100.dll
  302. 0x68650000 - 0x689d0000 C:\Program Files\Java\jre7\bin\client\jvm.dll
  303. 0x70ac0000 - 0x70ac7000 C:\Windows\system32\WSOCK32.dll
  304. 0x768c0000 - 0x768f5000 C:\Windows\system32\WS2_32.dll
  305. 0x76170000 - 0x76176000 C:\Windows\system32\NSI.dll
  306. 0x73e10000 - 0x73e42000 C:\Windows\system32\WINMM.dll
  307. 0x76a00000 - 0x76a05000 C:\Windows\system32\PSAPI.DLL
  308. 0x74310000 - 0x7431c000 C:\Program Files\Java\jre7\bin\verify.dll
  309. 0x74210000 - 0x74230000 C:\Program Files\Java\jre7\bin\java.dll
  310. 0x74230000 - 0x74243000 C:\Program Files\Java\jre7\bin\zip.dll
  311. 0x74060000 - 0x74074000 C:\Program Files\Java\jre7\bin\net.dll
  312. 0x75610000 - 0x7564c000 C:\Windows\system32\mswsock.dll
  313. 0x75600000 - 0x75606000 C:\Windows\System32\wship6.dll
  314. 0x74200000 - 0x7420f000 C:\Program Files\Java\jre7\bin\nio.dll
  315. 0x6a860000 - 0x6a9a3000 C:\Program Files\Java\jre7\bin\awt.dll
  316. 0x77850000 - 0x778df000 C:\Windows\system32\OLEAUT32.dll
  317. 0x76690000 - 0x767ec000 C:\Windows\system32\ole32.dll
  318. 0x74880000 - 0x748c0000 C:\Windows\system32\uxtheme.dll
  319. 0x73db0000 - 0x73dc3000 C:\Windows\system32\dwmapi.dll
  320. 0x75b20000 - 0x75b2c000 C:\Windows\system32\CRYPTBASE.dll
  321. 0x76c00000 - 0x7784a000 C:\Windows\system32\SHELL32.dll
  322. 0x72040000 - 0x72079000 C:\Program Files\Java\jre7\bin\fontmanager.dll
  323. 0x6a500000 - 0x6a6c3000 C:\Windows\system32\d3d9.dll
  324. 0x750d0000 - 0x750d9000 C:\Windows\system32\VERSION.dll
  325. 0x74050000 - 0x74056000 C:\Windows\system32\d3d8thk.dll
  326. 0x6d8c0000 - 0x6d96a000 C:\Windows\system32\aticfx32.dll
  327. 0x74010000 - 0x7401b000 C:\Windows\system32\atiu9pag.dll
  328. 0x5ef60000 - 0x5f37e000 C:\Windows\system32\atiumdag.dll
  329. 0x62cc0000 - 0x630b6000 C:\Windows\system32\atiumdva.dll
  330. 0x73d50000 - 0x73d80000 C:\Program Files\Java\jre7\bin\t2k.dll
  331. 0x72020000 - 0x72031000 C:\Program Files\Java\jre7\bin\unpack.dll
  332. 0x73d10000 - 0x73d30000 C:\Program Files\Java\jre7\bin\sunec.dll
  333. 0x73bb0000 - 0x73bb9000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
  334. 0x75c50000 - 0x75d6d000 C:\Windows\system32\CRYPT32.dll
  335. 0x75c40000 - 0x75c4c000 C:\Windows\system32\MSASN1.dll
  336. 0x75650000 - 0x75666000 C:\Windows\system32\CRYPTSP.dll
  337. 0x753d0000 - 0x7540b000 C:\Windows\system32\rsaenh.dll
  338. 0x75230000 - 0x75247000 C:\Windows\system32\USERENV.dll
  339. 0x75bd0000 - 0x75bdb000 C:\Windows\system32\profapi.dll
  340. 0x74580000 - 0x74590000 C:\Windows\system32\NLAapi.dll
  341. 0x71c10000 - 0x71c20000 C:\Windows\system32\napinsp.dll
  342. 0x71bf0000 - 0x71c02000 C:\Windows\system32\pnrpnsp.dll
  343. 0x754d0000 - 0x75514000 C:\Windows\system32\DNSAPI.dll
  344. 0x71be0000 - 0x71be8000 C:\Windows\System32\winrnr.dll
  345. 0x73b20000 - 0x73b3c000 C:\Windows\system32\IPHLPAPI.DLL
  346. 0x73b10000 - 0x73b17000 C:\Windows\system32\WINNSI.DLL
  347. 0x73910000 - 0x73948000 C:\Windows\System32\fwpuclnt.dll
  348. 0x722e0000 - 0x722e6000 C:\Windows\system32\rasadhlp.dll
  349. 0x75160000 - 0x75165000 C:\Windows\System32\wshtcpip.dll
  350. 0x741e0000 - 0x741ea000 C:\Program Files\Java\jre7\bin\management.dll
  351. 0x55c30000 - 0x55c7c000 C:\Users\ElementAdmin\FTB\Direwolf20_1_6_4\natives\lwjgl.dll
  352. 0x6af20000 - 0x6afe8000 C:\Windows\system32\OPENGL32.dll
  353. 0x71ff0000 - 0x72012000 C:\Windows\system32\GLU32.dll
  354. 0x6a2a0000 - 0x6a387000 C:\Windows\system32\DDRAW.dll
  355. 0x73ba0000 - 0x73ba6000 C:\Windows\system32\DCIMAN32.dll
  356. 0x778e0000 - 0x77a7d000 C:\Windows\system32\SETUPAPI.dll
  357. 0x75d70000 - 0x75d97000 C:\Windows\system32\CFGMGR32.dll
  358. 0x75e30000 - 0x75e42000 C:\Windows\system32\DEVOBJ.dll
  359. 0x735f0000 - 0x735f7000 C:\Windows\system32\atiglpxx.dll
  360. 0x69030000 - 0x6a176000 C:\Windows\system32\atioglxx.dll
  361. 0x72f70000 - 0x72f7b000 C:\Windows\system32\atigktxx.dll
  362. 0x56d00000 - 0x56d40000 C:\Windows\system32\atiadlxx.dll
  363. 0x74c60000 - 0x74c6d000 C:\Windows\system32\WTSAPI32.dll
  364. 0x75e50000 - 0x75e7d000 C:\Windows\system32\WINTRUST.dll
  365. 0x707b0000 - 0x70829000 C:\Windows\system32\mscms.dll
  366. 0x71fb0000 - 0x71fe8000 C:\Windows\system32\icm32.dll
  367. 0x743e0000 - 0x744cb000 C:\Windows\system32\dbghelp.dll
  368.  
  369. VM Arguments:
  370. jvm_args: -Xms256M -Xmx1024M -XX:PermSize=256m -Dorg.lwjgl.librarypath=C:\Users\ElementAdmin\FTB\Direwolf20_1_6_4\natives -Dnet.java.games.input.librarypath=C:\Users\ElementAdmin\FTB\Direwolf20_1_6_4\natives -Duser.home=C:\Users\ElementAdmin\FTB\Direwolf20_1_6_4 -Djava.net.preferIPv4Stack=true
  371. java_command: net.minecraft.launchwrapper.Launch --username Farstryder --session 9df2afb3082c4fa2bf64ce69f234ea75 --version 1.6.4 --gameDir C:\Users\ElementAdmin\FTB\Direwolf20_1_6_4\minecraft --assetsDir C:\Users\ElementAdmin\FTB\assets\virtual\legacy --tweakClass cpw.mods.fml.common.launcher.FMLTweaker
  372. Launcher Type: SUN_STANDARD
  373.  
  374. Environment Variables:
  375. PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jre7\bin
  376. USERNAME=ElementAdmin
  377. OS=Windows_NT
  378. PROCESSOR_IDENTIFIER=x86 Family 21 Model 16 Stepping 1, AuthenticAMD
  379.  
  380.  
  381.  
  382. --------------- S Y S T E M ---------------
  383.  
  384. OS: Windows 7 Build 7601 Service Pack 1
  385.  
  386. CPU:total 4 (4 cores per cpu, 1 threads per core) family 21 model 16 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv
  387.  
  388. Memory: 4k page, physical 3100052k(1104228k free), swap 6198348k(3523080k free)
  389.  
  390. 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
  391.  
  392. time: Mon Apr 14 05:04:57 2014
  393. elapsed time: 45 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement