Jump to content
 

Recommended Posts

Posted

When I open programs I get an error like this. What is the reason ? 

 

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffd68cffd0c, pid=3028, tid=0x00000000000024c4
#
# JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build 1.8.0_144-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [d3d9.dll+0xfd0c]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# 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 (0x00000000199ee000):  JavaThread "AWT-Windows" daemon [_thread_in_native, id=9412, stack(0x000000001b070000,0x000000001b170000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x0000000000000000

Registers:
RAX=0x0000000000000000, RBX=0x000000001b16dea0, RCX=0x0000000022579b20, RDX=0x000000001b16e6b0
RSP=0x000000001b16ddf8, RBP=0x000000001b16e190, RSI=0x0000000000000001, RDI=0x0000000022722600
R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x000000002257a93c, R11=0x0000000000000246
R12=0x0000000000000001, R13=0x000000001b16e6b0, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x00007ffd68cffd0c, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x000000001b16ddf8)
0x000000001b16ddf8:   00007ffd68d0167f 000000001b16de58
0x000000001b16de08:   000000001b16de60 00000000000006e0
0x000000001b16de18:   0000000000010001 0000000000000000
0x000000001b16de28:   0000000022722600 0000000000000000
0x000000001b16de38:   00007ffd68d176a6 0000000000000000
0x000000001b16de48:   0000000000000000 0000000000000001
0x000000001b16de58:   0000000000000001 0000000000000000
0x000000001b16de68:   0000000000000000 0000000000005c88
0x000000001b16de78:   0000000000005c90 0000000000000000
0x000000001b16de88:   000000001b16ded8 0000000000000000
0x000000001b16de98:   000000000000001a 0000000000000000
0x000000001b16dea8:   0000000000000000 00000000241c1aa0
0x000000001b16deb8:   0000000022579b20 0000000000000000
0x000000001b16dec8:   00000000007a22b8 0000000000000000
0x000000001b16ded8:   0000000000000003 0000000000000000
0x000000001b16dee8:   0000000000000000 0000000000000048 

Instructions: (pc=0x00007ffd68cffd0c)
0x00007ffd68cffcec:   e9 10 fe ff ff cc cc cc cc cc cc cc cc cc cc cc
0x00007ffd68cffcfc:   cc cc cc cc ff 25 00 00 00 00 c0 96 01 80 01 00
0x00007ffd68cffd0c:   00 00 5c 24 20 55 56 57 41 54 41 55 41 56 41 57
0x00007ffd68cffd1c:   48 8d 6c 24 c0 48 81 ec 40 01 00 00 48 8b 05 a9 


Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x000000001b16dea0 is pointing into the stack for thread: 0x00000000199ee000
RCX=0x0000000022579b20 is an unknown value
RDX=0x000000001b16e6b0 is pointing into the stack for thread: 0x00000000199ee000
RSP=0x000000001b16ddf8 is pointing into the stack for thread: 0x00000000199ee000
RBP=0x000000001b16e190 is pointing into the stack for thread: 0x00000000199ee000
RSI=0x0000000000000001 is an unknown value
RDI=0x0000000022722600 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x000000002257a93c is an unknown value
R11=0x0000000000000246 is an unknown value
R12=0x0000000000000001 is an unknown value
R13=0x000000001b16e6b0 is pointing into the stack for thread: 0x00000000199ee000
R14=0x0000000000000000 is an unknown value
R15=0x0000000000000000 is an unknown value


Stack: [0x000000001b070000,0x000000001b170000],  sp=0x000000001b16ddf8,  free space=1015k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [d3d9.dll+0xfd0c]
C  [d3d9.dll+0x1167f]
C  [d3d9.dll+0x276a6]
C  [d3d9.dll+0x2cb68]
C  [d3d9.dll+0x2a81e]
C  [awt.dll+0x19e2d]
C  [awt.dll+0x19f8b]
C  [awt.dll+0x1a93f]
C  [awt.dll+0x1e4c5]
C  [awt.dll+0x1b609]
C  0x00000000026c7f74

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.java2d.d3d.D3DGraphicsDevice.getDeviceCapsNative(I)I+0
j  sun.java2d.d3d.D3DGraphicsDevice.access$000(I)I+1
j  sun.java2d.d3d.D3DGraphicsDevice$1.run()V+8
v  ~StubRoutines::call_stub
j  sun.awt.windows.WToolkit.eventLoop()V+0
j  sun.awt.windows.WToolkit.run()V+58
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x0000000019b98800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=7444, stack(0x000000001c640000,0x000000001c740000)]
  0x0000000019b4a800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=7440, stack(0x000000001c540000,0x000000001c640000)]
  0x0000000019a5a800 JavaThread "Swing-Shell" daemon [_thread_blocked, id=3436, stack(0x000000001b370000,0x000000001b470000)]
