SOLVED Creator upgrade bug (java programs)

Joined
Nov 20, 2015
Messages
19
Reaction score
0
In some pc (not all) after this upgrade all java programs crash when they search a file using windows interface (explorer).
Do you have this bug ? Solutions ?
 

Data

Chief Operations Officer
Joined
Apr 13, 2017
Messages
427
Reaction score
81
Have you tried to upgrade or reinstall java?
 

Data

Chief Operations Officer
Joined
Apr 13, 2017
Messages
427
Reaction score
81
Sorry nothing else to add at this time, maybe try searching Google or wait for someone else to reply, maybe they have a better suggestion.
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Hi Massie,

What IDE are you using for your Java programs?

Eclipse, BlueJ, JCreator, something else?
 
Joined
Nov 20, 2015
Messages
19
Reaction score
0
I don't know. It is software of others, either commercial. But it happened to all java program installed.
 
Joined
Nov 20, 2015
Messages
19
Reaction score
0
"The functionality triggering the crash is related to file chooser dialog, similar problem happens with other Java apps using file chooser:"
 

Data

Chief Operations Officer
Joined
Apr 13, 2017
Messages
427
Reaction score
81
It happens, thats why not all people experience same bugs
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Are you able to post the Stack Trace of the error you are experiencing then?

It would help to see this to verify whether the issue is related to Java or to Windows.


Generally, though when a Java program fails to execute within a Windows Environment the most likely issues will be either the programs Architecture [ i.e. whether it is 32 or 64-bit which requires running the correct Java installation ], or driver incompatibility [i.e. an installation has migrated a library file that is incompatible with the operating system it is running on ].


Occasionally if the latter the resolution is to move the said library file [ DLL ] from the Windows %systemroot% directory back into the Program's directory and then run a System File Check, or DISM Restore Health to repair any damage done in the %systemroot% of the operating system.
 
Joined
Nov 20, 2015
Messages
19
Reaction score
0
Are you able to post the Stack Trace of the error you are experiencing then.

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000064966adf, pid=10252, tid=0x0000000000002ffc
#
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [msvcr100.dll+0x36adf]
#
# 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 (0x0000000028aa9800): JavaThread "Swing-Shell" daemon [_thread_in_native, id=12284, stack(0x0000000034180000,0x0000000034280000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:
RAX=0x0000000000000000, RBX=0x000000003427f200, RCX=0x0000000000000000, RDX=0x000000002dc2a2a0
RSP=0x000000003427f1a8, RBP=0x000000003427f390, RSI=0x00000000000001ed, RDI=0x0000000028aa99f8
R8 =0x000000002dc2a2a0, R9 =0x0000000000000000, R10=0x0000000000000000, R11=0x000000003427c3c0
R12=0x0000000000000000, R13=0x000000003427f3b0, R14=0x000000003427f378, R15=0x0000000028aa9800
RIP=0x0000000064966adf, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x000000003427f1a8)
0x000000003427f1a8: 0000000063b39ec6 0000000000000000
0x000000003427f1b8: 0000000028aa99f8 00000000000001ed
0x000000003427f1c8: 000000002dc2a2a0 0000000028aa99f8
0x000000003427f1d8: 0000000063b3a889 000000002dc2a2a0
0x000000003427f1e8: 000000071a23f1c8 0000000000000005
0x000000003427f1f8: 0000000028aa9800 0000000000000000
0x000000003427f208: 0000000000000000 0000000025207000
0x000000003427f218: 000000003427f200 0000000000000000
0x000000003427f228: 0000000000000000 000000003427f2a8
0x000000003427f238: 000000000271835d 0000000028aa9800
0x000000003427f248: 0000000062c422d2 0000000000000000
0x000000003427f258: 0000000000000000 00000007198916d8
0x000000003427f268: 0000000000000000 0000000000000000
0x000000003427f278: 0000000002a24c75 0000000000000058
0x000000003427f288: 000000003427f2e0 000000071a23f828
0x000000003427f298: 000000071a23f898 0000000100000000

Instructions: (pc=0x0000000064966adf)
0x0000000064966abf: 99 03 00 cc 33 c0 48 8b 5c 24 40 48 8b 74 24 48
0x0000000064966acf: 48 83 c4 30 5f c3 cc cc cc cc cc cc cc 48 8b c1
0x0000000064966adf: 0f b7 10 48 83 c0 02 66 85 d2 75 f4 48 2b c1 48
0x0000000064966aef: d1 f8 48 ff c8 c3 cc cc cc cc cc cc cc 45 33 c0


Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x000000003427f200 is pointing into the stack for thread: 0x0000000028aa9800
RCX=0x0000000000000000 is an unknown value
RDX=0x000000002dc2a2a0 is an unknown value
RSP=0x000000003427f1a8 is pointing into the stack for thread: 0x0000000028aa9800
RBP=0x000000003427f390 is pointing into the stack for thread: 0x0000000028aa9800
RSI=0x00000000000001ed is an unknown value
RDI=0x0000000028aa99f8 is an unknown value
R8 =0x000000002dc2a2a0 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x000000003427c3c0 is pointing into the stack for thread: 0x0000000028aa9800
R12=0x0000000000000000 is an unknown value
R13=0x000000003427f3b0 is pointing into the stack for thread: 0x0000000028aa9800
R14=0x000000003427f378 is pointing into the stack for thread: 0x0000000028aa9800
R15=0x0000000028aa9800 is a thread


Stack: [0x0000000034180000,0x0000000034280000], sp=0x000000003427f1a8, free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [msvcr100.dll+0x36adf]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 2588 sun.awt.shell.Win32ShellFolder2.getDisplayNameOf(JJI)Ljava/lang/String; (0 bytes) @ 0x0000000002fa6889 [0x0000000002fa6840+0x49]
j sun.awt.shell.Win32ShellFolder2.access$1600(JJI)Ljava/lang/String;+4
j sun.awt.shell.Win32ShellFolder2$13.call()Ljava/lang/String;+15
j sun.awt.shell.Win32ShellFolder2$13.call()Ljava/lang/Object;+1
J 2635 C1 java.util.concurrent.FutureTask.run()V (126 bytes) @ 0x0000000002fbd514 [0x0000000002fbd2c0+0x254]
j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run()V+7
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
0x0000000028aaa000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=11452, stack(0x0000000034d00000,0x0000000034e00000)]
=>0x0000000028aa9800 JavaThread "Swing-Shell" daemon [_thread_in_native, id=12284, stack(0x0000000034180000,0x0000000034280000)]
0x0000000028ab0000 JavaThread "DestroyJavaVM" [_thread_blocked, id=12008, stack(0x0000000002440000,0x0000000002540000)]
0x0000000028aae800 JavaThread "Thread-6" [_thread_blocked, id=12264, stack(0x0000000033460000,0x0000000033560000)]
0x0000000028aaf800 JavaThread "TimerQueue" daemon [_thread_blocked, id=12208, stack(0x0000000032c60000,0x0000000032d60000)]
0x0000000028a8f000 JavaThread "SwingWorker-pool-3-thread-1" daemon [_thread_blocked, id=12200, stack(0x0000000032a60000,0x0000000032b60000)]
0x000000003090d800 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=12192, stack(0x0000000031590000,0x0000000031690000)]
0x0000000028750800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=12904, stack(0x000000002f0c0000,0x000000002f1c0000)]
0x00000000285a0800 JavaThread "AWT-EventQueue-0" [_thread_in_vm, id=12176, stack(0x000000002dee0000,0x000000002dfe0000)]
0x00000000284b1800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=12172, stack(0x000000002dde0000,0x000000002dee0000)]
0x0000000028598000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=12148, stack(0x0000000028f50000,0x0000000029050000)]
0x000000002840f800 JavaThread "AWT-Shutdown" [_thread_blocked, id=12144, stack(0x0000000028e50000,0x0000000028f50000)]
0x000000002840e800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=12140, stack(0x0000000028d50000,0x0000000028e50000)]
0x00000000276b0000 JavaThread "Service Thread" daemon [_thread_blocked, id=12088, stack(0x0000000028200000,0x0000000028300000)]
0x0000000027630800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=12084, stack(0x0000000028100000,0x0000000028200000)]
0x0000000027622800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=12080, stack(0x0000000028000000,0x0000000028100000)]
0x000000002761f000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=12076, stack(0x0000000027f00000,0x0000000028000000)]
0x000000002761b000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=12072, stack(0x0000000027e00000,0x0000000027f00000)]
0x0000000027618800 JavaThread "Attach Listener" daemon [_thread_blocked, id=12068, stack(0x0000000027d00000,0x0000000027e00000)]
0x0000000027617000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12064, stack(0x0000000027c00000,0x0000000027d00000)]
0x000000002570d000 JavaThread "Finalizer" daemon [_thread_blocked, id=12060, stack(0x00000000279f0000,0x0000000027af0000)]
0x0000000002655000 JavaThread "Reference Handler" daemon [_thread_blocked, id=12056, stack(0x00000000274f0000,0x00000000275f0000)]

Other Threads:
0x0000000025709000 VMThread [stack: 0x00000000273f0000,0x00000000274f0000] [id=12052]
0x00000000276d3000 WatcherThread [stack: 0x0000000028300000,0x0000000028400000] [id=12092]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
PSYoungGen total 153088K, used 78850K [0x0000000715980000, 0x0000000720400000, 0x00000007c0000000)
eden space 131584K, 59% used [0x0000000715980000,0x000000071a6808a0,0x000000071da00000)
from space 21504K, 0% used [0x000000071da00000,0x000000071da00000,0x000000071ef00000)
to space 21504K, 0% used [0x000000071ef00000,0x000000071ef00000,0x0000000720400000)
ParOldGen total 246784K, used 16205K [0x00000005c0c00000, 0x00000005cfd00000, 0x0000000715980000)
object space 246784K, 6% used [0x00000005c0c00000,0x00000005c1bd37f8,0x00000005cfd00000)
Metaspace used 29923K, capacity 30266K, committed 30592K, reserved 1075200K
class space used 4324K, capacity 4411K, committed 4480K, reserved 1048576K

Card table byte_map: [0x0000000011ad0000,0x0000000012ad0000] byte_map_base: 0x000000000ecca000

Marking Bits: (ParMarkBitMap*) 0x00000000632da6d0
Begin Bits: [0x0000000013d80000, 0x000000001bd50000)
End Bits: [0x000000001bd50000, 0x0000000023d20000)

Polling page: 0x0000000000810000

CodeCache: size=245760Kb used=9089Kb max_used=9104Kb free=236670Kb
bounds [0x0000000002710000, 0x0000000003000000, 0x0000000011710000]
total_blobs=3393 nmethods=2717 adapters=588
compilation: enabled

Compilation events (10 events):
Event: 2.878 Thread 0x0000000027630800 2658 3 java.awt.Component::setForeground (44 bytes)
Event: 2.878 Thread 0x0000000027630800 nmethod 2658 0x0000000002fd5690 code [0x0000000002fd5840, 0x0000000002fd5fe8]
Event: 2.886 Thread 0x0000000027630800 2659 1 javax.swing.plaf.basic.BasicFileChooserUI::getFileChooser (5 bytes)
Event: 2.886 Thread 0x0000000027630800 nmethod 2659 0x0000000002fd6210 code [0x0000000002fd6360, 0x0000000002fd6470]
Event: 2.890 Thread 0x0000000027630800 2660 ! 3 sun.swing.SwingUtilities2::stringWidth (108 bytes)
Event: 2.890 Thread 0x0000000027630800 nmethod 2660 0x0000000002fd64d0 code [0x0000000002fd6700, 0x0000000002fd7278]
Event: 2.890 Thread 0x0000000027630800 2661 3 sun.swing.SwingUtilities2::getLeftSideBearing (24 bytes)
Event: 2.890 Thread 0x0000000027630800 nmethod 2661 0x0000000002fd7710 code [0x0000000002fd78a0, 0x0000000002fd7d58]
Event: 2.905 Thread 0x0000000027630800 2662 ! 3 java.awt.Component::setFont (97 bytes)
Event: 2.905 Thread 0x0000000027630800 nmethod 2662 0x0000000002fd7f90 code [0x0000000002fd8180, 0x0000000002fd8d88]

GC Heap History (4 events):
Event: 1.698 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 153088K, used 85301K [0x0000000715980000, 0x0000000720400000, 0x00000007c0000000)
eden space 131584K, 64% used [0x0000000715980000,0x000000071accd718,0x000000071da00000)
from space 21504K, 0% used [0x000000071ef00000,0x000000071ef00000,0x0000000720400000)
to space 21504K, 0% used [0x000000071da00000,0x000000071da00000,0x000000071ef00000)
ParOldGen total 349696K, used 0K [0x00000005c0c00000, 0x00000005d6180000, 0x0000000715980000)
object space 349696K, 0% used [0x00000005c0c00000,0x00000005c0c00000,0x00000005d6180000)
Metaspace used 20750K, capacity 20998K, committed 21248K, reserved 1067008K
class space used 2944K, capacity 3029K, committed 3072K, reserved 1048576K
Event: 1.706 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 153088K, used 16699K [0x0000000715980000, 0x0000000720400000, 0x00000007c0000000)
eden space 131584K, 0% used [0x0000000715980000,0x0000000715980000,0x000000071da00000)
from space 21504K, 77% used [0x000000071da00000,0x000000071ea4ece8,0x000000071ef00000)
to space 21504K, 0% used [0x000000071ef00000,0x000000071ef00000,0x0000000720400000)
ParOldGen total 349696K, used 24K [0x00000005c0c00000, 0x00000005d6180000, 0x0000000715980000)
object space 349696K, 0% used [0x00000005c0c00000,0x00000005c0c06000,0x00000005d6180000)
Metaspace used 20750K, capacity 20998K, committed 21248K, reserved 1067008K
class space used 2944K, capacity 3029K, committed 3072K, reserved 1048576K
}
Event: 1.706 GC heap before
{Heap before GC invocations=2 (full 1):
PSYoungGen total 153088K, used 16699K [0x0000000715980000, 0x0000000720400000, 0x00000007c0000000)
eden space 131584K, 0% used [0x0000000715980000,0x0000000715980000,0x000000071da00000)
from space 21504K, 77% used [0x000000071da00000,0x000000071ea4ece8,0x000000071ef00000)
to space 21504K, 0% used [0x000000071ef00000,0x000000071ef00000,0x0000000720400000)
ParOldGen total 349696K, used 24K [0x00000005c0c00000, 0x00000005d6180000, 0x0000000715980000)
object space 349696K, 0% used [0x00000005c0c00000,0x00000005c0c06000,0x00000005d6180000)
Metaspace used 20750K, capacity 20998K, committed 21248K, reserved 1067008K
class space used 2944K, capacity 3029K, committed 3072K, reserved 1048576K
Event: 1.730 GC heap after
Heap after GC invocations=2 (full 1):
PSYoungGen total 153088K, used 0K [0x0000000715980000, 0x0000000720400000, 0x00000007c0000000)
eden space 131584K, 0% used [0x0000000715980000,0x0000000715980000,0x000000071da00000)
from space 21504K, 0% used [0x000000071da00000,0x000000071da00000,0x000000071ef00000)
to space 21504K, 0% used [0x000000071ef00000,0x000000071ef00000,0x0000000720400000)
ParOldGen total 246784K, used 16205K [0x00000005c0c00000, 0x00000005cfd00000, 0x0000000715980000)
object space 246784K, 6% used [0x00000005c0c00000,0x00000005c1bd37f8,0x00000005cfd00000)
Metaspace used 20750K, capacity 20998K, committed 21248K, reserved 1067008K
class space used 2944K, capacity 3029K, committed 3072K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 2.556 Thread 0x0000000028598000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002ded5a4 method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 1
Event: 2.557 Thread 0x0000000028598000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002ded5a4 method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 1
Event: 2.558 Thread 0x0000000028598000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002ded5a4 method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 1
Event: 2.639 Thread 0x0000000028a8f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000297d26c method=java.lang.String.indexOf([CII[CIII)I @ 27
Event: 2.646 Thread 0x0000000028a8f000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002d54d64 method=sun.security.provider.DigestBase.engineUpdate([BII)V @ 128
Event: 2.652 Thread 0x0000000028a8f000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000000002d54d84 method=sun.security.provider.DigestBase.engineReset()V @ 11
Event: 2.652 Thread 0x0000000028a8f000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000000002d54d84 method=sun.security.provider.DigestBase.engineReset()V @ 11
Event: 2.652 Thread 0x0000000028a8f000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000000002d54d84 method=sun.security.provider.DigestBase.engineReset()V @ 11
Event: 2.652 Thread 0x0000000028a8f000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000000002d54d84 method=sun.security.provider.DigestBase.engineReset()V @ 11
Event: 2.740 Thread 0x0000000028aa9800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002df6898 method=java.io.WinNTFileSystem.normalize(Ljava/lang/String;II)Ljava/lang/String; @ 103

Internal exceptions (10 events):
Event: 1.222 Thread 0x000000000270d800 Exception <a 'java/security/PrivilegedActionException'> (0x0000000718a37928) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jvm.cpp, line 1386]
Event: 1.254 Thread 0x000000000270d800 Exception <a 'java/io/IOException'> (0x0000000718afe120) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.254 Thread 0x000000000270d800 Exception <a 'java/io/IOException'> (0x0000000718afe3a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.254 Thread 0x000000000270d800 Exception <a 'java/io/IOException'> (0x0000000718afe600) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.762 Thread 0x000000000270d800 Implicit null exception at 0x000000000290ea6f to 0x000000000290ead9
Event: 2.032 Thread 0x0000000028ab0000 Exception <a 'java/lang/UnsatisfiedLinkError'> (0x0000000717034b40) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jvm.cpp, line 3969]
Event: 2.032 Thread 0x0000000028ab0000 Exception <a 'java/lang/UnsatisfiedLinkError'> (0x0000000717034b40) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u101\7261\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 2.138 Thread 0x000000003090d800 Implicit null exception at 0x0000000002c4ee89 to 0x0000000002c519a9
Event: 2.432 Thread 0x0000000028a8f000 Implicit null exception at 0x0000000002b32218 to 0x0000000002b32401
Event: 2.432 Thread 0x0000000028a8f000 Implicit null exception at 0x0000000002adc579 to 0x0000000002adc6ed

Events (10 events):
Event: 2.740 Thread 0x0000000028aa9800 DEOPT PACKING pc=0x0000000002df6898 sp=0x000000003427f150
Event: 2.740 Thread 0x0000000028aa9800 DEOPT UNPACKING pc=0x000000000275582a sp=0x000000003427f150 mode 2
Event: 2.740 loading class sun/net/www/protocol/http/AuthenticationInfo
Event: 2.740 loading class sun/net/www/protocol/http/AuthCacheValue
Event: 2.740 loading class sun/net/www/protocol/http/AuthCacheValue done
Event: 2.740 loading class sun/net/www/protocol/http/AuthenticationInfo done
Event: 2.740 loading class sun/net/www/protocol/http/AuthCacheImpl
Event: 2.740 loading class sun/net/www/protocol/http/AuthCache
Event: 2.740 loading class sun/net/www/protocol/http/AuthCache done
Event: 2.740 loading class sun/net/www/protocol/http/AuthCacheImpl done


Dynamic libraries:
0x00007ff72e040000 - 0x00007ff72e077000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\javaw.exe
0x00007fff25160000 - 0x00007fff2533b000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007fff22970000 - 0x00007fff22a1e000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007fff21680000 - 0x00007fff218c9000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007fff24f70000 - 0x00007fff25011000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007fff226f0000 - 0x00007fff2278d000 C:\WINDOWS\System32\msvcrt.dll
0x00007fff245f0000 - 0x00007fff24649000 C:\WINDOWS\System32\sechost.dll
0x00007fff244c0000 - 0x00007fff245e5000 C:\WINDOWS\System32\RPCRT4.dll
0x00007fff22790000 - 0x00007fff228da000 C:\WINDOWS\System32\USER32.dll
0x00007fff224d0000 - 0x00007fff224ee000 C:\WINDOWS\System32\win32u.dll
0x00007fff228e0000 - 0x00007fff22907000 C:\WINDOWS\System32\GDI32.dll
0x00007fff219d0000 - 0x00007fff21b59000 C:\WINDOWS\System32\gdi32full.dll
0x00007fff21b60000 - 0x00007fff21bfa000 C:\WINDOWS\System32\msvcp_win.dll
0x00007fff218d0000 - 0x00007fff219c6000 C:\WINDOWS\System32\ucrtbase.dll
0x00007fff1af30000 - 0x00007fff1b197000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.15063.0_none_108e4f62dfe5d999\COMCTL32.dll
0x00007fff24b90000 - 0x00007fff24e89000 C:\WINDOWS\System32\combase.dll
0x00007fff22460000 - 0x00007fff224ca000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007fff226c0000 - 0x00007fff226ed000 C:\WINDOWS\System32\IMM32.DLL
0x0000000064930000 - 0x0000000064a02000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\msvcr100.dll
0x0000000062ac0000 - 0x000000006335a000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\server\jvm.dll
0x00007fff22b70000 - 0x00007fff22b78000 C:\WINDOWS\System32\PSAPI.DLL
0x00007fff1cf00000 - 0x00007fff1cf23000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007fff1bef0000 - 0x00007fff1bef9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007fff22be0000 - 0x00007fff22c4c000 C:\WINDOWS\System32\WS2_32.dll
0x00007fff1d740000 - 0x00007fff1d74a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007fff1ced0000 - 0x00007fff1cefb000 C:\WINDOWS\SYSTEM32\winmmbase.dll
0x00007fff21c60000 - 0x00007fff21ca9000 C:\WINDOWS\System32\cfgmgr32.dll
0x0000000064920000 - 0x000000006492f000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\verify.dll
0x00000000648f0000 - 0x0000000064919000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\java.dll
0x00000000648d0000 - 0x00000000648e6000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\zip.dll
0x00007fff22dd0000 - 0x00007fff24207000 C:\WINDOWS\System32\SHELL32.dll
0x00007fff250b0000 - 0x00007fff2515a000 C:\WINDOWS\System32\shcore.dll
0x00007fff21d60000 - 0x00007fff22452000 C:\WINDOWS\System32\windows.storage.dll
0x00007fff22910000 - 0x00007fff22961000 C:\WINDOWS\System32\shlwapi.dll
0x00007fff21640000 - 0x00007fff21651000 C:\WINDOWS\System32\kernel.appcore.dll
0x00007fff215d0000 - 0x00007fff2161c000 C:\WINDOWS\System32\powrprof.dll
0x00007fff21620000 - 0x00007fff21635000 C:\WINDOWS\System32\profapi.dll
0x0000000063ad0000 - 0x0000000063c68000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\awt.dll
0x00007fff24eb0000 - 0x00007fff24f6f000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007fff1fba0000 - 0x00007fff1fc1e000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007fff1fce0000 - 0x00007fff1fd75000 C:\WINDOWS\system32\uxtheme.dll
0x00007fff22c60000 - 0x00007fff22dc6000 C:\WINDOWS\System32\MSCTF.dll
0x00007fff1ccc0000 - 0x00007fff1ccea000 C:\WINDOWS\system32\dwmapi.dll
0x00007fff22a20000 - 0x00007fff22b64000 C:\WINDOWS\System32\ole32.dll
0x00007ffef1120000 - 0x00007ffef12a9000 C:\WINDOWS\system32\d3d9.dll
0x00007fff1b240000 - 0x00007fff1b31f000 C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_e69a53b8ddde469c\nvldumdx.dll
0x00007fff224f0000 - 0x00007fff226b9000 C:\WINDOWS\System32\crypt32.dll
0x00007fff21660000 - 0x00007fff21671000 C:\WINDOWS\System32\MSASN1.dll
0x00007fff21c00000 - 0x00007fff21c56000 C:\WINDOWS\System32\WINTRUST.DLL
0x00007fff24e90000 - 0x00007fff24ead000 C:\WINDOWS\System32\imagehlp.dll
0x00007fff21080000 - 0x00007fff21097000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007fff20b00000 - 0x00007fff20b34000 C:\WINDOWS\system32\rsaenh.dll
0x00007fff21190000 - 0x00007fff211b5000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007fff210a0000 - 0x00007fff210ab000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffef0100000 - 0x00007ffef1114000 C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_e69a53b8ddde469c\nvd3dumx.dll
0x00007fff16500000 - 0x00007fff166d1000 C:\WINDOWS\system32\nvspcap64.dll
0x00007fff24750000 - 0x00007fff24b8b000 C:\WINDOWS\System32\SETUPAPI.dll
0x00007fff1d2b0000 - 0x00007fff1d387000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007fff1df90000 - 0x00007fff1dfa3000 C:\WINDOWS\SYSTEM32\WTSAPI32.dll
0x00007fff1c1f0000 - 0x00007fff1c60f000 C:\WINDOWS\system32\nvapi64.dll
0x00007fff20440000 - 0x00007fff204e4000 C:\WINDOWS\SYSTEM32\dxgi.dll
0x00007fff18bc0000 - 0x00007fff18ca7000 C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll
0x0000000063a80000 - 0x0000000063ac7000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\fontmanager.dll
0x00007fff214d0000 - 0x00007fff214f9000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00000000648b0000 - 0x00000000648ca000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\net.dll
0x00007fff20ee0000 - 0x00007fff20f3c000 C:\WINDOWS\system32\mswsock.dll
0x00007fff20c80000 - 0x00007fff20cb7000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007fff25020000 - 0x00007fff25028000 C:\WINDOWS\System32\NSI.dll
0x00007fff1dc30000 - 0x00007fff1dc46000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007fff1dc10000 - 0x00007fff1dc2a000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x0000000063a60000 - 0x0000000063a71000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\nio.dll
0x0000000180000000 - 0x0000000180038000 C:\Users\ME\AppData\Local\Temp\jna-2456\jna2765372188803229628.dll
0x0000000063a10000 - 0x0000000063a52000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\t2k.dll
0x00007fff1ca70000 - 0x00007fff1cb16000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.15063.0_none_43a14f3b47f396e6\comctl32.dll
0x00000000639e0000 - 0x0000000063a0a000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\dcpr.dll
0x00000000639b0000 - 0x00000000639d4000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\sunec.dll
0x00000000648a0000 - 0x00000000648ab000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\sunmscapi.dll
0x00007fff0b0e0000 - 0x00007fff0b0f6000 C:\WINDOWS\system32\napinsp.dll
0x00007fff0b090000 - 0x00007fff0b0aa000 C:\WINDOWS\system32\pnrpnsp.dll
0x00007fff24650000 - 0x00007fff246ee000 C:\WINDOWS\System32\clbcatq.dll
0x00007fff1e770000 - 0x00007fff1e788000 C:\WINDOWS\system32\NLAapi.dll
0x00007fff20cd0000 - 0x00007fff20d74000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007fff1c7b0000 - 0x00007fff1c95c000 C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
0x00007fff0b080000 - 0x00007fff0b08e000 C:\WINDOWS\System32\winrnr.dll
0x00007fff13280000 - 0x00007fff13295000 C:\WINDOWS\System32\wshbth.dll
0x00007fff1d100000 - 0x00007fff1d10a000 C:\Windows\System32\rasadhlp.dll
0x00007fff1d130000 - 0x00007fff1d19b000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007fff07ce0000 - 0x00007fff07d27000 C:\WINDOWS\system32\dataexchange.dll
0x00007fff1ed50000 - 0x00007fff1f02f000 C:\WINDOWS\system32\d3d11.dll
0x00007fff1f6d0000 - 0x00007fff1f7f2000 C:\WINDOWS\system32\dcomp.dll
0x00007fff1ff80000 - 0x00007fff200f0000 C:\WINDOWS\system32\twinapi.appcore.dll
0x00007fff17d90000 - 0x00007fff17e12000 C:\WINDOWS\System32\TextInputFramework.dll
0x00007fff1bf10000 - 0x00007fff1c1e2000 C:\WINDOWS\System32\CoreUIComponents.dll
0x00007fff1f5e0000 - 0x00007fff1f6c3000 C:\WINDOWS\System32\CoreMessaging.dll
0x00007fff20930000 - 0x00007fff20961000 C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007fff1dc80000 - 0x00007fff1ddb9000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007fff1e700000 - 0x00007fff1e715000 C:\WINDOWS\SYSTEM32\usermgrcli.dll
0x00007fff1d450000 - 0x00007fff1d5e6000 C:\WINDOWS\system32\propsys.dll
0x00007fff00df0000 - 0x00007fff00f17000 C:\WINDOWS\system32\NetworkExplorer.dll
0x00007fff1b590000 - 0x00007fff1bac1000 C:\Windows\System32\OneCoreUAPCommonProxyStub.dll
0x00007fff103b0000 - 0x00007fff103cb000 C:\WINDOWS\SYSTEM32\MPR.dll
0x00007fff103a0000 - 0x00007fff103ab000 C:\WINDOWS\System32\drprov.dll
0x00007fff20730000 - 0x00007fff20785000 C:\WINDOWS\System32\WINSTA.dll
0x00007fff10380000 - 0x00007fff10396000 C:\WINDOWS\System32\ntlanman.dll
0x00007fff10360000 - 0x00007fff10380000 C:\WINDOWS\System32\davclnt.dll
0x00007fff10350000 - 0x00007fff1035c000 C:\WINDOWS\System32\DAVHLPR.dll
0x00007fff1e150000 - 0x00007fff1e166000 C:\WINDOWS\System32\wkscli.dll
0x00007fff10320000 - 0x00007fff10332000 C:\WINDOWS\SYSTEM32\cscapi.dll
0x00007fff20cc0000 - 0x00007fff20ccd000 C:\WINDOWS\System32\netutils.dll
0x00007fff077b0000 - 0x00007fff07807000 C:\Windows\System32\thumbcache.dll
0x00007ffefbc00000 - 0x00007ffefbc4a000 C:\Windows\System32\dlnashext.dll
0x00007fff15d40000 - 0x00007fff15dad000 C:\Windows\System32\PlayToDevice.dll
0x00007fff182c0000 - 0x00007fff182de000 C:\Windows\System32\DevDispItemProvider.dll
0x00007fff10690000 - 0x00007fff106f7000 C:\WINDOWS\System32\MMDevApi.dll
0x00007fff20150000 - 0x00007fff20178000 C:\WINDOWS\System32\DEVOBJ.dll
0x00007ffefba20000 - 0x00007ffefbbff000 C:\WINDOWS\system32\wpdshext.dll
0x00007fff1cb20000 - 0x00007fff1ccb5000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.15063.0_none_9055be80f37df5c1\gdiplus.dll
0x00007fff1d5f0000 - 0x00007fff1d68c000 C:\Windows\System32\PortableDeviceApi.dll
0x00007fff12d40000 - 0x00007fff12d71000 C:\Windows\System32\PortableDeviceTypes.dll
0x00007fff13aa0000 - 0x00007fff13ad6000 C:\Windows\System32\EhStorShell.dll
0x00007fff13a70000 - 0x00007fff13a95000 C:\Windows\System32\EhStorAPI.dll
0x00007fff06850000 - 0x00007fff06860000 C:\WINDOWS\SYSTEM32\LINKINFO.dll
0x00007fff0ab10000 - 0x00007fff0ab7d000 C:\WINDOWS\system32\DeviceCenter.dll
0x00007fff06e10000 - 0x00007fff06fbb000 C:\WINDOWS\system32\DUI70.dll
0x00007fff1acd0000 - 0x00007fff1acdc000 C:\WINDOWS\SYSTEM32\Secur32.dll
0x00007fff21500000 - 0x00007fff21530000 C:\WINDOWS\SYSTEM32\SSPICLI.DLL
0x00007fff15f90000 - 0x00007fff15fa8000 C:\WINDOWS\SYSTEM32\samcli.dll
0x00007fff1ccf0000 - 0x00007fff1cd13000 C:\WINDOWS\SYSTEM32\SAMLIB.dll

VM Arguments:
jvm_args: -Xbootclasspath/a:jre/lib/jfxrt.jar
java_command: geogebra.GeoGebra3D --settingsfile=geogebra.properties --versionCheckAllow=false --screenDPI=120 --screenX=1920 --screenY=1080
java_class_path (initial): geogebra.jar
Launcher Type: SUN_STANDARD

Environment Variables:
CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
PATH=C:\ProgramData\Oracle\Java\javapath;C:\PROGRAM FILES\BROADCOM\BROADCOM 802.11 NETWORK ADAPTER;C:\PROGRAM FILES (X86)\INTEL\ICLS CLIENT\;C:\PROGRAM FILES\INTEL\ICLS CLIENT\;C:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\WINDOWS\SYSTEM32\WINDOWSPOWERSHELL\V1.0\;C:\PROGRAM FILES (X86)\COMMON FILES\ACRONIS\SNAPAPI\;C:\PROGRAM FILES\INTEL\INTEL(R) MANAGEMENT ENGINE COMPONENTS\DAL;C:\PROGRAM FILES\INTEL\INTEL(R) MANAGEMENT ENGINE COMPONENTS\IPT;C:\PROGRAM FILES (X86)\INTEL\INTEL(R) MANAGEMENT ENGINE COMPONENTS\DAL;C:\PROGRAM FILES (X86)\INTEL\INTEL(R) MANAGEMENT ENGINE COMPONENTS\IPT;C:\PROGRAM FILES (X86)\QUICKTIME\QTSYSTEM\;;C:\PROGRAM FILES (X86)\INFOCERT\DIKEUTIL\;C:\PROGRAM FILES\CALIBRE2\;C:\PROGRAM FILES (X86)\NVIDIA CORPORATION\PHYSX\COMMON;C:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\WINDOWS\SYSTEM32\WINDOWSPOWERSHELL\V1.0\;C:\PROGRAM FILES (X86)\INFOCERT\DIKE 6\RAO;C:\Program Files (x86)\Skype\Phone\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files (x86)\Common Files\Acronis\FileProtector\;C:\Program Files (x86)\Common Files\Acronis\FileProtector64\;C:\Users\ME\AppData\Local\Microsoft\WindowsApps;
USERNAME=ME
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel



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

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

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit, tscinv

Memory: 4k page, physical 33502104k(29636760k free), swap 38744984k(34328888k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.101-b13) for windows-amd64 JRE (1.8.0_101-b13), built on Jun 22 2016 01:21:29 by "java_re" with MS VC++ 10.0 (VS2010)

time: Wed Apr 19 08:57:20 2017
elapsed time: 2 seconds (0d 0h 0m 2s)
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Your Java Runtime Environment is somewhat outdated.

Visit here for a Critical Update: http://www.oracle.com/technetwork/java/javase/downloads/index.html


As suspected your installation migrated the library file msvcr100.dll into your system and that may be now corrupted.

On a Windows 10 Home Creator x64 Architecture you would find this library file at C:\Windows \SysWOW64 with a file size of 756 KB and I imagine the same for your Pro edition. You could check yourself.


Try updating your JRE first as the critical update has only been released in the last 24 hours.

Remember after installing to verify older editions of JRE appearing in your Programs list should be removed!

For the benefit of others reading post:

  • JRE [ Java Runtime Environment ] is what you want if you wish to make use of Java programs or extensions within your Windows Environment.
  • JDK [ Java Development Kit ] comes with JRE too but you only need JDK if you are intending on developing Java yourself within your Windows Environment [ for example, writing Java code and compiling etcetera ]
    • Again, if installing an update for JDK, check your Programs folder and uninstall older versions left behind after updating.
 
Joined
Nov 20, 2015
Messages
19
Reaction score
0
Well, for test I'm using a portable version of geogebra.exe, but all java applications in the pc are not working. I changed the JRE in it (into pc was just the new one) with no result.
Then I copied the application with its JRE in a other pc with win 10 64 Creator Update where all is ok. The application works (and the others java inside too).
Then I copied the files msvcr100.dll from this pc to the other (both files in C:\Windows \SysWOW64 and also the other in C:\Windows \System32).
But java applications dont'work. So it is not the file msvcr100.dll the problem.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006e4f6adf, pid=9172, tid=0x0000000000002d54
#
# JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [msvcr100.dll+0x36adf]
#
# 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 (0x0000000032049000): JavaThread "Swing-Shell" daemon [_thread_in_native, id=11604, stack(0x00000000348e0000,0x00000000349e0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:
RAX=0x0000000000000000, RBX=0x00000000349ded40, RCX=0x0000000000000000, RDX=0x000000002e596210
RSP=0x00000000349dece8, RBP=0x00000000349deed0, RSI=0x00000000000001ed, RDI=0x00000000320491f8
R8 =0x000000002e596210, R9 =0x0000000000000000, R10=0x0000000000000000, R11=0x00000000349dbf00
R12=0x0000000000000000, R13=0x00000000349deef0, R14=0x00000000349deeb8, R15=0x0000000032049000
RIP=0x000000006e4f6adf, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x00000000349dece8)
0x00000000349dece8: 000000006dea9d36 0000000000000000
0x00000000349decf8: 00000000320491f8 00000000000001ed
0x00000000349ded08: 000000002e596210 00000000320491f8
0x00000000349ded18: 000000006deaa6f9 000000002e596210
0x00000000349ded28: 0000000719f66e68 0000000000000005
0x00000000349ded38: 0000000032049000 0000000000000000
0x00000000349ded48: 0000000000000000 0000000025a7cd00
0x00000000349ded58: 00000000349ded00 0000000000000000
0x00000000349ded68: 0000000000000000 00000000349dede8
0x00000000349ded78: 0000000002ed835d 0000000032049000
0x00000000349ded88: 000000006ced2ac2 0000000000000000
0x00000000349ded98: 0000000000000000 00000007198f1638
0x00000000349deda8: 0000000000000000 0000000000000000
0x00000000349dedb8: 00000000031e95b5 0000000000000058
0x00000000349dedc8: 00000000349dee20 0000000719f674c8
0x00000000349dedd8: 0000000719f67538 0000000100000000

Instructions: (pc=0x000000006e4f6adf)
0x000000006e4f6abf: 99 03 00 cc 33 c0 48 8b 5c 24 40 48 8b 74 24 48
0x000000006e4f6acf: 48 83 c4 30 5f c3 cc cc cc cc cc cc cc 48 8b c1
0x000000006e4f6adf: 0f b7 10 48 83 c0 02 66 85 d2 75 f4 48 2b c1 48
0x000000006e4f6aef: d1 f8 48 ff c8 c3 cc cc cc cc cc cc cc 45 33 c0


Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x00000000349ded40 is pointing into the stack for thread: 0x0000000032049000
RCX=0x0000000000000000 is an unknown value
RDX=0x000000002e596210 is an unknown value
RSP=0x00000000349dece8 is pointing into the stack for thread: 0x0000000032049000
RBP=0x00000000349deed0 is pointing into the stack for thread: 0x0000000032049000
RSI=0x00000000000001ed is an unknown value
RDI=0x00000000320491f8 is an unknown value
R8 =0x000000002e596210 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x00000000349dbf00 is pointing into the stack for thread: 0x0000000032049000
R12=0x0000000000000000 is an unknown value
R13=0x00000000349deef0 is pointing into the stack for thread: 0x0000000032049000
R14=0x00000000349deeb8 is pointing into the stack for thread: 0x0000000032049000
R15=0x0000000032049000 is a thread


Stack: [0x00000000348e0000,0x00000000349e0000], sp=0x00000000349dece8, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [msvcr100.dll+0x36adf]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 2633 sun.awt.shell.Win32ShellFolder2.getDisplayNameOf(JJI)Ljava/lang/String; (0 bytes) @ 0x00000000037c3f49 [0x00000000037c3f00+0x49]
j sun.awt.shell.Win32ShellFolder2.access$1600(JJI)Ljava/lang/String;+4
j sun.awt.shell.Win32ShellFolder2$13.call()Ljava/lang/String;+15
j sun.awt.shell.Win32ShellFolder2$13.call()Ljava/lang/Object;+1
J 2679 C1 java.util.concurrent.FutureTask.run()V (126 bytes) @ 0x00000000037e83d4 [0x00000000037e8180+0x254]
j java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run()V+7
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
=>0x0000000032049000 JavaThread "Swing-Shell" daemon [_thread_in_native, id=11604, stack(0x00000000348e0000,0x00000000349e0000)]
0x000000003204c000 JavaThread "DestroyJavaVM" [_thread_blocked, id=9732, stack(0x0000000002ca0000,0x0000000002da0000)]
0x000000003204a800 JavaThread "Thread-6" [_thread_blocked, id=10988, stack(0x0000000033bd0000,0x0000000033cd0000)]
0x0000000030ef9000 JavaThread "TimerQueue" daemon [_thread_blocked, id=10212, stack(0x00000000332d0000,0x00000000333d0000)]
0x0000000031041000 JavaThread "SwingWorker-pool-3-thread-1" daemon [_thread_in_native, id=2652, stack(0x00000000330d0000,0x00000000331d0000)]
0x00000000303bf000 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=15304, stack(0x0000000032ed0000,0x0000000032fd0000)]
0x0000000028df3800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=15340, stack(0x000000002f8b0000,0x000000002f9b0000)]
0x0000000028de7000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=12984, stack(0x000000002e6d0000,0x000000002e7d0000)]
0x0000000028ebd000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=15352, stack(0x000000002e5d0000,0x000000002e6d0000)]
0x00000000281fe000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1588, stack(0x00000000297b0000,0x00000000298b0000)]
0x0000000028f1e800 JavaThread "AWT-Shutdown" [_thread_blocked, id=3340, stack(0x00000000296b0000,0x00000000297b0000)]
0x0000000028f1e000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1704, stack(0x00000000295b0000,0x00000000296b0000)]
0x0000000027ef3000 JavaThread "Service Thread" daemon [_thread_blocked, id=9944, stack(0x0000000028a60000,0x0000000028b60000)]
0x0000000027e90800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=9996, stack(0x0000000028960000,0x0000000028a60000)]
0x0000000027e81000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=10136, stack(0x0000000028860000,0x0000000028960000)]
0x0000000027e7d800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3036, stack(0x0000000028760000,0x0000000028860000)]
0x0000000027e7b800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=9984, stack(0x0000000028660000,0x0000000028760000)]
0x0000000027e79800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3012, stack(0x0000000028560000,0x0000000028660000)]
0x0000000027e76000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9652, stack(0x0000000028460000,0x0000000028560000)]
0x0000000025f6d800 JavaThread "Finalizer" daemon [_thread_blocked, id=9672, stack(0x0000000028250000,0x0000000028350000)]
0x0000000002ec5000 JavaThread "Reference Handler" daemon [_thread_blocked, id=9668, stack(0x0000000027d50000,0x0000000027e50000)]

Other Threads:
0x0000000025f69000 VMThread [stack: 0x0000000027c50000,0x0000000027d50000] [id=9272]
0x0000000027f32000 WatcherThread [stack: 0x0000000028b60000,0x0000000028c60000] [id=1680]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
PSYoungGen total 153088K, used 77762K [0x0000000715980000, 0x0000000720400000, 0x00000007c0000000)
eden space 131584K, 59% used [0x0000000715980000,0x000000071a570858,0x000000071da00000)
from space 21504K, 0% used [0x000000071da00000,0x000000071da00000,0x000000071ef00000)
to space 21504K, 0% used [0x000000071ef00000,0x000000071ef00000,0x0000000720400000)
ParOldGen total 231936K, used 16182K [0x00000005c0c00000, 0x00000005cee80000, 0x0000000715980000)
object space 231936K, 6% used [0x00000005c0c00000,0x00000005c1bcdad8,0x00000005cee80000)
Metaspace used 29424K, capacity 29774K, committed 30336K, reserved 1075200K
class space used 4291K, capacity 4377K, committed 4480K, reserved 1048576K

Card table byte_map: [0x0000000012290000,0x0000000013290000] byte_map_base: 0x000000000f48a000

Marking Bits: (ParMarkBitMap*) 0x000000006d56c720
Begin Bits: [0x0000000014540000, 0x000000001c510000)
End Bits: [0x000000001c510000, 0x00000000244e0000)

