-
-
Notifications
You must be signed in to change notification settings - Fork 7k
1.6.2 JNA conflict #2828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Looks like the function |
Fixed with b65b576. A nightly build is on the way |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: