-
-
Notifications
You must be signed in to change notification settings - Fork 7k
NullPointerexception unless run as admin #1900
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
Comments
What version of the IDE are you using? What OS? |
Also: how do you start the IDE? |
i am launching the debug version in the nightly build on Windows 7. The same version work on my laptop that also runs Windows 7 |
It seems the latest nightly builds have had some issues, I suspect the file hosting. Related issue: #1901 (comment). Tomorrow newer nightly builds will be packaged: I'll keep you posted |
Even after downloading the nightly build today I still get the same error. The windows download does not seem broken. I think it can't create the folder in C:\Users\myusername\AppData\Roaming". |
Nightly builds have been restored. Can you try again? |
Ok great I will try again. |
The error still exists. |
Can i get any help? I don't understand java. |
Sorry for the lack of updates. The error seems related to missing translation files. Are you experiencing it with the nighly builds only, or even with the 1.5.6-r2 version? |
I experience it with both builds. |
I still cannot understand the cause. Can you rename folder |
The foler does not exist in
but it does exist in
In C:\users\MYUSER I see the AppData\Roaming folder and I can write to it. |
Are you running the IDE as Administrator? |
I mean: it's not needed and you should not. |
if I do not run the ide as admin I get the NullPointerexception. |
@ejb1123 can you give a try to latest hourly build? http://www.arduino.cc/en/Main/Software#hourly |
Windows 7
using the debug exe in the nightly build.
When stating the IDE I get this.
Exception in thread "main" java.lang.NullPointerException
at processing.app.I18n._(I18n.java:56)
at processing.app.Base.getSettingsFolder(Base.java:1976)
at processing.app.Base.getSettingsFile(Base.java:1993)
at processing.app.Preferences.init(Preferences.java:258)
at processing.app.Base.main(Base.java:143)
The text was updated successfully, but these errors were encountered: