Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2014
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.25 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=0x4c313e72, pid=3120, tid=2892
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (7.0_71-b14) (build 1.7.0_71-b14)
  7. # Java VM: Java HotSpot(TM) Client VM (24.71-b01 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C [ig4icd32.dll+0x43e72]
  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 (0x0063e800): JavaThread "Client thread" [_thread_in_native, id=2892, stack(0x00690000,0x006e0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x00000010
  24.  
  25. Registers:
  26. EAX=0x00000008, EBX=0x00000010, ECX=0x0000000c, EDX=0x4cbd0714
  27. ESP=0x006dede4, EBP=0x00000010, ESI=0x00000010, EDI=0x0000000c
  28. EIP=0x4c313e72, EFLAGS=0x00010202
  29.  
  30. Top of Stack: (sp=0x006dede4)
  31. 0x006dede4: 4e386db4 4e386cd8 4cdd0068 00001908
  32. 0x006dedf4: 4c31413f 00000000 4e386cd8 4cdd0068
  33. 0x006dee04: 00000002 00304160 00000008 4c316b68
  34. 0x006dee14: 4ce3b288 4cdd0068 006dee98 00008d40
  35. 0x006dee24: 00008d40 00303e88 4c31750a 00000001
  36. 0x006dee34: 00000000 0063e800 450e0d10 450e0d10
  37. 0x006dee44: 006df278 4cba0818 00000000 006eab2e
  38. 0x006dee54: 4ce3b288 00000002 0200aabd 0063e930
  39.  
  40. Instructions: (pc=0x4c313e72)
  41. 0x4c313e52: 7f d1 4c 50 ff 15 78 e1 bc 4c c3 cc cc cc 53 55
  42. 0x4c313e62: 57 8b f9 8d 6f 04 8b dd 85 db 74 4d 56 90 8b f3
  43. 0x4c313e72: 8b 06 8b 5b 08 85 c0 74 3b 50 8b cf e8 0d e3 51
  44. 0x4c313e82: 00 8b 44 24 14 85 c0 74 04 8b 0e ff d0 8b 4e 04
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x00000008 is an unknown value
  50. EBX=0x00000010 is an unknown value
  51. ECX=0x0000000c is an unknown value
  52. EDX=0x4cbd0714 is an unknown value
  53. ESP=0x006dede4 is pointing into the stack for thread: 0x0063e800
  54. EBP=0x00000010 is an unknown value
  55. ESI=0x00000010 is an unknown value
  56. EDI=0x0000000c is an unknown value
  57.  
  58.  
  59. Stack: [0x00690000,0x006e0000], sp=0x006dede4, free space=315k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [ig4icd32.dll+0x43e72]
  62.  
  63. [error occurred during error reporting (printing native stack), id 0xc0000005]
  64.  
  65. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  66. j org.lwjgl.opengl.EXTFramebufferObject.nglBindFramebufferEXT(IIJ)V+0
  67. j org.lwjgl.opengl.EXTFramebufferObject.glBindFramebufferEXT(II)V+16
  68. j net.minecraft.client.renderer.OpenGlHelper.func_153171_g(II)V+54
  69. j net.minecraft.client.shader.Framebuffer.func_147610_a(Z)V+13
  70. j com.mumfrey.liteloader.client.gui.startup.LoadingBar.render(D)V+236
  71. j com.mumfrey.liteloader.client.gui.startup.LoadingBar.render()V+139
  72. j com.mumfrey.liteloader.client.gui.startup.LoadingBar._incrementProgress()V+19
  73. j com.mumfrey.liteloader.client.gui.startup.LoadingBar.incrementProgress()V+9
  74. j net.minecraft.client.Minecraft.func_71384_a()V+1889
  75. j net.minecraft.client.Minecraft.func_99999_d()V+6
  76. j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1015
  77. v ~StubRoutines::call_stub
  78. j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
  79. j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
  80. j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
  81. j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
  82. j net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+664
  83. j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
  84. v ~StubRoutines::call_stub
  85.  
  86. --------------- P R O C E S S ---------------
  87.  
  88. Java Threads: ( => current thread )
  89. 0x50f68c00 JavaThread "OpenComputers-SoundUpdater" daemon [_thread_blocked, id=2128, stack(0x522a0000,0x522f0000)]
  90. 0x4c194c00 JavaThread "Timer hack thread" daemon [_thread_blocked, id=2164, stack(0x4aba0000,0x4abf0000)]
  91. 0x4c169800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=3416, stack(0x4a9c0000,0x4aa10000)]
  92. 0x4a4f6c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4040, stack(0x49f80000,0x49fd0000)]
  93. 0x4a4f6000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3092, stack(0x49ec0000,0x49f10000)]
  94. 0x01181400 JavaThread "Service Thread" daemon [_thread_blocked, id=3428, stack(0x4a040000,0x4a090000)]
  95. 0x0116dc00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3584, stack(0x49f10000,0x49f60000)]
  96. 0x01168c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=2696, stack(0x49e60000,0x49eb0000)]
  97. 0x01165800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3396, stack(0x01370000,0x013c0000)]
  98. 0x0113cc00 JavaThread "Finalizer" daemon [_thread_blocked, id=3212, stack(0x00730000,0x00780000)]
  99. 0x01137800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3544, stack(0x00d70000,0x00dc0000)]
  100. =>0x0063e800 JavaThread "Client thread" [_thread_in_native, id=2892, stack(0x00690000,0x006e0000)]
  101.  
  102. Other Threads:
  103. 0x01135000 VMThread [stack: 0x00dd0000,0x00e20000] [id=3000]
  104. 0x0119f400 WatcherThread [stack: 0x00d10000,0x00d60000] [id=1072]
  105.  
  106. VM state:not at safepoint (normal execution)
  107.  
  108. VM Mutex/Monitor currently owned by a thread: None
  109.  
  110. Heap
  111. def new generation total 181760K, used 63959K [0x04000000, 0x10530000, 0x19550000)
  112. eden space 161600K, 33% used [0x04000000, 0x07469430, 0x0ddd0000)
  113. from space 20160K, 51% used [0x0f180000, 0x0fb8c830, 0x10530000)
  114. to space 20160K, 0% used [0x0ddd0000, 0x0ddd0000, 0x0f180000)
  115. tenured generation total 403744K, used 244746K [0x19550000, 0x31f98000, 0x44000000)
  116. the space 403744K, 60% used [0x19550000, 0x28452800, 0x28452800, 0x31f98000)
  117. compacting perm gen total 40704K, used 40516K [0x44000000, 0x467c0000, 0x48000000)
  118. the space 40704K, 99% used [0x44000000, 0x467911c8, 0x46791200, 0x467c0000)
  119. No shared spaces configured.
  120.  
  121. Card table byte_map: [0x00f00000,0x01130000] byte_map_base: 0x00ee0000
  122.  
  123. Polling page: 0x00180000
  124.  
  125. Code Cache [0x02000000, 0x02668000, 0x04000000)
  126. total_blobs=3626 nmethods=3208 adapters=354 free_code_cache=26235Kb largest_free_block=26861120
  127.  
  128. Compilation events (10 events):
  129. Event: 60.880 Thread 0x0116dc00 3279 java.awt.image.ComponentColorModel::getGreen (7 bytes)
  130. Event: 60.880 Thread 0x0116dc00 nmethod 3279 0x0265f788 code [0x0265f880, 0x0265f91c]
  131. Event: 60.880 Thread 0x0116dc00 3280 java.awt.image.ComponentColorModel::getBlue (7 bytes)
  132. Event: 60.880 Thread 0x0116dc00 nmethod 3280 0x0265f988 code [0x0265fa80, 0x0265fb1c]
  133. Event: 60.882 Thread 0x0116dc00 3281 % java.awt.image.BufferedImage::getRGB @ 173 (231 bytes)
  134. Event: 60.883 Thread 0x0116dc00 nmethod 3281% 0x0265fb88 code [0x0265fd10, 0x026605e8]
  135. Event: 60.891 Thread 0x0116dc00 3282 java.awt.image.BufferedImage::getRGB (231 bytes)
  136. Event: 60.892 Thread 0x0116dc00 nmethod 3282 0x02660c88 code [0x02660e00, 0x02661548]
  137. Event: 60.910 Thread 0x0116dc00 3283 % com.mumfrey.liteloader.client.gui.startup.LoadingBar::findMostCommonColour @ 8 (102 bytes)
  138. Event: 60.911 Thread 0x0116dc00 nmethod 3283% 0x02661bc8 code [0x02661cf0, 0x02661f6c]
  139.  
  140. GC Heap History (10 events):
  141. Event: 55.599 GC heap before
  142. {Heap before GC invocations=88 (full 6):
  143. def new generation total 181760K, used 161600K [0x04000000, 0x10530000, 0x19550000)
  144. eden space 161600K, 100% used [0x04000000, 0x0ddd0000, 0x0ddd0000)
  145. from space 20160K, 0% used [0x0ddd0000, 0x0ddd0000, 0x0f180000)
  146. to space 20160K, 0% used [0x0f180000, 0x0f180000, 0x10530000)
  147. tenured generation total 403744K, used 242245K [0x19550000, 0x31f98000, 0x44000000)
  148. the space 403744K, 59% used [0x19550000, 0x281e14e8, 0x281e1600, 0x31f98000)
  149. compacting perm gen total 37632K, used 37530K [0x44000000, 0x464c0000, 0x48000000)
  150. the space 37632K, 99% used [0x44000000, 0x464a68a8, 0x464a6a00, 0x464c0000)
  151. No shared spaces configured.
  152. Event: 55.613 GC heap after
  153. Heap after GC invocations=89 (full 6):
  154. def new generation total 181760K, used 5078K [0x04000000, 0x10530000, 0x19550000)
  155. eden space 161600K, 0% used [0x04000000, 0x04000000, 0x0ddd0000)
  156. from space 20160K, 25% used [0x0f180000, 0x0f675a50, 0x10530000)
  157. to space 20160K, 0% used [0x0ddd0000, 0x0ddd0000, 0x0f180000)
  158. tenured generation total 403744K, used 242245K [0x19550000, 0x31f98000, 0x44000000)
  159. the space 403744K, 59% used [0x19550000, 0x281e14e8, 0x281e1600, 0x31f98000)
  160. compacting perm gen total 37632K, used 37530K [0x44000000, 0x464c0000, 0x48000000)
  161. the space 37632K, 99% used [0x44000000, 0x464a68a8, 0x464a6a00, 0x464c0000)
  162. No shared spaces configured.
  163. }
  164. Event: 56.151 GC heap before
  165. {Heap before GC invocations=89 (full 6):
  166. def new generation total 181760K, used 166678K [0x04000000, 0x10530000, 0x19550000)
  167. eden space 161600K, 100% used [0x04000000, 0x0ddd0000, 0x0ddd0000)
  168. from space 20160K, 25% used [0x0f180000, 0x0f675a50, 0x10530000)
  169. to space 20160K, 0% used [0x0ddd0000, 0x0ddd0000, 0x0f180000)
  170. tenured generation total 403744K, used 242245K [0x19550000, 0x31f98000, 0x44000000)
  171. the space 403744K, 59% used [0x19550000, 0x281e14e8, 0x281e1600, 0x31f98000)
  172. compacting perm gen total 38400K, used 38188K [0x44000000, 0x46580000, 0x48000000)
  173. the space 38400K, 99% used [0x44000000, 0x4654b058, 0x4654b200, 0x46580000)
  174. No shared spaces configured.
  175. Event: 56.162 GC heap after
  176. Heap after GC invocations=90 (full 6):
  177. def new generation total 181760K, used 5231K [0x04000000, 0x10530000, 0x19550000)
  178. eden space 161600K, 0% used [0x04000000, 0x04000000, 0x0ddd0000)
  179. from space 20160K, 25% used [0x0ddd0000, 0x0e2ebda0, 0x0f180000)
  180. to space 20160K, 0% used [0x0f180000, 0x0f180000, 0x10530000)
  181. tenured generation total 403744K, used 242245K [0x19550000, 0x31f98000, 0x44000000)
  182. the space 403744K, 59% used [0x19550000, 0x281e14e8, 0x281e1600, 0x31f98000)
  183. compacting perm gen total 38400K, used 38188K [0x44000000, 0x46580000, 0x48000000)
  184. the space 38400K, 99% used [0x44000000, 0x4654b058, 0x4654b200, 0x46580000)
  185. No shared spaces configured.
  186. }
  187. Event: 56.770 GC heap before
  188. {Heap before GC invocations=90 (full 6):
  189. def new generation total 181760K, used 166831K [0x04000000, 0x10530000, 0x19550000)
  190. eden space 161600K, 100% used [0x04000000, 0x0ddd0000, 0x0ddd0000)
  191. from space 20160K, 25% used [0x0ddd0000, 0x0e2ebda0, 0x0f180000)
  192. to space 20160K, 0% used [0x0f180000, 0x0f180000, 0x10530000)
  193. tenured generation total 403744K, used 242245K [0x19550000, 0x31f98000, 0x44000000)
  194. the space 403744K, 59% used [0x19550000, 0x281e14e8, 0x281e1600, 0x31f98000)
  195. compacting perm gen total 39168K, used 38932K [0x44000000, 0x46640000, 0x48000000)
  196. the space 39168K, 99% used [0x44000000, 0x46605020, 0x46605200, 0x46640000)
  197. No shared spaces configured.
  198. Event: 56.784 GC heap after
  199. Heap after GC invocations=91 (full 6):
  200. def new generation total 181760K, used 7155K [0x04000000, 0x10530000, 0x19550000)
  201. eden space 161600K, 0% used [0x04000000, 0x04000000, 0x0ddd0000)
  202. from space 20160K, 35% used [0x0f180000, 0x0f87cd80, 0x10530000)
  203. to space 20160K, 0% used [0x0ddd0000, 0x0ddd0000, 0x0f180000)
  204. tenured generation total 403744K, used 242245K [0x19550000, 0x31f98000, 0x44000000)
  205. the space 403744K, 59% used [0x19550000, 0x281e14e8, 0x281e1600, 0x31f98000)
  206. compacting perm gen total 39168K, used 38932K [0x44000000, 0x46640000, 0x48000000)
  207. the space 39168K, 99% used [0x44000000, 0x46605020, 0x46605200, 0x46640000)
  208. No shared spaces configured.
  209. }
  210. Event: 59.894 GC heap before
  211. {Heap before GC invocations=91 (full 6):
  212. def new generation total 181760K, used 168755K [0x04000000, 0x10530000, 0x19550000)
  213. eden space 161600K, 100% used [0x04000000, 0x0ddd0000, 0x0ddd0000)
  214. from space 20160K, 35% used [0x0f180000, 0x0f87cd80, 0x10530000)
  215. to space 20160K, 0% used [0x0ddd0000, 0x0ddd0000, 0x0f180000)
  216. tenured generation total 403744K, used 242245K [0x19550000, 0x31f98000, 0x44000000)
  217. the space 403744K, 59% used [0x19550000, 0x281e14e8, 0x281e1600, 0x31f98000)
  218. compacting perm gen total 39680K, used 39612K [0x44000000, 0x466c0000, 0x48000000)
  219. the space 39680K, 99% used [0x44000000, 0x466af0d8, 0x466af200, 0x466c0000)
  220. No shared spaces configured.
  221. Event: 59.915 GC heap after
  222. Heap after GC invocations=92 (full 6):
  223. def new generation total 181760K, used 10577K [0x04000000, 0x10530000, 0x19550000)
  224. eden space 161600K, 0% used [0x04000000, 0x04000000, 0x0ddd0000)
  225. from space 20160K, 52% used [0x0ddd0000, 0x0e824520, 0x0f180000)
  226. to space 20160K, 0% used [0x0f180000, 0x0f180000, 0x10530000)
  227. tenured generation total 403744K, used 242245K [0x19550000, 0x31f98000, 0x44000000)
  228. the space 403744K, 59% used [0x19550000, 0x281e14e8, 0x281e1600, 0x31f98000)
  229. compacting perm gen total 39680K, used 39612K [0x44000000, 0x466c0000, 0x48000000)
  230. the space 39680K, 99% used [0x44000000, 0x466af0d8, 0x466af200, 0x466c0000)
  231. No shared spaces configured.
  232. }
  233. Event: 60.676 GC heap before
  234. {Heap before GC invocations=92 (full 6):
  235. def new generation total 181760K, used 172177K [0x04000000, 0x10530000, 0x19550000)
  236. eden space 161600K, 100% used [0x04000000, 0x0ddd0000, 0x0ddd0000)
  237. from space 20160K, 52% used [0x0ddd0000, 0x0e824520, 0x0f180000)
  238. to space 20160K, 0% used [0x0f180000, 0x0f180000, 0x10530000)
  239. tenured generation total 403744K, used 242245K [0x19550000, 0x31f98000, 0x44000000)
  240. the space 403744K, 59% used [0x19550000, 0x281e14e8, 0x281e1600, 0x31f98000)
  241. compacting perm gen total 40448K, used 40358K [0x44000000, 0x46780000, 0x48000000)
  242. the space 40448K, 99% used [0x44000000, 0x46769a20, 0x46769c00, 0x46780000)
  243. No shared spaces configured.
  244. Event: 60.701 GC heap after
  245. Heap after GC invocations=93 (full 6):
  246. def new generation total 181760K, used 10290K [0x04000000, 0x10530000, 0x19550000)
  247. eden space 161600K, 0% used [0x04000000, 0x04000000, 0x0ddd0000)
  248. from space 20160K, 51% used [0x0f180000, 0x0fb8c830, 0x10530000)
  249. to space 20160K, 0% used [0x0ddd0000, 0x0ddd0000, 0x0f180000)
  250. tenured generation total 403744K, used 244746K [0x19550000, 0x31f98000, 0x44000000)
  251. the space 403744K, 60% used [0x19550000, 0x28452800, 0x28452800, 0x31f98000)
  252. compacting perm gen total 40448K, used 40358K [0x44000000, 0x46780000, 0x48000000)
  253. the space 40448K, 99% used [0x44000000, 0x46769a20, 0x46769c00, 0x46780000)
  254. No shared spaces configured.
  255. }
  256.  
  257. Deoptimization events (0 events):
  258. No events
  259.  
  260. Internal exceptions (10 events):
  261. Event: 55.504 Thread 0x0063e800 Implicit null exception at 0x0250aba1 to 0x0250b21b
  262. Event: 55.504 Thread 0x0063e800 Threw 0x0cb180b0 at C:\re\jdk7u71\1605\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  263. Event: 55.505 Thread 0x0063e800 Implicit null exception at 0x0250aba1 to 0x0250b21b
  264. Event: 55.505 Thread 0x0063e800 Threw 0x0cb2ec58 at C:\re\jdk7u71\1605\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  265. Event: 55.505 Thread 0x0063e800 Implicit null exception at 0x0250aba1 to 0x0250b21b
  266. Event: 55.505 Thread 0x0063e800 Threw 0x0cb3f888 at C:\re\jdk7u71\1605\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  267. Event: 57.024 Thread 0x0063e800 Threw 0x06d3f028 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281
  268. Event: 57.027 Thread 0x0063e800 Threw 0x06d4ec38 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281
  269. Event: 60.014 Thread 0x0063e800 Threw 0x0573c918 at C:\re\jdk7u71\1605\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  270. Event: 60.090 Thread 0x0063e800 Threw 0x0673e8c0 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281
  271.  
  272. Events (10 events):
  273. Event: 60.839 loading class 0x50cfb378
  274. Event: 60.839 loading class 0x50cfb378 done
  275. Event: 60.847 loading class 0x4be20b38
  276. Event: 60.847 loading class 0x4be20b38 done
  277. Event: 60.853 loading class 0x50931d88
  278. Event: 60.853 loading class 0x50931d88 done
  279. Event: 60.856 loading class 0x4bc10488
  280. Event: 60.856 loading class 0x4bc10488 done
  281. Event: 60.863 loading class 0x5138cec8
  282. Event: 60.863 loading class 0x5138cec8 done
  283.  
  284.  
  285. Dynamic libraries:
  286. 0x013d0000 - 0x013ff000 C:\Program Files\Java\jre7\bin\javaw.exe
  287. 0x77470000 - 0x775ac000 C:\Windows\SYSTEM32\ntdll.dll
  288. 0x75910000 - 0x759e4000 C:\Windows\system32\kernel32.dll
  289. 0x756b0000 - 0x756fb000 C:\Windows\system32\KERNELBASE.dll
  290. 0x75ac0000 - 0x75b60000 C:\Windows\system32\ADVAPI32.dll
  291. 0x76ea0000 - 0x76f4c000 C:\Windows\system32\msvcrt.dll
  292. 0x77400000 - 0x77419000 C:\Windows\SYSTEM32\sechost.dll
  293. 0x771f0000 - 0x77291000 C:\Windows\system32\RPCRT4.dll
  294. 0x759f0000 - 0x75ab9000 C:\Windows\system32\USER32.dll
  295. 0x75bf0000 - 0x75c3e000 C:\Windows\system32\GDI32.dll
  296. 0x770c0000 - 0x770ca000 C:\Windows\system32\LPK.dll
  297. 0x77020000 - 0x770bd000 C:\Windows\system32\USP10.dll
  298. 0x74570000 - 0x7470e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
  299. 0x77640000 - 0x77697000 C:\Windows\system32\SHLWAPI.dll
  300. 0x75510000 - 0x7555c000 C:\Windows\system32\apphelp.dll
  301. 0x71e10000 - 0x71e9d000 C:\Windows\AppPatch\AcLayers.DLL
  302. 0x754e0000 - 0x754fb000 C:\Windows\system32\SspiCli.dll
  303. 0x76250000 - 0x76e9a000 C:\Windows\system32\SHELL32.dll
  304. 0x760f0000 - 0x7624c000 C:\Windows\system32\ole32.dll
  305. 0x775b0000 - 0x7763f000 C:\Windows\system32\OLEAUT32.dll
  306. 0x74c70000 - 0x74c87000 C:\Windows\system32\USERENV.dll
  307. 0x75610000 - 0x7561b000 C:\Windows\system32\profapi.dll
  308. 0x70c90000 - 0x70ce1000 C:\Windows\system32\WINSPOOL.DRV
  309. 0x749b0000 - 0x749c2000 C:\Windows\system32\MPR.dll
  310. 0x76f60000 - 0x76f7f000 C:\Windows\system32\IMM32.DLL
  311. 0x75e60000 - 0x75f2c000 C:\Windows\system32\MSCTF.dll
  312. 0x6bb90000 - 0x6bc4f000 C:\Program Files\Java\jre7\bin\msvcr100.dll
  313. 0x692e0000 - 0x69669000 C:\Program Files\Java\jre7\bin\client\jvm.dll
  314. 0x6e410000 - 0x6e417000 C:\Windows\system32\WSOCK32.dll
  315. 0x773c0000 - 0x773f5000 C:\Windows\system32\WS2_32.dll
  316. 0x772a0000 - 0x772a6000 C:\Windows\system32\NSI.dll
  317. 0x73a40000 - 0x73a72000 C:\Windows\system32\WINMM.dll
  318. 0x76f50000 - 0x76f55000 C:\Windows\system32\PSAPI.DLL
  319. 0x72cb0000 - 0x72cbc000 C:\Program Files\Java\jre7\bin\verify.dll
  320. 0x6db60000 - 0x6db80000 C:\Program Files\Java\jre7\bin\java.dll
  321. 0x6df30000 - 0x6df43000 C:\Program Files\Java\jre7\bin\zip.dll
  322. 0x6e0b0000 - 0x6e0ba000 C:\Program Files\Java\jre7\bin\management.dll
  323. 0x6dab0000 - 0x6dac4000 C:\Program Files\Java\jre7\bin\net.dll
  324. 0x75050000 - 0x7508c000 C:\Windows\system32\mswsock.dll
  325. 0x75040000 - 0x75046000 C:\Windows\System32\wship6.dll
  326. 0x6db50000 - 0x6db5f000 C:\Program Files\Java\jre7\bin\nio.dll
  327. 0x73a30000 - 0x73a40000 C:\Windows\system32\NLAapi.dll
  328. 0x70ec0000 - 0x70ed0000 C:\Windows\system32\napinsp.dll
  329. 0x70ea0000 - 0x70eb2000 C:\Windows\system32\pnrpnsp.dll
  330. 0x74f10000 - 0x74f54000 C:\Windows\system32\DNSAPI.dll
  331. 0x70e90000 - 0x70e98000 C:\Windows\System32\winrnr.dll
  332. 0x74ba0000 - 0x74ba5000 C:\Windows\System32\wshtcpip.dll
  333. 0x733c0000 - 0x733dc000 C:\Windows\system32\IPHLPAPI.DLL
  334. 0x73420000 - 0x73427000 C:\Windows\system32\WINNSI.DLL
  335. 0x71040000 - 0x71046000 C:\Windows\system32\rasadhlp.dll
  336. 0x732e0000 - 0x73318000 C:\Windows\System32\fwpuclnt.dll
  337. 0x66820000 - 0x66963000 C:\Program Files\Java\jre7\bin\awt.dll
  338. 0x743f0000 - 0x74430000 C:\Windows\system32\uxtheme.dll
  339. 0x74020000 - 0x74033000 C:\Windows\system32\dwmapi.dll
  340. 0x75590000 - 0x7559c000 C:\Windows\system32\CRYPTBASE.dll
  341. 0x6d3e0000 - 0x6d419000 C:\Program Files\Java\jre7\bin\fontmanager.dll
  342. 0x6d8d0000 - 0x6d900000 C:\Program Files\Java\jre7\bin\t2k.dll
  343. 0x6db30000 - 0x6db41000 C:\Program Files\Java\jre7\bin\unpack.dll
  344. 0x006e0000 - 0x0072d000 C:\Users\okyo\AppData\Local\ttyh_minecraft\client_industrial\natives\lwjgl.dll
  345. 0x6c190000 - 0x6c258000 C:\Windows\system32\OPENGL32.dll
  346. 0x6dad0000 - 0x6daf2000 C:\Windows\system32\GLU32.dll
  347. 0x6bce0000 - 0x6bdc7000 C:\Windows\system32\DDRAW.dll
  348. 0x6e420000 - 0x6e426000 C:\Windows\system32\DCIMAN32.dll
  349. 0x75c40000 - 0x75ddd000 C:\Windows\system32\SETUPAPI.dll
  350. 0x75700000 - 0x75727000 C:\Windows\system32\CFGMGR32.dll
  351. 0x75690000 - 0x756a2000 C:\Windows\system32\DEVOBJ.dll
  352. 0x74b10000 - 0x74b19000 C:\Windows\system32\VERSION.dll
  353. 0x75090000 - 0x750a6000 C:\Windows\system32\CRYPTSP.dll
  354. 0x74e30000 - 0x74e6b000 C:\Windows\system32\rsaenh.dll
  355. 0x73080000 - 0x7308d000 C:\Windows\system32\dhcpcsvc6.DLL
  356. 0x73090000 - 0x730a2000 C:\Windows\system32\dhcpcsvc.DLL
  357. 0x4c2d0000 - 0x4cdcf000 C:\Windows\system32\ig4icd32.dll
  358. 0x69180000 - 0x691f9000 C:\Windows\system32\mscms.dll
  359. 0x6bb50000 - 0x6bb88000 C:\Windows\system32\icm32.dll
  360. 0x70a40000 - 0x70a7a000 C:\Users\okyo\AppData\Local\ttyh_minecraft\client_industrial\natives\avutil-ttv-51.dll
  361. 0x65980000 - 0x6599d000 C:\Users\okyo\AppData\Local\ttyh_minecraft\client_industrial\natives\swresample-ttv-0.dll
  362. 0x6eb80000 - 0x6ec09000 C:\Users\okyo\AppData\Local\ttyh_minecraft\client_industrial\natives\libmp3lame-ttv.dll
  363. 0x634b0000 - 0x64430000 C:\Users\okyo\AppData\Local\ttyh_minecraft\client_industrial\natives\libmfxsw32.dll
  364. 0x66710000 - 0x66813000 C:\Users\okyo\AppData\Local\ttyh_minecraft\client_industrial\natives\twitchsdk.dll
  365. 0x770d0000 - 0x771ea000 C:\Windows\system32\WININET.dll
  366. 0x77010000 - 0x77013000 C:\Windows\system32\Normaliz.dll
  367. 0x75f30000 - 0x760e8000 C:\Windows\system32\iertutil.dll
  368. 0x772b0000 - 0x773c0000 C:\Windows\system32\urlmon.dll
  369. 0x72a20000 - 0x72a40000 C:\Program Files\Java\jre7\bin\sunec.dll
  370. 0x6e2b0000 - 0x6e2b9000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
  371. 0x75760000 - 0x7587d000 C:\Windows\system32\CRYPT32.dll
  372. 0x75680000 - 0x7568c000 C:\Windows\system32\MSASN1.dll
  373. 0x6e230000 - 0x6e2a7000 C:\Users\okyo\AppData\Local\ttyh_minecraft\client_industrial\prefixes\1.7.10\OpenComputersMod-1.3.6.69-native.32.dll
  374. 0x6d440000 - 0x6d52b000 C:\Windows\system32\dbghelp.dll
  375.  
  376. VM Arguments:
  377. jvm_args: -Djavax.net.ssl.trustStore=C:/Users/okyo/AppData/Local/ttyhlauncher/keystore.ks -Djavax.net.ssl.trustStorePassword=123456 -Dline.separator=
  378.  
  379. -Xmx1024M -Xms256M -Djava.library.path=C:/Users/okyo/AppData/Local/ttyh_minecraft/client_industrial/natives
  380. java_command: net.minecraft.launchwrapper.Launch --username okyo --version 1.7.10 --gameDir C:/Users/okyo/AppData/Local/ttyh_minecraft/client_industrial/prefixes/1.7.10 --assetsDir C:/Users/okyo/AppData/Local/ttyh_minecraft/assets --assetIndex 1.7.10 --uuid 01b0ef43-0ce1-4104-da7d-129f7628fd82 --accessToken 0ef7092f-93d2-1ae9-bcb4-84bfc6896551 --userProperties {} --userType mojang --tweakClass cpw.mods.fml.common.launcher.FMLTweaker
  381. Launcher Type: SUN_STANDARD
  382.  
  383. Environment Variables:
  384. PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
  385. USERNAME=okyo
  386. OS=Windows_NT
  387. PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
  388.  
  389.  
  390.  
  391. --------------- S Y S T E M ---------------
  392.  
  393. OS: Windows 7 Build 7601 Service Pack 1
  394.  
  395. CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc
  396.  
  397. Memory: 4k page, physical 2056804k(753460k free), swap 4113608k(2520080k free)
  398.  
  399. vm_info: Java HotSpot(TM) Client VM (24.71-b01) for windows-x86 JRE (1.7.0_71-b14), built on Sep 26 2014 16:30:49 by "java_re" with unknown MS VC++:1600
  400.  
  401. time: Wed Dec 03 16:07:26 2014
  402. elapsed time: 61 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement