EXCEPTION_ACCESS_VIOLATION (0xc0000005) when trying to run Processing for the first time

0

I wanted to download Processing (java) to use for a project. I followed all the instructions on their site, but when trying to run the program, I receive this in an error log:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000, pid=11496, tid=0x0000000000001d58
#
# JRE version: Java(TM) SE Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  0x0000000000000000
#
# 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 (0x000000001750a000):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=7512, stack(0x0000000018100000,0x0000000018200000)]

siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x0000000000000008 0x0000000000000000

Registers:
RAX=0x0000000002a71ef0, RBX=0x0000000000000053, RCX=0x00000000181de0a0, RDX=0x00000000181de0c8
RSP=0x00000000181de068, RBP=0x00000000181de170, RSI=0x0000000000000000, RDI=0x0000000000000001
R8 =0x00000000181de0b0, R9 =0x0000000000008000, R10=0x0000000002a943d0, R11=0x00000000181de050
R12=0x00000000181de5a0, R13=0x0000000018f9e128, R14=0x00000000181dec20, R15=0x0000000002a9d400
RIP=0x0000000000000000, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x00000000181de068)
0x00000000181de068:   000000005daa5b9a 0000000000000053
0x00000000181de078:   00000000181de000 0000000000000000
0x00000000181de088:   0000000002a9d400 0000000000000001
0x00000000181de098:   00000000000000fc 00007ffc00000000
0x00000000181de0a8:   0000000000000000 0000000000000000
0x00000000181de0b8:   00000000181de2b0 00000000181de151
0x00000000181de0c8:   0000000000000000 0000000000000002
0x00000000181de0d8:   00000000181de1e0 0000000018f9e128
0x00000000181de0e8:   00007ffc694bb074 0000000000000002
0x00000000181de0f8:   000000005f46af28 00000000181de650
0x00000000181de108:   0000000000000000 0000000000000000
0x00000000181de118:   0000000000000000 0000000000000040
0x00000000181de128:   0000000000000180 0000000000000001
0x00000000181de138:   0000000000000058 00000000029e0000
0x00000000181de148:   000000005fb68420 0000000002a40c30
0x00000000181de158:   0000000000000000 0000000000000000 

Instructions: (pc=0x0000000000000000)
0xffffffffffffffe0:   


Register to memory mapping:

RAX=0x0000000002a71ef0 is an unknown value
RBX=0x0000000000000053 is an unknown value
RCX=0x00000000181de0a0 is pointing into the stack for thread: 0x000000001750a000
RDX=0x00000000181de0c8 is pointing into the stack for thread: 0x000000001750a000
RSP=0x00000000181de068 is pointing into the stack for thread: 0x000000001750a000
RBP=0x00000000181de170 is pointing into the stack for thread: 0x000000001750a000
RSI=0x0000000000000000 is an unknown value
RDI=0x0000000000000001 is an unknown value
R8 =0x00000000181de0b0 is pointing into the stack for thread: 0x000000001750a000
R9 =0x0000000000008000 is an unknown value
R10=0x0000000002a943d0 is an unknown value
R11=0x00000000181de050 is pointing into the stack for thread: 0x000000001750a000
R12=0x00000000181de5a0 is pointing into the stack for thread: 0x000000001750a000
R13={method} {0x0000000018f9e130} 'getMaxConfigsImpl' '(I)I' in 'sun/awt/Win32GraphicsDevice'
R14=0x00000000181dec20 is pointing into the stack for thread: 0x000000001750a000
R15=0x0000000002a9d400 is an unknown value


Stack: [0x0000000018100000,0x0000000018200000],  sp=0x00000000181de068,  free space=888k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.awt.Win32GraphicsDevice.getMaxConfigsImpl(I)I+0
j  sun.awt.Win32GraphicsDevice.getMaxConfigs(I)I+10
j  sun.awt.Win32GraphicsDevice.getConfigurations()[Ljava/awt/GraphicsConfiguration;+69
j  processing.app.ui.EditorState.checkConfig()Ljava/awt/GraphicsConfiguration;+36
j  processing.app.ui.Editor.<init>(Lprocessing/app/Base;Ljava/lang/String;Lprocessing/app/ui/EditorState;Lprocessing/app/Mode;)V+4
j  processing.mode.java.JavaEditor.<init>(Lprocessing/app/Base;Ljava/lang/String;Lprocessing/app/ui/EditorState;Lprocessing/app/Mode;)V+6
j  processing.mode.java.JavaMode.createEditor(Lprocessing/app/Base;Ljava/lang/String;Lprocessing/app/ui/EditorState;)Lprocessing/app/ui/Editor;+8
j  processing.app.Base.handleOpen(Ljava/lang/String;ZLprocessing/app/ui/EditorState;)Lprocessing/app/ui/Editor;+215
j  processing.app.Base.handleOpen(Ljava/lang/String;Z)Lprocessing/app/ui/Editor;+14
j  processing.app.Base.handleNew()V+290
j  processing.app.Base.<init>([Ljava/lang/String;)V+405
j  processing.app.Base.createAndShowGUI([Ljava/lang/String;)V+190
j  processing.app.Base.access$0([Ljava/lang/String;)V+1
j  processing.app.Base$1.run()V+4
j  java.awt.event.InvocationEvent.dispatch()V+47
j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
j  java.awt.EventQueue.access$500(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j  java.awt.EventQueue$3.run()Ljava/lang/Void;+32
j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j  java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+18
j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
j  java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+140
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x000000001795f800 JavaThread "TimerQueue" daemon [_thread_blocked, id=2928, stack(0x0000000018b40000,0x0000000018c40000)]
  0x000000001795f000 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=2812, stack(0x0000000018a40000,0x0000000018b40000)]
  0x000000000480d800 JavaThread "DestroyJavaVM" [_thread_blocked, id=10300, stack(0x0000000004650000,0x0000000004750000)]
=>0x000000001750a000 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=7512, stack(0x0000000018100000,0x0000000018200000)]
  0x0000000017507000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1028, stack(0x0000000017e90000,0x0000000017f90000)]
  0x0000000017502800 JavaThread "AWT-Shutdown" [_thread_blocked, id=2108, stack(0x0000000017d90000,0x0000000017e90000)]
  0x0000000017500800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2452, stack(0x0000000017c90000,0x0000000017d90000)]
  0x0000000016d90000 JavaThread "Service Thread" daemon [_thread_blocked, id=11892, stack(0x0000000017150000,0x0000000017250000)]
  0x00000000152f4000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=12084, stack(0x0000000016c50000,0x0000000016d50000)]
  0x00000000152ef000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8252, stack(0x0000000016b50000,0x0000000016c50000)]
  0x00000000152eb800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5732, stack(0x0000000016a50000,0x0000000016b50000)]
  0x00000000152f8000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4812, stack(0x0000000016950000,0x0000000016a50000)]
  0x00000000152f6000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11388, stack(0x0000000016850000,0x0000000016950000)]
  0x000000000490d000 JavaThread "Finalizer" daemon [_thread_blocked, id=2624, stack(0x0000000016560000,0x0000000016660000)]
  0x00000000152da000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4828, stack(0x0000000016460000,0x0000000016560000)]

Other Threads:
  0x00000000152b7800 VMThread [stack: 0x0000000016360000,0x0000000016460000] [id=8420]
  0x0000000016da1000 WatcherThread [stack: 0x0000000017250000,0x0000000017350000] [id=10964]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

heap address: 0x00000000f0000000, size: 256 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000

Heap:
 PSYoungGen      total 35840K, used 10409K [0x00000000fab00000, 0x00000000fd300000, 0x0000000100000000)
  eden space 30720K, 17% used [0x00000000fab00000,0x00000000fb02b7f8,0x00000000fc900000)
  from space 5120K, 99% used [0x00000000fc900000,0x00000000fcdfed80,0x00000000fce00000)
  to   space 5120K, 0% used [0x00000000fce00000,0x00000000fce00000,0x00000000fd300000)
 ParOldGen       total 81920K, used 1375K [0x00000000f0000000, 0x00000000f5000000, 0x00000000fab00000)
  object space 81920K, 1% used [0x00000000f0000000,0x00000000f0157da8,0x00000000f5000000)
 Metaspace       used 16813K, capacity 17188K, committed 17280K, reserved 1064960K
  class space    used 2041K, capacity 2173K, committed 2176K, reserved 1048576K

Card table byte_map: [0x0000000004580000,0x0000000004610000] byte_map_base: 0x0000000003e00000

Marking Bits: (ParMarkBitMap*) 0x0000000061a15ce0
 Begin Bits: [0x00000000140d0000, 0x00000000144d0000)
 End Bits:   [0x00000000144d0000, 0x00000000148d0000)

Polling page: 0x0000000002990000

CodeCache: size=245760Kb used=4668Kb max_used=4670Kb free=241091Kb
 bounds [0x0000000004910000, 0x0000000004db0000, 0x0000000013910000]
 total_blobs=1915 nmethods=1371 adapters=457
 compilation: enabled

Compilation events (10 events):
Event: 29.373 Thread 0x00000000152f4000 nmethod 1374 0x0000000004d8b210 code [0x0000000004d8b380, 0x0000000004d8b728]
Event: 29.378 Thread 0x00000000152eb800 nmethod 1356 0x0000000004da0b90 code [0x0000000004da0da0, 0x0000000004da1d68]
Event: 29.382 Thread 0x00000000152f4000 1380       3       java.util.Properties::getProperty (46 bytes)
Event: 29.383 Thread 0x00000000152f4000 nmethod 1380 0x0000000004da03d0 code [0x0000000004da0560, 0x0000000004da0a78]
Event: 29.448 Thread 0x00000000152f4000 1382       3       java.lang.Package::isSealed (13 bytes)
Event: 29.448 Thread 0x00000000152f4000 nmethod 1382 0x0000000004da0050 code [0x0000000004da01a0, 0x0000000004da0350]
Event: 29.448 Thread 0x00000000152f4000 1383       3       java.net.URLClassLoader::isSealed (70 bytes)
Event: 29.450 Thread 0x00000000152f4000 nmethod 1383 0x0000000004d9ec90 code [0x0000000004d9eec0, 0x0000000004d9fac8]
Event: 29.450 Thread 0x00000000152f4000 1384       3       java.lang.ClassLoader::compareCerts (149 bytes)
Event: 29.451 Thread 0x00000000152f4000 nmethod 1384 0x0000000004d9df10 code [0x0000000004d9e0e0, 0x0000000004d9e998]

GC Heap History (2 events):
Event: 28.064 GC heap before
{Heap before GC invocations=1 (full 0):
 PSYoungGen      total 35840K, used 30720K [0x00000000fab00000, 0x00000000fd300000, 0x0000000100000000)
  eden space 30720K, 100% used [0x00000000fab00000,0x00000000fc900000,0x00000000fc900000)
  from space 5120K, 0% used [0x00000000fce00000,0x00000000fce00000,0x00000000fd300000)
  to   space 5120K, 0% used [0x00000000fc900000,0x00000000fc900000,0x00000000fce00000)
 ParOldGen       total 81920K, used 0K [0x00000000f0000000, 0x00000000f5000000, 0x00000000fab00000)
  object space 81920K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f5000000)
 Metaspace       used 15978K, capacity 16288K, committed 16384K, reserved 1062912K
  class space    used 1893K, capacity 2043K, committed 2048K, reserved 1048576K
Event: 28.083 GC heap after
Heap after GC invocations=1 (full 0):
 PSYoungGen      total 35840K, used 5115K [0x00000000fab00000, 0x00000000fd300000, 0x0000000100000000)
  eden space 30720K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fc900000)
  from space 5120K, 99% used [0x00000000fc900000,0x00000000fcdfed80,0x00000000fce00000)
  to   space 5120K, 0% used [0x00000000fce00000,0x00000000fce00000,0x00000000fd300000)
 ParOldGen       total 81920K, used 1375K [0x00000000f0000000, 0x00000000f5000000, 0x00000000fab00000)
  object space 81920K, 1% used [0x00000000f0000000,0x00000000f0157da8,0x00000000f5000000)
 Metaspace       used 15978K, capacity 16288K, committed 16384K, reserved 1062912K
  class space    used 1893K, capacity 2043K, committed 2048K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 18.642 Thread 0x000000001750a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004a91460 method=java.lang.String.equals(Ljava/lang/Object;)Z @ 8
Event: 18.642 Thread 0x000000001750a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004a91460 method=java.lang.String.equals(Ljava/lang/Object;)Z @ 8
Event: 18.642 Thread 0x000000001750a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004a91460 method=java.lang.String.equals(Ljava/lang/Object;)Z @ 8
Event: 19.081 Thread 0x000000001750a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004cb75a4 method=java.io.DataInputStream.readChar()C @ 4
Event: 19.082 Thread 0x000000001750a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004cb75a4 method=java.io.DataInputStream.readChar()C @ 4
Event: 19.082 Thread 0x000000001750a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004cb75a4 method=java.io.DataInputStream.readChar()C @ 4
Event: 19.082 Thread 0x000000001750a000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004cb75a4 method=java.io.DataInputStream.readChar()C @ 4
Event: 19.112 Thread 0x000000001750a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004cbac90 method=sun.text.normalizer.Trie.getCodePointOffset(I)I @ 9
Event: 19.113 Thread 0x000000001750a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004cba7f4 method=sun.text.normalizer.Trie.getCodePointOffset(I)I @ 9
Event: 29.348 Thread 0x000000001750a000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004bc77b0 method=java.lang.Character.isSurrogate(C)Z @ 3

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 11.036 Thread 0x000000001750a000 Exception <a 'java/lang/UnsatisfiedLinkError': The specified procedure could not be found.

> (0x00000000fb3c3bc8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u202\12323\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 11.039 Thread 0x000000001750a000 Exception <a 'java/lang/UnsatisfiedLinkError': The specified procedure could not be found.

> (0x00000000fb3ca048) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u202\12323\hotspot\src\share\vm\prims\jni.cpp, line 736]
Event: 11.985 Thread 0x000000001750a000 Exception <a 'java/io/FileNotFoundException'> (0x00000000fb8bc608) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u202\12323\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 16.010 Thread 0x000000001750a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$comparing$77a9974f$1(Ljava/util/function/Function;Ljava/lang/Object;Ljava/lang/Object;)I> (0x00000000fba8d828) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u202\12323\hot
Event: 18.462 Thread 0x000000001750a000 Implicit null exception at 0x0000000004af7255 to 0x0000000004af7435
Event: 18.462 Thread 0x000000001750a000 Implicit null exception at 0x0000000004bad0fb to 0x0000000004badb71
Event: 18.463 Thread 0x000000001750a000 Implicit null exception at 0x0000000004b78def to 0x0000000004b78e59
Event: 19.034 Thread 0x000000001750a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$comparingInt$7b0bb60$1(Ljava/util/function/ToIntFunction;Ljava/lang/Object;Ljava/lang/Object;)I> (0x00000000fc2d0b20) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u202\12
Event: 19.036 Thread 0x000000001750a000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$thenComparing$36697e65$1(Ljava/util/Comparator;Ljava/lang/Object;Ljava/lang/Object;)I> (0x00000000fc2d8f08) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u202\12323\hotspo
Event: 29.344 Thread 0x000000001750a000 Exception <a 'java/lang/UnsatisfiedLinkError': The specified procedure could not be found.

> (0x00000000faf81be8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u202\12323\hotspot\src\share\vm\prims\jni.cpp, line 736]

Events (10 events):
Event: 29.462 loading class java/awt/Window$Type
Event: 29.462 loading class java/awt/Window$Type done
Event: 29.462 loading class java/awt/Window$1
Event: 29.462 loading class sun/awt/AWTAccessor$WindowAccessor
Event: 29.463 loading class sun/awt/AWTAccessor$WindowAccessor done
Event: 29.463 loading class java/awt/Window$1 done
Event: 29.463 loading class java/awt/Frame$1
Event: 29.463 loading class sun/awt/AWTAccessor$FrameAccessor
Event: 29.463 loading class sun/awt/AWTAccessor$FrameAccessor done
Event: 29.463 loading class java/awt/Frame$1 done


Dynamic libraries:
0x00007ff726a10000 - 0x00007ff726a47000     C:\Users\phalc\Documents\processing-3.5.3\java\bin\javaw.exe
0x00007ffc84f30000 - 0x00007ffc85110000     C:\windows\SYSTEM32\ntdll.dll
0x00007ffc82560000 - 0x00007ffc8260e000     C:\windows\System32\KERNEL32.DLL
0x00007ffc81750000 - 0x00007ffc819b6000     C:\windows\System32\KERNELBASE.dll
0x00007ffc82ef0000 - 0x00007ffc82f91000     C:\windows\System32\ADVAPI32.dll
0x00007ffc82400000 - 0x00007ffc8249d000     C:\windows\System32\msvcrt.dll
0x00007ffc844a0000 - 0x00007ffc844fb000     C:\windows\System32\sechost.dll
0x00007ffc84890000 - 0x00007ffc849af000     C:\windows\System32\RPCRT4.dll
0x00007ffc82640000 - 0x00007ffc827cf000     C:\windows\System32\USER32.dll
0x00007ffc81390000 - 0x00007ffc813b0000     C:\windows\System32\win32u.dll
0x00007ffc82610000 - 0x00007ffc82638000     C:\windows\System32\GDI32.dll
0x00007ffc81400000 - 0x00007ffc81593000     C:\windows\System32\gdi32full.dll
0x00007ffc819c0000 - 0x00007ffc81a5b000     C:\windows\System32\msvcp_win.dll
0x00007ffc81650000 - 0x00007ffc81744000     C:\windows\System32\ucrtbase.dll
0x00007ffc75f60000 - 0x00007ffc761c9000     C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.16299.1087_none_0f9074b65a6589b7\COMCTL32.dll
0x00007ffc84580000 - 0x00007ffc84886000     C:\windows\System32\combase.dll
0x00007ffc81a60000 - 0x00007ffc81ad2000     C:\windows\System32\bcryptPrimitives.dll
0x00007ffc84ed0000 - 0x00007ffc84efd000     C:\windows\System32\IMM32.DLL
0x0000000061aa0000 - 0x0000000061b72000     C:\Users\phalc\Documents\processing-3.5.3\java\bin\msvcr100.dll
0x00000000611f0000 - 0x0000000061a95000     C:\Users\phalc\Documents\processing-3.5.3\java\bin\server\jvm.dll
0x00007ffc82c10000 - 0x00007ffc82c18000     C:\windows\System32\PSAPI.DLL
0x00007ffc7b140000 - 0x00007ffc7b14a000     C:\windows\SYSTEM32\VERSION.dll
0x00007ffc7f6a0000 - 0x00007ffc7f6c3000     C:\windows\SYSTEM32\WINMM.dll
0x00007ffc6ea80000 - 0x00007ffc6ea89000     C:\windows\SYSTEM32\WSOCK32.dll
0x00007ffc84a10000 - 0x00007ffc84a7c000     C:\windows\System32\WS2_32.dll
0x00007ffc7f640000 - 0x00007ffc7f66a000     C:\windows\SYSTEM32\winmmbase.dll
0x00007ffc813b0000 - 0x00007ffc813fa000     C:\windows\System32\cfgmgr32.dll
0x00007ffc7e050000 - 0x00007ffc7e05f000     C:\Users\phalc\Documents\processing-3.5.3\java\bin\verify.dll
0x00007ffc778a0000 - 0x00007ffc778c9000     C:\Users\phalc\Documents\processing-3.5.3\java\bin\java.dll
0x00007ffc6db30000 - 0x00007ffc6db46000     C:\Users\phalc\Documents\processing-3.5.3\java\bin\zip.dll
0x00007ffc83000000 - 0x00007ffc84438000     C:\windows\System32\SHELL32.dll
0x00007ffc824b0000 - 0x00007ffc82556000     C:\windows\System32\shcore.dll
0x00007ffc81ae0000 - 0x00007ffc82227000     C:\windows\System32\windows.storage.dll
0x00007ffc84440000 - 0x00007ffc84491000     C:\windows\System32\shlwapi.dll
0x00007ffc812a0000 - 0x00007ffc812b1000     C:\windows\System32\kernel.appcore.dll
0x00007ffc812e0000 - 0x00007ffc8132c000     C:\windows\System32\powrprof.dll
0x00007ffc81280000 - 0x00007ffc8129b000     C:\windows\System32\profapi.dll
0x00007ffc58b60000 - 0x00007ffc58cf9000     C:\Users\phalc\Documents\processing-3.5.3\java\bin\awt.dll
0x00007ffc82b40000 - 0x00007ffc82c04000     C:\windows\System32\OLEAUT32.dll
0x00007ffc7f5b0000 - 0x00007ffc7f638000     C:\windows\SYSTEM32\apphelp.dll
0x00007ffc7f8b0000 - 0x00007ffc7f945000     C:\windows\system32\uxtheme.dll
0x00007ffc82930000 - 0x00007ffc82a97000     C:\windows\System32\MSCTF.dll
0x00007ffc7fb20000 - 0x00007ffc7fb4a000     C:\windows\system32\dwmapi.dll
0x00007ffc827d0000 - 0x00007ffc82919000     C:\windows\System32\ole32.dll
0x00007ffc6b670000 - 0x00007ffc6b695000     C:\Users\phalc\Documents\processing-3.5.3\lib\jnidispatch.dll
0x00007ffc80cd0000 - 0x00007ffc80ce7000     C:\windows\SYSTEM32\CRYPTSP.dll
0x00007ffc80710000 - 0x00007ffc80743000     C:\windows\system32\rsaenh.dll
0x00007ffc80de0000 - 0x00007ffc80e05000     C:\windows\SYSTEM32\bcrypt.dll
0x00007ffc811b0000 - 0x00007ffc811d9000     C:\windows\SYSTEM32\USERENV.dll
0x00007ffc80cf0000 - 0x00007ffc80cfb000     C:\windows\SYSTEM32\CRYPTBASE.dll
0x00007ffc6d250000 - 0x00007ffc6d26a000     C:\Users\phalc\Documents\processing-3.5.3\java\bin\net.dll
0x00007ffc77070000 - 0x00007ffc77239000     C:\windows\SYSTEM32\urlmon.dll
0x00007ffc82c20000 - 0x00007ffc82c3d000     C:\windows\System32\imagehlp.dll
0x00007ffc77600000 - 0x00007ffc7789f000     C:\windows\SYSTEM32\iertutil.dll
0x00007ffc80b10000 - 0x00007ffc80b76000     C:\windows\system32\mswsock.dll
0x00007ffc808a0000 - 0x00007ffc808d9000     C:\windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffc824a0000 - 0x00007ffc824a8000     C:\windows\System32\NSI.dll
0x00007ffc7b120000 - 0x00007ffc7b136000     C:\windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffc7a0f0000 - 0x00007ffc7a10a000     C:\windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffc6c120000 - 0x00007ffc6c132000     C:\Users\phalc\Documents\processing-3.5.3\java\bin\nio.dll
0x00007ffc6b620000 - 0x00007ffc6b667000     C:\Users\phalc\Documents\processing-3.5.3\java\bin\fontmanager.dll
0x00007ffc5a4f0000 - 0x00007ffc5a60e000     C:\windows\system32\opengl32.dll
0x00007ffc6b5b0000 - 0x00007ffc6b5dc000     C:\windows\SYSTEM32\GLU32.dll
0x00007ffc694b0000 - 0x00007ffc694d7000     C:\windows\System32\DriverStore\FileRepository\c0336994.inf_amd64_b976c53d8b210252\B336712\atig6pxx.dll
0x000000005d940000 - 0x000000005ff0a000     C:\windows\System32\DriverStore\FileRepository\c0336994.inf_amd64_b976c53d8b210252\B336712\atio6axx.dll
0x00007ffc84a80000 - 0x00007ffc84ece000     C:\windows\System32\SETUPAPI.dll
0x00007ffc75d90000 - 0x00007ffc75db2000     C:\windows\SYSTEM32\dxva2.dll
0x00007ffc678b0000 - 0x00007ffc678ea000     C:\windows\System32\DriverStore\FileRepository\c0336994.inf_amd64_b976c53d8b210252\B336712\atig6txx.dll
0x00007ffc6fb40000 - 0x00007ffc6fd08000     C:\windows\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Xmx256m -Djava.ext.dirs=C:\Users\phalc\Documents\processing-3.5.3\\java\\lib\\ext -Djna.nosys=true -Djna.boot.library.path=lib -Djna.nounpack=true -Dsun.java2d.d3d=false -Dsun.java2d.ddoffscreen=false -Dsun.java2d.noddraw=true 
java_command: processing.app.Base
java_class_path (initial): lib;lib\pde.jar;core\library\core.jar;lib\jna.jar;lib\jna-platform.jar;lib\antlr.jar;lib\ant.jar;lib\ant-launcher.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\phalc\AppData\Local\Microsoft\WindowsApps;;C:\Users\phalc\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\phalc\Documents\processing-3.5.3\java\bin
USERNAME=phalc
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 101 Stepping 1, AuthenticAMD



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

OS: Windows 10.0 , 64 bit Build 16299 (10.0.16299.1087)

CPU:total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 21 model 101 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv, bmi1

Memory: 4k page, physical 7829176k(4296808k free), swap 9074360k(5194480k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.202-b08) for windows-amd64 JRE (1.8.0_202-b08), built on Dec 15 2018 19:54:30 by "java_re" with MS VC++ 10.0 (VS2010)

time: Wed Aug 14 09:45:18 2019
timezone: Cen. Australia Standard Time
elapsed time: 29 seconds (0d 0h 0m 29s)

I do not know what kind of information I need to provide, nor what the information in the error log means. I do not know if it is a hardware issue, but here is my system information on dxdiag. According to the site CanIRunIt, my laptop drivers are over a year out of date. I tried for several hours to figure out how to update AMD drivers, with no success. I use nvidia for everything except this laptop, and every installer I tried updating my drivers with failed. I also have Java 11 installed and I use it with IntelliJ with no issues.

Any help would be appreciated, thanks.

windows
java
processing-ide
asked on Super User Aug 14, 2019 by Phillip Crosby

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0