Polling page: 0x0000000001420000

CodeCache: size=245760Kb used=9375Kb max_used=9375Kb free=236384Kb
bounds [0x0000000002ed0000, 0x0000000003800000, 0x0000000011ed0000]
total_blobs=3375 nmethods=2699 adapters=588
compilation: enabled

Compilation events (10 events):
Event: 5.020 Thread 0x0000000027e90800 2695 3 java.awt.Component::setForeground (44 bytes)
Event: 5.020 Thread 0x0000000027e90800 nmethod 2695 0x00000000037fc210 code [0x00000000037fc3c0, 0x00000000037fcb68]
Event: 5.029 Thread 0x0000000027e90800 2696 1 javax.swing.plaf.basic.BasicFileChooserUI::getFileChooser (5 bytes)
Event: 5.029 Thread 0x0000000027e90800 nmethod 2696 0x00000000037fcd90 code [0x00000000037fcee0, 0x00000000037fcff0]
Event: 5.033 Thread 0x0000000027e90800 2697 ! 3 sun.swing.SwingUtilities2::stringWidth (108 bytes)
Event: 5.033 Thread 0x0000000027e90800 nmethod 2697 0x00000000037fd050 code [0x00000000037fd280, 0x00000000037fddf8]
Event: 5.033 Thread 0x0000000027e90800 2698 3 sun.swing.SwingUtilities2::getLeftSideBearing (24 bytes)
Event: 5.033 Thread 0x0000000027e90800 nmethod 2698 0x00000000037fe290 code [0x00000000037fe420, 0x00000000037fe8d8]
Event: 5.046 Thread 0x0000000027e90800 2699 ! 3 java.awt.Component::setFont (97 bytes)
Event: 5.047 Thread 0x0000000027e90800 nmethod 2699 0x00000000037feb10 code [0x00000000037fed00, 0x00000000037ff908]

