Java Fatal Error with Eclipse IDE, Firmata and Arduino UNO

-1

UPDATE: As pointed out by Greg in the comments the JSSC Library included with firmata4j contains a bug which leads to the fatal error. Fixed it by using this firmata repo: https://github.com/reapzor/FiloFirmata Everything is now working as intended.

So for a while now I've been struggeling to get my new Arduino UNO working with Eclipse and the Firmata library.

  • Arduino IDE 1.8.11
  • Firmata library is installed via Github: https://github.com/kurbatov/firmata4j (Tried Maven and just the jars)
  • IntelliJ is installed and configured.
  • Eclipse is installed and configured.
  • StandardFirmata is running on the Arduino Uno.

Below the code I'm trying to run:

import java.io.IOException;

import org.firmata4j.IODevice;
import org.firmata4j.firmata.FirmataDevice;

public class Arduino {

    public static void main(String[] args) throws IOException, InterruptedException {
        IODevice device = new FirmataDevice("COM3");
        device.start();
        device.ensureInitializationIsDone();        
    }

}

When landing on the IODevice line I immediatly receive this error.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000007110b5db, pid=11480, tid=1260
#
# JRE version: Java(TM) SE Runtime Environment (13.0.2+8) (build 13.0.2+8)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (13.0.2+8, mixed mode, sharing, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# C  [jSSC-2.8_x86_64.dll+0xb5db]
#
# No core dump will be written. 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.
#

---------------  S U M M A R Y ------------

Command Line: -Dfile.encoding=Cp1252 Arduino

Host: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz, 16 cores, 31G,  Windows 10 , 64 bit Build 18362 (10.0.18362.329)
Time: Sat Feb  8 15:05:25 2020 Romance (standaardtijd) elapsed time: 0 seconds (0d 0h 0m 0s)

---------------  T H R E A D  ---------------

Current thread (0x00000224ab2e9000):  JavaThread "main" [_thread_in_native, id=1260, stack(0x000000ddbb100000,0x000000ddbb200000)]

Stack: [0x000000ddbb100000,0x000000ddbb200000],  sp=0x000000ddbb1ff0c0,  free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [jSSC-2.8_x86_64.dll+0xb5db]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  jssc.SerialNativeInterface.openPort(Ljava/lang/String;Z)J+0
j  jssc.SerialPort.openPort()Z+65
j  org.firmata4j.transport.SerialTransport.start()V+14
j  org.firmata4j.firmata.FirmataDevice.start()V+24
j  Arduino.main([Ljava/lang/String;)V+11
v  ~StubRoutines::call_stub

siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0xffffffffa9311aa4


Register to memory mapping:

RIP=0x000000007110b5db jSSC-2.8_x86_64.dll
RAX=0xffffffffa9311aa4 is an unknown value
RBX=0x000000ddbb1ff130 is pointing into the stack for thread: 0x00000224ab2e9000
RCX=0x00007ffcda31c2a4 ntdll.dll
RDX=0x0 is NULL
RSP=0x000000ddbb1ff0c0 is pointing into the stack for thread: 0x00000224ab2e9000
RBP=0x000000ddbb1ff240 is pointing into the stack for thread: 0x00000224ab2e9000
RSI=0x00000224ab2e9310 points into unknown readable memory: 50 73 ac 76 fc 7f 00 00
RDI=0x0000000000000464 is an unknown value
R8 =0x000000ddbb1fefb8 is pointing into the stack for thread: 0x00000224ab2e9000
R9 =0x000000ddbb1ff0b0 is pointing into the stack for thread: 0x00000224ab2e9000
R10=0x0 is NULL
R11=0x0000000000000246 is an unknown value
R12=0x000000ddbb1ff300 is pointing into the stack for thread: 0x00000224ab2e9000
R13=0x00000224d9d96090 points into unknown readable memory: 43 4f 4d 33 00 b1 00 00
R14=0x000000ddbb1ff1f0 is pointing into the stack for thread: 0x00000224ab2e9000
R15=0x00000224ab2e9000 is a thread


Registers:
RAX=0xffffffffa9311aa4, RBX=0x000000ddbb1ff130, RCX=0x00007ffcda31c2a4, RDX=0x0000000000000000
RSP=0x000000ddbb1ff0c0, RBP=0x000000ddbb1ff240, RSI=0x00000224ab2e9310, RDI=0x0000000000000464
R8 =0x000000ddbb1fefb8, R9 =0x000000ddbb1ff0b0, R10=0x0000000000000000, R11=0x0000000000000246
R12=0x000000ddbb1ff300, R13=0x00000224d9d96090, R14=0x000000ddbb1ff1f0, R15=0x00000224ab2e9000
RIP=0x000000007110b5db, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x000000ddbb1ff0c0)
0x000000ddbb1ff0c0:   00000224d9d49a00 00000028da2bfc11
0x000000ddbb1ff0d0:   000000007110b230 00000224d9d95dc0
0x000000ddbb1ff0e0:   000000ddbb1ff240 0000000000000004
0x000000ddbb1ff0f0:   00000224ab2e9310 0000000000000464
0x000000ddbb1ff100:   000000ddbb1ff240 0000000071112590
0x000000ddbb1ff110:   00000224ab2e9000 000000ddbb1ff1f0
0x000000ddbb1ff120:   00000224d9d96090 000000ddbb1ff300
0x000000ddbb1ff130:   00000224d9d96090 00007ffcda2bfc11
0x000000ddbb1ff140:   000000ddbb1ff170 00000224a90e0000
0x000000ddbb1ff150:   000000ddbb1ff240 0000000000000000
0x000000ddbb1ff160:   0000000071113500 0000000071113be8
0x000000ddbb1ff170:   000000ddbb1ff1a0 0000000071112641
0x000000ddbb1ff180:   000000ddbb1ff110 00000224ab2e9310
0x000000ddbb1ff190:   0000000000000000 0000000000000000
0x000000ddbb1ff1a0:   000000ddbb1ff240 0000000071101595
0x000000ddbb1ff1b0:   000000000000001c 0000022400000000 

Instructions: (pc=0x000000007110b5db)
0x000000007110b4db:   48 85 c0 74 bf 44 8b 03 45 85 c0 0f 84 77 ff ff
0x000000007110b4eb:   ff eb 9f 66 90 e8 8b fe ff ff 48 89 05 0c 34 01
0x000000007110b4fb:   00 eb ad 66 90 e8 7b fe ff ff 48 89 05 fc 33 01
0x000000007110b50b:   00 eb 8b e8 8d fe ff ff c7 03 01 00 00 00 e9 6f
0x000000007110b51b:   ff ff ff 66 90 55 48 89 e5 56 53 48 83 ec 20 48
0x000000007110b52b:   8b 05 d7 33 01 00 48 8b 31 48 89 cb 48 85 c0 74
0x000000007110b53b:   56 44 8b 18 45 85 db 78 42 48 8b 05 bd 33 01 00
0x000000007110b54b:   48 85 c0 74 50 44 8b 10 45 85 d2 74 1d 48 89 f1
0x000000007110b55b:   e8 d0 fd ff ff 48 8b 13 48 8d 42 40 48 8b 48 08
0x000000007110b56b:   48 8b 6a 40 48 8b 60 10 ff e1 48 8b 05 9c 33 01
0x000000007110b57b:   00 48 85 c0 74 2d 48 89 30 eb da e8 b5 fe ff ff
0x000000007110b58b:   0f 1f 44 00 00 eb b2 e8 e9 fd ff ff 48 89 05 6a
0x000000007110b59b:   33 01 00 eb 9c e8 db fd ff ff 48 89 05 5c 33 01
0x000000007110b5ab:   00 eb a2 e8 3d fd ff ff 48 89 05 5e 33 01 00 eb
0x000000007110b5bb:   c5 0f 1f 40 00 55 57 56 53 48 83 ec 28 48 8b 05
0x000000007110b5cb:   39 33 01 00 48 89 cb 48 85 c0 0f 84 c5 00 00 00
0x000000007110b5db:   8b 38 85 ff 0f 88 ab 00 00 00 48 8b 05 1c 33 01
0x000000007110b5eb:   00 48 85 c0 0f 84 bc 00 00 00 8b 30 85 f6 74 57
0x000000007110b5fb:   48 8b 05 0e 33 01 00 48 85 c0 0f 84 e5 00 00 00
0x000000007110b60b:   8b 28 48 8b 35 10 5e 01 00 ff d6 89 c7 89 e9 ff
0x000000007110b61b:   15 f4 5e 01 00 89 f9 48 89 c5 ff 15 b9 5e 01 00
0x000000007110b62b:   48 8b 05 de 32 01 00 48 89 2b 48 85 c0 74 46 48
0x000000007110b63b:   89 da 8b 08 ff 15 d7 5e 01 00 85 c0 74 27 48 83
0x000000007110b64b:   c4 28 5b 5e 5f 5d c3 48 8b 05 bf 32 01 00 48 85
0x000000007110b65b:   c0 74 64 48 8b 10 48 89 13 48 89 18 48 83 c4 28
0x000000007110b66b:   5b 5e 5f 5d c3 48 89 f2 48 83 c4 28 5b 5e 5f 5d
0x000000007110b67b:   48 ff e2 66 90 e8 8b fc ff ff 48 89 05 84 32 01
0x000000007110b68b:   00 eb ac 66 90 e8 ab fd ff ff e9 4b ff ff ff 66
0x000000007110b69b:   0f 1f 44 00 00 e8 db fc ff ff 48 89 05 5c 32 01
0x000000007110b6ab:   00 e9 2a ff ff ff e8 ca fc ff ff 48 89 05 4b 32
0x000000007110b6bb:   01 00 e9 33 ff ff ff e8 29 fc ff ff 48 89 05 4a
0x000000007110b6cb:   32 01 00 48 8b 10 48 85 c0 48 89 13 75 8b e8 12 


Stack slot to memory mapping:
stack at sp + 0 slots: 0x00000224d9d49a00 points into unknown readable memory: 00 15 02 a9 24 02 00 00
stack at sp + 1 slots: 0x00000028da2bfc11 is an unknown value
stack at sp + 2 slots: 0x000000007110b230 jSSC-2.8_x86_64.dll
stack at sp + 3 slots: 0x00000224d9d95dc0 points into unknown readable memory: 00 9a d4 d9 24 02 00 00
stack at sp + 4 slots: 0x000000ddbb1ff240 is pointing into the stack for thread: 0x00000224ab2e9000
stack at sp + 5 slots: 0x0000000000000004 is an unknown value
stack at sp + 6 slots: 0x00000224ab2e9310 points into unknown readable memory: 50 73 ac 76 fc 7f 00 00
stack at sp + 7 slots: 0x0000000000000464 is an unknown value


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

Threads class SMR info:
_java_thread_list=0x00000224d9db4e20, length=12, elements={
0x00000224ab2e9000, 0x00000224d9b7b000, 0x00000224d9b7e800, 0x00000224d9b9a000,
0x00000224d9b9e000, 0x00000224d9ba0000, 0x00000224d9ba6800, 0x00000224d9bbe800,
0x00000224d8df4000, 0x00000224d9d35800, 0x00000224d9d4c800, 0x00000224d9d90800
}

Java Threads: ( => current thread )
=>0x00000224ab2e9000 JavaThread "main" [_thread_in_native, id=1260, stack(0x000000ddbb100000,0x000000ddbb200000)]
  0x00000224d9b7b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5752, stack(0x000000ddbb800000,0x000000ddbb900000)]
  0x00000224d9b7e800 JavaThread "Finalizer" daemon [_thread_blocked, id=1744, stack(0x000000ddbb900000,0x000000ddbba00000)]
  0x00000224d9b9a000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1772, stack(0x000000ddbba00000,0x000000ddbbb00000)]
  0x00000224d9b9e000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4872, stack(0x000000ddbbb00000,0x000000ddbbc00000)]
  0x00000224d9ba0000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2860, stack(0x000000ddbbc00000,0x000000ddbbd00000)]
  0x00000224d9ba6800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=9236, stack(0x000000ddbbd00000,0x000000ddbbe00000)]
  0x00000224d9bbe800 JavaThread "Sweeper thread" daemon [_thread_blocked, id=13296, stack(0x000000ddbbe00000,0x000000ddbbf00000)]
  0x00000224d8df4000 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=8316, stack(0x000000ddbbf00000,0x000000ddbc000000)]
  0x00000224d9d35800 JavaThread "Service Thread" daemon [_thread_blocked, id=9368, stack(0x000000ddbc000000,0x000000ddbc100000)]
  0x00000224d9d4c800 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=6664, stack(0x000000ddbc200000,0x000000ddbc300000)]
  0x00000224d9d90800 JavaThread "firmata-parser-thread" daemon [_thread_blocked, id=11660, stack(0x000000ddbc300000,0x000000ddbc400000)]

Other Threads:
  0x00000224d9b79800 VMThread "VM Thread" [stack: 0x000000ddbb700000,0x000000ddbb800000] [id=5488]
  0x00000224d9d36800 WatcherThread [stack: 0x000000ddbc100000,0x000000ddbc200000] [id=12364]
  0x00000224ab372000 GCTaskThread "GC Thread#0" [stack: 0x000000ddbb200000,0x000000ddbb300000] [id=7208]
  0x00000224ab395000 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000ddbb300000,0x000000ddbb400000] [id=13204]
  0x00000224ab396800 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000ddbb400000,0x000000ddbb500000] [id=6516]
  0x00000224d8da0800 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000ddbb500000,0x000000ddbb600000] [id=7528]
  0x00000224d8da1800 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x000000ddbb600000,0x000000ddbb700000] [id=7680]

Threads with active compile tasks:

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap address: 0x0000000601a00000, size: 8166 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000800000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000800b40000


Card table byte_map: [0x00000224c4190000,0x00000224c5190000] _byte_map_base: 0x00000224c1183000

Marking Bits (Prev, Next): (CMBitMap*) 0x00000224ab372c38, (CMBitMap*) 0x00000224ab372c78
 Prev Bits: [0x00000224c6190000, 0x00000224ce128000)
 Next Bits: [0x00000224ce130000, 0x00000224d60c8000)

Polling page: 0x00000224a90b0000

Metaspace:

Usage:
  Non-class:      4.20 MB capacity,   608.32 KB ( 14%) used,     3.60 MB ( 86%) free+waste,   384 bytes ( <1%) overhead. 
      Class:    424.00 KB capacity,    60.53 KB ( 14%) used,   363.09 KB ( 86%) free+waste,   384 bytes ( <1%) overhead. 
       Both:      4.61 MB capacity,   668.85 KB ( 14%) used,     3.96 MB ( 86%) free+waste,   768 bytes ( <1%) overhead. 

Virtual space:
  Non-class space:        8.00 MB reserved,       4.25 MB ( 53%) committed 
      Class space:        1.00 GB reserved,     512.00 KB ( <1%) committed 
             Both:        1.01 GB reserved,       4.75 MB ( <1%) committed 

Chunk freelists:
   Non-Class:  56.00 KB
       Class:  24.00 KB
        Both:  80.00 KB

MaxMetaspaceSize: 17179869184.00 GB
CompressedClassSpaceSize: 1.00 GB

CodeHeap 'non-profiled nmethods': size=119168Kb used=48Kb max_used=48Kb free=119120Kb
 bounds [0x00000224bb390000, 0x00000224bb600000, 0x00000224c27f0000]
CodeHeap 'profiled nmethods': size=119104Kb used=265Kb max_used=265Kb free=118838Kb
 bounds [0x00000224b3f40000, 0x00000224b41b0000, 0x00000224bb390000]
CodeHeap 'non-nmethods': size=7488Kb used=1655Kb max_used=1669Kb free=5832Kb
 bounds [0x00000224b37f0000, 0x00000224b3a60000, 0x00000224b3f40000]
 total_blobs=835 nmethods=194 adapters=229
 compilation: enabled
              stopped_count=0, restarted_count=0
 full_count=0

Compilation events (20 events):
Event: 0.076 Thread 0x00000224d9ba6800  182       1       java.net.URL::getPath (5 bytes)
Event: 0.076 Thread 0x00000224d8df4000 nmethod 181 0x00000224bb399490 code [0x00000224bb399620, 0x00000224bb399758]
Event: 0.077 Thread 0x00000224d8df4000  183       1       java.net.URL::getQuery (5 bytes)
Event: 0.077 Thread 0x00000224d9ba6800 nmethod 182 0x00000224bb399810 code [0x00000224bb3999a0, 0x00000224bb399ad8]
Event: 0.077 Thread 0x00000224d8df4000 nmethod 183 0x00000224bb399b90 code [0x00000224bb399d20, 0x00000224bb399e58]
Event: 0.077 Thread 0x00000224d9ba6800  184       1       java.net.URL::getRef (5 bytes)
Event: 0.077 Thread 0x00000224d9ba6800 nmethod 184 0x00000224bb399f10 code [0x00000224bb39a0a0, 0x00000224bb39a1d8]
Event: 0.077 Thread 0x00000224d8df4000  185       3       java.lang.ClassLoader::checkName (37 bytes)
Event: 0.077 Thread 0x00000224d9ba6800  186       1       jdk.internal.loader.URLClassPath$Loader::getBaseURL (5 bytes)
Event: 0.077 Thread 0x00000224d9ba6800 nmethod 186 0x00000224bb39a290 code [0x00000224bb39a420, 0x00000224bb39a558]
Event: 0.077 Thread 0x00000224d8df4000 nmethod 185 0x00000224b3f80c90 code [0x00000224b3f80ee0, 0x00000224b3f81920]
Event: 0.077 Thread 0x00000224d9ba0000 nmethod 175 0x00000224bb39a610 code [0x00000224bb39a7a0, 0x00000224bb39a998]
Event: 0.077 Thread 0x00000224d9ba0000  178       4       java.lang.String::length (11 bytes)
Event: 0.078 Thread 0x00000224d9ba0000 nmethod 178 0x00000224bb39ab10 code [0x00000224bb39aca0, 0x00000224bb39ad38]
Event: 0.078 Thread 0x00000224d9ba0000  187       4       java.lang.String::coder (15 bytes)
Event: 0.078 Thread 0x00000224d9ba0000 nmethod 187 0x00000224bb39ae10 code [0x00000224bb39afa0, 0x00000224bb39b018]
Event: 0.079 Thread 0x00000224d9ba6800  188       3       java.util.zip.ZipFile$Source::getEntryHash (7 bytes)
Event: 0.079 Thread 0x00000224d9ba6800 nmethod 188 0x00000224b3f81c90 code [0x00000224b3f81e40, 0x00000224b3f81ff8]
Event: 0.079 Thread 0x00000224d9ba0000  189       4       java.lang.Object::<init> (1 bytes)
Event: 0.079 Thread 0x00000224d9ba0000 nmethod 189 0x00000224bb39b410 code [0x00000224bb39b5a0, 0x00000224bb39b658]

GC Heap History (0 events):
No events

Deoptimization events (4 events):
Event: 0.042 Thread 0x00000224ab2e9000 Uncommon trap: trap_request=0xffffff45 fr.pc=0x00000224bb394fac relative=0x000000000000020c
Event: 0.042 Thread 0x00000224ab2e9000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000224bb394fac method=java.lang.String.hashCode()I @ 13 c2
Event: 0.042 Thread 0x00000224ab2e9000 DEOPT PACKING pc=0x00000224bb394fac sp=0x000000ddbb1fe130
Event: 0.042 Thread 0x00000224ab2e9000 DEOPT UNPACKING pc=0x00000224b383912f sp=0x000000ddbb1fe0c0 mode 2

Classes unloaded (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (1 events):
Event: 0.068 Thread 0x00000224ab2e9000 Exception <a 'java/lang/NoClassDefFoundError'{0x0000000621608fd8}: org/slf4j/impl/StaticLoggerBinder> (0x0000000621608fd8) 
thrown [t:/workspace/open/src/hotspot/share/classfile/systemDictionary.cpp, line 221]

Events (20 events):
Event: 0.078 loading class java/util/concurrent/Executors done
Event: 0.078 loading class java/util/concurrent/Executors$FinalizableDelegatedExecutorService
Event: 0.078 loading class java/util/concurrent/Executors$DelegatedExecutorService
Event: 0.078 loading class java/util/concurrent/Executors$DelegatedExecutorService done
Event: 0.078 loading class java/util/concurrent/Executors$FinalizableDelegatedExecutorService done
Event: 0.078 Executing VM operation: Deoptimize
Event: 0.078 Executing VM operation: Deoptimize done
Event: 0.078 loading class java/util/concurrent/ThreadPoolExecutor
Event: 0.078 loading class java/util/concurrent/ThreadPoolExecutor done
Event: 0.078 loading class java/util/concurrent/ThreadPoolExecutor$AbortPolicy
Event: 0.078 loading class java/util/concurrent/RejectedExecutionHandler
Event: 0.078 loading class java/util/concurrent/RejectedExecutionHandler done
Event: 0.078 loading class java/util/concurrent/ThreadPoolExecutor$AbortPolicy done
Event: 0.078 loading class org/firmata4j/firmata/parser/FirmataParser
Event: 0.078 loading class org/firmata4j/firmata/parser/FirmataParser done
Event: 0.079 loading class java/util/concurrent/ArrayBlockingQueue
Event: 0.079 loading class java/util/concurrent/ArrayBlockingQueue done
Event: 0.079 loading class org/firmata4j/firmata/parser/FirmataParser$JobRunner
Event: 0.079 loading class org/firmata4j/firmata/parser/FirmataParser$JobRunner done
Event: 0.079 Thread 0x00000224d9d90800 Thread added: 0x00000224d9d90800


Dynamic libraries:
0x00007ff739380000 - 0x00007ff73938f000     C:\Program Files\Java\jdk-13.0.2\bin\javaw.exe
0x00007ffcda280000 - 0x00007ffcda470000     C:\Windows\SYSTEM32\ntdll.dll
0x00007ffcd8a60000 - 0x00007ffcd8b12000     C:\Windows\System32\KERNEL32.DLL
0x00007ffcd8060000 - 0x00007ffcd8303000     C:\Windows\System32\KERNELBASE.dll
0x00007ffcd7d30000 - 0x00007ffcd7e2a000     C:\Windows\System32\ucrtbase.dll
0x00007ffcd2550000 - 0x00007ffcd2568000     C:\Program Files\Java\jdk-13.0.2\bin\jli.dll
0x00007ffccc670000 - 0x00007ffccc685000     C:\Program Files\Java\jdk-13.0.2\bin\VCRUNTIME140.dll
0x00007ffcd89b0000 - 0x00007ffcd8a53000     C:\Windows\System32\ADVAPI32.dll
0x00007ffcd9d10000 - 0x00007ffcd9dae000     C:\Windows\System32\msvcrt.dll
0x00007ffcda180000 - 0x00007ffcda217000     C:\Windows\System32\sechost.dll
0x00007ffcd96f0000 - 0x00007ffcd9810000     C:\Windows\System32\RPCRT4.dll
0x00007ffcd9b70000 - 0x00007ffcd9d04000     C:\Windows\System32\USER32.dll
0x00007ffcd7e30000 - 0x00007ffcd7e51000     C:\Windows\System32\win32u.dll
0x00007ffcc6670000 - 0x00007ffcc68f5000     C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.592_none_e6c0b1911312be02\COMCTL32.dll
0x00007ffcd98e0000 - 0x00007ffcd9906000     C:\Windows\System32\GDI32.dll
0x00007ffcd7ec0000 - 0x00007ffcd8054000     C:\Windows\System32\gdi32full.dll
0x00007ffcd9e40000 - 0x00007ffcda176000     C:\Windows\System32\combase.dll
0x00007ffcd7240000 - 0x00007ffcd72de000     C:\Windows\System32\msvcp_win.dll
0x00007ffcd72e0000 - 0x00007ffcd7360000     C:\Windows\System32\bcryptPrimitives.dll
0x00007ffcd08e0000 - 0x00007ffcd08ea000     C:\Windows\SYSTEM32\VERSION.dll
0x00007ffcd8e70000 - 0x00007ffcd8e9e000     C:\Windows\System32\IMM32.DLL
0x00007ffcad4b0000 - 0x00007ffcad54b000     C:\Program Files\Java\jdk-13.0.2\bin\msvcp140.dll
0x00007ffc760d0000 - 0x00007ffc76c2d000     C:\Program Files\Java\jdk-13.0.2\bin\server\jvm.dll
0x00007ffcd9db0000 - 0x00007ffcd9db8000     C:\Windows\System32\PSAPI.DLL
0x00007ffcd3a10000 - 0x00007ffcd3a19000     C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffcd4d50000 - 0x00007ffcd4d74000     C:\Windows\SYSTEM32\WINMM.dll
0x00007ffcd8d80000 - 0x00007ffcd8def000     C:\Windows\System32\WS2_32.dll
0x00007ffcd4d20000 - 0x00007ffcd4d4d000     C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ffcd7ae0000 - 0x00007ffcd7b2a000     C:\Windows\System32\cfgmgr32.dll
0x00007ffcd71f0000 - 0x00007ffcd7201000     C:\Windows\System32\kernel.appcore.dll
0x00007ffcd2540000 - 0x00007ffcd2550000     C:\Program Files\Java\jdk-13.0.2\bin\verify.dll
0x00007ffccce60000 - 0x00007ffccd054000     C:\Windows\SYSTEM32\DBGHELP.DLL
0x00007ffcbfae0000 - 0x00007ffcbfb0a000     C:\Windows\SYSTEM32\dbgcore.DLL
0x00007ffcc1870000 - 0x00007ffcc1896000     C:\Program Files\Java\jdk-13.0.2\bin\java.dll
0x00007ffcb2080000 - 0x00007ffcb2097000     C:\Program Files\Java\jdk-13.0.2\bin\zip.dll
0x00007ffccc8b0000 - 0x00007ffccc8ba000     C:\Program Files\Java\jdk-13.0.2\bin\jimage.dll
0x00007ffcd8ea0000 - 0x00007ffcd9585000     C:\Windows\System32\SHELL32.dll
0x00007ffcd8c60000 - 0x00007ffcd8d09000     C:\Windows\System32\shcore.dll
0x00007ffcd7360000 - 0x00007ffcd7adf000     C:\Windows\System32\windows.storage.dll
0x00007ffcd7160000 - 0x00007ffcd717f000     C:\Windows\System32\profapi.dll
0x00007ffcd71a0000 - 0x00007ffcd71ea000     C:\Windows\System32\powrprof.dll
0x00007ffcd7150000 - 0x00007ffcd7160000     C:\Windows\System32\UMPDC.dll
0x00007ffcd8d20000 - 0x00007ffcd8d72000     C:\Windows\System32\shlwapi.dll
0x00007ffcd8310000 - 0x00007ffcd8327000     C:\Windows\System32\cryptsp.dll
0x00007ffcb2060000 - 0x00007ffcb2079000     C:\Program Files\Java\jdk-13.0.2\bin\net.dll
0x00007ffccc980000 - 0x00007ffccca70000     C:\Windows\SYSTEM32\WINHTTP.dll
0x00007ffcd6960000 - 0x00007ffcd69c7000     C:\Windows\system32\mswsock.dll
0x00007ffcb15a0000 - 0x00007ffcb15b3000     C:\Program Files\Java\jdk-13.0.2\bin\nio.dll
0x0000000071100000 - 0x0000000071125000     C:\Users\niels\.jssc\windows\jSSC-2.8_x86_64.dll

dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\Java\jdk-13.0.2\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.592_none_e6c0b1911312be02;C:\Program Files\Java\jdk-13.0.2\bin\server;C:\Users\niels\.jssc\windows

VM Arguments:
jvm_args: -Dfile.encoding=Cp1252 
java_command: Arduino
java_class_path (initial): C:\Users\niels\eclipse-workspace\Arduino\bin;C:\Users\niels\Desktop\eclipse\firmata4j-2.3.8.jar;C:\Users\niels\Desktop\eclipse\jssc-2.8.0.jar;C:\Users\niels\Desktop\eclipse\slf4j-api-1.7.25.jar
Launcher Type: SUN_STANDARD


Logging:
Log output configuration:
 #0: stdout all=warning uptime,level,tags
 #1: stderr all=off uptime,level,tags

Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Users\niels\AppData\Local\Microsoft\WindowsApps;
USERNAME=niels
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 13, GenuineIntel



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

OS: Windows 10 , 64 bit Build 18362 (10.0.18362.329)

CPU:total 16 (initial active 16) (8 cores per cpu, 2 threads per core) family 6 model 158 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, rtm, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx, fma

Memory: 4k page, system-wide physical 32660M (26258M free)
TotalPageFile size 37524M (AvailPageFile size 28447M)
current process WorkingSet (physical memory assigned to process): 33M, peak: 33M
current process commit charge ("private bytes"): 626M, peak: 626M

vm_info: Java HotSpot(TM) 64-Bit Server VM (13.0.2+8) for windows-amd64 JRE (13.0.2+8), built on Dec 11 2019 09:20:33 by "mach5one" with unknown MS VC++:1916

END.

I'm using a Macbook Pro 16" with bootcamp.

Thanks in advance!

java
eclipse
arduino
firmata
asked on Stack Overflow Feb 8, 2020 by Niels Rex • edited Feb 10, 2020 by Niels Rex

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0