Processing wont launch

When I click on processing.exe the loading screen starts, and then disappears without launching the IDE. It generates the following error file

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa555f7854, pid=8344, tid=0x0000000000002fec
#
# 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  [atig6pxx.dll+0x7854]
#
# 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 (0x00000000167b7000):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=12268, stack(0x0000000017360000,0x0000000017460000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000003e6da2fbc

Registers:
RAX=0x0000000000000000, RBX=0x0000000000000000, RCX=0x00000003cf94636c, RDX=0x00000003e6da2fbc
RSP=0x000000001745cb00, RBP=0x000000001745cc00, RSI=0xfffffffc306b9f54, RDI=0x0000000000997ba0
R8 =0x000000001745c938, R9 =0x000000001745cc00, R10=0x0000000000000000, R11=0x0000000000000246
R12=0x00007ffa555f85cc, R13=0x0000000017ce0818, R14=0x0000000003c0921b, R15=0x000000001745d300
RIP=0x00007ffa555f7854, EFLAGS=0x0000000000010293

Top of Stack: (sp=0x000000001745cb00)
0x000000001745cb00:   0000000000000000 0000000000000000
0x000000001745cb10:   0000000000000105 0000000000000000
0x000000001745cb20:   0000000040000140 0000000000997ba0
0x000000001745cb30:   0000000000000960 0000000000000000
0x000000001745cb40:   0000000000910000 00007ffa66ca922b
0x000000001745cb50:   0000000000000040 0000000000000000
0x000000001745cb60:   000000000000001a 0000000000000000
0x000000001745cb70:   0000000000000000 0000000000000000
0x000000001745cb80:   0000000000000002 0000000000000000
0x000000001745cb90:   0000000000000000 0000000000000000
0x000000001745cba0:   0000000000000000 0000000000000000
0x000000001745cbb0:   0000000500000000 005c004900430050
0x000000001745cbc0:   005f004e00450056 0036003800300038
0x000000001745cbd0:   0056004500440026 003100340030005f
0x000000001745cbe0:   0055005300260032 0053005900530042
0x000000001745cbf0:   000000001745cd40 00007ffa55609924 

Instructions: (pc=0x00007ffa555f7854)
0x00007ffa555f7834:   dd 00 00 4c 8d 45 50 48 8b c8 e8 45 f8 ff ff 48
0x00007ffa555f7844:   8d 55 50 49 69 ce 04 01 00 00 48 03 d1 48 2b f2
0x00007ffa555f7854:   8a 02 88 04 16 48 ff c2 84 c0 75 f4 bb 01 00 00
0x00007ffa555f7864:   00 48 8b cf e8 4f 19 00 00 8b c3 4c 8d 9c 24 60 


Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x0000000000000000 is an unknown value
RCX=0x00000003cf94636c is an unknown value
RDX=0x00000003e6da2fbc is an unknown value
RSP=0x000000001745cb00 is pointing into the stack for thread: 0x00000000167b7000
RBP=0x000000001745cc00 is pointing into the stack for thread: 0x00000000167b7000
RSI=0xfffffffc306b9f54 is an unknown value
RDI=0x0000000000997ba0 is an unknown value
R8 =0x000000001745c938 is pointing into the stack for thread: 0x00000000167b7000
R9 =0x000000001745cc00 is pointing into the stack for thread: 0x00000000167b7000
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000246 is an unknown value
R12=0x00007ffa555f85cc is an unknown value
R13={method} {0x0000000017ce0820} 'getMaxConfigsImpl' '(I)I' in 'sun/awt/Win32GraphicsDevice'
R14=0x0000000003c0921b is an unknown value
R15=0x000000001745d300 is pointing into the stack for thread: 0x00000000167b7000


Stack: [0x0000000017360000,0x0000000017460000],  sp=0x000000001745cb00,  free space=1010k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [atig6pxx.dll+0x7854]
C  [atig6pxx.dll+0x7abf]
C  [atig6pxx.dll+0x85e2]
C  [opengl32.dll+0x26cfc]
C  [opengl32.dll+0x2710d]
C  [opengl32.dll+0x3a209]
C  [gdi32full.dll+0x67aec]
C  [awt.dll+0xd1b04]
C  0x0000000002ad8c67

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 )
  0x000000001cebd800 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=13240, stack(0x000000001d600000,0x000000001d700000)]
  0x0000000016bf6800 JavaThread "TimerQueue" daemon [_thread_blocked, id=10032, stack(0x0000000017ea0000,0x0000000017fa0000)]
  0x00000000187b6000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=7700, stack(0x00000000179a0000,0x0000000017aa0000)]
  0x00000000029be000 JavaThread "DestroyJavaVM" [_thread_blocked, id=7360, stack(0x0000000002830000,0x0000000002930000)]
=>0x00000000167b7000 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=12268, stack(0x0000000017360000,0x0000000017460000)]
  0x00000000167b1800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=8364, stack(0x0000000017110000,0x0000000017210000)]
  0x00000000167af000 JavaThread "AWT-Shutdown" [_thread_blocked, id=8384, stack(0x0000000017010000,0x0000000017110000)]
  0x0000000016765000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1916, stack(0x0000000016f10000,0x0000000017010000)]
  0x00000000157b7000 JavaThread "Service Thread" daemon [_thread_blocked, id=9752, stack(0x00000000163d0000,0x00000000164d0000)]
  0x00000000138fe000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=7472, stack(0x00000000162d0000,0x00000000163d0000)]
  0x0000000015715800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=11208, stack(0x00000000161d0000,0x00000000162d0000)]
  0x0000000015714800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=7740, stack(0x00000000160d0000,0x00000000161d0000)]
  0x0000000015711000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=10116, stack(0x0000000015fd0000,0x00000000160d0000)]
  0x000000001570d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5380, stack(0x0000000015ed0000,0x0000000015fd0000)]
  0x000000001570b800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8052, stack(0x0000000015dd0000,0x0000000015ed0000)]
  0x0000000015701000 JavaThread "Finalizer" daemon [_thread_blocked, id=11592, stack(0x0000000015be0000,0x0000000015ce0000)]
  0x0000000002ab7800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1312, stack(0x0000000015ae0000,0x0000000015be0000)]

Other Threads:
  0x00000000138e8000 VMThread [stack: 0x00000000155e0000,0x00000000156e0000] [id=5916]
  0x00000000157c0000 WatcherThread [stack: 0x00000000164d0000,0x00000000165d0000] [id=2028]

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 71168K, used 64510K [0x00000000fab00000, 0x00000000fff80000, 0x0000000100000000)
  eden space 56832K, 96% used [0x00000000fab00000,0x00000000fe05fa20,0x00000000fe280000)
  from space 14336K, 68% used [0x00000000ff180000,0x00000000ffb20000,0x00000000fff80000)
  to   space 14848K, 0% used [0x00000000fe280000,0x00000000fe280000,0x00000000ff100000)
 ParOldGen       total 87552K, used 31546K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 36% used [0x00000000f0000000,0x00000000f1ece9c0,0x00000000f5580000)
 Metaspace       used 19166K, capacity 19646K, committed 19840K, reserved 1067008K
  class space    used 2190K, capacity 2348K, committed 2432K, reserved 1048576K

Card table byte_map: [0x0000000002750000,0x00000000027e0000] byte_map_base: 0x0000000001fd0000

Marking Bits: (ParMarkBitMap*) 0x0000000056dd5ce0
 Begin Bits: [0x0000000012680000, 0x0000000012a80000)
 End Bits:   [0x0000000012a80000, 0x0000000012e80000)

Polling page: 0x0000000000e70000

CodeCache: size=245760Kb used=11687Kb max_used=11749Kb free=234072Kb
 bounds [0x0000000002ac0000, 0x0000000003650000, 0x0000000011ac0000]
 total_blobs=3912 nmethods=3351 adapters=473
 compilation: enabled

Compilation events (10 events):
Event: 5.133 Thread 0x00000000138fe000 3378       2       java.nio.charset.CharsetEncoder::reset (11 bytes)
Event: 5.133 Thread 0x00000000138fe000 nmethod 3378 0x000000000363f650 code [0x000000000363f7c0, 0x000000000363f948]
Event: 5.133 Thread 0x00000000138fe000 3379       2       java.util.zip.ZipCoder::getBytes (192 bytes)
Event: 5.134 Thread 0x00000000138fe000 nmethod 3379 0x000000000363f9d0 code [0x000000000363fc80, 0x0000000003640ac8]
Event: 5.134 Thread 0x00000000138fe000 3377 %     3       processing.core.PApplet::split @ 19 (148 bytes)
Event: 5.135 Thread 0x00000000138fe000 nmethod 3377% 0x00000000036415d0 code [0x00000000036417e0, 0x0000000003642548]
Event: 5.135 Thread 0x00000000138fe000 3375       2       com.sun.jna.Function::isPrimitiveArray (23 bytes)
Event: 5.135 Thread 0x00000000138fe000 nmethod 3375 0x0000000003642b10 code [0x0000000003642c80, 0x0000000003642e68]
Event: 5.135 Thread 0x00000000138fe000 3376   !   2       com.sun.jna.Native::isSupportedNativeType (27 bytes)
Event: 5.135 Thread 0x00000000138fe000 nmethod 3376 0x0000000003642f90 code [0x0000000003643100, 0x00000000036432d8]

GC Heap History (10 events):
Event: 3.331 GC heap before
{Heap before GC invocations=6 (full 0):
 PSYoungGen      total 71680K, used 71664K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 66560K, 100% used [0x00000000fab00000,0x00000000fec00000,0x00000000fec00000)
  from space 5120K, 99% used [0x00000000fec00000,0x00000000ff0fc010,0x00000000ff100000)
  to   space 8192K, 0% used [0x00000000ff800000,0x00000000ff800000,0x0000000100000000)
 ParOldGen       total 87552K, used 10155K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 11% used [0x00000000f0000000,0x00000000f09ead48,0x00000000f5580000)
 Metaspace       used 17649K, capacity 18022K, committed 18304K, reserved 1064960K
  class space    used 1981K, capacity 2113K, committed 2176K, reserved 1048576K
Event: 3.348 GC heap after
Heap after GC invocations=6 (full 0):
 PSYoungGen      total 75776K, used 8161K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 67584K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fed00000)
  from space 8192K, 99% used [0x00000000ff800000,0x00000000ffff8430,0x0000000100000000)
  to   space 9728K, 0% used [0x00000000fed00000,0x00000000fed00000,0x00000000ff680000)
 ParOldGen       total 87552K, used 11979K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 13% used [0x00000000f0000000,0x00000000f0bb2f18,0x00000000f5580000)
 Metaspace       used 17649K, capacity 18022K, committed 18304K, reserved 1064960K
  class space    used 1981K, capacity 2113K, committed 2176K, reserved 1048576K
}
Event: 3.736 GC heap before
{Heap before GC invocations=7 (full 0):
 PSYoungGen      total 75776K, used 75745K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 67584K, 100% used [0x00000000fab00000,0x00000000fed00000,0x00000000fed00000)
  from space 8192K, 99% used [0x00000000ff800000,0x00000000ffff8430,0x0000000100000000)
  to   space 9728K, 0% used [0x00000000fed00000,0x00000000fed00000,0x00000000ff680000)
 ParOldGen       total 87552K, used 11979K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 13% used [0x00000000f0000000,0x00000000f0bb2f18,0x00000000f5580000)
 Metaspace       used 17759K, capacity 18086K, committed 18304K, reserved 1064960K
  class space    used 1981K, capacity 2113K, committed 2176K, reserved 1048576K
Event: 3.749 GC heap after
Heap after GC invocations=7 (full 0):
 PSYoungGen      total 77312K, used 9728K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 67584K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fed00000)
  from space 9728K, 100% used [0x00000000fed00000,0x00000000ff680000,0x00000000ff680000)
  to   space 9728K, 0% used [0x00000000ff680000,0x00000000ff680000,0x0000000100000000)
 ParOldGen       total 87552K, used 15605K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 17% used [0x00000000f0000000,0x00000000f0f3d500,0x00000000f5580000)
 Metaspace       used 17759K, capacity 18086K, committed 18304K, reserved 1064960K
  class space    used 1981K, capacity 2113K, committed 2176K, reserved 1048576K
}
Event: 4.184 GC heap before
{Heap before GC invocations=8 (full 0):
 PSYoungGen      total 77312K, used 77312K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 67584K, 100% used [0x00000000fab00000,0x00000000fed00000,0x00000000fed00000)
  from space 9728K, 100% used [0x00000000fed00000,0x00000000ff680000,0x00000000ff680000)
  to   space 9728K, 0% used [0x00000000ff680000,0x00000000ff680000,0x0000000100000000)
 ParOldGen       total 87552K, used 15605K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 17% used [0x00000000f0000000,0x00000000f0f3d500,0x00000000f5580000)
 Metaspace       used 17829K, capacity 18150K, committed 18304K, reserved 1064960K
  class space    used 1981K, capacity 2113K, committed 2176K, reserved 1048576K
Event: 4.198 GC heap after
Heap after GC invocations=8 (full 0):
 PSYoungGen      total 66048K, used 9728K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 56320K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fe200000)
  from space 9728K, 100% used [0x00000000ff680000,0x0000000100000000,0x0000000100000000)
  to   space 15360K, 0% used [0x00000000fe200000,0x00000000fe200000,0x00000000ff100000)
 ParOldGen       total 87552K, used 22111K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 25% used [0x00000000f0000000,0x00000000f1597c90,0x00000000f5580000)
 Metaspace       used 17829K, capacity 18150K, committed 18304K, reserved 1064960K
  class space    used 1981K, capacity 2113K, committed 2176K, reserved 1048576K
}
Event: 4.452 GC heap before
{Heap before GC invocations=9 (full 0):
 PSYoungGen      total 66048K, used 66048K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 56320K, 100% used [0x00000000fab00000,0x00000000fe200000,0x00000000fe200000)
  from space 9728K, 100% used [0x00000000ff680000,0x0000000100000000,0x0000000100000000)
  to   space 15360K, 0% used [0x00000000fe200000,0x00000000fe200000,0x00000000ff100000)
 ParOldGen       total 87552K, used 22111K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 25% used [0x00000000f0000000,0x00000000f1597c90,0x00000000f5580000)
 Metaspace       used 17968K, capacity 18342K, committed 18560K, reserved 1064960K
  class space    used 1981K, capacity 2113K, committed 2176K, reserved 1048576K
Event: 4.465 GC heap after
Heap after GC invocations=9 (full 0):
 PSYoungGen      total 71680K, used 9920K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 56320K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fe200000)
  from space 15360K, 64% used [0x00000000fe200000,0x00000000febb0000,0x00000000ff100000)
  to   space 14848K, 0% used [0x00000000ff180000,0x00000000ff180000,0x0000000100000000)
 ParOldGen       total 87552K, used 26440K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 30% used [0x00000000f0000000,0x00000000f19d2280,0x00000000f5580000)
 Metaspace       used 17968K, capacity 18342K, committed 18560K, reserved 1064960K
  class space    used 1981K, capacity 2113K, committed 2176K, reserved 1048576K
}
Event: 4.705 GC heap before
{Heap before GC invocations=10 (full 0):
 PSYoungGen      total 71680K, used 66240K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 56320K, 100% used [0x00000000fab00000,0x00000000fe200000,0x00000000fe200000)
  from space 15360K, 64% used [0x00000000fe200000,0x00000000febb0000,0x00000000ff100000)
  to   space 14848K, 0% used [0x00000000ff180000,0x00000000ff180000,0x0000000100000000)
 ParOldGen       total 87552K, used 26440K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 30% used [0x00000000f0000000,0x00000000f19d2280,0x00000000f5580000)
 Metaspace       used 17975K, capacity 18342K, committed 18560K, reserved 1064960K
  class space    used 1981K, capacity 2113K, committed 2176K, reserved 1048576K
Event: 4.723 GC heap after
Heap after GC invocations=10 (full 0):
 PSYoungGen      total 71168K, used 9856K [0x00000000fab00000, 0x00000000fff80000, 0x0000000100000000)
  eden space 56832K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fe280000)
  from space 14336K, 68% used [0x00000000ff180000,0x00000000ffb20000,0x00000000fff80000)
  to   space 14848K, 0% used [0x00000000fe280000,0x00000000fe280000,0x00000000ff100000)
 ParOldGen       total 87552K, used 31546K [0x00000000f0000000, 0x00000000f5580000, 0x00000000fab00000)
  object space 87552K, 36% used [0x00000000f0000000,0x00000000f1ece9c0,0x00000000f5580000)
 Metaspace       used 17975K, capacity 18342K, committed 18560K, reserved 1064960K
  class space    used 1981K, capacity 2113K, committed 2176K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 4.895 Thread 0x000000001cebd800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003149948 method=java.util.concurrent.locks.ReentrantLock$NonfairSync.lock()V @ 6
Event: 4.895 Thread 0x000000001cebd800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000031a07c0 method=java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(I)Z @ 28
Event: 5.008 Thread 0x00000000167b7000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003490ad8 method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 1
Event: 5.010 Thread 0x00000000167b7000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002cca558 method=java.lang.AbstractStringBuilder.append(Ljava/lang/String;)Ljava/lang/AbstractStringBuilder; @ 1
Event: 5.059 Thread 0x00000000167b7000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003490ad8 method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 1
Event: 5.062 Thread 0x00000000167b7000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000348f7ac method=java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @ 45
Event: 5.062 Thread 0x00000000167b7000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000034349fc method=javax.swing.UIDefaults.getColor(Ljava/lang/Object;)Ljava/awt/Color; @ 7
Event: 5.062 Thread 0x00000000167b7000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000031651d8 method=com.sun.java.swing.plaf.windows.DesktopProperty.createValue(Ljavax/swing/UIDefaults;)Ljava/lang/Object; @ 4
Event: 5.102 Thread 0x00000000167b7000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003490ad8 method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 1
Event: 5.102 Thread 0x00000000167b7000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003490ad8 method=java.util.HashMap.putMapEntries(Ljava/util/Map;Z)V @ 1

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 3.348 Thread 0x00000000167b7000 Implicit null exception at 0x00000000032a53a3 to 0x00000000032a8db1
Event: 4.400 Thread 0x00000000167b7000 Implicit null exception at 0x00000000034e1790 to 0x00000000034e24b1
Event: 4.883 Thread 0x00000000167b7000 Implicit null exception at 0x00000000034c7130 to 0x00000000034c7143
Event: 4.885 Thread 0x00000000167b7000 Implicit null exception at 0x0000000002edd94e to 0x0000000002edda95
Event: 4.897 Thread 0x00000000167b7000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000fd005430) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u202\12323\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 4.897 Thread 0x00000000167b7000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000fd005828) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u202\12323\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 5.010 Thread 0x00000000167b7000 Implicit null exception at 0x0000000002cca194 to 0x0000000002cca541
Event: 5.062 Thread 0x00000000167b7000 Implicit null exception at 0x000000000348f710 to 0x000000000348f791
Event: 5.062 Thread 0x00000000167b7000 Implicit null exception at 0x0000000003434694 to 0x00000000034349f1
Event: 5.122 Thread 0x00000000167b7000 Exception <a 'java/lang/UnsatisfiedLinkError': The specified procedure could not be found.

> (0x00000000fdfbb118) 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: 5.139 loading class java/awt/Window$Type
Event: 5.139 loading class java/awt/Window$Type done
Event: 5.139 loading class java/awt/Window$1
Event: 5.139 loading class sun/awt/AWTAccessor$WindowAccessor
Event: 5.139 loading class sun/awt/AWTAccessor$WindowAccessor done
Event: 5.139 loading class java/awt/Window$1 done
Event: 5.139 loading class java/awt/Frame$1
Event: 5.139 loading class sun/awt/AWTAccessor$FrameAccessor
Event: 5.139 loading class sun/awt/AWTAccessor$FrameAccessor done
Event: 5.139 loading class java/awt/Frame$1 done


Dynamic libraries:
0x00007ff7918b0000 - 0x00007ff7918e7000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\javaw.exe
0x00007ffa66c90000 - 0x00007ffa66e71000 	C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffa64830000 - 0x00007ffa648e2000 	C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffa63ea0000 - 0x00007ffa64113000 	C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffa64280000 - 0x00007ffa64321000 	C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffa66620000 - 0x00007ffa666be000 	C:\WINDOWS\System32\msvcrt.dll
0x00007ffa668d0000 - 0x00007ffa6692b000 	C:\WINDOWS\System32\sechost.dll
0x00007ffa666c0000 - 0x00007ffa667e4000 	C:\WINDOWS\System32\RPCRT4.dll
0x00007ffa64540000 - 0x00007ffa646d0000 	C:\WINDOWS\System32\USER32.dll
0x00007ffa63170000 - 0x00007ffa63190000 	C:\WINDOWS\System32\win32u.dll
0x00007ffa64120000 - 0x00007ffa64148000 	C:\WINDOWS\System32\GDI32.dll
0x00007ffa63c10000 - 0x00007ffa63da2000 	C:\WINDOWS\System32\gdi32full.dll
0x00007ffa63e00000 - 0x00007ffa63e9f000 	C:\WINDOWS\System32\msvcp_win.dll
0x00007ffa63400000 - 0x00007ffa634fa000 	C:\WINDOWS\System32\ucrtbase.dll
0x00007ffa51830000 - 0x00007ffa51a99000 	C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17134.523_none_fb409dd930672a56\COMCTL32.dll
0x00007ffa66930000 - 0x00007ffa66c52000 	C:\WINDOWS\System32\combase.dll
0x00007ffa63380000 - 0x00007ffa633fa000 	C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffa64150000 - 0x00007ffa6417d000 	C:\WINDOWS\System32\IMM32.DLL
0x0000000056e60000 - 0x0000000056f32000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\msvcr100.dll
0x00000000565b0000 - 0x0000000056e55000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\server\jvm.dll
0x00007ffa649e0000 - 0x00007ffa649e8000 	C:\WINDOWS\System32\PSAPI.DLL
0x00007ffa55a70000 - 0x00007ffa55a79000 	C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffa5eec0000 - 0x00007ffa5eee3000 	C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffa58d60000 - 0x00007ffa58d6a000 	C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffa664b0000 - 0x00007ffa6651c000 	C:\WINDOWS\System32\WS2_32.dll
0x00007ffa5ee90000 - 0x00007ffa5eeba000 	C:\WINDOWS\SYSTEM32\winmmbase.dll
0x00007ffa63db0000 - 0x00007ffa63df9000 	C:\WINDOWS\System32\cfgmgr32.dll
0x00007ffa61370000 - 0x00007ffa6137f000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\verify.dll
0x00007ffa5c1f0000 - 0x00007ffa5c219000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\java.dll
0x00007ffa597d0000 - 0x00007ffa597e6000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\zip.dll
0x00007ffa64c20000 - 0x00007ffa66060000 	C:\WINDOWS\System32\SHELL32.dll
0x00007ffa64b70000 - 0x00007ffa64c19000 	C:\WINDOWS\System32\shcore.dll
0x00007ffa63500000 - 0x00007ffa63c0d000 	C:\WINDOWS\System32\windows.storage.dll
0x00007ffa64180000 - 0x00007ffa641d1000 	C:\WINDOWS\System32\shlwapi.dll
0x00007ffa63000000 - 0x00007ffa63011000 	C:\WINDOWS\System32\kernel.appcore.dll
0x00007ffa63040000 - 0x00007ffa6305f000 	C:\WINDOWS\System32\profapi.dll
0x00007ffa62fb0000 - 0x00007ffa62ffc000 	C:\WINDOWS\System32\powrprof.dll
0x00007ffa62fa0000 - 0x00007ffa62faa000 	C:\WINDOWS\System32\FLTLIB.DLL
0x00007ffa315f0000 - 0x00007ffa31789000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\awt.dll
0x00007ffa66800000 - 0x00007ffa668c2000 	C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffa60f20000 - 0x00007ffa60fab000 	C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ffa613e0000 - 0x00007ffa61478000 	C:\WINDOWS\system32\uxtheme.dll
0x00007ffa649f0000 - 0x00007ffa64b63000 	C:\WINDOWS\System32\MSCTF.dll
0x00007ffa61730000 - 0x00007ffa61759000 	C:\WINDOWS\system32\dwmapi.dll
0x00007ffa646d0000 - 0x00007ffa64821000 	C:\WINDOWS\System32\ole32.dll
0x00007ffa554c0000 - 0x00007ffa554e5000 	C:\Users\techassistws\Downloads\processing-3.5.3\lib\jnidispatch.dll
0x00007ffa58dc0000 - 0x00007ffa58dda000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\net.dll
0x00007ffa56570000 - 0x00007ffa56739000 	C:\WINDOWS\SYSTEM32\urlmon.dll
0x00007ffa562a0000 - 0x00007ffa56545000 	C:\WINDOWS\SYSTEM32\iertutil.dll
0x00007ffa629f0000 - 0x00007ffa629fb000 	C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
0x00007ffa62820000 - 0x00007ffa62886000 	C:\WINDOWS\system32\mswsock.dll
0x00007ffa629d0000 - 0x00007ffa629e7000 	C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffa62400000 - 0x00007ffa62433000 	C:\WINDOWS\system32\rsaenh.dll
0x00007ffa62b00000 - 0x00007ffa62b25000 	C:\WINDOWS\SYSTEM32\bcrypt.dll
0x00007ffa62ea0000 - 0x00007ffa62ec8000 	C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffa625a0000 - 0x00007ffa625d8000 	C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffa667f0000 - 0x00007ffa667f8000 	C:\WINDOWS\System32\NSI.dll
0x00007ffa5bfd0000 - 0x00007ffa5bfe6000 	C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffa5bf70000 - 0x00007ffa5bf8a000 	C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffa55a80000 - 0x00007ffa55a92000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\nio.dll
0x00007ffa4f470000 - 0x00007ffa4f4b7000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\fontmanager.dll
0x00007ffa4be40000 - 0x00007ffa4bf60000 	C:\WINDOWS\system32\opengl32.dll
0x00007ffa4f020000 - 0x00007ffa4f04c000 	C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ffa4dc50000 - 0x00007ffa4dc92000 	C:\Users\techassistws\Downloads\processing-3.5.3\java\bin\t2k.dll
0x00007ffa555f0000 - 0x00007ffa5560f000 	C:\WINDOWS\SYSTEM32\atig6pxx.dll
0x00007ffa55830000 - 0x00007ffa559f9000 	C:\WINDOWS\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Xmx256m -Djava.ext.dirs=C:\Users\techassistws\Downloads\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:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Users\techassistws\AppData\Local\Microsoft\WindowsApps;;C:\Users\techassistws\Downloads\processing-3.5.3\java\bin
USERNAME=techassistws
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 17134 (10.0.17134.1)

CPU:total 8 (initial active 8) (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 8294488k(2418648k free), swap 9660528k(1790392k 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: Fri Feb 08 12:28:47 2019
timezone: Pacific Standard Time
elapsed time: 5 seconds (0d 0h 0m 5s)