Hello guys,
after a new installation of Win7 32 does the Arduino IDE only start if I am logged on as Administrator.
$ ./arduino.exe --l4j-debug
Exception in thread "main" java.lang.NullPointerException
at processing.app.I18n._(I18n.java:51)
at processing.app.Base.getSettingsFolder(Base.java:1819)
at processing.app.Base.getSettingsFile(Base.java:1836)
at processing.app.Preferences.init(Preferences.java:273)
at processing.app.Base.main(Base.java:127)
CmdLine: H:\arduino-1.5.2\arduino.exe --l4j-debug
WOW64: no
Working dir: H:\arduino-1.5.2\.
Bundled JRE: java
Check launcher: H:\arduino-1.5.2\java\bin\javaw.exe (OK)
Add classpath: lib\pde.jar
Add classpath: lib\core.jar
Add classpath: lib\jna.jar
Add classpath: lib\ecj.jar
Add classpath: lib\RXTXcomm.jar
Add classpath: lib\commons-exec-1.1.jar
Launcher: H:\arduino-1.5.2\java\bin\javaw.exe
Launcher args: -Xms128m -Xmx128m -classpath "lib;lib\pde.jar;lib\core.jar;lib\jna.jar;lib\ecj.jar;lib\RXTXcomm.jar;lib\commons-exec-1.1.jar" processing.app.Base
Args length: 145/32768 chars
Exit code: 1
I've checked the forum here but can't succeed
- FACL checked
- no Bluetooth
- preferences checked / removed
- driver checked
- ...
If I'm logged on as Administrator the IDE starts up as succesfully.
It´s a Mega2560
Any Ideas?
Yours Sincerely
spoiler-kh