Advertisement
Guest User

hs_err_pid68.log Java launcher error 2

a guest
Aug 4th, 2014
59
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=68, tid=53
  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+0x2477e] RaiseException+0x5e
  10. #
  11. # Core dump written. Default location: C:\Program Files\Renegade X\app\hs_err_pid68.mdmp
  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 (0x1725cc00): JavaThread "JavaFX Application Thread" [_thread_in_native, id=53, stack(0x17940000,0x17a40000)]
  22.  
  23. siginfo: ExceptionCode=0xc06d007f, ExceptionInformation=0x17a3d59c
  24.  
  25. Registers:
  26. EAX=0x7ec9070d, EBX=0x7ed1e5e0, ECX=0x00000000, EDX=0x00000004
  27. ESP=0x17a3d4f4, EBP=0x17a3d568, ESI=0xc06d007f, EDI=0x7eaf0000
  28. EIP=0x7eca477e, EFLAGS=0x00200293
  29.  
  30. Top of Stack: (sp=0x17a3d4f4)
  31. 0x17a3d4f4: 17a3d5e8 00000004 7ef68f8a c06d007f
  32. 0x17a3d504: 00000000 00000000 7eca477e 00000001
  33. 0x17a3d514: 17a3d59c 17a3d540 00000000 17a3d540
  34. 0x17a3d524: 00000000 17a3d578 7ecc25cd 00000000
  35. 0x17a3d534: 7eaf0000 7ec90695 7ecc25cd c000007a
  36. 0x17a3d544: 17a3d558 00000000 17a3d554 7e038399
  37. 0x17a3d554: 00040026 00140013 17a3d580 00000000
  38. 0x17a3d564: 6d40e94c 17a3d5e0 6d406813 6d40e94c
  39.  
  40. Instructions: (pc=0x7eca477e)
  41. 0x7eca475e: 83 40 61 f8 ff 89 45 a4 74 04 85 c9 75 24 c7 45
  42. 0x7eca476e: a8 00 00 00 00 8d 45 98 89 04 24 e8 8a bf fe ff
  43. 0x7eca477e: 83 ec 04 8d 65 f4 59 5b 5e 5d 8d 61 fc c2 10 00
  44. 0x7eca478e: 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=0x7ec9070d is an unknown value
  50. EBX=0x7ed1e5e0 is an unknown value
  51. ECX=0x00000000 is an unknown value
  52. EDX=0x00000004 is an unknown value
  53. ESP=0x17a3d4f4 is pointing into the stack for thread: 0x1725cc00
  54. EBP=0x17a3d568 is pointing into the stack for thread: 0x1725cc00
  55. ESI=0xc06d007f is an unknown value
  56. EDI=0x7eaf0000 is an unknown value
  57.  
  58.  
  59. Stack: [0x17940000,0x17a40000], sp=0x17a3d4f4, free space=1013k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [KERNEL32.dll+0x2477e] 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. 0x17c20800 JavaThread "Disposer" daemon [_thread_blocked, id=57, stack(0x18080000,0x18180000)]
  99. 0x17b98400 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=55, stack(0x17f80000,0x18080000)]
  100. 0x17279c00 JavaThread "Thread-3" daemon [_thread_in_native, id=54, stack(0x17a40000,0x17b40000)]
  101. =>0x1725cc00 JavaThread "JavaFX Application Thread" [_thread_in_native, id=53, stack(0x17940000,0x17a40000)]
  102. 0x1725d800 JavaThread "Thread-2" daemon [_thread_blocked, id=52, stack(0x17840000,0x17940000)]
  103. 0x17248c00 JavaThread "Disposer" daemon [_thread_blocked, id=51, stack(0x17740000,0x17840000)]
  104. 0x1723a800 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=47, stack(0x17630000,0x17730000)]
  105. 0x17205c00 JavaThread "JavaFX-Launcher" [_thread_blocked, id=46, stack(0x17530000,0x17630000)]
  106. 0x171eec00 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=45, stack(0x17320000,0x17420000)]
  107. 0x16820800 JavaThread "Service Thread" daemon [_thread_blocked, id=43, stack(0x16f00000,0x17000000)]
  108. 0x1681b800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=9, stack(0x16e00000,0x16f00000)]
  109. 0x16819c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=61, stack(0x16d00000,0x16e00000)]
  110. 0x16818800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=13, stack(0x16c00000,0x16d00000)]
  111. 0x16808000 JavaThread "Finalizer" daemon [_thread_blocked, id=11, stack(0x16b00000,0x16c00000)]
  112. 0x16802000 JavaThread "Reference Handler" daemon [_thread_blocked, id=71, stack(0x16a00000,0x16b00000)]
  113. 0x0013d400 JavaThread "main" [_thread_blocked, id=69, stack(0x00230000,0x00330000)]
  114.  
  115. Other Threads:
  116. 0x16800800 VMThread [stack: 0x16900000,0x16a00000] [id=70]
  117. 0x1682c400 WatcherThread [stack: 0x17000000,0x17100000] [id=44]
  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 2695K [0x026e0000, 0x02c30000, 0x07c30000)
  125. eden space 4416K, 55% used [0x026e0000, 0x029484d8, 0x02b30000)
  126. from space 512K, 45% used [0x02b30000, 0x02b699a0, 0x02bb0000)
  127. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  128. tenured generation total 10944K, used 3478K [0x07c30000, 0x086e0000, 0x126e0000)
  129. the space 10944K, 31% used [0x07c30000, 0x07f95a00, 0x07f95a00, 0x086e0000)
  130. compacting perm gen total 12288K, used 7971K [0x126e0000, 0x132e0000, 0x166e0000)
  131. the space 12288K, 64% used [0x126e0000, 0x12ea8e68, 0x12ea9000, 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, 0x00780000, 0x02660000)
  139. total_blobs=617 nmethods=365 adapters=189 free_code_cache=31620Kb largest_free_block=32379328
  140.  
  141. Compilation events (10 events):
  142. Event: 1.302 Thread 0x1681b800 366 java.util.zip.ZipEntry::getSize (5 bytes)
  143. Event: 1.303 Thread 0x1681b800 nmethod 366 0x0077cf48 code [0x0077d040, 0x0077d0c0]
  144. Event: 1.303 Thread 0x1681b800 367 sun.misc.URLClassPath$JarLoader::access$400 (5 bytes)
  145. Event: 1.303 Thread 0x1681b800 nmethod 367 0x0077d108 code [0x0077d200, 0x0077d270]
  146. Event: 1.306 Thread 0x1681b800 368 % com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv::doConvert @ 27 (214 bytes)
  147. Event: 1.307 Thread 0x1681b800 nmethod 368% 0x0077d2c8 code [0x0077d3e0, 0x0077d7b0]
  148. Event: 1.309 Thread 0x1681b800 369 % com.sun.javafx.image.impl.BaseByteToByteConverter$FourByteReorderer::doConvert @ 27 (138 bytes)
  149. Event: 1.309 Thread 0x1681b800 nmethod 369% 0x0077dbc8 code [0x0077dce0, 0x0077e030]
  150. Event: 1.311 Thread 0x1681b800 370 java.lang.Class::checkMemberAccess (67 bytes)
  151. Event: 1.311 Thread 0x1681b800 nmethod 370 0x0077e3c8 code [0x0077e520, 0x0077e748]
  152.  
  153. GC Heap History (10 events):
  154. Event: 0.941 GC heap before
  155. {Heap before GC invocations=5 (full 0):
  156. def new generation total 4928K, used 4927K [0x026e0000, 0x02c30000, 0x07c30000)
  157. eden space 4416K, 100% used [0x026e0000, 0x02b30000, 0x02b30000)
  158. from space 512K, 99% used [0x02bb0000, 0x02c2fff8, 0x02c30000)
  159. to space 512K, 0% used [0x02b30000, 0x02b30000, 0x02bb0000)
  160. tenured generation total 10944K, used 2029K [0x07c30000, 0x086e0000, 0x126e0000)
  161. the space 10944K, 18% used [0x07c30000, 0x07e2b570, 0x07e2b600, 0x086e0000)
  162. compacting perm gen total 12288K, used 6028K [0x126e0000, 0x132e0000, 0x166e0000)
  163. the space 12288K, 49% used [0x126e0000, 0x12cc3038, 0x12cc3200, 0x132e0000)
  164. No shared spaces configured.
  165. Event: 0.944 GC heap after
  166. Heap after GC invocations=6 (full 0):
  167. def new generation total 4928K, used 369K [0x026e0000, 0x02c30000, 0x07c30000)
  168. eden space 4416K, 0% used [0x026e0000, 0x026e0000, 0x02b30000)
  169. from space 512K, 72% used [0x02b30000, 0x02b8c5f8, 0x02bb0000)
  170. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  171. tenured generation total 10944K, used 2427K [0x07c30000, 0x086e0000, 0x126e0000)
  172. the space 10944K, 22% used [0x07c30000, 0x07e8ee48, 0x07e8f000, 0x086e0000)
  173. compacting perm gen total 12288K, used 6028K [0x126e0000, 0x132e0000, 0x166e0000)
  174. the space 12288K, 49% used [0x126e0000, 0x12cc3038, 0x12cc3200, 0x132e0000)
  175. No shared spaces configured.
  176. }
  177. Event: 1.002 GC heap before
  178. {Heap before GC invocations=6 (full 0):
  179. def new generation total 4928K, used 4785K [0x026e0000, 0x02c30000, 0x07c30000)
  180. eden space 4416K, 100% used [0x026e0000, 0x02b30000, 0x02b30000)
  181. from space 512K, 72% used [0x02b30000, 0x02b8c5f8, 0x02bb0000)
  182. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  183. tenured generation total 10944K, used 2427K [0x07c30000, 0x086e0000, 0x126e0000)
  184. the space 10944K, 22% used [0x07c30000, 0x07e8ee48, 0x07e8f000, 0x086e0000)
  185. compacting perm gen total 12288K, used 6561K [0x126e0000, 0x132e0000, 0x166e0000)
  186. the space 12288K, 53% used [0x126e0000, 0x12d48678, 0x12d48800, 0x132e0000)
  187. No shared spaces configured.
  188. Event: 1.004 GC heap after
  189. Heap after GC invocations=7 (full 0):
  190. def new generation total 4928K, used 512K [0x026e0000, 0x02c30000, 0x07c30000)
  191. eden space 4416K, 0% used [0x026e0000, 0x026e0000, 0x02b30000)
  192. from space 512K, 100% used [0x02bb0000, 0x02c30000, 0x02c30000)
  193. to space 512K, 0% used [0x02b30000, 0x02b30000, 0x02bb0000)
  194. tenured generation total 10944K, used 2732K [0x07c30000, 0x086e0000, 0x126e0000)
  195. the space 10944K, 24% used [0x07c30000, 0x07edb1c8, 0x07edb200, 0x086e0000)
  196. compacting perm gen total 12288K, used 6561K [0x126e0000, 0x132e0000, 0x166e0000)
  197. the space 12288K, 53% used [0x126e0000, 0x12d48678, 0x12d48800, 0x132e0000)
  198. No shared spaces configured.
  199. }
  200. Event: 1.038 GC heap before
  201. {Heap before GC invocations=7 (full 0):
  202. def new generation total 4928K, used 4928K [0x026e0000, 0x02c30000, 0x07c30000)
  203. eden space 4416K, 100% used [0x026e0000, 0x02b30000, 0x02b30000)
  204. from space 512K, 100% used [0x02bb0000, 0x02c30000, 0x02c30000)
  205. to space 512K, 0% used [0x02b30000, 0x02b30000, 0x02bb0000)
  206. tenured generation total 10944K, used 2732K [0x07c30000, 0x086e0000, 0x126e0000)
  207. the space 10944K, 24% used [0x07c30000, 0x07edb1c8, 0x07edb200, 0x086e0000)
  208. compacting perm gen total 12288K, used 7005K [0x126e0000, 0x132e0000, 0x166e0000)
  209. the space 12288K, 57% used [0x126e0000, 0x12db7640, 0x12db7800, 0x132e0000)
  210. No shared spaces configured.
  211. Event: 1.040 GC heap after
  212. Heap after GC invocations=8 (full 0):
  213. def new generation total 4928K, used 425K [0x026e0000, 0x02c30000, 0x07c30000)
  214. eden space 4416K, 0% used [0x026e0000, 0x026e0000, 0x02b30000)
  215. from space 512K, 83% used [0x02b30000, 0x02b9a460, 0x02bb0000)
  216. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  217. tenured generation total 10944K, used 3041K [0x07c30000, 0x086e0000, 0x126e0000)
  218. the space 10944K, 27% used [0x07c30000, 0x07f28430, 0x07f28600, 0x086e0000)
  219. compacting perm gen total 12288K, used 7005K [0x126e0000, 0x132e0000, 0x166e0000)
  220. the space 12288K, 57% used [0x126e0000, 0x12db7640, 0x12db7800, 0x132e0000)
  221. No shared spaces configured.
  222. }
  223. Event: 1.084 GC heap before
  224. {Heap before GC invocations=8 (full 0):
  225. def new generation total 4928K, used 4841K [0x026e0000, 0x02c30000, 0x07c30000)
  226. eden space 4416K, 100% used [0x026e0000, 0x02b30000, 0x02b30000)
  227. from space 512K, 83% used [0x02b30000, 0x02b9a460, 0x02bb0000)
  228. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  229. tenured generation total 10944K, used 3041K [0x07c30000, 0x086e0000, 0x126e0000)
  230. the space 10944K, 27% used [0x07c30000, 0x07f28430, 0x07f28600, 0x086e0000)
  231. compacting perm gen total 12288K, used 7519K [0x126e0000, 0x132e0000, 0x166e0000)
  232. the space 12288K, 61% used [0x126e0000, 0x12e37f08, 0x12e38000, 0x132e0000)
  233. No shared spaces configured.
  234. Event: 1.087 GC heap after
  235. Heap after GC invocations=9 (full 0):
  236. def new generation total 4928K, used 373K [0x026e0000, 0x02c30000, 0x07c30000)
  237. eden space 4416K, 0% used [0x026e0000, 0x026e0000, 0x02b30000)
  238. from space 512K, 73% used [0x02bb0000, 0x02c0d7e0, 0x02c30000)
  239. to space 512K, 0% used [0x02b30000, 0x02b30000, 0x02bb0000)
  240. tenured generation total 10944K, used 3350K [0x07c30000, 0x086e0000, 0x126e0000)
  241. the space 10944K, 30% used [0x07c30000, 0x07f75940, 0x07f75a00, 0x086e0000)
  242. compacting perm gen total 12288K, used 7519K [0x126e0000, 0x132e0000, 0x166e0000)
  243. the space 12288K, 61% used [0x126e0000, 0x12e37f08, 0x12e38000, 0x132e0000)
  244. No shared spaces configured.
  245. }
  246. Event: 1.117 GC heap before
  247. {Heap before GC invocations=9 (full 0):
  248. def new generation total 4928K, used 4777K [0x026e0000, 0x02c30000, 0x07c30000)
  249. eden space 4416K, 99% used [0x026e0000, 0x02b2cc38, 0x02b30000)
  250. from space 512K, 73% used [0x02bb0000, 0x02c0d7e0, 0x02c30000)
  251. to space 512K, 0% used [0x02b30000, 0x02b30000, 0x02bb0000)
  252. tenured generation total 10944K, used 3350K [0x07c30000, 0x086e0000, 0x126e0000)
  253. the space 10944K, 30% used [0x07c30000, 0x07f75940, 0x07f75a00, 0x086e0000)
  254. compacting perm gen total 12288K, used 7698K [0x126e0000, 0x132e0000, 0x166e0000)
  255. the space 12288K, 62% used [0x126e0000, 0x12e64ad0, 0x12e64c00, 0x132e0000)
  256. No shared spaces configured.
  257. Event: 1.118 GC heap after
  258. Heap after GC invocations=10 (full 0):
  259. def new generation total 4928K, used 230K [0x026e0000, 0x02c30000, 0x07c30000)
  260. eden space 4416K, 0% used [0x026e0000, 0x026e0000, 0x02b30000)
  261. from space 512K, 45% used [0x02b30000, 0x02b699a0, 0x02bb0000)
  262. to space 512K, 0% used [0x02bb0000, 0x02bb0000, 0x02c30000)
  263. tenured generation total 10944K, used 3478K [0x07c30000, 0x086e0000, 0x126e0000)
  264. the space 10944K, 31% used [0x07c30000, 0x07f95a00, 0x07f95a00, 0x086e0000)
  265. compacting perm gen total 12288K, used 7698K [0x126e0000, 0x132e0000, 0x166e0000)
  266. the space 12288K, 62% used [0x126e0000, 0x12e64ad0, 0x12e64c00, 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.111 Thread 0x1725cc00 Threw 0x02acce10 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  275. Event: 1.111 Thread 0x1725cc00 Threw 0x02aceca0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  276. Event: 1.111 Thread 0x1725cc00 Threw 0x02ad13d0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  277. Event: 1.112 Thread 0x1725cc00 Threw 0x02ad4650 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  278. Event: 1.112 Thread 0x1725cc00 Threw 0x02ad7300 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  279. Event: 1.310 Thread 0x1725cc00 Threw 0x028cc3f8 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  280. Event: 1.310 Thread 0x1725cc00 Threw 0x028ccfa0 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  281. Event: 1.310 Thread 0x1725cc00 Threw 0x028ce638 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  282. Event: 1.310 Thread 0x1725cc00 Threw 0x028d2088 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  283. Event: 1.311 Thread 0x1725cc00 Threw 0x028f6d10 at C:\re\jdk7u45\229\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
  284.  
  285. Events (10 events):
  286. Event: 1.314 loading class 0x17258938
  287. Event: 1.314 loading class 0x17258938 done
  288. Event: 1.314 loading class 0x17c79398
  289. Event: 1.314 loading class 0x17c79398 done
  290. Event: 1.314 loading class 0x17210538
  291. Event: 1.314 loading class 0x17210538 done
  292. Event: 1.315 loading class 0x1724b918
  293. Event: 1.315 loading class 0x1724b918 done
  294. Event: 1.315 loading class 0x1724ff10
  295. Event: 1.315 loading class 0x1724ff10 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. 0x7ec80000 - 0x7eec5000 C:\windows\system32\KERNEL32.dll
  302. 0x7eaf0000 - 0x7ec33000 C:\windows\system32\user32.dll
  303. 0x7e9d0000 - 0x7ead8000 C:\windows\system32\gdi32.dll
  304. 0x7e960000 - 0x7e9bc000 C:\windows\system32\advapi32.dll
  305. 0x7ef10000 - 0x7ef28000 C:\windows\system32\version.dll
  306. 0x7e720000 - 0x7e94b000 C:\windows\system32\shell32.dll
  307. 0x7e6b0000 - 0x7e717000 C:\windows\system32\shlwapi.dll
  308. 0x7e5a0000 - 0x7e69e000 C:\windows\system32\comctl32.dll
  309. 0x7e340000 - 0x7e3c2000 C:\windows\system32\winex11.drv
  310. 0x7e130000 - 0x7e157000 C:\windows\system32\uxtheme.dll
  311. 0x7e000000 - 0x7e122000 C:\windows\system32\ole32.dll
  312. 0x7df70000 - 0x7dfe6000 C:\windows\system32\rpcrt4.dll
  313. 0x7df40000 - 0x7df65000 C:\windows\system32\msvcr100.dll
  314. 0x7dea0000 - 0x7df2e000 C:\windows\system32\msvcrt.dll
  315. 0x6e890000 - 0x6ec10000 C:\Program Files\Renegade X\runtime\jre\bin\client\jvm.dll
  316. 0x7e320000 - 0x7e330000 C:\windows\system32\wsock32.dll
  317. 0x7de60000 - 0x7de86000 C:\windows\system32\ws2_32.dll
  318. 0x7de30000 - 0x7de50000 C:\windows\system32\iphlpapi.dll
  319. 0x7dd30000 - 0x7dde2000 C:\windows\system32\winmm.dll
  320. 0x7de10000 - 0x7de2c000 C:\windows\system32\msacm32.dll
  321. 0x7e310000 - 0x7e315000 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 - 0x7dd28000 C:\windows\system32\oleaut32.dll
  328. 0x7db80000 - 0x7dbf3000 C:\windows\system32\wininet.dll
  329. 0x7db60000 - 0x7db77000 C:\windows\system32\mpr.dll
  330. 0x7dac0000 - 0x7db50000 C:\windows\system32\urlmon.dll
  331. 0x6e670000 - 0x6e67d000 C:\Program Files\Renegade X\runtime\jre\bin\prism-d3d.dll
  332. 0x7da80000 - 0x7daae000 C:\windows\system32\d3d9.dll
  333. 0x7d5d0000 - 0x7d700000 C:\windows\system32\wined3d.dll
  334. 0x7d4d0000 - 0x7d5be000 C:\windows\system32\opengl32.dll
  335. 0x7d810000 - 0x7d82e000 C:\windows\system32\imm32.dll
  336. 0x6d3f0000 - 0x6d417000 C:\Program Files\Renegade X\runtime\jre\bin\glass.dll
  337. 0x7cc20000 - 0x7cd00000 C:\windows\system32\comdlg32.dll
  338. 0x7d3c0000 - 0x7d3fa000 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. 0x7cb20000 - 0x7cb7f000 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 NT 6.1 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(7490679k free), swap 8113500k(7490680k 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:09 2014
  371. elapsed time: 1 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement