You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino 1.6.2 will crash after splash screen. Looks like it requires a non-standard library.
java.lang.UnsatisfiedLinkError: com.sun.jna.Native.pointerSize()I
at com.sun.jna.Native.pointerSize(Native Method)
at com.sun.jna.Native.(Native.java:93)
at cc.arduino.os.linux.LibCNative.(LibCNative.java:38)
at cc.arduino.os.linux.LinuxFileNativeUtils.(LinuxFileNativeUtils.java:36)
at cc.arduino.os.FileNativeUtils.chmod(FileNativeUtils.java:51)
at cc.arduino.utils.ArchiveExtractor.extract(ArchiveExtractor.java:236)
at processing.app.BaseNoGui.initPackages(BaseNoGui.java:585)
at processing.app.Base.(Base.java:256)
at processing.app.Base.guardedMain(Base.java:198)
at processing.app.Base.main(Base.java:113)
Operating System: Trisquel GNU/Linux 7.0 (x86_64)
Java: java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)
The text was updated successfully, but these errors were encountered:
Looks like the function com.sun.jna.Native.pointerSize(Native Method) is not available. I could not find any reference to pointerSize in https://github.com/twall/jna. Unfortunately, I don't know enough Java to identify the issue further. But, yes, the hardware directory is empty.
Arduino 1.6.2 will crash after splash screen. Looks like it requires a non-standard library.
java.lang.UnsatisfiedLinkError: com.sun.jna.Native.pointerSize()I at com.sun.jna.Native.pointerSize(Native Method) at com.sun.jna.Native.(Native.java:93) at cc.arduino.os.linux.LibCNative.(LibCNative.java:38) at cc.arduino.os.linux.LinuxFileNativeUtils.(LinuxFileNativeUtils.java:36) at cc.arduino.os.FileNativeUtils.chmod(FileNativeUtils.java:51) at cc.arduino.utils.ArchiveExtractor.extract(ArchiveExtractor.java:236) at processing.app.BaseNoGui.initPackages(BaseNoGui.java:585) at processing.app.Base.(Base.java:256) at processing.app.Base.guardedMain(Base.java:198) at processing.app.Base.main(Base.java:113)
Operating System: Trisquel GNU/Linux 7.0 (x86_64)
Java: java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)
The text was updated successfully, but these errors were encountered: