Control: tags -1 + moreinfo unreproducible On Thu, 2021-07-01 at 15:53 +0200, Sven Wagner wrote: > After starting from icon was not working, i tried starting from Mate-Terminal. > Result was the following message, before returning to prompt: > > Picked up JAVA_TOOL_OPTIONS: > Set log4j store directory /home/sven/.arduino15 > java.lang.UnsatisfiedLinkError: no splashscreen in java.library.path > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) > at java.lang.Runtime.loadLibrary0(Runtime.java:870) > at java.lang.System.loadLibrary(System.java:1124) > at java.awt.SplashScreen$1.run(SplashScreen.java:124) > at java.awt.SplashScreen$1.run(SplashScreen.java:122) > at java.security.AccessController.doPrivileged(Native Method) > at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:121) > at processing.app.Base.<init>(Base.java:237) > at processing.app.Base.main(Base.java:141)
Hi Sven, thanks for reporting. Sadly, I'm unable to reproduce the stated behaviour. Wild guess would be that you are missing one of the Java native libraries somehow. I would suggest: 1. Reinstall package 'openjdk-11-jre'. The report says you've got it already installed but people with a similar error were missing that particular package [1]. 2. Reinstall packages 'arduino' and 'arduino-avr-core'. Maybe a misconfigured arduino app is looking at the wrong places? 3. Try installing 'openjdk-11-jdk' if it is not already there. Maybe the arduino package is missing a dependency? [1]: https://stackoverflow.com/a/63037561 -- Rock Storm Open PGP: C304 34B3 632C 464C 2FAF C741 0439 CF52 C968 32FD

