Advertisement
Guest User

hs_err_pid8.log Java launcher log

a guest
Aug 4th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.75 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # Internal Error (0xc06d007f), pid=8, tid=56
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
  7. # Java VM: Java HotSpot(TM) Client VM (24.45-b08 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C [KERNEL32.dll+0x2077e] RaiseException+0x5e
  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 (0x17258400): JavaThread "JavaFX Application Thread" [_thread_in_native, id=56, stack(0x17940000,0x17a40000)]
  22.  
  23. siginfo: ExceptionCode=0xc06d007f, ExceptionInformation=0x17a3d39c
  24.  
  25. Registers:
  26. EAX=0x7ec9c70d, EBX=0x7ed2a5e0, ECX=0x00000000, EDX=0x00000004
  27. ESP=0x17a3d2f4, EBP=0x17a3d368, ESI=0xc06d007f, EDI=0x7eb00000
  28. EIP=0x7ecb077e, EFLAGS=0x00200293
  29.  
  30. Top of Stack: (sp=0x17a3d2f4)
  31. 0x17a3d2f4: 17a3d3e8 00000004 7ef68f8a c06d007f
  32. 0x17a3d304: 00000000 00000000 7ecb077e 00000001
  33. 0x17a3d314: 17a3d39c 17a3d340 00000000 17a3d340
  34. 0x17a3d324: 00000000 17a3d378 7ecce5cd 00000000
  35. 0x17a3d334: 7eb00000 7ec9c695 7ecce5cd c000007a
  36. 0x17a3d344: 17a3d358 00000000 17a3d354 7e044399
  37. 0x17a3d354: 0002002a 00140013 17a3d380 00000000
  38. 0x17a3d364: 6d40e94c 17a3d3e0 6d406813 6d40e94c
  39.  
  40. Instructions: (pc=0x7ecb077e)
  41. 0x7ecb075e: 83 40 61 f8 ff 89 45 a4 74 04 85 c9 75 24 c7 45
  42. 0x7ecb076e: a8 00 00 00 00 8d 45 98 89 04 24 e8 8a bf fe ff
  43. 0x7ecb077e: 83 ec 04 8d 65 f4 59 5b 5e 5d 8d 61 fc c2 10 00
  44. 0x7ecb078e: 66 90 83 fa 0f b8 0f 00 00 00 89 4c 24 04 0f 46
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x7ec9c70d is an unknown value
  50. EBX=0x7ed2a5e0 is an unknown value
  51. ECX=0x00000000 is an unknown value
  52. EDX=0x00000004 is an unknown value
  53. ESP=0x17a3d2f4 is pointing into the stack for thread: 0x17258400
  54. EBP=0x17a3d368 is pointing into the stack for thread: 0x17258400
  55. ESI=0xc06d007f is an unknown value
  56. EDI=0x7eb00000 is an unknown value
  57.  
  58.  
  59. Stack: [0x17940000,0x17a40000], sp=0x17a3d2f4, free space=1012k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [KERNEL32.dll+0x2077e] RaiseException+0x5e
  62. C [glass.dll+0x16813]
  63.  
  64. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  65. j com.sun.glass.ui.win.WinWindow._createWindow(JJI)J+0
  66. j com.sun.glass.ui.Window.<init>(Lcom/sun/glass/ui/Window;Lcom/sun/glass/ui/Screen;I)V+307
  67. j com.sun.glass.ui.win.WinWindow.<init>(Lcom/sun/glass/ui/Window;Lcom/sun/glass/ui/Screen;I)V+4
  68. j com.sun.glass.ui.win.WinApplication.createWindow(Lcom/sun/glass/ui/Window;Lcom/sun/glass/ui/Screen;I)Lcom/sun/glass/ui/Window;+7
  69. j com.sun.javafx.tk.quantum.WindowStage.initPlatformWindow()V+63
  70. j com.sun.javafx.tk.quantum.WindowStage.init(Lcom/sun/javafx/tk/quantum/GlassSystemMenu;)Lcom/sun/javafx/tk/quantum/WindowStage;+1
  71. j com.sun.javafx.tk.quantum.QuantumToolkit.createTKStage(Ljavafx/stage/StageStyle;ZLjavafx/stage/Modality;Lcom/sun/javafx/tk/TKStage;)Lcom/sun/javafx/tk/TKStage;+23
  72. j javafx.stage.Stage.impl_visibleChanging(Z)V+55
  73. j javafx.stage.Window$9.invalidated()V+80
  74. j javafx.beans.property.BooleanPropertyBase.markInvalid()V+13
  75. j javafx.beans.property.BooleanPropertyBase.set(Z)V+31
  76. j javafx.stage.Window.setShowing(Z)V+11
  77. j javafx.stage.Window.show()V+2
  78. j javafx.stage.Stage.show()V+1
  79. j sample.Main.start(Ljavafx/stage/Stage;)V+75
  80. j com.sun.javafx.application.LauncherImpl$5.run()V+26
  81. j com.sun.javafx.application.PlatformImpl$5.run()V+4
  82. j com.sun.javafx.application.PlatformImpl$4$1.run()Ljava/lang/Void;+7
  83. j com.sun.javafx.application.PlatformImpl$4$1.run()Ljava/lang/Object;+1
  84. v ~StubRoutines::call_stub
  85. j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
  86. j com.sun.javafx.application.PlatformImpl$4.run()V+12
  87. j com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V+4
  88. v ~StubRoutines::call_stub
  89. j com.sun.glass.ui.win.WinApplication._runLoop([Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+0
  90. j com.sun.glass.ui.win.WinApplication.access$100(Lcom/sun/glass/ui/win/WinApplication;[Ljava/lang/String;Lcom/sun/glass/ui/Launchable;)V+3
  91. j com.sun.glass.ui.win.WinApplication$3$1.run()V+32
  92. j java.lang.Thread.run()V+11
  93. v ~StubRoutines::call_stub
  94.  
  95. --------------- P R O C E S S ---------------
  96.  
  97. Java Threads: ( => current thread )
  98. 0x17c95800 JavaThread "Disposer" daemon [_thread_blocked, id=59, stack(0x18080000,0x18180000)]
  99. 0x17c0b800 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=58, stack(0x17f80000,0x18080000)]
  100. 0x172f4800 JavaThread "Thread-3" daemon [_thread_in_native, id=57, stack(0x17a40000,0x17b40000)]
  101. =>0x17258400 JavaThread "JavaFX Application Thread" [_thread_in_native, id=56, stack(0x17940000,0x17a40000)]
  102. 0x17256400 JavaThread "Thread-2" daemon [_thread_blocked, id=55, stack(0x17840000,0x17940000)]
  103. 0x17252c00 JavaThread "Disposer" daemon [_thread_blocked, id=54, stack(0x17740000,0x17840000)]
  104. 0x17239800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=53, stack(0x17630000,0x17730000)]
  105. 0x17206c00 JavaThread "JavaFX-Launcher" [_thread_blocked, id=52, stack(0x17530000,0x17630000)]
  106. 0x171f6800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=51, stack(0x17320000,0x17420000)]
  107. 0x16820c00 JavaThread "Service Thread" daemon [_thread_blocked, id=49, stack(0x16f00000,0x17000000)]
  108. 0x1681b800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=48, stack(0x16e00000,0x16f00000)]
  109. 0x16819c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=47, stack(0x16d00000,0x16e00000)]
  110. 0x16818800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=46, stack(0x16c00000,0x16d00000)]
  111. 0x16808000 JavaThread "Finalizer" daemon [_thread_blocked, id=45, stack(0x16b00000,0x16c00000)]
  112. 0x16802000 JavaThread "Reference Handler" daemon [_thread_blocked, id=44, stack(0x16a00000,0x16b00000)]
  113. 0x0013d400 JavaThread "main" [_thread_blocked, id=9, stack(0x00230000,0x00330000)]
  114.  
  115. Other Threads:
  116. 0x16800800 VMThread [stack: 0x16900000,0x16a00000] [id=43]
  117. 0x16833c00 WatcherThread [stack: 0x17000000,0x17100000] [id=50]
  118.  
  119. VM state:not at safepoint (normal execution)
  120.  
  121. VM Mutex/Monitor currently owned by a thread: None
  122.  
  123. Heap
  124. def new generation total 4928K, used 3083K [0x026e0000, 0x02c30000, 0x07c30000)
  125. eden space 4416K, 65% used [0x026e0000, 0x029b1790, 0x02b30000)
  126. from space 512K, 38% used [0x02b30000, 0x02b61800, 0x02bb0000)
  127. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  128. tenured generation total 10944K, used 3491K [0x07c30000, 0x086e0000, 0x126e0000)
  129. the space 10944K, 31% used [0x07c30000, 0x07f98d50, 0x07f98e00, 0x086e0000)
  130. compacting perm gen total 12288K, used 8089K [0x126e0000, 0x132e0000, 0x166e0000)
  131. the space 12288K, 65% used [0x126e0000, 0x12ec67b8, 0x12ec6800, 0x132e0000)
  132. No shared spaces configured.
  133.  
  134. Card table byte_map: [0x166e0000,0x16790000] byte_map_base: 0x166cc900
  135.  
  136. Polling page: 0x00330000
  137.  
  138. Code Cache [0x00660000, 0x00788000, 0x02660000)
  139. total_blobs=633 nmethods=365 adapters=205 free_code_cache=31613Kb largest_free_block=32372288
  140.  
  141. Compilation events (10 events):
  142. Event: 1.239 Thread 0x1681b800 366 java.util.zip.ZipEntry::getSize (5 bytes)
  143. Event: 1.239 Thread 0x1681b800 nmethod 366 0x0077eac8 code [0x0077ebc0, 0x0077ec40]
  144. Event: 1.239 Thread 0x1681b800 367 sun.misc.URLClassPath$JarLoader::access$400 (5 bytes)
  145. Event: 1.239 Thread 0x1681b800 nmethod 367 0x0077ec88 code [0x0077ed80, 0x0077edf0]
  146. Event: 1.245 Thread 0x1681b800 368 % com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv::doConvert @ 27 (214 bytes)
  147. Event: 1.246 Thread 0x1681b800 nmethod 368% 0x0077ee48 code [0x0077ef60, 0x0077f330]
  148. Event: 1.247 Thread 0x1681b800 369 % com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer::doConvert @ 27 (138 bytes)
  149. Event: 1.248 Thread 0x1681b800 nmethod 369% 0x0077f748 code [0x0077f860, 0x0077fbb0]
  150. Event: 1.250 Thread 0x1681b800 370 java.lang.Class::checkMemberAccess (67 bytes)
  151. Event: 1.250 Thread 0x1681b800 nmethod 370 0x0077ff48 code [0x007800a0, 0x007802c8]
  152.  
  153. GC Heap History (10 events):
  154. Event: 0.871 GC heap before
  155. {Heap before GC invocations=5 (full 0):
  156. def new generation total 4928K, used 4928K [0x026e0000, 0x02c30000, 0x07c30000)
  157. eden space 4416K, 100% used [0x026e0000, 0x02b30000, 0x02b30000)
  158. from space 512K, 100% used [0x02bb0000, 0x02c30000, 0x02c30000)
  159. to space 512K, 0% used [0x02b30000, 0x02b30000, 0x02bb0000)
  160. tenured generation total 10944K, used 1986K [0x07c30000, 0x086e0000, 0x126e0000)
  161. the space 10944K, 18% used [0x07c30000, 0x07e20a88, 0x07e20c00, 0x086e0000)
  162. compacting perm gen total 12288K, used 6057K [0x126e0000, 0x132e0000, 0x166e0000)
  163. the space 12288K, 49% used [0x126e0000, 0x12cca518, 0x12cca600, 0x132e0000)
  164. No shared spaces configured.
  165. Event: 0.874 GC heap after
  166. Heap after GC invocations=6 (full 0):
  167. def new generation total 4928K, used 363K [0x026e0000, 0x02c30000, 0x07c30000)
  168. eden space 4416K, 0% used [0x026e0000, 0x026e0000, 0x02b30000)
  169. from space 512K, 71% used [0x02b30000, 0x02b8ae40, 0x02bb0000)
  170. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  171. tenured generation total 10944K, used 2435K [0x07c30000, 0x086e0000, 0x126e0000)
  172. the space 10944K, 22% used [0x07c30000, 0x07e90c40, 0x07e90e00, 0x086e0000)
  173. compacting perm gen total 12288K, used 6057K [0x126e0000, 0x132e0000, 0x166e0000)
  174. the space 12288K, 49% used [0x126e0000, 0x12cca518, 0x12cca600, 0x132e0000)
  175. No shared spaces configured.
  176. }
  177. Event: 0.934 GC heap before
  178. {Heap before GC invocations=6 (full 0):
  179. def new generation total 4928K, used 4779K [0x026e0000, 0x02c30000, 0x07c30000)
  180. eden space 4416K, 100% used [0x026e0000, 0x02b30000, 0x02b30000)
  181. from space 512K, 71% used [0x02b30000, 0x02b8ae40, 0x02bb0000)
  182. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  183. tenured generation total 10944K, used 2435K [0x07c30000, 0x086e0000, 0x126e0000)
  184. the space 10944K, 22% used [0x07c30000, 0x07e90c40, 0x07e90e00, 0x086e0000)
  185. compacting perm gen total 12288K, used 6661K [0x126e0000, 0x132e0000, 0x166e0000)
  186. the space 12288K, 54% used [0x126e0000, 0x12d61710, 0x12d61800, 0x132e0000)
  187. No shared spaces configured.
  188. Event: 0.937 GC heap after
  189. Heap after GC invocations=7 (full 0):
  190. def new generation total 4928K, used 394K [0x026e0000, 0x02c30000, 0x07c30000)
  191. eden space 4416K, 0% used [0x026e0000, 0x026e0000, 0x02b30000)
  192. from space 512K, 77% used [0x02bb0000, 0x02c12bb0, 0x02c30000)
  193. to space 512K, 0% used [0x02b30000, 0x02b30000, 0x02bb0000)
  194. tenured generation total 10944K, used 2733K [0x07c30000, 0x086e0000, 0x126e0000)
  195. the space 10944K, 24% used [0x07c30000, 0x07edb718, 0x07edb800, 0x086e0000)
  196. compacting perm gen total 12288K, used 6661K [0x126e0000, 0x132e0000, 0x166e0000)
  197. the space 12288K, 54% used [0x126e0000, 0x12d61710, 0x12d61800, 0x132e0000)
  198. No shared spaces configured.
  199. }
  200. Event: 0.969 GC heap before
  201. {Heap before GC invocations=7 (full 0):
  202. def new generation total 4928K, used 4810K [0x026e0000, 0x02c30000, 0x07c30000)
  203. eden space 4416K, 100% used [0x026e0000, 0x02b30000, 0x02b30000)
  204. from space 512K, 77% used [0x02bb0000, 0x02c12bb0, 0x02c30000)
  205. to space 512K, 0% used [0x02b30000, 0x02b30000, 0x02bb0000)
  206. tenured generation total 10944K, used 2733K [0x07c30000, 0x086e0000, 0x126e0000)
  207. the space 10944K, 24% used [0x07c30000, 0x07edb718, 0x07edb800, 0x086e0000)
  208. compacting perm gen total 12288K, used 7077K [0x126e0000, 0x132e0000, 0x166e0000)
  209. the space 12288K, 57% used [0x126e0000, 0x12dc94f8, 0x12dc9600, 0x132e0000)
  210. No shared spaces configured.
  211. Event: 0.972 GC heap after
  212. Heap after GC invocations=8 (full 0):
  213. def new generation total 4928K, used 424K [0x026e0000, 0x02c30000, 0x07c30000)
  214. eden space 4416K, 0% used [0x026e0000, 0x026e0000, 0x02b30000)
  215. from space 512K, 82% used [0x02b30000, 0x02b9a068, 0x02bb0000)
  216. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  217. tenured generation total 10944K, used 3061K [0x07c30000, 0x086e0000, 0x126e0000)
  218. the space 10944K, 27% used [0x07c30000, 0x07f2d5b8, 0x07f2d600, 0x086e0000)
  219. compacting perm gen total 12288K, used 7077K [0x126e0000, 0x132e0000, 0x166e0000)
  220. the space 12288K, 57% used [0x126e0000, 0x12dc94f8, 0x12dc9600, 0x132e0000)
  221. No shared spaces configured.
  222. }
  223. Event: 1.014 GC heap before
  224. {Heap before GC invocations=8 (full 0):
  225. def new generation total 4928K, used 4840K [0x026e0000, 0x02c30000, 0x07c30000)
  226. eden space 4416K, 100% used [0x026e0000, 0x02b30000, 0x02b30000)
  227. from space 512K, 82% used [0x02b30000, 0x02b9a068, 0x02bb0000)
  228. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  229. tenured generation total 10944K, used 3061K [0x07c30000, 0x086e0000, 0x126e0000)
  230. the space 10944K, 27% used [0x07c30000, 0x07f2d5b8, 0x07f2d600, 0x086e0000)
  231. compacting perm gen total 12288K, used 7629K [0x126e0000, 0x132e0000, 0x166e0000)
  232. the space 12288K, 62% used [0x126e0000, 0x12e534c8, 0x12e53600, 0x132e0000)
  233. No shared spaces configured.
  234. Event: 1.016 GC heap after
  235. Heap after GC invocations=9 (full 0):
  236. def new generation total 4928K, used 418K [0x026e0000, 0x02c30000, 0x07c30000)
  237. eden space 4416K, 0% used [0x026e0000, 0x026e0000, 0x02b30000)
  238. from space 512K, 81% used [0x02bb0000, 0x02c18a50, 0x02c30000)
  239. to space 512K, 0% used [0x02b30000, 0x02b30000, 0x02bb0000)
  240. tenured generation total 10944K, used 3368K [0x07c30000, 0x086e0000, 0x126e0000)
  241. the space 10944K, 30% used [0x07c30000, 0x07f7a1b0, 0x07f7a200, 0x086e0000)
  242. compacting perm gen total 12288K, used 7629K [0x126e0000, 0x132e0000, 0x166e0000)
  243. the space 12288K, 62% used [0x126e0000, 0x12e534c8, 0x12e53600, 0x132e0000)
  244. No shared spaces configured.
  245. }
  246. Event: 1.043 GC heap before
  247. {Heap before GC invocations=9 (full 0):
  248. def new generation total 4928K, used 4834K [0x026e0000, 0x02c30000, 0x07c30000)
  249. eden space 4416K, 100% used [0x026e0000, 0x02b30000, 0x02b30000)
  250. from space 512K, 81% used [0x02bb0000, 0x02c18a50, 0x02c30000)
  251. to space 512K, 0% used [0x02b30000, 0x02b30000, 0x02bb0000)
  252. tenured generation total 10944K, used 3368K [0x07c30000, 0x086e0000, 0x126e0000)
  253. the space 10944K, 30% used [0x07c30000, 0x07f7a1b0, 0x07f7a200, 0x086e0000)
  254. compacting perm gen total 12288K, used 7750K [0x126e0000, 0x132e0000, 0x166e0000)
  255. the space 12288K, 63% used [0x126e0000, 0x12e71828, 0x12e71a00, 0x132e0000)
  256. No shared spaces configured.
  257. Event: 1.045 GC heap after
  258. Heap after GC invocations=10 (full 0):
  259. def new generation total 4928K, used 198K [0x026e0000, 0x02c30000, 0x07c30000)
  260. eden space 4416K, 0% used [0x026e0000, 0x026e0000, 0x02b30000)
  261. from space 512K, 38% used [0x02b30000, 0x02b61800, 0x02bb0000)
  262. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  263. tenured generation total 10944K, used 3491K [0x07c30000, 0x086e0000, 0x126e0000)
  264. the space 10944K, 31% used [0x07c30000, 0x07f98d50, 0x07f98e00, 0x086e0000)
  265. compacting perm gen total 12288K, used 7750K [0x126e0000, 0x132e0000, 0x166e0000)
  266. the space 12288K, 63% used [0x126e0000, 0x12e71828, 0x12e71a00, 0x132e0000)
  267. No shared spaces configured.
  268. }
  269.  
  270. Deoptimization events (0 events):
  271. No events
  272.  
  273. Internal exceptions (10 events):
  274. Event: 1.045 Thread 0x17258400 Threw 0x026ec2b0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  275. Event: 1.045 Thread 0x17258400 Threw 0x026ee140 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  276. Event: 1.045 Thread 0x17258400 Threw 0x026f0870 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  277. Event: 1.045 Thread 0x17258400 Threw 0x026f3a80 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  278. Event: 1.045 Thread 0x17258400 Threw 0x026f67a8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  279. Event: 1.249 Thread 0x17258400 Threw 0x02936ff8 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  280. Event: 1.249 Thread 0x17258400 Threw 0x02937ba0 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  281. Event: 1.249 Thread 0x17258400 Threw 0x02939238 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  282. Event: 1.249 Thread 0x17258400 Threw 0x0293cc88 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  283. Event: 1.250 Thread 0x17258400 Threw 0x029618d8 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  284.  
  285. Events (10 events):
  286. Event: 1.252 loading class 0x1725f1e0
  287. Event: 1.252 loading class 0x1725f1e0 done
  288. Event: 1.252 loading class 0x17ceaa08
  289. Event: 1.252 loading class 0x17ceaa08 done
  290. Event: 1.252 loading class 0x17228578
  291. Event: 1.252 loading class 0x17228578 done
  292. Event: 1.254 loading class 0x17251558
  293. Event: 1.254 loading class 0x17251558 done
  294. Event: 1.254 loading class 0x17258e38
  295. Event: 1.254 loading class 0x17258e38 done
  296.  
  297.  
  298. Dynamic libraries:
  299. 0x00400000 - 0x00435000 C:\Program Files\Renegade X\Renegade X.exe
  300. 0x7ef40000 - 0x7f000000 C:\windows\system32\ntdll.dll
  301. 0x7ec90000 - 0x7eed1000 C:\windows\system32\KERNEL32.dll
  302. 0x7eb00000 - 0x7ec3f000 C:\windows\system32\user32.dll
  303. 0x7e9d0000 - 0x7eae4000 C:\windows\system32\gdi32.dll
  304. 0x7e960000 - 0x7e9c8000 C:\windows\system32\advapi32.dll
  305. 0x7ef10000 - 0x7ef28000 C:\windows\system32\version.dll
  306. 0x7e730000 - 0x7e957000 C:\windows\system32\shell32.dll
  307. 0x7e6c0000 - 0x7e723000 C:\windows\system32\shlwapi.dll
  308. 0x7e5b0000 - 0x7e6aa000 C:\windows\system32\comctl32.dll
  309. 0x7e350000 - 0x7e3ce000 C:\windows\system32\winex11.drv
  310. 0x7e130000 - 0x7e163000 C:\windows\system32\uxtheme.dll
  311. 0x7e010000 - 0x7e12e000 C:\windows\system32\ole32.dll
  312. 0x7df80000 - 0x7dff2000 C:\windows\system32\rpcrt4.dll
  313. 0x7df40000 - 0x7df71000 C:\windows\system32\msvcr100.dll
  314. 0x7deb0000 - 0x7df3a000 C:\windows\system32\msvcrt.dll
  315. 0x6e890000 - 0x6ec10000 C:\Program Files\Renegade X\runtime\jre\bin\client\jvm.dll
  316. 0x7e330000 - 0x7e33c000 C:\windows\system32\wsock32.dll
  317. 0x7de60000 - 0x7de92000 C:\windows\system32\ws2_32.dll
  318. 0x7de40000 - 0x7de5c000 C:\windows\system32\iphlpapi.dll
  319. 0x7dd40000 - 0x7ddee000 C:\windows\system32\winmm.dll
  320. 0x7de10000 - 0x7de38000 C:\windows\system32\msacm32.dll
  321. 0x7e310000 - 0x7e321000 C:\windows\system32\psapi.dll
  322. 0x6e7e0000 - 0x6e7ec000 C:\Program Files\Renegade X\runtime\jre\bin\verify.dll
  323. 0x6d590000 - 0x6d5b0000 C:\Program Files\Renegade X\runtime\jre\bin\java.dll
  324. 0x6e870000 - 0x6e883000 C:\Program Files\Renegade X\runtime\jre\bin\zip.dll
  325. 0x78aa0000 - 0x78b5f000 C:\Program Files\Renegade X\runtime\jre\bin\msvcr100.dll
  326. 0x6d2e0000 - 0x6d33b000 C:\Program Files\Renegade X\runtime\jre\bin\deploy.dll
  327. 0x7dc10000 - 0x7dd34000 C:\windows\system32\oleaut32.dll
  328. 0x7db90000 - 0x7dbff000 C:\windows\system32\wininet.dll
  329. 0x7daf0000 - 0x7db0a000 C:\windows\system32\mpr.dll
  330. 0x7da50000 - 0x7dae3000 C:\windows\system32\urlmon.dll
  331. 0x6e670000 - 0x6e67d000 C:\Program Files\Renegade X\runtime\jre\bin\prism-d3d.dll
  332. 0x7da10000 - 0x7da41000 C:\windows\system32\d3d9.dll
  333. 0x7d5d0000 - 0x7d700000 C:\windows\system32\wined3d.dll
  334. 0x7d4d0000 - 0x7d5be000 C:\windows\system32\opengl32.dll
  335. 0x7cde0000 - 0x7ce00000 C:\windows\system32\imm32.dll
  336. 0x6d3f0000 - 0x6d417000 C:\Program Files\Renegade X\runtime\jre\bin\glass.dll
  337. 0x7cd00000 - 0x7cddc000 C:\windows\system32\comdlg32.dll
  338. 0x7ccc0000 - 0x7ccf1000 C:\windows\system32\winspool.drv
  339. 0x6d5f0000 - 0x6d62d000 C:\Program Files\Renegade X\runtime\jre\bin\javafx-font.dll
  340. 0x6e470000 - 0x6e4df000 C:\Program Files\Renegade X\runtime\jre\bin\libxml2.dll
  341. 0x6e4e0000 - 0x6e508000 C:\Program Files\Renegade X\runtime\jre\bin\libxslt.dll
  342. 0x6d710000 - 0x6e270000 C:\Program Files\Renegade X\runtime\jre\bin\jfxwebkit.dll
  343. 0x7cb40000 - 0x7cba2000 C:\windows\system32\dbghelp.dll
  344.  
  345. VM Arguments:
  346. jvm_args: -Djava.library.path=C:\Program Files\Renegade X\app\ -Dapp.preferences.id=Rx_Starter_id
  347. java_command: <unknown>
  348. Launcher Type: generic
  349.  
  350. Environment Variables:
  351. PATH=C:\windows\system32;C:\windows;C:\windows\system32\wbem
  352. USERNAME=lunac
  353. SHELL=/bin/bash
  354. DISPLAY=:0.0
  355. OS=Windows_NT
  356. PROCESSOR_IDENTIFIER=x86 Family 6 Model 60 Stepping 3, GenuineIntel
  357.  
  358.  
  359.  
  360. --------------- S Y S T E M ---------------
  361.  
  362. OS: Windows 7 Build 7601 Service Pack 1
  363.  
  364. CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, erms, tsc, tscinvbit
  365.  
  366. Memory: 4k page, physical 8113499k(7488107k free), swap 8113500k(7488108k free)
  367.  
  368. vm_info: Java HotSpot(TM) Client VM (24.45-b08) for windows-x86 JRE (1.7.0_45-b18), built on Oct 8 2013 06:02:43 by "java_re" with unknown MS VC++:1600
  369.  
  370. time: Sat Jul 05 16:20:33 2014
  371. elapsed time: 1 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement