Frontrider

Libgdx java 8

Sep 28th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.17 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=0x0000000066be7aa4, pid=4444, tid=3740
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [gdx-box2d64.dll+0x27aa4]
  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.java.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 (0x0000000056f74800): JavaThread "LWJGL Application" [_thread_in_native, id=3740, stack(0x0000000057c80000,0x0000000057d80000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000008
  24.  
  25. Registers:
  26. RAX=0x0000000000000000, RBX=0x0000000054a45188, RCX=0x0000000056f749f8, RDX=0x0000000057d7ed20
  27. RSP=0x0000000057d7ecf8, RBP=0x0000000057d7ed60, RSI=0x000000005ea7f5f0, RDI=0x00000000eb4f1360
  28. R8 =0x000000000048f210, R9 =0x00000000eb384c08, R10=0x0000000002c7edfb, R11=0x0000000002d3c730
  29. R12=0x0000000000000000, R13=0x0000000057d7ee30, R14=0x0000000057d7eec8, R15=0x0000000056f74800
  30. RIP=0x0000000066be7aa4, EFLAGS=0x0000000000010246
  31.  
  32. Top of Stack: (sp=0x0000000057d7ecf8)
  33. 0x0000000057d7ecf8: 0000000002c7ee75 000000005724c5a0
  34. 0x0000000057d7ed08: 0000000057d7eda0 0000000000000002
  35. 0x0000000057d7ed18: 0000000000000000 00000000eb384db8
  36. 0x0000000057d7ed28: 0000000002a0556a 0000000002a05490
  37. 0x0000000057d7ed38: 0000000000000000 0000000057d7edc0
  38. 0x0000000057d7ed48: 0000000057d7eda0 0000000056f74800
  39. 0x0000000057d7ed58: 0000000056f74010 0000000057d7ee90
  40. 0x0000000057d7ed68: 0000000002d3c76c 00000000566f99a8
  41. 0x0000000057d7ed78: 00000000000000d8 0000000057d7f498
  42. 0x0000000057d7ed88: 0000000000000000 00000000eb4f1318
  43. 0x0000000057d7ed98: 00000000eb384c08 0000000000000048
  44. 0x0000000057d7eda8: 00000000eb4f1360 00000000eb384db8
  45. 0x0000000057d7edb8: 0000000000000000 0000000057d7ee18
  46. 0x0000000057d7edc8: 00000000029caaa0 00000000eb4f1360
  47. 0x0000000057d7edd8: 0000000057d7edd8 0000000054a44b74
  48. 0x0000000057d7ede8: 0000000057d7ee30 0000000054a46568
  49.  
  50. Instructions: (pc=0x0000000066be7aa4)
  51. 0x0000000066be7a84: 31 c3 66 2e 0f 1f 84 00 00 00 00 00 45 84 c9 41
  52. 0x0000000066be7a94: 0f 95 40 31 c3 90 90 90 90 90 90 90 49 8b 40 18
  53. 0x0000000066be7aa4: 8b 50 08 b8 ff ff ff ff 83 fa 03 77 0a 48 8d 05
  54. 0x0000000066be7ab4: 28 13 03 00 8b 04 90 f3 c3 0f 1f 00 49 8b 40 18
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x0000000000000000 is an unknown value
  60. RBX={method} {0x0000000054a45190} 'drawShape' '(Lcom/badlogic/gdx/physics/box2d/Fixture;Lcom/badlogic/gdx/physics/box2d/Transform;Lcom/badlogic/gdx/graphics/Color;)V' in 'com/badlogic/gdx/physics/box2d/Box2DDebugRenderer'
  61. RCX=0x0000000056f749f8 is an unknown value
  62. RDX=0x0000000057d7ed20 is pointing into the stack for thread: 0x0000000056f74800
  63. RSP=0x0000000057d7ecf8 is pointing into the stack for thread: 0x0000000056f74800
  64. RBP=0x0000000057d7ed60 is pointing into the stack for thread: 0x0000000056f74800
  65. RSI=0x000000005ea7f5f0 is an unknown value
  66. RDI=0x00000000eb4f1360 is an oop
  67. com.badlogic.gdx.graphics.Color
  68. - klass: 'com/badlogic/gdx/graphics/Color'
  69. R8 =0x000000000048f210 is an unknown value
  70. R9 =0x00000000eb384c08 is an oop
  71. com.badlogic.gdx.physics.box2d.Transform
  72. - klass: 'com/badlogic/gdx/physics/box2d/Transform'
  73. R10=0x0000000002c7edfb is at entry_point+59 in (nmethod*)0x0000000002c7ec50
  74. R11=0x0000000002d3c730 is at entry_point+16 in (nmethod*)0x0000000002d3c350
  75. R12=0x0000000000000000 is an unknown value
  76. R13=0x0000000057d7ee30 is pointing into the stack for thread: 0x0000000056f74800
  77. R14=0x0000000057d7eec8 is pointing into the stack for thread: 0x0000000056f74800
  78. R15=0x0000000056f74800 is a thread
  79.  
  80.  
  81. Stack: [0x0000000057c80000,0x0000000057d80000], sp=0x0000000057d7ecf8, free space=1019k
  82. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  83. C [gdx-box2d64.dll+0x27aa4]
  84. C 0x0000000002c7ee75
  85.  
  86. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  87. J 648 com.badlogic.gdx.physics.box2d.Fixture.jniGetType(J)I (0 bytes) @ 0x0000000002c7edfb [0x0000000002c7edc0+0x3b]
  88. J 931 C2 com.badlogic.gdx.physics.box2d.Box2DDebugRenderer.drawShape(Lcom/badlogic/gdx/physics/box2d/Fixture;Lcom/badlogic/gdx/physics/box2d/Transform;Lcom/badlogic/gdx/graphics/Color;)V (297 bytes) @ 0x0000000002d3c76c [0x0000000002d3c720+0x4c]
  89. j com.badlogic.gdx.physics.box2d.Box2DDebugRenderer.renderBody(Lcom/badlogic/gdx/physics/box2d/Body;)V+49
  90. J 982 C1 com.badlogic.gdx.physics.box2d.Box2DDebugRenderer.renderBodies(Lcom/badlogic/gdx/physics/box2d/World;)V (194 bytes) @ 0x0000000002d5563c [0x0000000002d54e00+0x83c]
  91. j com.badlogic.gdx.physics.box2d.Box2DDebugRenderer.render(Lcom/badlogic/gdx/physics/box2d/World;Lcom/badlogic/gdx/math/Matrix4;)V+10
  92. j hu.frontrider.platformer.Screens.GameScreen.render(F)V+291
  93. j com.badlogic.gdx.Game.render()V+19
  94. j hu.frontrider.platformer.TiledPlatformer.render()V+1
  95. j com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()V+684
  96. j com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run()V+27
  97. v ~StubRoutines::call_stub
  98.  
  99. --------------- P R O C E S S ---------------
  100.  
  101. Java Threads: ( => current thread )
  102. 0x000000005732f800 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=5588, stack(0x000000005e240000,0x000000005e340000)]
  103. 0x0000000001c64000 JavaThread "DestroyJavaVM" [_thread_blocked, id=5804, stack(0x00000000025f0000,0x00000000026f0000)]
  104. =>0x0000000056f74800 JavaThread "LWJGL Application" [_thread_in_native, id=3740, stack(0x0000000057c80000,0x0000000057d80000)]
  105. 0x000000005661e000 JavaThread "Service Thread" daemon [_thread_blocked, id=3800, stack(0x0000000056c10000,0x0000000056d10000)]
  106. 0x000000005662d000 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=4512, stack(0x0000000056ab0000,0x0000000056bb0000)]
  107. 0x0000000056613000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5912, stack(0x00000000562e0000,0x00000000563e0000)]
  108. 0x0000000054d6d800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=5000, stack(0x0000000056420000,0x0000000056520000)]
  109. 0x0000000054d64000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=5852, stack(0x0000000056130000,0x0000000056230000)]
  110. 0x0000000054d60800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=5856, stack(0x0000000056010000,0x0000000056110000)]
  111. 0x0000000054d51800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5052, stack(0x0000000055e60000,0x0000000055f60000)]
  112. 0x0000000054d50000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5696, stack(0x0000000055c70000,0x0000000055d70000)]
  113. 0x0000000054cea800 JavaThread "Finalizer" daemon [_thread_blocked, id=5404, stack(0x0000000055af0000,0x0000000055bf0000)]
  114. 0x0000000054ce7800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3384, stack(0x0000000055930000,0x0000000055a30000)]
  115.  
  116. Other Threads:
  117. 0x0000000054ce1800 VMThread [stack: 0x0000000055810000,0x0000000055910000] [id=4932]
  118. 0x00000000566f8000 WatcherThread [stack: 0x0000000056920000,0x0000000056a20000] [id=2512]
  119.  
  120. VM state:not at safepoint (normal execution)
  121.  
  122. VM Mutex/Monitor currently owned by a thread: None
  123.  
  124. Heap:
  125. PSYoungGen total 18944K, used 15406K [0x00000000eb000000, 0x00000000ec500000, 0x0000000100000000)
  126. eden space 16384K, 78% used [0x00000000eb000000,0x00000000ebc903b0,0x00000000ec000000)
  127. from space 2560K, 99% used [0x00000000ec000000,0x00000000ec27b690,0x00000000ec280000)
  128. to space 2560K, 0% used [0x00000000ec280000,0x00000000ec280000,0x00000000ec500000)
  129. ParOldGen total 44032K, used 128K [0x00000000c1000000, 0x00000000c3b00000, 0x00000000eb000000)
  130. object space 44032K, 0% used [0x00000000c1000000,0x00000000c1020308,0x00000000c3b00000)
  131. Metaspace used 8800K, capacity 8947K, committed 9088K, reserved 1056768K
  132. class space used 834K, capacity 880K, committed 896K, reserved 1048576K
  133.  
  134. Card table byte_map: [0x0000000011d80000,0x0000000011f80000] byte_map_base: 0x0000000011778000
  135.  
  136. Marking Bits: (ParMarkBitMap*) 0x000000005d30a5b0
  137. Begin Bits: [0x0000000012230000, 0x00000000131f0000)
  138. End Bits: [0x00000000131f0000, 0x00000000141b0000)
  139.  
  140. Polling page: 0x0000000000230000
  141.  
  142. CodeCache: size=245760Kb used=4420Kb max_used=4431Kb free=241339Kb
  143. bounds [0x00000000029c0000, 0x0000000002e20000, 0x00000000119c0000]
  144. total_blobs=1612 nmethods=1114 adapters=421
  145. compilation: enabled
  146.  
  147. Compilation events (10 events):
  148. Event: 12.823 Thread 0x000000005662d000 1110 3 sun.reflect.ReflectionFactory::langReflectAccess (15 bytes)
  149. Event: 12.824 Thread 0x0000000056613000 1112 4 com.badlogic.gdx.utils.ObjectMap::get (76 bytes)
  150. Event: 12.824 Thread 0x000000005662d000 nmethod 1110 0x0000000002e08ad0 code [0x0000000002e08c40, 0x0000000002e08e50]
  151. Event: 12.824 Thread 0x000000005662d000 1111 3 java.lang.reflect.AccessibleObject::<init> (5 bytes)
  152. Event: 12.824 Thread 0x000000005662d000 nmethod 1111 0x0000000002e08710 code [0x0000000002e08860, 0x0000000002e08a10]
  153. Event: 12.834 Thread 0x0000000056613000 nmethod 1112 0x0000000002e16d50 code [0x0000000002e16ee0, 0x0000000002e17468]
  154. Event: 12.839 Thread 0x000000005662d000 1113 1 com.badlogic.gdx.scenes.scene2d.Event::getTarget (5 bytes)
  155. Event: 12.839 Thread 0x000000005662d000 nmethod 1113 0x0000000002e16a90 code [0x0000000002e16be0, 0x0000000002e16cf0]
  156. Event: 12.839 Thread 0x000000005662d000 1114 1 com.badlogic.gdx.scenes.scene2d.Event::isStopped (5 bytes)
  157. Event: 12.839 Thread 0x000000005662d000 nmethod 1114 0x0000000002e167d0 code [0x0000000002e16920, 0x0000000002e16a30]
  158.  
  159. GC Heap History (2 events):
  160. Event: 3.674 GC heap before
  161. {Heap before GC invocations=1 (full 0):
  162. PSYoungGen total 18944K, used 16384K [0x00000000eb000000, 0x00000000ec500000, 0x0000000100000000)
  163. eden space 16384K, 100% used [0x00000000eb000000,0x00000000ec000000,0x00000000ec000000)
  164. from space 2560K, 0% used [0x00000000ec280000,0x00000000ec280000,0x00000000ec500000)
  165. to space 2560K, 0% used [0x00000000ec000000,0x00000000ec000000,0x00000000ec280000)
  166. ParOldGen total 44032K, used 0K [0x00000000c1000000, 0x00000000c3b00000, 0x00000000eb000000)
  167. object space 44032K, 0% used [0x00000000c1000000,0x00000000c1000000,0x00000000c3b00000)
  168. Metaspace used 6621K, capacity 6787K, committed 6912K, reserved 1056768K
  169. class space used 624K, capacity 656K, committed 768K, reserved 1048576K
  170. Event: 3.681 GC heap after
  171. Heap after GC invocations=1 (full 0):
  172. PSYoungGen total 18944K, used 2541K [0x00000000eb000000, 0x00000000ec500000, 0x0000000100000000)
  173. eden space 16384K, 0% used [0x00000000eb000000,0x00000000eb000000,0x00000000ec000000)
  174. from space 2560K, 99% used [0x00000000ec000000,0x00000000ec27b690,0x00000000ec280000)
  175. to space 2560K, 0% used [0x00000000ec280000,0x00000000ec280000,0x00000000ec500000)
  176. ParOldGen total 44032K, used 128K [0x00000000c1000000, 0x00000000c3b00000, 0x00000000eb000000)
  177. object space 44032K, 0% used [0x00000000c1000000,0x00000000c1020308,0x00000000c3b00000)
  178. Metaspace used 6621K, capacity 6787K, committed 6912K, reserved 1056768K
  179. class space used 624K, capacity 656K, committed 768K, reserved 1048576K
  180. }
  181.  
  182. Deoptimization events (10 events):
  183. Event: 12.771 Thread 0x0000000056f74800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000002cfa45c method=com.badlogic.gdx.utils.ObjectMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 38
  184. Event: 12.817 Thread 0x0000000056f74800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002cfc3dc method=com.badlogic.gdx.utils.ObjectMap.containsKey(Ljava/lang/Object;)Z @ 1
  185. Event: 12.817 Thread 0x0000000056f74800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002cfc3dc method=com.badlogic.gdx.utils.ObjectMap.containsKey(Ljava/lang/Object;)Z @ 1
  186. Event: 12.817 Thread 0x0000000056f74800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002cfc3dc method=com.badlogic.gdx.utils.ObjectMap.containsKey(Ljava/lang/Object;)Z @ 1
  187. Event: 12.820 Thread 0x0000000056f74800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002cfc3dc method=com.badlogic.gdx.utils.ObjectMap.containsKey(Ljava/lang/Object;)Z @ 1
  188. Event: 12.837 Thread 0x0000000056f74800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002ce3fd8 method=com.badlogic.gdx.utils.Array.add(Ljava/lang/Object;)V @ 46
  189. Event: 12.838 Thread 0x0000000056f74800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002ce3fd8 method=com.badlogic.gdx.utils.Array.add(Ljava/lang/Object;)V @ 46
  190. Event: 12.838 Thread 0x0000000056f74800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002ce3fd8 method=com.badlogic.gdx.utils.Array.add(Ljava/lang/Object;)V @ 46
  191. Event: 12.838 Thread 0x0000000056f74800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002ce3fd8 method=com.badlogic.gdx.utils.Array.add(Ljava/lang/Object;)V @ 46
  192. Event: 12.843 Thread 0x0000000056f74800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002d75f90 method=com.badlogic.gdx.physics.box2d.Box2DDebugRenderer.getColorByBody(Lcom/badlogic/gdx/physics/box2d/Body;)Lcom/badlogic/gdx/graphics/Color; @ 4
  193.  
  194. Internal exceptions (10 events):
  195. Event: 5.808 Thread 0x0000000056f74800 Exception <a 'java/lang/ClassCastException': hu.frontrider.platformer.Entity.Player2 cannot be cast to hu.frontrider.platformer.Entity.Enemy> (0x00000000ebadc490) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vm\iŞqĆŰ;@
  196. Event: 5.808 Thread 0x0000000056f74800 Exception <a 'java/lang/NullPointerException'> (0x00000000ebadc698) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1178]
  197. Event: 5.809 Thread 0x0000000056f74800 Exception <a 'java/lang/ClassCastException': hu.frontrider.platformer.Entity.Player2 cannot be cast to hu.frontrider.platformer.Entity.Enemy> (0x00000000ebadc988) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vm\il67đ;@
  198. Event: 5.809 Thread 0x0000000056f74800 Exception <a 'java/lang/ClassCastException': net.dermetfan.gdx.graphics.g2d.Box2DSprite cannot be cast to hu.frontrider.platformer.Entity.Enemy> (0x00000000ebadcc80) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vcđŇŽML@
  199. Event: 5.825 Thread 0x0000000056f74800 Exception <a 'java/lang/ClassCastException': hu.frontrider.platformer.Entity.Player2 cannot be cast to hu.frontrider.platformer.Entity.Enemy> (0x00000000ebadcf70) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vm\iČzwŻdL@
  200. Event: 5.825 Thread 0x0000000056f74800 Exception <a 'java/lang/ClassCastException': hu.frontrider.platformer.Entity.Player2 cannot be cast to hu.frontrider.platformer.Entity.Enemy> (0x00000000ebadd260) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vm\iFćkmL@
  201. Event: 5.825 Thread 0x0000000056f74800 Exception <a 'java/lang/ClassCastException': java.lang.String cannot be cast to hu.frontrider.platformer.Entity.Enemy> (0x00000000ebadd520) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u60\4407\hotspot\src\share\vm\interpreter\interpreterR
  202. Event: 12.751 Thread 0x0000000056f74800 Implicit null exception at 0x0000000002cefdc3 to 0x0000000002cefe71
  203. Event: 12.751 Thread 0x0000000056f74800 Implicit null exception at 0x0000000002ce2bc0 to 0x0000000002ce2c5d
  204. Event: 12.771 Thread 0x0000000056f74800 Implicit null exception at 0x0000000002cfa141 to 0x0000000002cfa448
  205.  
  206. Events (10 events):
  207. Event: 12.838 Thread 0x0000000056f74800 DEOPT UNPACKING pc=0x0000000002a0556a sp=0x0000000057d7ebb0 mode 2
  208. Event: 12.838 Thread 0x0000000056f74800 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000000002ce3fd8
  209. Event: 12.838 Thread 0x0000000056f74800 DEOPT PACKING pc=0x0000000002ce3fd8 sp=0x0000000057d7ec10
  210. Event: 12.838 Thread 0x0000000056f74800 DEOPT UNPACKING pc=0x0000000002a0556a sp=0x0000000057d7ebb0 mode 2
  211. Event: 12.838 Thread 0x0000000056f74800 Uncommon trap: trap_request=0xffffffd6 fr.pc=0x0000000002ce3fd8
  212. Event: 12.838 Thread 0x0000000056f74800 DEOPT PACKING pc=0x0000000002ce3fd8 sp=0x0000000057d7ec50
  213. Event: 12.838 Thread 0x0000000056f74800 DEOPT UNPACKING pc=0x0000000002a0556a sp=0x0000000057d7ebf0 mode 2
  214. Event: 12.843 Thread 0x0000000056f74800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x0000000002d75f90
  215. Event: 12.843 Thread 0x0000000056f74800 DEOPT PACKING pc=0x0000000002d75f90 sp=0x0000000057d7ee80
  216. Event: 12.843 Thread 0x0000000056f74800 DEOPT UNPACKING pc=0x0000000002a0556a sp=0x0000000057d7eda0 mode 2
  217.  
  218.  
  219. Dynamic libraries:
  220. 0x000000013ffd0000 - 0x0000000140007000 C:\Program Files\Java\jdk1.8.0_60\bin\java.exe
  221. 0x0000000076f60000 - 0x0000000077109000 C:\Windows\SYSTEM32\ntdll.dll
  222. 0x0000000076d40000 - 0x0000000076e5f000 C:\Windows\system32\kernel32.dll
  223. 0x000007fefcec0000 - 0x000007fefcf2c000 C:\Windows\system32\KERNELBASE.dll
  224. 0x000007fefe8d0000 - 0x000007fefe9ab000 C:\Windows\system32\ADVAPI32.dll
  225. 0x000007fefefa0000 - 0x000007feff03f000 C:\Windows\system32\msvcrt.dll
  226. 0x000007fefd660000 - 0x000007fefd67f000 C:\Windows\SYSTEM32\sechost.dll
  227. 0x000007fefe6e0000 - 0x000007fefe80d000 C:\Windows\system32\RPCRT4.dll
  228. 0x0000000076e60000 - 0x0000000076f5a000 C:\Windows\system32\USER32.dll
  229. 0x000007fefede0000 - 0x000007fefee47000 C:\Windows\system32\GDI32.dll
  230. 0x000007fefedd0000 - 0x000007fefedde000 C:\Windows\system32\LPK.dll
  231. 0x000007fefee50000 - 0x000007fefef19000 C:\Windows\system32\USP10.dll
  232. 0x000007fefb720000 - 0x000007fefb914000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\COMCTL32.dll
  233. 0x000007fefd580000 - 0x000007fefd5f1000 C:\Windows\system32\SHLWAPI.dll
  234. 0x000007fefd0d0000 - 0x000007fefd0fe000 C:\Windows\system32\IMM32.DLL
  235. 0x000007fefeae0000 - 0x000007fefebe9000 C:\Windows\system32\MSCTF.dll
  236. 0x00000000627e0000 - 0x00000000628b2000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\msvcr100.dll
  237. 0x000000005cb00000 - 0x000000005d389000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\server\jvm.dll
  238. 0x000007fefa330000 - 0x000007fefa339000 C:\Windows\system32\WSOCK32.dll
  239. 0x000007fefe9b0000 - 0x000007fefe9fd000 C:\Windows\system32\WS2_32.dll
  240. 0x000007fefd310000 - 0x000007fefd318000 C:\Windows\system32\NSI.dll
  241. 0x000007fefa880000 - 0x000007fefa8bb000 C:\Windows\system32\WINMM.dll
  242. 0x000007fefbdb0000 - 0x000007fefbdbc000 C:\Windows\system32\VERSION.dll
  243. 0x0000000077130000 - 0x0000000077137000 C:\Windows\system32\PSAPI.DLL
  244. 0x0000000070690000 - 0x000000007069f000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\verify.dll
  245. 0x000000006c6e0000 - 0x000000006c709000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\java.dll
  246. 0x0000000073ff0000 - 0x0000000074025000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\jdwp.dll
  247. 0x0000000074070000 - 0x0000000074078000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\npt.dll
  248. 0x0000000073fc0000 - 0x0000000073fe3000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\instrument.dll
  249. 0x000000006c6c0000 - 0x000000006c6d6000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\zip.dll
  250. 0x000007fefd680000 - 0x000007fefe409000 C:\Windows\system32\SHELL32.dll
  251. 0x000007fefd100000 - 0x000007fefd303000 C:\Windows\system32\ole32.dll
  252. 0x000007fefcd10000 - 0x000007fefcd1f000 C:\Windows\system32\profapi.dll
  253. 0x0000000073fb0000 - 0x0000000073fb9000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\dt_socket.dll
  254. 0x000007fefc4b0000 - 0x000007fefc505000 C:\Windows\system32\mswsock.dll
  255. 0x000007fefbeb0000 - 0x000007fefbeb7000 C:\Windows\System32\wshtcpip.dll
  256. 0x0000000065580000 - 0x0000000065616000 C:\Users\Frontrider\AppData\Local\Temp\libgdxFrontrider\d93d1616\gdx64.dll
  257. 0x000007fefc510000 - 0x000007fefc528000 C:\Windows\system32\CRYPTSP.dll
  258. 0x000007fefc210000 - 0x000007fefc257000 C:\Windows\system32\rsaenh.dll
  259. 0x000007fefd010000 - 0x000007fefd02e000 C:\Windows\system32\USERENV.dll
  260. 0x000007fefcbb0000 - 0x000007fefcbbf000 C:\Windows\system32\CRYPTBASE.dll
  261. 0x0000000064010000 - 0x000000006402a000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\net.dll
  262. 0x000007fefc4a0000 - 0x000007fefc4a7000 C:\Windows\System32\wship6.dll
  263. 0x000007fefa410000 - 0x000007fefa437000 C:\Windows\system32\IPHLPAPI.DLL
  264. 0x000007fefa400000 - 0x000007fefa40b000 C:\Windows\system32\WINNSI.DLL
  265. 0x000007fef9fd0000 - 0x000007fef9fe1000 C:\Windows\system32\dhcpcsvc6.DLL
  266. 0x000007fef9fb0000 - 0x000007fef9fc8000 C:\Windows\system32\dhcpcsvc.DLL
  267. 0x0000000063fa0000 - 0x0000000063fb1000 C:\Program Files\Java\jdk1.8.0_60\jre\bin\nio.dll
  268. 0x0000000180000000 - 0x0000000180053000 C:\Users\Frontrider\AppData\Local\Temp\libgdxFrontrider\dc0f0009\lwjgl64.dll
  269. 0x000007feef940000 - 0x000007feefa5d000 C:\Windows\system32\OPENGL32.dll
  270. 0x000007fef7ff0000 - 0x000007fef801d000 C:\Windows\system32\GLU32.dll
  271. 0x000007feecfd0000 - 0x000007feed0c1000 C:\Windows\system32\DDRAW.dll
  272. 0x000007fefaf30000 - 0x000007fefaf38000 C:\Windows\system32\DCIMAN32.dll
  273. 0x000007fefebf0000 - 0x000007fefedc7000 C:\Windows\system32\SETUPAPI.dll
  274. 0x000007fefd080000 - 0x000007fefd0b6000 C:\Windows\system32\CFGMGR32.dll
  275. 0x000007fefea00000 - 0x000007fefead7000 C:\Windows\system32\OLEAUT32.dll
  276. 0x000007fefcea0000 - 0x000007fefceba000 C:\Windows\system32\DEVOBJ.dll
  277. 0x000007fefb110000 - 0x000007fefb128000 C:\Windows\system32\dwmapi.dll
  278. 0x00000000022c0000 - 0x0000000002324000 C:\Users\FRONTR~1\AppData\Local\Temp\libgdxFrontrider\dc0f0009\OpenAL64.dll
  279. 0x000007fefb540000 - 0x000007fefb596000 C:\Windows\system32\uxtheme.dll
  280. 0x000007fefe810000 - 0x000007fefe8a9000 C:\Windows\system32\CLBCatQ.DLL
  281. 0x000007fefb5a0000 - 0x000007fefb6cc000 C:\Windows\System32\PROPSYS.dll
  282. 0x000007fefcf30000 - 0x000007fefcf6b000 C:\Windows\system32\WINTRUST.dll
  283. 0x000007fefcd30000 - 0x000007fefce9d000 C:\Windows\system32\CRYPT32.dll
  284. 0x000007fefcd20000 - 0x000007fefcd2f000 C:\Windows\system32\MSASN1.dll
  285. 0x000007fefa8c0000 - 0x000007fefa948000 C:\Windows\system32\dsound.dll
  286. 0x000007fefbe80000 - 0x000007fefbeac000 C:\Windows\system32\POWRPROF.dll
  287. 0x000007fefb130000 - 0x000007fefb17b000 C:\Windows\System32\MMDevApi.dll
  288. 0x000007fefa7b0000 - 0x000007fefa7ff000 C:\Windows\system32\AUDIOSES.DLL
  289. 0x000000005b240000 - 0x000000005caff000 C:\Windows\system32\nvoglv64.DLL
  290. 0x000007fefa840000 - 0x000007fefa86d000 C:\Windows\system32\ntmarta.dll
  291. 0x000007fefd600000 - 0x000007fefd652000 C:\Windows\system32\WLDAP32.dll
  292. 0x000007fef9a70000 - 0x000007fef9b0c000 C:\Windows\system32\mscms.dll
  293. 0x000007fef1e50000 - 0x000007fef1e92000 C:\Windows\system32\icm32.dll
  294. 0x0000000066bc0000 - 0x0000000066c7b000 C:\Users\Frontrider\AppData\Local\Temp\libgdxFrontrider\78ae3bb2\gdx-box2d64.dll
  295. 0x000007fef8830000 - 0x000007fef8955000 C:\Windows\system32\dbghelp.dll
  296.  
  297. VM Arguments:
  298. jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:7738,suspend=y,server=n -javaagent:C:\Users\Frontrider\.IdeaIC14\system\groovyHotSwap\gragent.jar -Dfile.encoding=windows-1250
  299. java_command: hu.frontrider.platformer.desktop.DesktopLauncher
  300. java_class_path (initial): C:\Program Files\Java\jdk1.8.0_60\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_60\jre\lib\ext\zipfs.jar;E:\Progik\gdx\test2\desktop\build\classes\main;E:\Progik\gdx\test2\desktop\build\resources\main;E:\Progik\gdx\test2\core\build\classes\main;E:\Progik\gdx\test2\core\build\resources\main;C:\Users\Frontrider\.gradle\caches\modules-2\files-2.1\com.badlogicgames.gdx\gdx\1.6.5\b56ebcc34d39c4bb0a828c5ed04f46a04314bb4d\gdx-1.6.5.jar;C:\Users\Frontrider\.gradle\caches\modules-2\files-2.1\com.badlogicgames.gdx\gdx-box2d\1.6.5\d81b49d6bc9aa29518fcaa7db9474fe7405fa324\gdx-box2d-1.6.5.jar;C:\Users\Frontrider\.gradle\caches\modules-2\files-2.1\com.badlogicgames.box2dlights\box2dlights\1.4\3d77ad5b4164fb32fc67e2446e35911bb0aaf0bd\box2dlights-1.4.jar;C:\Users\Frontrider\.gradle\
  301. Launcher Type: SUN_STANDARD
  302.  
  303. Environment Variables:
  304. JAVA_HOME=C:\Program Files\Java\jdk1.8.0_60\
  305. PATH=C:\ProgramData\Oracle\Java\javapath;E:\Progik\Python34\Lib\site-packages\PyQt5;E:\Progik\Python34\;E:\Progik\Python34\Scripts;C:\Program Files (x86)\MDSI\7.3\Programs;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;D:\Program Files (x86)\CollabNet;D:\Program Files (x86)\Embarcadero\Studio\14.0\bin;C:\Users\Public\Documents\Embarcadero\Studio\14.0\Bpl;D:\Program Files (x86)\Embarcadero\Studio\14.0\bin64;C:\Users\Public\Documents\Embarcadero\Studio\14.0\Bpl\Win64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\ C:\Program Files (x86)\Java\jdk1.8.0_05\bin;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\GtkSharp\2.12\bin;D:\Program Files\WorldPainter;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files (x86)\Autodesk\Backburner\;D:\Program Files\Process Lasso
  306. USERNAME=Frontrider
  307. OS=Windows_NT
  308. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
  309.  
  310.  
  311.  
  312. --------------- S Y S T E M ---------------
  313.  
  314. OS: Windows 7 , 64 bit Build 7601 (6.1.7601.18869)
  315.  
  316. 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
  317.  
  318. Memory: 4k page, physical 4126104k(1843748k free), swap 8250372k(3862852k free)
  319.  
  320. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.60-b23) for windows-amd64 JRE (1.8.0_60-b27), built on Aug 4 2015 11:06:27 by "java_re" with MS VC++ 10.0 (VS2010)
  321.  
  322. time: Mon Sep 28 11:44:55 2015
  323. elapsed time: 12 seconds (0d 0h 0m 12s)
Add Comment
Please, Sign In to add comment