processing / processing-sound-archive

Archived Sound Library for Processing
125 stars 62 forks source link

Can't play sound #108

Open SimplifiedCPlusPlus opened 7 years ago

SimplifiedCPlusPlus commented 7 years ago

I keep getting this error text file: (Couldn't attach because they say that don't support .txt, >as it is listed there)

46

A fatal error has been detected by the Java Runtime Environment:

#

Internal Error (0x20474343), pid=18984, tid=0x00000000000049a0

#

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 [KERNELBASE.dll+0x33c58]

#

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 (0x0000000003033000): JavaThread "main" [_thread_in_native, id=18848, stack(0x0000000002ea0000,0x0000000002fa0000)]

siginfo: ExceptionCode=0x20474343, ExceptionInformation=0x000000001abf9f30

Registers: RAX=0x0000000000fd0cc0, RBX=0x000000001abf9f30, RCX=0x000000000000000e, RDX=0x000000006589f975 RSP=0x0000000002f9da00, RBP=0x0000000002f9dbc0, RSI=0x000000006ba126c0, RDI=0x000000001abf9f70 R8 =0x00000000018e0000, R9 =0x0000000000000002, R10=0x0000000002f9d5d0, R11=0x0000000000000001 R12=0x0000000000000000, R13=0x00000000178ec970, R14=0x0000000002f9e040, R15=0x0000000003033000 RIP=0x00007ff8bc523c58, EFLAGS=0x0000000000000202

Top of Stack: (sp=0x0000000002f9da00) 0x0000000002f9da00: 000000001abf6660 000000001abf9f30 0x0000000002f9da10: 000000006ba126c0 000000001abf9f70 0x0000000002f9da20: 0000000020474343 0000000000000000 0x0000000002f9da30: 00007ff8bc523c58 0000000000000001 0x0000000002f9da40: 000000001abf9f30 0000000064945588 0x0000000002f9da50: 0000000003033000 0000000002f9e040 0x0000000002f9da60: 00000000178ec970 0000000000000010 0x0000000002f9da70: 0000000000000018 0000000000000008 0x0000000002f9da80: 000000001abf6828 00007ff8bd2e9e50 0x0000000002f9da90: 0000000000000000 0000000000000018 0x0000000002f9daa0: 00000000178ec970 0000000002f90000 0x0000000002f9dab0: 000000006ba4b1e0 000000006b99960a 0x0000000002f9dac0: 00003bfe41259b0e 0000000000000008 0x0000000002f9dad0: 0000000000000000 000000006b999117 0x0000000002f9dae0: 000000001abf9f70 000000006ba126c0 0x0000000002f9daf0: 000000006ba54740 0000000002f9dbc0

Instructions: (pc=0x00007ff8bc523c58) 0x00007ff8bc523c38: 49 8b d1 44 0f 47 c0 44 89 44 24 38 49 c1 e0 03 0x00007ff8bc523c48: e8 47 90 04 00 48 8d 4c 24 20 ff 15 a0 44 11 00 0x00007ff8bc523c58: 48 8b 8c 24 c0 00 00 00 48 33 cc e8 d8 55 04 00 0x00007ff8bc523c68: 48 81 c4 d8 00 00 00 c3 83 64 24 38 00 eb d6 cc

Register to memory mapping:

RAX=0x0000000000fd0cc0 is an unknown value RBX=0x000000001abf9f30 is an unknown value RCX=0x000000000000000e is an unknown value RDX=0x000000006589f975 is an unknown value RSP=0x0000000002f9da00 is pointing into the stack for thread: 0x0000000003033000 RBP=0x0000000002f9dbc0 is pointing into the stack for thread: 0x0000000003033000 RSI=0x000000006ba126c0 is an unknown value RDI=0x000000001abf9f70 is an unknown value R8 =0x00000000018e0000 is an unknown value R9 =0x0000000000000002 is an unknown value R10=0x0000000002f9d5d0 is pointing into the stack for thread: 0x0000000003033000 R11=0x0000000000000001 is an unknown value R12=0x0000000000000000 is an unknown value R13={method} {0x00000000178ec978} 'engineNew' '(II)I' in 'processing/sound/MethClaInterface' R14=0x0000000002f9e040 is pointing into the stack for thread: 0x0000000003033000 R15=0x0000000003033000 is a thread

Stack: [0x0000000002ea0000,0x0000000002fa0000], sp=0x0000000002f9da00, free space=1014k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [KERNELBASE.dll+0x33c58] C [libMethClaInterface.dll+0x19117] C [libMethClaInterface.dll+0xc7561] C [libMethClaInterface.dll+0x193a] C [libMethClaInterface.dll+0x1a4b] C [libMethClaInterface.dll+0x29475] C [libMethClaInterface.dll+0x1d96] C 0x000000000315100c

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j processing.sound.MethClaInterface.engineNew(II)I+0 j processing.sound.Engine.()V+23 j processing.sound.Engine.(Lprocessing/sound/Engine$1;)V+1 j processing.sound.Engine$LazyHolder.()V+5 v ~StubRoutines::call_stub j processing.sound.Engine.start()Lprocessing/sound/Engine;+0 j processing.sound.SoundFile.(Lprocessing/core/PApplet;Ljava/lang/String;)V+83 j Insomnia_Gamev2.()V+45 v ~StubRoutines::call_stub j sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0 j sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+85 j sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5 j java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+79 j java.lang.Class.newInstance()Ljava/lang/Object;+138 j processing.core.PApplet.runSketch([Ljava/lang/String;Lprocessing/core/PApplet;)V+640 j processing.core.PApplet.main([Ljava/lang/String;)V+2 v ~StubRoutines::call_stub

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

Java Threads: ( => current thread ) 0x000000001a0b1000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=14544, stack(0x000000001aa10000,0x000000001ab10000)] 0x000000001a09d800 JavaThread "AWT-Shutdown" [_thread_blocked, id=3036, stack(0x000000001a910000,0x000000001aa10000)] 0x000000001a09d000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10000, stack(0x000000001a810000,0x000000001a910000)] 0x0000000019928800 JavaThread "Service Thread" daemon [_thread_blocked, id=6016, stack(0x0000000019ce0000,0x0000000019de0000)] 0x0000000017cc8000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=6332, stack(0x00000000197e0000,0x00000000198e0000)] 0x0000000017cc7000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=10492, stack(0x00000000196e0000,0x00000000197e0000)] 0x0000000017cc5000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3964, stack(0x00000000195e0000,0x00000000196e0000)] 0x0000000017cba000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=7660, stack(0x00000000194e0000,0x00000000195e0000)] 0x0000000017cb4800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=7488, stack(0x00000000193e0000,0x00000000194e0000)] 0x0000000017caa000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=14844, stack(0x00000000192e0000,0x00000000193e0000)] 0x0000000017c9e800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3544, stack(0x00000000191e0000,0x00000000192e0000)] 0x000000000312e800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7264, stack(0x00000000190e0000,0x00000000191e0000)] 0x0000000017c90000 JavaThread "Finalizer" daemon [_thread_blocked, id=12828, stack(0x0000000018ef0000,0x0000000018ff0000)] 0x0000000003123000 JavaThread "Reference Handler" daemon [_thread_blocked, id=16708, stack(0x0000000018df0000,0x0000000018ef0000)] =>0x0000000003033000 JavaThread "main" [_thread_in_native, id=18848, stack(0x0000000002ea0000,0x0000000002fa0000)]

Other Threads: 0x0000000017c67000 VMThread [stack: 0x0000000018cf0000,0x0000000018df0000] [id=7224] 0x0000000019951000 WatcherThread [stack: 0x0000000019de0000,0x0000000019ee0000] [id=12992]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap: PSYoungGen total 38400K, used 6762K [0x00000000d5c00000, 0x00000000d8680000, 0x0000000100000000) eden space 33280K, 20% used [0x00000000d5c00000,0x00000000d629ab00,0x00000000d7c80000) from space 5120K, 0% used [0x00000000d8180000,0x00000000d8180000,0x00000000d8680000) to space 5120K, 0% used [0x00000000d7c80000,0x00000000d7c80000,0x00000000d8180000) ParOldGen total 87552K, used 0K [0x0000000081400000, 0x0000000086980000, 0x00000000d5c00000) object space 87552K, 0% used [0x0000000081400000,0x0000000081400000,0x0000000086980000) Metaspace used 6665K, capacity 6840K, committed 6912K, reserved 1056768K class space used 664K, capacity 729K, committed 768K, reserved 1048576K

Card table byte_map: [0x00000000124f0000,0x00000000128f0000] byte_map_base: 0x00000000120e6000

Marking Bits: (ParMarkBitMap*) 0x0000000052dbc720 Begin Bits: [0x0000000012fa0000, 0x0000000014f50000) End Bits: [0x0000000014f50000, 0x0000000016f00000)

Polling page: 0x0000000001310000

CodeCache: size=245760Kb used=1662Kb max_used=1662Kb free=244097Kb bounds [0x0000000003130000, 0x00000000033a0000, 0x0000000012130000] total_blobs=652 nmethods=276 adapters=297 compilation: enabled

Compilation events (10 events): Event: 0.618 Thread 0x0000000017cc8000 nmethod 272 0x00000000032ca810 code [0x00000000032ca980, 0x00000000032cacc8] Event: 0.619 Thread 0x0000000017cc8000 273 3 java.util.zip.Inflater::ensureOpen (47 bytes) Event: 0.619 Thread 0x0000000017cc8000 nmethod 273 0x00000000032ca250 code [0x00000000032ca3e0, 0x00000000032ca6e8] Event: 0.619 Thread 0x0000000017cc5000 nmethod 265 0x00000000032c96d0 code [0x00000000032c9820, 0x00000000032c9eb8] Event: 0.621 Thread 0x0000000017cc8000 274 1 java.security.ProtectionDomain::getCodeSource (5 bytes) Event: 0.621 Thread 0x0000000017cc8000 nmethod 274 0x00000000032cd3d0 code [0x00000000032cd520, 0x00000000032cd630] Event: 0.623 Thread 0x0000000017cc8000 275 s 1 java.util.Vector::size (5 bytes) Event: 0.623 Thread 0x0000000017cc8000 nmethod 275 0x00000000032ccd50 code [0x00000000032ccea0, 0x00000000032cd110] Event: 0.624 Thread 0x0000000017cc8000 276 3 java.lang.String::substring (56 bytes) Event: 0.625 Thread 0x0000000017cc8000 nmethod 276 0x00000000032cfb10 code [0x00000000032cfcc0, 0x00000000032d00a8]

GC Heap History (0 events): No events

Deoptimization events (0 events): No events

Internal exceptions (9 events): Event: 0.024 Thread 0x0000000003033000 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.defineClass(Ljava/lang/String;[BII)Ljava/lang/Class; name or signature does not match> (0x00000000d5c07ca8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\ Event: 0.024 Thread 0x0000000003033000 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.prefetchRead(Ljava/lang/Object;J)V name or signature does not match> (0x00000000d5c07f90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims Event: 0.542 Thread 0x0000000003033000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6026838) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jvm.cpp, line 1390] Event: 0.542 Thread 0x0000000003033000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6026a48) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jvm.cpp, line 1390] Event: 0.542 Thread 0x0000000003033000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d602a080) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jvm.cpp, line 1390] Event: 0.542 Thread 0x0000000003033000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d602a290) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jvm.cpp, line 1390] Event: 0.546 Thread 0x0000000003033000 Exception <a 'java/io/FileNotFoundException'> (0x00000000d602c828) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\jni.cpp, line 709] Event: 0.573 Thread 0x0000000003033000 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000000d60f99d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\methodHandles.cpp, line 1146] Event: 0.574 Thread 0x0000000003033000 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000000d6106d28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u131\8869\hotspot\src\share\vm\prims\methodHandles.cpp, line 1146]

Events (10 events): Event: 0.619 loading class processing/core/PApplet$RegisteredMethods Event: 0.619 loading class processing/core/PApplet$RegisteredMethods done Event: 0.620 loading class processing/sound/Engine Event: 0.620 loading class processing/sound/Engine done Event: 0.621 loading class processing/sound/Engine$LazyHolder Event: 0.621 loading class processing/sound/Engine$LazyHolder done Event: 0.621 loading class processing/sound/MethClaInterface Event: 0.621 loading class processing/sound/MethClaInterface done Event: 0.621 loading class java/lang/ClassLoaderHelper Event: 0.622 loading class java/lang/ClassLoaderHelper done