=>0x00000000199ee000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=9412, stack(0x000000001b070000,0x000000001b170000)]
  0x00000000199eb000 JavaThread "AWT-Shutdown" [_thread_blocked, id=6536, stack(0x000000001af70000,0x000000001b070000)]
  0x00000000199ea800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=8964, stack(0x000000001ae70000,0x000000001af70000)]
  0x000000001728e000 JavaThread "Service Thread" daemon [_thread_blocked, id=6760, stack(0x0000000018f70000,0x0000000019070000)]
  0x0000000017236000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=8852, stack(0x0000000018a70000,0x0000000018b70000)]
  0x0000000017233000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=7992, stack(0x0000000018970000,0x0000000018a70000)]
  0x0000000017230000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=10260, stack(0x0000000018870000,0x0000000018970000)]
  0x000000001722d800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3892, stack(0x0000000018770000,0x0000000018870000)]
  0x000000001722c800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6128, stack(0x0000000018670000,0x0000000018770000)]
  0x0000000017219000 JavaThread "Finalizer" daemon [_thread_blocked, id=1220, stack(0x0000000018490000,0x0000000018590000)]
  0x0000000002641000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1328, stack(0x0000000018390000,0x0000000018490000)]
  0x0000000002551000 JavaThread "main" [_thread_in_native, id=10992, stack(0x0000000002400000,0x0000000002500000)]

Other Threads:
  0x00000000171f7800 VMThread [stack: 0x0000000018290000,0x0000000018390000] [id=7000]
  0x0000000018bc6800 WatcherThread [stack: 0x0000000019070000,0x0000000019170000] [id=6360]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 38400K, used 13934K [0x00000000d5b80000, 0x00000000da680000, 0x0000000100000000)
  eden space 33280K, 26% used [0x00000000d5b80000,0x00000000d6421b38,0x00000000d7c00000)
  from space 5120K, 99% used [0x00000000d7c00000,0x00000000d80f9cf8,0x00000000d8100000)
  to   space 5120K, 0% used [0x00000000da180000,0x00000000da180000,0x00000000da680000)
 ParOldGen       total 87552K, used 1007K [0x0000000081200000, 0x0000000086780000, 0x00000000d5b80000)
  object space 87552K, 1% used [0x0000000081200000,0x00000000812fbd70,0x0000000086780000)
 Metaspace       used 16835K, capacity 17036K, committed 17280K, reserved 1064960K
  class space    used 2260K, capacity 2341K, committed 2432K, reserved 1048576K

Card table byte_map: [0x0000000011a70000,0x0000000011e70000] byte_map_base: 0x0000000011667000

Marking Bits: (ParMarkBitMap*) 0x0000000054c1d850
 Begin Bits: [0x0000000012520000, 0x00000000144d8000)
 End Bits:   [0x00000000144d8000, 0x0000000016490000)

Polling page: 0x00000000006f0000

CodeCache: size=245760Kb used=4894Kb max_used=4897Kb free=240865Kb
 bounds [0x00000000026b0000, 0x0000000002b80000, 0x00000000116b0000]
 total_blobs=1849 nmethods=1388 adapters=373
 compilation: enabled

Compilation events (10 events):
Event: 0.654 Thread 0x0000000017236000 1383       1       java.io.File::getPrefixLength (5 bytes)
Event: 0.654 Thread 0x0000000017236000 nmethod 1383 0x0000000002b71f10 code [0x0000000002b72060, 0x0000000002b72170]
Event: 0.654 Thread 0x0000000017236000 1385       3       sun.awt.FontConfiguration::getString (53 bytes)
Event: 0.654 Thread 0x0000000017236000 nmethod 1385 0x0000000002b799d0 code [0x0000000002b79b60, 0x0000000002b79fe8]
Event: 0.654 Thread 0x0000000017236000 1388       3       java.util.HashSet::contains (9 bytes)
Event: 0.654 Thread 0x0000000017236000 nmethod 1388 0x0000000002b79590 code [0x0000000002b79700, 0x0000000002b79928]
Event: 0.654 Thread 0x0000000017236000 1386       3       sun.awt.FontConfiguration::getComponentFileID (6 bytes)
Event: 0.654 Thread 0x0000000017236000 nmethod 1386 0x0000000002b79210 code [0x0000000002b79360, 0x0000000002b794d0]
Event: 0.654 Thread 0x0000000017236000 1387       3       sun.awt.FontConfiguration::getComponentFontName (15 bytes)
Event: 0.654 Thread 0x0000000017236000 nmethod 1387 0x0000000002b78dd0 code [0x0000000002b78f40, 0x0000000002b79128]

GC Heap History (2 events):
Event: 0.430 GC heap before
{Heap before GC invocations=1 (full 0):
 PSYoungGen      total 38400K, used 33280K [0x00000000d5b80000, 0x00000000d8600000, 0x0000000100000000)
  eden space 33280K, 100% used [0x00000000d5b80000,0x00000000d7c00000,0x00000000d7c00000)
  from space 5120K, 0% used [0x00000000d8100000,0x00000000d8100000,0x00000000d8600000)
  to   space 5120K, 0% used [0x00000000d7c00000,0x00000000d7c00000,0x00000000d8100000)
 ParOldGen       total 87552K, used 0K [0x0000000081200000, 0x0000000086780000, 0x00000000d5b80000)
  object space 87552K, 0% used [0x0000000081200000,0x0000000081200000,0x0000000086780000)
 Metaspace       used 9156K, capacity 9318K, committed 9472K, reserved 1056768K
  class space    used 1132K, capacity 1179K, committed 1280K, reserved 1048576K
Event: 0.434 GC heap after
Heap after GC invocations=1 (full 0):
 PSYoungGen      total 38400K, used 5095K [0x00000000d5b80000, 0x00000000da680000, 0x0000000100000000)
  eden space 33280K, 0% used [0x00000000d5b80000,0x00000000d5b80000,0x00000000d7c00000)
  from space 5120K, 99% used [0x00000000d7c00000,0x00000000d80f9cf8,0x00000000d8100000)
  to   space 5120K, 0% used [0x00000000da180000,0x00000000da180000,0x00000000da680000)
 ParOldGen       total 87552K, used 1007K [0x0000000081200000, 0x0000000086780000, 0x00000000d5b80000)
  object space 87552K, 1% used [0x0000000081200000,0x00000000812fbd70,0x0000000086780000)
 Metaspace       used 9156K, capacity 9318K, committed 9472K, reserved 1056768K
  class space    used 1132K, capacity 1179K, committed 1280K, reserved 1048576K
}

Deoptimization events (6 events):
Event: 0.243 Thread 0x0000000002551000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000288a168 method=java.lang.String.indexOf([CII[CIII)I @ 3
Event: 0.400 Thread 0x0000000002551000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002a01c38 method=java.lang.reflect.Method.equals(Ljava/lang/Object;)Z @ 1
Event: 0.467 Thread 0x0000000002551000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002910af0 method=java.lang.String.toUpperCase(Ljava/util/Locale;)Ljava/lang/String; @ 130
Event: 0.546 Thread 0x0000000002551000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000027f5be8 method=java.lang.String.startsWith(Ljava/lang/String;I)Z @ 25
Event: 0.546 Thread 0x0000000002551000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000287c6f4 method=java.util.HashMap.hash(Ljava/lang/Object;)I @ 1
Event: 0.546 Thread 0x0000000002551000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000029dd408 method=java.util.HashMap.hash(Ljava/lang/Object;)I @ 1

Internal exceptions (10 events):
Event: 0.470 Thread 0x0000000002551000 Exception <a 'java/lang/ClassNotFoundException': com/ray/wing/resorep/service/SettingsServiceCustomizer> (0x00000000d5ecea28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\classfile\systemDictionary.cpp, line
Event: 0.474 Thread 0x0000000002551000 Exception <a 'java/io/FileNotFoundException'> (0x00000000d5ee33a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 0.493 Thread 0x0000000002551000 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000000d5fadf98) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\methodHandles.cpp, line 1146]
Event: 0.494 Thread 0x0000000002551000 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000000d5fbb840) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\methodHandles.cpp, line 1146]
Event: 0.541 Thread 0x0000000002551000 Exception <a 'java/io/FileNotFoundException'> (0x00000000d609aae0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 0.546 Thread 0x0000000002551000 Implicit null exception at 0x000000000287c515 to 0x000000000287c6e5
Event: 0.546 Thread 0x0000000002551000 Implicit null exception at 0x00000000029dce3b to 0x00000000029dd3ed
Event: 0.586 Thread 0x0000000002551000 Exception <a 'java/lang/ClassNotFoundException': com/ray/wing/resorep/analytics/service/impl/AnalyticsServiceImplBeanInfo> (0x00000000d6241f38) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\classfile\systemDi
Event: 0.586 Thread 0x0000000002551000 Exception <a 'java/lang/ClassNotFoundException': com/ray/wing/resorep/analytics/service/impl/AnalyticsServiceImplCustomizer> (0x00000000d6243ef8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\classfile\system
Event: 0.586 Thread 0x0000000002551000 Exception <a 'java/lang/ClassNotFoundException': com/ray/wing/resorep/analytics/service/AnalyticsServiceCustomizer> (0x00000000d624a700) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\classfile\systemDictionar

Events (10 events):
Event: 0.675 loading class sun/java2d/pipe/RenderQueue done
Event: 0.675 loading class sun/java2d/d3d/D3DRenderQueue done
Event: 0.675 loading class sun/java2d/pipe/RenderBuffer
Event: 0.675 loading class sun/java2d/pipe/RenderBuffer done
Event: 0.675 loading class sun/java2d/d3d/D3DRenderQueue$1
Event: 0.675 loading class sun/java2d/d3d/D3DRenderQueue$1 done
Event: 0.675 loading class sun/java2d/d3d/D3DGraphicsDevice$1Result
Event: 0.675 loading class sun/java2d/d3d/D3DGraphicsDevice$1Result done
Event: 0.676 loading class sun/java2d/d3d/D3DGraphicsDevice$1
Event: 0.676 loading class sun/java2d/d3d/D3DGraphicsDevice$1 done


Dynamic libraries:
0x00007ff7afb70000 - 0x00007ff7afba7000     C:\Program Files\Java\jre1.8.0_144\bin\javaw.exe
0x00007ffd8a4b0000 - 0x00007ffd8a68b000     C:\Windows\SYSTEM32\ntdll.dll
0x00007ffd89ac0000 - 0x00007ffd89b6e000     C:\Windows\System32\KERNEL32.DLL
0x00007ffd86ad0000 - 0x00007ffd86d19000     C:\Windows\System32\KERNELBASE.dll
0x00007ffd8a400000 - 0x00007ffd8a4a1000     C:\Windows\System32\ADVAPI32.dll
0x00007ffd89a20000 - 0x00007ffd89abd000     C:\Windows\System32\msvcrt.dll
0x00007ffd89b70000 - 0x00007ffd89bc9000     C:\Windows\System32\sechost.dll
0x00007ffd87d80000 - 0x00007ffd87ea5000     C:\Windows\System32\RPCRT4.dll
0x00007ffd8a2b0000 - 0x00007ffd8a3fa000     C:\Windows\System32\USER32.dll
0x00007ffd87800000 - 0x00007ffd8781e000     C:\Windows\System32\win32u.dll
0x00007ffd899f0000 - 0x00007ffd89a17000     C:\Windows\System32\GDI32.dll
0x00007ffd87880000 - 0x00007ffd87a08000     C:\Windows\System32\gdi32full.dll
0x00007ffd87490000 - 0x00007ffd8752a000     C:\Windows\System32\msvcp_win.dll
0x00007ffd869d0000 - 0x00007ffd86ac6000     C:\Windows\System32\ucrtbase.dll
0x00007ffd70160000 - 0x00007ffd703c7000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.15063.483_none_26002d27e7c744a2\COMCTL32.dll
0x00007ffd89f10000 - 0x00007ffd8a209000     C:\Windows\System32\combase.dll
0x00007ffd86d20000 - 0x00007ffd86d8a000     C:\Windows\System32\bcryptPrimitives.dll
0x00007ffd89d70000 - 0x00007ffd89d9d000     C:\Windows\System32\IMM32.DLL
0x0000000055620000 - 0x00000000556f2000     C:\Program Files\Java\jre1.8.0_144\bin\msvcr100.dll
0x0000000054400000 - 0x0000000054c9d000     C:\Program Files\Java\jre1.8.0_144\bin\server\jvm.dll
0x00007ffd87d70000 - 0x00007ffd87d78000     C:\Windows\System32\PSAPI.DLL
0x00007ffd7aa70000 - 0x00007ffd7aa93000     C:\Windows\SYSTEM32\WINMM.dll
0x00007ffd81ee0000 - 0x00007ffd81eea000     C:\Windows\SYSTEM32\VERSION.dll
0x00007ffd7c6f0000 - 0x00007ffd7c6f9000     C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffd898c0000 - 0x00007ffd8992c000     C:\Windows\System32\WS2_32.dll
0x00007ffd7a9a0000 - 0x00007ffd7a9cb000     C:\Windows\SYSTEM32\winmmbase.dll
0x00007ffd87700000 - 0x00007ffd87749000     C:\Windows\System32\cfgmgr32.dll
0x0000000055610000 - 0x000000005561f000     C:\Program Files\Java\jre1.8.0_144\bin\verify.dll
0x00000000555e0000 - 0x0000000055609000     C:\Program Files\Java\jre1.8.0_144\bin\java.dll
0x00000000555c0000 - 0x00000000555d6000     C:\Program Files\Java\jre1.8.0_144\bin\zip.dll
0x00007ffd88040000 - 0x00007ffd89477000     C:\Windows\System32\SHELL32.dll
0x00007ffd87bd0000 - 0x00007ffd87c7a000     C:\Windows\System32\shcore.dll
0x00007ffd86d90000 - 0x00007ffd87482000     C:\Windows\System32\windows.storage.dll
0x00007ffd87d10000 - 0x00007ffd87d61000     C:\Windows\System32\shlwapi.dll
0x00007ffd86920000 - 0x00007ffd86931000     C:\Windows\System32\kernel.appcore.dll
0x00007ffd86940000 - 0x00007ffd8698c000     C:\Windows\System32\powrprof.dll
0x00007ffd86990000 - 0x00007ffd869a5000     C:\Windows\System32\profapi.dll
0x0000000054260000 - 0x00000000543f8000     C:\Program Files\Java\jre1.8.0_144\bin\awt.dll
0x00007ffd89930000 - 0x00007ffd899f0000     C:\Windows\System32\OLEAUT32.dll
0x00007ffd84fe0000 - 0x00007ffd8505e000     C:\Windows\SYSTEM32\apphelp.dll
0x00007ffd85140000 - 0x00007ffd851d5000     C:\Windows\system32\uxtheme.dll
0x00007ffd89da0000 - 0x00007ffd89f06000     C:\Windows\System32\MSCTF.dll
0x0000000180000000 - 0x0000000180043000     C:\Program Files (x86)\RivaTuner Statistics Server\RTSSHooks64.dll
0x00000000558a0000 - 0x0000000055943000     C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9279_none_08e667efa83ba076\MSVCR90.dll
0x00007ffd7f9c0000 - 0x00007ffd7fad4000     C:\Program Files (x86)\Stardock\ShadowFX\ShadowFX_64.dll
0x00007ffd7b430000 - 0x00007ffd7b45a000     C:\Windows\system32\dwmapi.dll
0x00007ffd87a20000 - 0x00007ffd87b65000     C:\Windows\System32\ole32.dll
0x00007ffd70620000 - 0x00007ffd706c6000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.15063.413_none_0e0f5dcc67adff4e\comctl32.dll
0x00007ffd8a210000 - 0x00007ffd8a2ae000     C:\Windows\System32\clbcatq.dll
0x00007ffd82ff0000 - 0x00007ffd83186000     C:\Windows\SYSTEM32\PROPSYS.dll
0x00007ffd7b510000 - 0x00007ffd7ba41000     C:\Windows\System32\OneCoreUAPCommonProxyStub.dll
0x00007ffd60aa0000 - 0x00007ffd60bc7000     C:\Windows\system32\NetworkExplorer.dll
0x00007ffd61680000 - 0x00007ffd616c4000     C:\skinpack\OldNewExplorer64.dll
0x00000000555a0000 - 0x00000000555ba000     C:\Program Files\Java\jre1.8.0_144\bin\net.dll
0x00007ffd861d0000 - 0x00007ffd8622c000     C:\Windows\system32\mswsock.dll
0x0000000055580000 - 0x0000000055591000     C:\Program Files\Java\jre1.8.0_144\bin\nio.dll
0x0000000055530000 - 0x0000000055577000     C:\Program Files\Java\jre1.8.0_144\bin\fontmanager.dll
0x00007ffd5fa20000 - 0x00007ffd5fb41000     C:\Windows\system32\opengl32.dll
0x00007ffd65520000 - 0x00007ffd6554c000     C:\Windows\SYSTEM32\GLU32.dll
0x00007ffd68cf0000 - 0x00007ffd68e79000     C:\Windows\system32\d3d9.dll
0x00007ffd68c00000 - 0x00007ffd68ce1000     C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_24ddebfb518b5a55\nvldumdx.dll
0x00007ffd87530000 - 0x00007ffd876f9000     C:\Windows\System32\crypt32.dll
0x00007ffd869b0000 - 0x00007ffd869c1000     C:\Windows\System32\MSASN1.dll
0x00007ffd87820000 - 0x00007ffd87876000     C:\Windows\System32\WINTRUST.DLL
0x00007ffd87eb0000 - 0x00007ffd87ecd000     C:\Windows\System32\imagehlp.dll
0x00007ffd86380000 - 0x00007ffd86397000     C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffd85df0000 - 0x00007ffd85e24000     C:\Windows\system32\rsaenh.dll
0x00007ffd867f0000 - 0x00007ffd86815000     C:\Windows\SYSTEM32\bcrypt.dll
0x00007ffd86370000 - 0x00007ffd8637b000     C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffd67100000 - 0x00007ffd68263000     C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_24ddebfb518b5a55\nvd3dumx.dll
0x00007ffd708d0000 - 0x00007ffd70aa7000     C:\Windows\system32\nvspcap64.dll
0x00007ffd89480000 - 0x00007ffd898bb000     C:\Windows\System32\SETUPAPI.dll
0x00007ffd82bd0000 - 0x00007ffd82ca7000     C:\Windows\SYSTEM32\WINHTTP.dll
0x00007ffd83500000 - 0x00007ffd83513000     C:\Windows\SYSTEM32\WTSAPI32.dll
0x00007ffd714a0000 - 0x00007ffd718df000     C:\Windows\system32\nvapi64.dll
0x00007ffd85730000 - 0x00007ffd857d4000     C:\Windows\SYSTEM32\dxgi.dll
0x00007ffd85200000 - 0x00007ffd85228000     C:\Windows\SYSTEM32\DEVOBJ.dll
0x00007ffd651e0000 - 0x00007ffd652ca000     C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll
0x00007ffd5a170000 - 0x00007ffd5a319000     C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
java_command: E:\WWE 2K Gaming Tool\resorep.jar
java_class_path (initial): E:\WWE 2K Gaming Tool\resorep.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\AI2U\JDK
PATH=C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Microsoft MPI\Bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\QT Lite\QTSystem;C:\Program Files (x86)\OpenVPN\bin;C:\Program Files (x86)\QT Lite\QTSystem\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\;C:\Users\ErayH\AppData\Local\Microsoft\WindowsApps;
USERNAME=ErayH
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel

---------------  S Y S T E M  ---------------

OS: Windows 10.0 , 64 bit Build 15063 (10.0.15063.296)

CPU:total 4 (initial active 4) (4 cores per cpu, 2 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, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2

Memory: 4k page, physical 8313980k(4564648k free), swap 10280060k(4546960k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.144-b01) for windows-amd64 JRE (1.8.0_144-b01), built on Jul 21 2017 21:57:33 by "java_re" with MS VC++ 10.0 (VS2010)

time: Sun Jul 30 19:31:51 2017
elapsed time: 1 seconds (0d 0h 0m 1s)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.