GC Heap History (4 events):
Event: 2.971 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 153088K, used 85244K [0x0000000715980000, 0x0000000720400000, 0x00000007c0000000)
eden space 131584K, 64% used [0x0000000715980000,0x000000071acbf318,0x000000071da00000)
from space 21504K, 0% used [0x000000071ef00000,0x000000071ef00000,0x0000000720400000)
to space 21504K, 0% used [0x000000071da00000,0x000000071da00000,0x000000071ef00000)
ParOldGen total 349696K, used 0K [0x00000005c0c00000, 0x00000005d6180000, 0x0000000715980000)
object space 349696K, 0% used [0x00000005c0c00000,0x00000005c0c00000,0x00000005d6180000)
Metaspace used 20770K, capacity 20998K, committed 21248K, reserved 1067008K
class space used 2949K, capacity 3029K, committed 3072K, reserved 1048576K
Event: 2.992 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 153088K, used 16580K [0x0000000715980000, 0x0000000720400000, 0x00000007c0000000)
eden space 131584K, 0% used [0x0000000715980000,0x0000000715980000,0x000000071da00000)
from space 21504K, 77% used [0x000000071da00000,0x000000071ea312c8,0x000000071ef00000)
to space 21504K, 0% used [0x000000071ef00000,0x000000071ef00000,0x0000000720400000)
ParOldGen total 349696K, used 24K [0x00000005c0c00000, 0x00000005d6180000, 0x0000000715980000)
object space 349696K, 0% used [0x00000005c0c00000,0x00000005c0c06000,0x00000005d6180000)
Metaspace used 20770K, capacity 20998K, committed 21248K, reserved 1067008K
class space used 2949K, capacity 3029K, committed 3072K, reserved 1048576K
}
Event: 2.992 GC heap before
{Heap before GC invocations=2 (full 1):
PSYoungGen total 153088K, used 16580K [0x0000000715980000, 0x0000000720400000, 0x00000007c0000000)
eden space 131584K, 0% used [0x0000000715980000,0x0000000715980000,0x000000071da00000)
from space 21504K, 77% used [0x000000071da00000,0x000000071ea312c8,0x000000071ef00000)
to space 21504K, 0% used [0x000000071ef00000,0x000000071ef00000,0x0000000720400000)
ParOldGen total 349696K, used 24K [0x00000005c0c00000, 0x00000005d6180000, 0x0000000715980000)
object space 349696K, 0% used [0x00000005c0c00000,0x00000005c0c06000,0x00000005d6180000)
Metaspace used 20770K, capacity 20998K, committed 21248K, reserved 1067008K
class space used 2949K, capacity 3029K, committed 3072K, reserved 1048576K
Event: 3.018 GC heap after
Heap after GC invocations=2 (full 1):
PSYoungGen total 153088K, used 0K [0x0000000715980000, 0x0000000720400000, 0x00000007c0000000)
eden space 131584K, 0% used [0x0000000715980000,0x0000000715980000,0x000000071da00000)
from space 21504K, 0% used [0x000000071da00000,0x000000071da00000,0x000000071ef00000)
to space 21504K, 0% used [0x000000071ef00000,0x000000071ef00000,0x0000000720400000)
ParOldGen total 231936K, used 16182K [0x00000005c0c00000, 0x00000005cee80000, 0x0000000715980000)
object space 231936K, 6% used [0x00000005c0c00000,0x00000005c1bcdad8,0x00000005cee80000)
Metaspace used 20770K, capacity 20998K, committed 21248K, reserved 1067008K
class space used 2949K, capacity 3029K, committed 3072K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 4.681 Thread 0x00000000281fe000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003617ae0 method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 1
Event: 4.682 Thread 0x0000000031041000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000344d81c method=java.util.Arrays.equals([B[B)Z @ 41
Event: 4.682 Thread 0x0000000031041000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003142628 method=java.lang.String.indexOf([CII[CIII)I @ 27
Event: 4.713 Thread 0x0000000031041000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000035065e4 method=sun.security.provider.DigestBase.engineUpdate([BII)V @ 128
Event: 4.791 Thread 0x0000000031041000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000000003506604 method=sun.security.provider.DigestBase.engineReset()V @ 11
Event: 4.791 Thread 0x0000000031041000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000000003506604 method=sun.security.provider.DigestBase.engineReset()V @ 11
Event: 4.791 Thread 0x0000000031041000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000000003506604 method=sun.security.provider.DigestBase.engineReset()V @ 11
Event: 4.791 Thread 0x0000000031041000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x0000000003506604 method=sun.security.provider.DigestBase.engineReset()V @ 11
Event: 4.806 Thread 0x0000000031041000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000032b84c0 method=java.security.MessageDigest.isEqual([B[B)Z @ 12
Event: 4.887 Thread 0x0000000032049000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000033f2844 method=java.io.WinNTFileSystem.normalize(Ljava/lang/String;II)Ljava/lang/String; @ 103

Internal exceptions (10 events):
Event: 2.282 Thread 0x0000000002dcd800 Exception <a 'java/security/PrivilegedActionException'> (0x0000000718a4a1e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jvm.cpp, line 1390]
Event: 2.282 Thread 0x0000000002dcd800 Exception <a 'java/security/PrivilegedActionException'> (0x0000000718a4a5d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jvm.cpp, line 1390]
Event: 2.324 Thread 0x0000000002dcd800 Exception <a 'java/io/IOException'> (0x0000000718b10df8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 2.325 Thread 0x0000000002dcd800 Exception <a 'java/io/IOException'> (0x0000000718b11080) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 2.325 Thread 0x0000000002dcd800 Exception <a 'java/io/IOException'> (0x0000000718b112d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 3.055 Thread 0x0000000002dcd800 Implicit null exception at 0x00000000030bb72f to 0x00000000030bb799
Event: 3.681 Thread 0x000000003103f800 Exception <a 'java/lang/UnsatisfiedLinkError'> (0x0000000716eeb788) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jvm.cpp, line 3982]
Event: 3.682 Thread 0x000000003103f800 Exception <a 'java/lang/UnsatisfiedLinkError'> (0x0000000716eeb788) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 4.028 Thread 0x00000000303bf000 Implicit null exception at 0x0000000003340a7f to 0x0000000003340ed5
Event: 4.806 Thread 0x0000000031041000 Implicit null exception at 0x00000000032b8339 to 0x00000000032b84ad

Events (10 events):
Event: 4.890 loading class sun/net/ProgressMeteringPolicy done
Event: 4.890 loading class sun/net/DefaultProgressMeteringPolicy done
Event: 4.890 loading class sun/net/www/protocol/http/AuthenticationInfo
Event: 4.890 loading class sun/net/www/protocol/http/AuthCacheValue
Event: 4.891 loading class sun/net/www/protocol/http/AuthCacheValue done
Event: 4.891 loading class sun/net/www/protocol/http/AuthenticationInfo done
Event: 4.891 loading class sun/net/www/protocol/http/AuthCacheImpl
Event: 4.891 loading class sun/net/www/protocol/http/AuthCache
Event: 4.891 loading class sun/net/www/protocol/http/AuthCache done
Event: 4.891 loading class sun/net/www/protocol/http/AuthCacheImpl done


Dynamic libraries:
0x00007ff63f890000 - 0x00007ff63f8c7000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\javaw.exe
0x00007ff8cb390000 - 0x00007ff8cb56b000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ff8ca260000 - 0x00007ff8ca30e000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ff8c7970000 - 0x00007ff8c7bb9000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ff8cb240000 - 0x00007ff8cb2e1000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ff8ca040000 - 0x00007ff8ca0dd000 C:\WINDOWS\System32\msvcrt.dll
0x00007ff8cb1e0000 - 0x00007ff8cb239000 C:\WINDOWS\System32\sechost.dll
0x00007ff8caba0000 - 0x00007ff8cacc5000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ff8ca0e0000 - 0x00007ff8ca22a000 C:\WINDOWS\System32\USER32.dll
0x00007ff8c7950000 - 0x00007ff8c796e000 C:\WINDOWS\System32\win32u.dll
0x00007ff8cb360000 - 0x00007ff8cb387000 C:\WINDOWS\System32\GDI32.dll
0x00007ff8c7bc0000 - 0x00007ff8c7d49000 C:\WINDOWS\System32\gdi32full.dll
0x00007ff8c78b0000 - 0x00007ff8c794a000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ff8c8500000 - 0x00007ff8c85f6000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ff8bc770000 - 0x00007ff8bc9d7000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.15063.0_none_108e4f62dfe5d999\COMCTL32.dll
0x00007ff8ca830000 - 0x00007ff8cab29000 C:\WINDOWS\System32\combase.dll
0x00007ff8c8830000 - 0x00007ff8c889a000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ff8ca230000 - 0x00007ff8ca25d000 C:\WINDOWS\System32\IMM32.DLL
0x000000006e4c0000 - 0x000000006e592000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\msvcr100.dll
0x000000006cd50000 - 0x000000006d5ec000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\server\jvm.dll
0x00007ff8cb350000 - 0x00007ff8cb358000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ff8c58e0000 - 0x00007ff8c5903000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ff8c23a0000 - 0x00007ff8c23aa000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ff8b3110000 - 0x00007ff8b3119000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ff8cab30000 - 0x00007ff8cab9c000 C:\WINDOWS\System32\WS2_32.dll
0x00007ff8c5710000 - 0x00007ff8c573b000 C:\WINDOWS\SYSTEM32\winmmbase.dll
0x00007ff8c88a0000 - 0x00007ff8c88e9000 C:\WINDOWS\System32\cfgmgr32.dll
0x000000006e4b0000 - 0x000000006e4bf000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\verify.dll
0x000000006e480000 - 0x000000006e4a9000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\java.dll
0x000000006e460000 - 0x000000006e476000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\zip.dll
0x00007ff8c8990000 - 0x00007ff8c9dc7000 C:\WINDOWS\System32\SHELL32.dll
0x00007ff8cb130000 - 0x00007ff8cb1da000 C:\WINDOWS\System32\shcore.dll
0x00007ff8c7d50000 - 0x00007ff8c8442000 C:\WINDOWS\System32\windows.storage.dll
0x00007ff8cb2f0000 - 0x00007ff8cb341000 C:\WINDOWS\System32\shlwapi.dll
0x00007ff8c7840000 - 0x00007ff8c7851000 C:\WINDOWS\System32\kernel.appcore.dll
0x00007ff8c7860000 - 0x00007ff8c78ac000 C:\WINDOWS\System32\powrprof.dll
0x00007ff8c7800000 - 0x00007ff8c7815000 C:\WINDOWS\System32\profapi.dll
0x000000006de40000 - 0x000000006dfd8000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\awt.dll
0x00007ff8c9f70000 - 0x00007ff8ca02f000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ff8c5dd0000 - 0x00007ff8c5e4e000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ff8c5f60000 - 0x00007ff8c5ff5000 C:\WINDOWS\system32\uxtheme.dll
0x00007ff8ca570000 - 0x00007ff8ca6d6000 C:\WINDOWS\System32\MSCTF.dll
0x00007ff8c4080000 - 0x00007ff8c40aa000 C:\WINDOWS\system32\dwmapi.dll
0x00007ff8ca6e0000 - 0x00007ff8ca824000 C:\WINDOWS\System32\ole32.dll
0x00007ff8a1f10000 - 0x00007ff8a2031000 C:\WINDOWS\system32\opengl32.dll
0x00007ff8a2dc0000 - 0x00007ff8a2dec000 C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ff89d910000 - 0x00007ff89da99000 C:\WINDOWS\system32\d3d9.dll
0x00007ff8c2400000 - 0x00007ff8c24df000 C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_e69a53b8ddde469c\nvldumdx.dll
0x00007ff8c8660000 - 0x00007ff8c8829000 C:\WINDOWS\System32\crypt32.dll
0x00007ff8c7820000 - 0x00007ff8c7831000 C:\WINDOWS\System32\MSASN1.dll
0x00007ff8c8600000 - 0x00007ff8c8656000 C:\WINDOWS\System32\WINTRUST.DLL
0x00007ff8cb110000 - 0x00007ff8cb12d000 C:\WINDOWS\System32\imagehlp.dll
0x00007ff8c72b0000 - 0x00007ff8c72c7000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ff8c6d30000 - 0x00007ff8c6d64000 C:\WINDOWS\system32\rsaenh.dll
0x00007ff8c73c0000 - 0x00007ff8c73e5000 C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ff8c72d0000 - 0x00007ff8c72db000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ff89c6a0000 - 0x00007ff89d6b4000 C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_e69a53b8ddde469c\nvd3dumx.dll
0x00007ff8ba740000 - 0x00007ff8ba911000 C:\WINDOWS\system32\nvspcap64.dll
0x00007ff8cacd0000 - 0x00007ff8cb10b000 C:\WINDOWS\System32\SETUPAPI.dll
0x00007ff8bcfa0000 - 0x00007ff8bd077000 C:\WINDOWS\SYSTEM32\WINHTTP.dll
0x00007ff8c3f00000 - 0x00007ff8c3f13000 C:\WINDOWS\SYSTEM32\WTSAPI32.dll
0x00007ff8be000000 - 0x00007ff8be41f000 C:\WINDOWS\system32\nvapi64.dll
0x00007ff8c6670000 - 0x00007ff8c6714000 C:\WINDOWS\SYSTEM32\dxgi.dll
0x00007ff8bf4e0000 - 0x00007ff8bf5c7000 C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll
0x000000006ddf0000 - 0x000000006de37000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\fontmanager.dll
0x00007ff8c7730000 - 0x00007ff8c7759000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x000000006e440000 - 0x000000006e45a000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\net.dll
0x00007ff8c7110000 - 0x00007ff8c716c000 C:\WINDOWS\system32\mswsock.dll
0x00007ff8c6eb0000 - 0x00007ff8c6ee7000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ff8ca480000 - 0x00007ff8ca488000 C:\WINDOWS\System32\NSI.dll
0x00007ff8c2970000 - 0x00007ff8c2986000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ff8c2950000 - 0x00007ff8c296a000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x000000006cd30000 - 0x000000006cd41000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\nio.dll
0x0000000180000000 - 0x0000000180038000 C:\Users\ME\AppData\Local\Temp\jna-2456\jna2141546347783179797.dll
0x000000006cce0000 - 0x000000006cd22000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\t2k.dll
0x00007ff8bd1f0000 - 0x00007ff8bd296000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.15063.0_none_43a14f3b47f396e6\comctl32.dll
0x000000006ccb0000 - 0x000000006ccd4000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\sunec.dll
0x000000006cc80000 - 0x000000006ccaa000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\dcpr.dll
0x00007ff8c88f0000 - 0x00007ff8c898e000 C:\WINDOWS\System32\clbcatq.dll
0x00007ff8c2e90000 - 0x00007ff8c303c000 C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
0x00007ff8adf60000 - 0x00007ff8adfa7000 C:\WINDOWS\system32\dataexchange.dll
0x00007ff8c4cc0000 - 0x00007ff8c4f9f000 C:\WINDOWS\system32\d3d11.dll
0x00007ff8c5740000 - 0x00007ff8c5862000 C:\WINDOWS\system32\dcomp.dll
0x00007ff8c61b0000 - 0x00007ff8c6320000 C:\WINDOWS\system32\twinapi.appcore.dll
0x00007ff8bbfd0000 - 0x00007ff8bc052000 C:\WINDOWS\System32\TextInputFramework.dll
0x00007ff8c5030000 - 0x00007ff8c5113000 C:\WINDOWS\System32\CoreMessaging.dll
0x00007ff8c2990000 - 0x00007ff8c2c62000 C:\WINDOWS\System32\CoreUIComponents.dll
0x00007ff8c6b60000 - 0x00007ff8c6b91000 C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ff8c4060000 - 0x00007ff8c4075000 C:\WINDOWS\SYSTEM32\usermgrcli.dll
0x00007ff8c3f20000 - 0x00007ff8c4059000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x000000006e430000 - 0x000000006e43b000 G:\MyDownload\GeoGebra 5.0.352.0-Java64\jre\bin\sunmscapi.dll
0x00007ff8c6ef0000 - 0x00007ff8c6f94000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ff8bc6a0000 - 0x00007ff8bc6aa000 C:\Windows\System32\rasadhlp.dll
0x00007ff8bc6b0000 - 0x00007ff8bc71b000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ff8c4470000 - 0x00007ff8c4606000 C:\WINDOWS\system32\propsys.dll
0x00007ff8a70b0000 - 0x00007ff8a71d7000 C:\WINDOWS\system32\NetworkExplorer.dll
0x00007ff8c19c0000 - 0x00007ff8c1ef1000 C:\Windows\System32\OneCoreUAPCommonProxyStub.dll
0x00007ff8c35c0000 - 0x00007ff8c35db000 C:\WINDOWS\SYSTEM32\MPR.dll
0x00007ff8c2730000 - 0x00007ff8c273b000 C:\WINDOWS\System32\drprov.dll
0x00007ff8c6960000 - 0x00007ff8c69b5000 C:\WINDOWS\System32\WINSTA.dll
0x00007ff8c2710000 - 0x00007ff8c2726000 C:\WINDOWS\System32\ntlanman.dll
0x00007ff8c26f0000 - 0x00007ff8c2710000 C:\WINDOWS\System32\davclnt.dll
0x00007ff8c2380000 - 0x00007ff8c238c000 C:\WINDOWS\System32\DAVHLPR.dll
0x00007ff8c3670000 - 0x00007ff8c3686000 C:\WINDOWS\System32\wkscli.dll
0x00007ff8c2350000 - 0x00007ff8c2362000 C:\WINDOWS\SYSTEM32\cscapi.dll
0x00007ff8c6fa0000 - 0x00007ff8c6fad000 C:\WINDOWS\System32\netutils.dll
0x00007ff8ada70000 - 0x00007ff8adac7000 C:\Windows\System32\thumbcache.dll
0x00007ff8a3aa0000 - 0x00007ff8a3aea000 C:\Windows\System32\dlnashext.dll
0x00007ff8a3850000 - 0x00007ff8a38bd000 C:\Windows\System32\PlayToDevice.dll
0x00007ff8a3570000 - 0x00007ff8a358e000 C:\Windows\System32\DevDispItemProvider.dll
0x00007ff8c2740000 - 0x00007ff8c27a7000 C:\WINDOWS\System32\MMDevApi.dll
0x00007ff8c6380000 - 0x00007ff8c63a8000 C:\WINDOWS\System32\DEVOBJ.dll
0x00007ff8a38c0000 - 0x00007ff8a3a9f000 C:\WINDOWS\system32\wpdshext.dll
0x00007ff8bd2d0000 - 0x00007ff8bd465000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.15063.0_none_9055be80f37df5c1\gdiplus.dll
0x00007ff8c1620000 - 0x00007ff8c16bc000 C:\Windows\System32\PortableDeviceApi.dll
0x00007ff8bd120000 - 0x00007ff8bd151000 C:\Windows\System32\PortableDeviceTypes.dll
0x00007ff8a3530000 - 0x00007ff8a3566000 C:\Windows\System32\EhStorShell.dll
0x00007ff8a3500000 - 0x00007ff8a3525000 C:\Windows\System32\EhStorAPI.dll
0x00007ff8acad0000 - 0x00007ff8acae0000 C:\WINDOWS\SYSTEM32\LINKINFO.dll
0x00007ff8ac0f0000 - 0x00007ff8ac15d000 C:\WINDOWS\system32\DeviceCenter.dll
0x00007ff8ad0d0000 - 0x00007ff8ad27b000 C:\WINDOWS\system32\DUI70.dll
0x00007ff8b1e90000 - 0x00007ff8b1e9c000 C:\WINDOWS\SYSTEM32\Secur32.dll
0x00007ff8c7700000 - 0x00007ff8c7730000 C:\WINDOWS\SYSTEM32\SSPICLI.DLL
0x00007ff8bde80000 - 0x00007ff8bde98000 C:\WINDOWS\SYSTEM32\samcli.dll
0x00007ff8c4620000 - 0x00007ff8c4643000 C:\WINDOWS\SYSTEM32\SAMLIB.dll
0x00007ff8b13f0000 - 0x00007ff8b1599000 C:\WINDOWS\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Xbootclasspath/a:jre/lib/jfxrt.jar
java_command: geogebra.GeoGebra3D --settingsfile=geogebra.properties --versionCheckAllow=false --screenDPI=120 --screenX=1920 --screenY=1080
java_class_path (initial): geogebra.jar
Launcher Type: SUN_STANDARD

Environment Variables:
CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
PATH=C:\ProgramData\Oracle\Java\javapath;C:\PROGRAM FILES\BROADCOM\BROADCOM 802.11 NETWORK ADAPTER;C:\PROGRAM FILES (X86)\INTEL\ICLS CLIENT\;C:\PROGRAM FILES\INTEL\ICLS CLIENT\;C:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\WINDOWS\SYSTEM32\WINDOWSPOWERSHELL\V1.0\;C:\PROGRAM FILES (X86)\COMMON FILES\ACRONIS\SNAPAPI\;C:\PROGRAM FILES\INTEL\INTEL(R) MANAGEMENT ENGINE COMPONENTS\DAL;C:\PROGRAM FILES\INTEL\INTEL(R) MANAGEMENT ENGINE COMPONENTS\IPT;C:\PROGRAM FILES (X86)\INTEL\INTEL(R) MANAGEMENT ENGINE COMPONENTS\DAL;C:\PROGRAM FILES (X86)\INTEL\INTEL(R) MANAGEMENT ENGINE COMPONENTS\IPT;C:\PROGRAM FILES (X86)\QUICKTIME\QTSYSTEM\;;C:\PROGRAM FILES (X86)\INFOCERT\DIKEUTIL\;C:\PROGRAM FILES\CALIBRE2\;C:\PROGRAM FILES (X86)\NVIDIA CORPORATION\PHYSX\COMMON;C:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\WINDOWS\SYSTEM32\WINDOWSPOWERSHELL\V1.0\;C:\PROGRAM FILES (X86)\INFOCERT\DIKE 6\RAO;C:\Program Files (x86)\Skype\Phone\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files (x86)\Common Files\Acronis\FileProtector\;C:\Program Files (x86)\Common Files\Acronis\FileProtector64\;C:\Users\ME\AppData\Local\Microsoft\WindowsApps;
USERNAME=ME
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel



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

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

CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit, tscinv

Memory: 4k page, physical 33502104k(29501160k free), swap 38744984k(34176592k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.131-b11) for windows-amd64 JRE (1.8.0_131-b11), built on Mar 15 2017 01:23:53 by "java_re" with MS VC++ 10.0 (VS2010)

time: Wed Apr 19 11:14:24 2017
elapsed time: 5 seconds (0d 0h 0m 5s)
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
The msvcr100.dll should not be in the System32 folder at all.

The only place it should be is in the SysWOW64 folder.

Where is the source code for this geogebra application?


It could be a simple parse error in the coding, especially if attempting to access any .cpp files.

Do you have a copy of the classFileParser this application is using? If you do check its code.
 
Joined
Nov 20, 2015
Messages
19
Reaction score
0
The msvcr100.dll should not be in the System32 folder at all.
The only place it should be is in the SysWOW64 folder..

But it is not a problem. It's the same in the pc that works.


Where is the source code for this geogebra application?

It is not a problem of geogebra application. All java applications in the pc (not portables) crash
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top