Dynamic libraries: 0x00007ff78b100000 - 0x00007ff78b137000 C:\Users\User\Desktop\processing\processing-3.3.5\java\bin\java.exe 0x00007ff8bf870000 - 0x00007ff8bfa41000 C:\WINDOWS\SYSTEM32\ntdll.dll 0x00007ff8bce00000 - 0x00007ff8bceac000 C:\WINDOWS\System32\KERNEL32.DLL 0x00007ff8bc4f0000 - 0x00007ff8bc70d000 C:\WINDOWS\System32\KERNELBASE.dll 0x00007ff8bd220000 - 0x00007ff8bd2c2000 C:\WINDOWS\System32\ADVAPI32.dll 0x00007ff8bd2d0000 - 0x00007ff8bd36e000 C:\WINDOWS\System32\msvcrt.dll 0x00007ff8bf810000 - 0x00007ff8bf869000 C:\WINDOWS\System32\sechost.dll 0x00007ff8bf310000 - 0x00007ff8bf431000 C:\WINDOWS\System32\RPCRT4.dll 0x00007ff8bf1a0000 - 0x00007ff8bf305000 C:\WINDOWS\System32\USER32.dll 0x00007ff8bc810000 - 0x00007ff8bc82e000 C:\WINDOWS\System32\win32u.dll 0x00007ff8bf440000 - 0x00007ff8bf474000 C:\WINDOWS\System32\GDI32.dll 0x00007ff8bcc30000 - 0x00007ff8bcdb0000 C:\WINDOWS\System32\gdi32full.dll 0x00007ff8b7580000 - 0x00007ff8b77fa000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.953_none_42151e83c686086b\COMCTL32.dll 0x00007ff8bf480000 - 0x00007ff8bf748000 C:\WINDOWS\System32\combase.dll 0x00007ff8bc710000 - 0x00007ff8bc805000 C:\WINDOWS\System32\ucrtbase.dll 0x00007ff8bcbc0000 - 0x00007ff8bcc2a000 C:\WINDOWS\System32\bcryptPrimitives.dll 0x00007ff8bd370000 - 0x00007ff8bd39e000 C:\WINDOWS\System32\IMM32.DLL 0x0000000052e40000 - 0x0000000052f12000 C:\Users\User\Desktop\processing\processing-3.3.5\java\bin\msvcr100.dll 0x00000000525a0000 - 0x0000000052e3c000 C:\Users\User\Desktop\processing\processing-3.3.5\java\bin\server\jvm.dll 0x00007ff8bd5a0000 - 0x00007ff8bd5a8000 C:\WINDOWS\System32\PSAPI.DLL 0x00007ff8b91a0000 - 0x00007ff8b91a9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll 0x00007ff8ba000000 - 0x00007ff8ba023000 C:\WINDOWS\SYSTEM32\WINMM.dll 0x00007ff8b5670000 - 0x00007ff8b567a000 C:\WINDOWS\SYSTEM32\VERSION.dll 0x00007ff8bd5b0000 - 0x00007ff8bd61a000 C:\WINDOWS\System32\WS2_32.dll 0x00007ff8b9f70000 - 0x00007ff8b9f9b000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll 0x00007ff8bcdb0000 - 0x00007ff8bcdf2000 C:\WINDOWS\System32\cfgmgr32.dll 0x0000000053690000 - 0x000000005369f000 C:\Users\User\Desktop\processing\processing-3.3.5\java\bin\verify.dll 0x0000000052570000 - 0x0000000052599000 C:\Users\User\Desktop\processing\processing-3.3.5\java\bin\java.dll 0x00000000521a0000 - 0x00000000521d5000 C:\Users\User\Desktop\processing\processing-3.3.5\java\bin\jdwp.dll 0x0000000053680000 - 0x0000000053688000 C:\Users\User\Desktop\processing\processing-3.3.5\java\bin\npt.dll 0x0000000052550000 - 0x0000000052566000 C:\Users\User\Desktop\processing\processing-3.3.5\java\bin\zip.dll 0x00007ff8bdc30000 - 0x00007ff8bf138000 C:\WINDOWS\System32\SHELL32.dll 0x00007ff8bbd70000 - 0x00007ff8bc44a000 C:\WINDOWS\System32\windows.storage.dll 0x00007ff8bbce0000 - 0x00007ff8bbd2c000 C:\WINDOWS\System32\powrprof.dll 0x00007ff8bd3a0000 - 0x00007ff8bd3f2000 C:\WINDOWS\System32\shlwapi.dll 0x00007ff8bbd40000 - 0x00007ff8bbd4f000 C:\WINDOWS\System32\kernel.appcore.dll 0x00007ff8bc890000 - 0x00007ff8bc939000 C:\WINDOWS\System32\shcore.dll 0x00007ff8bbd50000 - 0x00007ff8bbd64000 C:\WINDOWS\System32\profapi.dll 0x0000000052190000 - 0x0000000052199000 C:\Users\User\Desktop\processing\processing-3.3.5\java\bin\dt_socket.dll 0x00007ff8bb5b0000 - 0x00007ff8bb60c000 C:\WINDOWS\system32\mswsock.dll 0x00000000523b0000 - 0x0000000052548000 C:\Users\User\Desktop\processing\processing-3.3.5\java\bin\awt.dll 0x00007ff8bf750000 - 0x00007ff8bf80f000 C:\WINDOWS\System32\OLEAUT32.dll 0x00007ff8bc450000 - 0x00007ff8bc4ec000 C:\WINDOWS\System32\msvcp_win.dll 0x00007ff8ba280000 - 0x00007ff8ba2fa000 C:\WINDOWS\SYSTEM32\apphelp.dll 0x00007ff8ba460000 - 0x00007ff8ba4f5000 C:\WINDOWS\system32\uxtheme.dll 0x00007ff8bd050000 - 0x00007ff8bd1aa000 C:\WINDOWS\System32\MSCTF.dll 0x00007ff8b9950000 - 0x00007ff8b9976000 C:\WINDOWS\system32\dwmapi.dll 0x00007ff8bda50000 - 0x00007ff8bdb88000 C:\WINDOWS\System32\ole32.dll 0x0000000064940000 - 0x0000000064955000 C:\Users\User\Documents\Processing\libraries\sound\library\windows64\libwinpthread-1.dll 0x0000000070440000 - 0x00000000705c1000 C:\Users\User\Documents\Processing\libraries\sound\library\windows64\libsndfile-1.dll 0x0000000063c80000 - 0x0000000063e0e000 C:\Users\User\Documents\Processing\libraries\sound\library\windows64\libmpg123-0.dll 0x0000000065880000 - 0x0000000065f32000 C:\Users\User\Documents\Processing\libraries\sound\library\windows64\libmethcla.dll 0x000000006b980000 - 0x000000006bb8e000 C:\Users\User\Documents\Processing\libraries\sound\library\windows64\libMethClaInterface.dll 0x00007ff8bdb90000 - 0x00007ff8bdc2f000 C:\WINDOWS\System32\clbcatq.dll 0x00007ff8b8de0000 - 0x00007ff8b8e51000 C:\WINDOWS\System32\MMDevApi.dll 0x00007ff8b9540000 - 0x00007ff8b96c5000 C:\WINDOWS\System32\PROPSYS.dll 0x00007ff8ba8b0000 - 0x00007ff8ba8d8000 C:\WINDOWS\System32\DEVOBJ.dll 0x00007ff8b5cc0000 - 0x00007ff8b5d54000 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL 0x00007ff8b6740000 - 0x00007ff8b6876000 C:\WINDOWS\SYSTEM32\wintypes.dll 0x00007ff8b8a70000 - 0x00007ff8b8c02000 C:\WINDOWS\SYSTEM32\dbghelp.dll

