Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # A fatal error has been detected by the Java Runtime Environment:
- #
- # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000066bdb21c, pid=3924, tid=7004
- #
- # JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode windows-amd64 compressed oops)
- # Problematic frame:
- # C [gdx-box2d64.dll+0x1b21c]
- #
- # Core dump written. Default location: E:\Progik\gdx\test2\android\assets\hs_err_pid3924.mdmp
- #
- # If you would like to submit a bug report, please visit:
- # http://bugreport.java.com/bugreport/crash.jsp
- # The crash happened outside the Java Virtual Machine in native code.
- # See problematic frame for where to report the bug.
- #
- --------------- T H R E A D ---------------
- Current thread (0x000000000a339800): JavaThread "LWJGL Application" [_thread_in_native, id=7004, stack(0x000000000c020000,0x000000000c120000)]
- siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
- Registers:
- RAX=0x297a3bdced7dccf4, RBX=0x00000000bc3ecb60, RCX=0x0000000000441ae0, RDX=0x0000000000000001
- RSP=0x000000000c11eec8, RBP=0x000000000c11ef50, RSI=0x00000000000003fd, RDI=0x0000000002746198
- R8 =0x0000000000441ae0, R9 =0x0000000000000001, R10=0x00000000027594dd, R11=0x00000000505c4050
- R12=0x0000000000000000, R13=0x00000000bc3ecb60, R14=0x000000000c11ef88, R15=0x000000000a339800
- RIP=0x0000000066bdb21c, EFLAGS=0x0000000000010286
- Top of Stack: (sp=0x000000000c11eec8)
- 0x000000000c11eec8: 0000000002759509 0000000000000000
- 0x000000000c11eed8: 0000000000000000 00000000bbe9c610
- 0x000000000c11eee8: 0000000000000000 000000000c11ef18
- 0x000000000c11eef8: 000000000c11ef60 000000000c11ef00
- 0x000000000c11ef08: 0000000000000000 000000000c11ef10
- 0x000000000c11ef18: 0000000000000000 000000000c11ef88
- 0x000000000c11ef28: 00000000bc524388 0000000000000000
- 0x000000000c11ef38: 00000000bc3ecb60 0000000000000000
- 0x000000000c11ef48: 000000000c11ef70 000000000c11efd0
- 0x000000000c11ef58: 0000000002746198 0000000000000000
- 0x000000000c11ef68: 0000000002753a58 0000000000000001
- 0x000000000c11ef78: 0000000000441ae0 00000000eb3ca798
- 0x000000000c11ef88: 00000000eb3cdfa8 000000000c11ef90
- 0x000000000c11ef98: 00000000bc3eca76 000000000c11efe8
- 0x000000000c11efa8: 00000000bc524388 0000000000000000
- 0x000000000c11efb8: 00000000bc3ecaa0 000000000c11ef70
- Instructions: (pc=0x0000000066bdb21c)
- 0x0000000066bdb1fc: 00 00 00 00 0f b6 81 ac 00 00 00 c3 0f 1f 84 00
- 0x0000000066bdb20c: 00 00 00 00 38 91 ac 00 00 00 74 54 48 8b 41 60
- 0x0000000066bdb21c: 44 0f b7 40 04 41 f6 c0 02 75 13 41 83 c8 02 c7
- 0x0000000066bdb22c: 80 ac 00 00 00 00 00 00 00 66 44 89 40 04 48 8b
- Register to memory mapping:
- RAX=0x297a3bdced7dccf4 is an unknown value
- RBX=0x00000000bc3ecb60 is an oop
- {method}
- - klass: {other class}
- RCX=0x0000000000441ae0 is an unknown value
- RDX=0x0000000000000001 is an unknown value
- RSP=0x000000000c11eec8 is pointing into the stack for thread: 0x000000000a339800
- RBP=0x000000000c11ef50 is pointing into the stack for thread: 0x000000000a339800
- RSI=0x00000000000003fd is an unknown value
- RDI=0x0000000002746198 is at code_begin+2520 in an Interpreter codelet
- return entry points [0x00000000027457c0, 0x00000000027475c0] 7680 bytes
- R8 =0x0000000000441ae0 is an unknown value
- R9 =0x0000000000000001 is an unknown value
- R10=0x00000000027594dd is at code_begin+1277 in an Interpreter codelet
- method entry point (kind = native) [0x0000000002758fe0, 0x0000000002759ea0] 3776 bytes
- R11=0x00000000505c4050 is an unknown value
- R12=0x0000000000000000 is an unknown value
- R13=0x00000000bc3ecb60 is an oop
- {method}
- - klass: {other class}
- R14=0x000000000c11ef88 is pointing into the stack for thread: 0x000000000a339800
- R15=0x000000000a339800 is a thread
- Stack: [0x000000000c020000,0x000000000c120000], sp=0x000000000c11eec8, free space=1019k
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- C [gdx-box2d64.dll+0x1b21c]
- j com.badlogic.gdx.physics.box2d.joints.RevoluteJoint.enableLimit(Z)V+6
- j hu.frontrider.platformer.Entity.Enemy.Stop()V+22
- j hu.frontrider.platformer.Entity.Enemy.update(FLcom/badlogic/gdx/physics/box2d/World;)V+135
- j hu.frontrider.platformer.Entity.EnemyHandler.update(Lhu/frontrider/platformer/Entity/Player2;Lcom/badlogic/gdx/physics/box2d/World;F)V+116
- j hu.frontrider.platformer.Screens.GameScreen.render(F)V+135
- j com.badlogic.gdx.Game.render()V+19
- j hu.frontrider.platformer.TiledPlatformer.render()V+1
- j com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()V+684
- j com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run()V+27
- v ~StubRoutines::call_stub
- V [jvm.dll+0x1cf7f3]
- Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
- j com.badlogic.gdx.physics.box2d.joints.RevoluteJoint.jniEnableLimit(JZ)V+0
- j com.badlogic.gdx.physics.box2d.joints.RevoluteJoint.enableLimit(Z)V+6
- j hu.frontrider.platformer.Entity.Enemy.Stop()V+22
- j hu.frontrider.platformer.Entity.Enemy.update(FLcom/badlogic/gdx/physics/box2d/World;)V+135
- j hu.frontrider.platformer.Entity.EnemyHandler.update(Lhu/frontrider/platformer/Entity/Player2;Lcom/badlogic/gdx/physics/box2d/World;F)V+116
- j hu.frontrider.platformer.Screens.GameScreen.render(F)V+135
- j com.badlogic.gdx.Game.render()V+19
- j hu.frontrider.platformer.TiledPlatformer.render()V+1
- j com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()V+684
- j com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run()V+27
- v ~StubRoutines::call_stub
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x000000000aeb6000 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=480, stack(0x000000000f9c0000,0x000000000fac0000)]
- 0x0000000002154000 JavaThread "DestroyJavaVM" [_thread_blocked, id=6820, stack(0x0000000002450000,0x0000000002550000)]
- =>0x000000000a339800 JavaThread "LWJGL Application" [_thread_in_native, id=7004, stack(0x000000000c020000,0x000000000c120000)]
- 0x000000000a094000 JavaThread "Service Thread" daemon [_thread_blocked, id=6216, stack(0x000000000a820000,0x000000000a920000)]
- 0x000000000a08a000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=6800, stack(0x000000000a670000,0x000000000a770000)]
- 0x000000000a088800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=7088, stack(0x000000000a470000,0x000000000a570000)]
- 0x000000000849c800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=5868, stack(0x0000000009f00000,0x000000000a000000)]
- 0x0000000008499000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=2476, stack(0x0000000009dd0000,0x0000000009ed0000)]
- 0x0000000008488800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=1788, stack(0x0000000009b40000,0x0000000009c40000)]
- 0x0000000008483800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5988, stack(0x0000000009500000,0x0000000009600000)]
- 0x0000000008482800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5360, stack(0x0000000009340000,0x0000000009440000)]
- 0x000000000222f800 JavaThread "Finalizer" daemon [_thread_blocked, id=6832, stack(0x0000000009030000,0x0000000009130000)]
- 0x0000000008426800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7076, stack(0x0000000009150000,0x0000000009250000)]
- Other Threads:
- 0x000000000222c000 VMThread [stack: 0x0000000008e70000,0x0000000008f70000] [id=6644]
- 0x000000000a11f000 WatcherThread [stack: 0x0000000009a20000,0x0000000009b20000] [id=5204]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- PSYoungGen total 18944K, used 14356K [0x00000000eb000000, 0x00000000ec500000, 0x0000000100000000)
- eden space 16384K, 72% used [0x00000000eb000000,0x00000000ebb86b98,0x00000000ec000000)
- from space 2560K, 99% used [0x00000000ec000000,0x00000000ec27e548,0x00000000ec280000)
- to space 2560K, 0% used [0x00000000ec280000,0x00000000ec280000,0x00000000ec500000)
- ParOldGen total 43008K, used 197K [0x00000000c1000000, 0x00000000c3a00000, 0x00000000eb000000)
- object space 43008K, 0% used [0x00000000c1000000,0x00000000c1031648,0x00000000c3a00000)
- PSPermGen total 21504K, used 8587K [0x00000000bbe00000, 0x00000000bd300000, 0x00000000c1000000)
- object space 21504K, 39% used [0x00000000bbe00000,0x00000000bc662e38,0x00000000bd300000)
- Card table byte_map: [0x0000000005740000,0x0000000005970000] byte_map_base: 0x0000000005161000
- Polling page: 0x0000000000230000
- Code Cache [0x0000000002740000, 0x00000000029b0000, 0x0000000005740000)
- total_blobs=525 nmethods=82 adapters=405 free_code_cache=48411Kb largest_free_block=49557888
- Compilation events (10 events):
- Event: 7.360 Thread 0x000000000a08a000 nmethod 77 0x00000000027f6790 code [0x00000000027f68e0, 0x00000000027f6ac8]
- Event: 7.362 Thread 0x000000000a08a000 79 java.util.StringTokenizer::scanToken (179 bytes)
- Event: 7.376 Thread 0x000000000a088800 nmethod 78 0x00000000027f5790 code [0x00000000027f5920, 0x00000000027f6180]
- Event: 7.376 Thread 0x000000000a088800 80 ! java.io.BufferedReader::readLine (304 bytes)
- Event: 7.377 Thread 0x000000000a08a000 nmethod 79 0x00000000027f77d0 code [0x00000000027f79a0, 0x00000000027f8090]
- Event: 7.418 Thread 0x000000000a088800 nmethod 80 0x00000000027f8850 code [0x00000000027f8a20, 0x00000000027f9ce0]
- Event: 7.422 Thread 0x000000000a08a000 81 com.badlogic.gdx.utils.Array::get (54 bytes)
- Event: 7.423 Thread 0x000000000a08a000 nmethod 81 0x00000000027f74d0 code [0x00000000027f7620, 0x00000000027f76f8]
- Event: 7.426 Thread 0x000000000a08a000 82 java.util.StringTokenizer::skipDelimiters (116 bytes)
- Event: 7.437 Thread 0x000000000a08a000 nmethod 82 0x00000000027fa7d0 code [0x00000000027fa940, 0x00000000027fae68]
- GC Heap History (2 events):
- Event: 6.252 GC heap before
- {Heap before GC invocations=1 (full 0):
- PSYoungGen total 18944K, used 16384K [0x00000000eb000000, 0x00000000ec500000, 0x0000000100000000)
- eden space 16384K, 100% used [0x00000000eb000000,0x00000000ec000000,0x00000000ec000000)
- from space 2560K, 0% used [0x00000000ec280000,0x00000000ec280000,0x00000000ec500000)
- to space 2560K, 0% used [0x00000000ec000000,0x00000000ec000000,0x00000000ec280000)
- ParOldGen total 43008K, used 0K [0x00000000c1000000, 0x00000000c3a00000, 0x00000000eb000000)
- object space 43008K, 0% used [0x00000000c1000000,0x00000000c1000000,0x00000000c3a00000)
- PSPermGen total 21504K, used 6769K [0x00000000bbe00000, 0x00000000bd300000, 0x00000000c1000000)
- object space 21504K, 31% used [0x00000000bbe00000,0x00000000bc49c7b8,0x00000000bd300000)
- Event: 6.264 GC heap after
- Heap after GC invocations=1 (full 0):
- PSYoungGen total 18944K, used 2553K [0x00000000eb000000, 0x00000000ec500000, 0x0000000100000000)
- eden space 16384K, 0% used [0x00000000eb000000,0x00000000eb000000,0x00000000ec000000)
- from space 2560K, 99% used [0x00000000ec000000,0x00000000ec27e548,0x00000000ec280000)
- to space 2560K, 0% used [0x00000000ec280000,0x00000000ec280000,0x00000000ec500000)
- ParOldGen total 43008K, used 197K [0x00000000c1000000, 0x00000000c3a00000, 0x00000000eb000000)
- object space 43008K, 0% used [0x00000000c1000000,0x00000000c1031648,0x00000000c3a00000)
- PSPermGen total 21504K, used 6769K [0x00000000bbe00000, 0x00000000bd300000, 0x00000000c1000000)
- object space 21504K, 31% used [0x00000000bbe00000,0x00000000bc49c7b8,0x00000000bd300000)
- }
- Deoptimization events (1 events):
- Event: 4.377 Thread 0x0000000002154000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000027b5e60 method=java.lang.String.equals(Ljava/lang/Object;)Z @ 8
- Internal exceptions (10 events):
- Event: 7.441 Thread 0x000000000a339800 Threw 0x00000000ebaf8208 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
- Event: 7.443 Thread 0x000000000a339800 Threw 0x00000000ebb01f38 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
- Event: 7.444 Thread 0x000000000a339800 Threw 0x00000000ebb09c38 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
- Event: 7.446 Thread 0x000000000a339800 Threw 0x00000000ebb12828 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
- Event: 7.447 Thread 0x000000000a339800 Threw 0x00000000ebb1d2b0 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
- Event: 7.448 Thread 0x000000000a339800 Threw 0x00000000ebb26630 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
- Event: 7.452 Thread 0x000000000a339800 Threw 0x00000000ebb2d290 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
- Event: 7.454 Thread 0x000000000a339800 Threw 0x00000000ebb3dd30 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
- Event: 7.455 Thread 0x000000000a339800 Threw 0x00000000ebb45a78 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
- Event: 7.457 Thread 0x000000000a339800 Threw 0x00000000ebb549e8 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
- Events (10 events):
- Event: 7.448 loading class 0x000000000aafa1c0
- Event: 7.448 loading class 0x000000000aafa1c0 done
- Event: 7.452 loading class 0x000000000abc4b50
- Event: 7.452 loading class 0x000000000abc4b50 done
- Event: 7.454 loading class 0x000000000aeb9b50
- Event: 7.454 loading class 0x000000000aeb9b50 done
- Event: 7.455 loading class 0x000000000a395310
- Event: 7.455 loading class 0x000000000a395310 done
- Event: 7.457 loading class 0x000000000aeb9470
- Event: 7.457 loading class 0x000000000aeb9470 done
- Dynamic libraries:
- 0x000000013fb30000 - 0x000000013fb63000 C:\Program Files\Java\jdk1.7.0_79\bin\java.exe
- 0x0000000077190000 - 0x0000000077339000 C:\Windows\SYSTEM32\ntdll.dll
- 0x0000000077070000 - 0x000000007718f000 C:\Windows\system32\kernel32.dll
- 0x000007fefcf90000 - 0x000007fefcffc000 C:\Windows\system32\KERNELBASE.dll
- 0x000007fefd300000 - 0x000007fefd3db000 C:\Windows\system32\ADVAPI32.dll
- 0x000007feff130000 - 0x000007feff1cf000 C:\Windows\system32\msvcrt.dll
- 0x000007fefed90000 - 0x000007fefedaf000 C:\Windows\SYSTEM32\sechost.dll
- 0x000007feff000000 - 0x000007feff12d000 C:\Windows\system32\RPCRT4.dll
- 0x0000000076f70000 - 0x000000007706a000 C:\Windows\system32\USER32.dll
- 0x000007fefea90000 - 0x000007fefeaf7000 C:\Windows\system32\GDI32.dll
- 0x000007fefd3e0000 - 0x000007fefd3ee000 C:\Windows\system32\LPK.dll
- 0x000007fefedb0000 - 0x000007fefee79000 C:\Windows\system32\USP10.dll
- 0x000007fefb950000 - 0x000007fefbb44000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\COMCTL32.dll
- 0x000007fefd660000 - 0x000007fefd6d1000 C:\Windows\system32\SHLWAPI.dll
- 0x000007fefed60000 - 0x000007fefed8e000 C:\Windows\system32\IMM32.DLL
- 0x000007fefe540000 - 0x000007fefe649000 C:\Windows\system32\MSCTF.dll
- 0x000000005f390000 - 0x000000005f462000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\msvcr100.dll
- 0x00000000503e0000 - 0x0000000050bb5000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\server\jvm.dll
- 0x000007fefa1a0000 - 0x000007fefa1a9000 C:\Windows\system32\WSOCK32.dll
- 0x000007fefe470000 - 0x000007fefe4bd000 C:\Windows\system32\WS2_32.dll
- 0x000007fefea80000 - 0x000007fefea88000 C:\Windows\system32\NSI.dll
- 0x000007fefb4a0000 - 0x000007fefb4db000 C:\Windows\system32\WINMM.dll
- 0x0000000077360000 - 0x0000000077367000 C:\Windows\system32\PSAPI.DLL
- 0x000000006dc40000 - 0x000000006dc4f000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\verify.dll
- 0x0000000065710000 - 0x0000000065738000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\java.dll
- 0x0000000066160000 - 0x0000000066195000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\jdwp.dll
- 0x0000000066cb0000 - 0x0000000066cb8000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\npt.dll
- 0x0000000064a70000 - 0x0000000064a93000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\instrument.dll
- 0x00000000643d0000 - 0x00000000643e5000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\zip.dll
- 0x0000000066640000 - 0x0000000066649000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\dt_socket.dll
- 0x000007fefc6e0000 - 0x000007fefc735000 C:\Windows\system32\mswsock.dll
- 0x000007fefc0e0000 - 0x000007fefc0e7000 C:\Windows\System32\wshtcpip.dll
- 0x0000000065580000 - 0x0000000065616000 C:\Users\Frontrider\AppData\Local\Temp\libgdxFrontrider\d93d1616\gdx64.dll
- 0x000007fefc740000 - 0x000007fefc758000 C:\Windows\system32\CRYPTSP.dll
- 0x000007fefc440000 - 0x000007fefc487000 C:\Windows\system32\rsaenh.dll
- 0x000007fefd170000 - 0x000007fefd18e000 C:\Windows\system32\USERENV.dll
- 0x000007fefcf40000 - 0x000007fefcf4f000 C:\Windows\system32\profapi.dll
- 0x000007fefcda0000 - 0x000007fefcdaf000 C:\Windows\system32\CRYPTBASE.dll
- 0x00000000643f0000 - 0x000000006440a000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\net.dll
- 0x000007fefc6d0000 - 0x000007fefc6d7000 C:\Windows\System32\wship6.dll
- 0x000007fefada0000 - 0x000007fefadc7000 C:\Windows\system32\IPHLPAPI.DLL
- 0x000007fefad90000 - 0x000007fefad9b000 C:\Windows\system32\WINNSI.DLL
- 0x000007fefabb0000 - 0x000007fefabc1000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x000007fefa9d0000 - 0x000007fefa9e8000 C:\Windows\system32\dhcpcsvc.DLL
- 0x0000000064390000 - 0x00000000643a1000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\nio.dll
- 0x0000000180000000 - 0x0000000180053000 C:\Users\Frontrider\AppData\Local\Temp\libgdxFrontrider\dc0f0009\lwjgl64.dll
- 0x000007fef0c10000 - 0x000007fef0d2d000 C:\Windows\system32\OPENGL32.dll
- 0x000007fef1c30000 - 0x000007fef1c5d000 C:\Windows\system32\GLU32.dll
- 0x000007fef1450000 - 0x000007fef1541000 C:\Windows\system32\DDRAW.dll
- 0x000007fef6520000 - 0x000007fef6528000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefe8a0000 - 0x000007fefea77000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefd0c0000 - 0x000007fefd0f6000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefef20000 - 0x000007fefeff7000 C:\Windows\system32\OLEAUT32.dll
- 0x000007fefd3f0000 - 0x000007fefd5f3000 C:\Windows\system32\ole32.dll
- 0x000007fefd140000 - 0x000007fefd15a000 C:\Windows\system32\DEVOBJ.dll
- 0x000007fefabd0000 - 0x000007fefabe8000 C:\Windows\system32\dwmapi.dll
- 0x000007fefbfe0000 - 0x000007fefbfec000 C:\Windows\system32\VERSION.dll
- 0x0000000002390000 - 0x00000000023f4000 C:\Users\FRONTR~1\AppData\Local\Temp\libgdxFrontrider\dc0f0009\OpenAL64.dll
- 0x000007fefd6e0000 - 0x000007fefe469000 C:\Windows\system32\SHELL32.dll
- 0x000007fefb440000 - 0x000007fefb496000 C:\Windows\system32\uxtheme.dll
- 0x000007fefee80000 - 0x000007fefef19000 C:\Windows\system32\CLBCatQ.DLL
- 0x000007fefb5c0000 - 0x000007fefb6ec000 C:\Windows\System32\PROPSYS.dll
- 0x000007fefd100000 - 0x000007fefd13b000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefd190000 - 0x000007fefd2fd000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefcf50000 - 0x000007fefcf5f000 C:\Windows\system32\MSASN1.dll
- 0x000007fefb530000 - 0x000007fefb5b8000 C:\Windows\system32\dsound.dll
- 0x000007fefbff0000 - 0x000007fefc01c000 C:\Windows\system32\POWRPROF.dll
- 0x000007fefb700000 - 0x000007fefb74b000 C:\Windows\System32\MMDevApi.dll
- 0x000007fefadf0000 - 0x000007fefae3f000 C:\Windows\system32\AUDIOSES.DLL
- 0x0000000068bc0000 - 0x000000006a47f000 C:\Windows\system32\nvoglv64.DLL
- 0x000007fefb0f0000 - 0x000007fefb11d000 C:\Windows\system32\ntmarta.dll
- 0x000007fefd600000 - 0x000007fefd652000 C:\Windows\system32\WLDAP32.dll
- 0x000007fef99d0000 - 0x000007fef9a6c000 C:\Windows\system32\mscms.dll
- 0x000007fef2de0000 - 0x000007fef2e22000 C:\Windows\system32\icm32.dll
- 0x0000000066bc0000 - 0x0000000066c7b000 C:\Users\Frontrider\AppData\Local\Temp\libgdxFrontrider\78ae3bb2\gdx-box2d64.dll
- 0x000007fef6e10000 - 0x000007fef6f35000 C:\Windows\system32\DBGHELP.DLL
- VM Arguments:
- jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:12716,suspend=y,server=n -XX:+CreateMinidumpOnCrash -javaagent:C:\Users\Frontrider\.IdeaIC14\system\groovyHotSwap\gragent.jar -Dfile.encoding=windows-1250
- java_command: hu.frontrider.platformer.desktop.DesktopLauncher
- Launcher Type: SUN_STANDARD
- Environment Variables:
- JAVA_HOME=C:\Program Files\Java\jdk1.8.0_60\
- PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;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)\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\Common Files\Autodesk Shared\;C:\Program Files (x86)\Autodesk\Backburner\;D:\Program Files\Process Lasso;C:\Program Files (x86)\Skype\Phone\
- USERNAME=Frontrider
- OS=Windows_NT
- PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
- --------------- S Y S T E M ---------------
- OS: Windows 7 , 64 bit Build 7601 Service Pack 1
- 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
- Memory: 4k page, physical 4126104k(1180024k free), swap 8250372k(2450768k free)
- vm_info: Java HotSpot(TM) 64-Bit Server VM (24.79-b02) for windows-amd64 JRE (1.7.0_79-b15), built on Apr 10 2015 12:36:16 by "java_re" with unknown MS VC++:1600
- time: Tue Oct 06 17:02:41 2015
- elapsed time: 24 seconds
Advertisement
Add Comment
Please, Sign In to add comment