VM Arguments: jvm_args: -agentlib:jdwp=transport=dt_socket,address=8342,server=y,suspend=y,quiet=y -Djna.nosys=true -Djava.ext.dirs=C:\Users\User\Desktop\processing\processing-3.3.5\java\lib\ext -Djava.library.path=F:\Insomnia_Gamev2\code;C:\Users\User\Desktop\processing\processing-3.3.5\core\library;C:\Users\User\Documents\Processing\libraries\sound\library\windows64;C:\Users\User\Desktop\processing\processing-3.3.5\java\bin;C:\WINDOWS\system32;C:\WINDOWS;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)\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:\Program Files (x86)\Skype\Phone;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\dotnet;C:\Program Files\Git\cmd;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Users\User\AppData\Local\Microsoft\WindowsApps;C:\Users\User\Desktop\processing\processing-3.3.5\java\bin;. -ea java_command: processing.core.PApplet --location=-99,141 --external --display=1 --sketch-path=F:\Insomnia_Gamev2 Insomnia_Gamev2 java_class_path (initial): C:\Users\User\AppData\Local\Temp\Insomnia_Gamev21742433898931110686temp;;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\core.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\gluegen-rt-natives-linux-aarch64.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\gluegen-rt-natives-linux-amd64.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\gluegen-rt-natives-linux-armv6hf.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\gluegen-rt-natives-linux-i586.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\gluegen-rt-natives-macosx-universal.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\gluegen-rt-natives-windows-amd64.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\gluegen-rt-natives-windows-i586.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\gluegen-rt.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\jogl-all-natives-linux-aarch64.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\jogl-all-natives-linux-amd64.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\jogl-all-natives-linux-armv6hf.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\jogl-all-natives-linux-i586.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\jogl-all-natives-macosx-universal.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\jogl-all-natives-windows-amd64.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\jogl-all-natives-windows-i586.jar;C:\Users\User\Desktop\processing\processing-3.3.5\core\library\jogl-all.jar;C:\Users\User\Documents\Processing\libraries\sound\library\sound.jar;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:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;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:\Program Files (x86)\Skype\Phone\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Users\User\AppData\Local\Microsoft\WindowsApps;C:\Users\User\Desktop\processing\processing-3.3.5\java\bin USERNAME=User 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 14393 (10.0.14393.1198)

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

Memory: 4k page, physical 8303548k(5145228k free), swap 13546428k(8922108k 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: Fri Jul 21 08:18:44 2017 elapsed time: 0 seconds (0d 0h 0m 0s)

wirsing commented 7 years ago

@SimplifiedCPlusPlus What's the code you ran and which machine / system are you using?