code8825 / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

IDE throws Null Pointer during start. #969

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download IDE 1.0.1
2. Run IDE

Expected:
Runing IDE.

Output:
NullPointerException in message box.

I'm using Arduino Leonardo and IDE version 1.0.1.
1.0 is working well, but Leonardo is not avaiable. 
My computer is Mac - mid 2010 with Lion. All updates installed. 
java -version
java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)

Do you have any solution or workaround?

Original issue reported on code.google.com by Wojciech...@gmail.com on 28 Jun 2012 at 6:35

GoogleCodeExporter commented 9 years ago
Oh, I found that it's probably duplicated problem from #309. 
But I didn't test workaround from 390 yet. 

But if it so. It will be good idea to post it in FAQ.

Original comment by Wojciech...@gmail.com on 28 Jun 2012 at 7:33

GoogleCodeExporter commented 9 years ago
Still didn't check, but on Windows I had similar problem and it was connected 
with Polish locals. Please find 970 issue for more info 942 or 970

Original comment by Wojciech...@gmail.com on 28 Jun 2012 at 2:22

GoogleCodeExporter commented 9 years ago
I checked it.
Don't know why, but changeing language in preferences isn't enough.
But I worked it around and:
/Applications/Arduino.app/Contents/Resources/Java$ java -Duser.language=en 
-Duser.country=US -d32 -classpath ".:*" processing.app.Base

And works like charm.

Original comment by Wojciech...@gmail.com on 28 Jun 2012 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 29 Jun 2012 at 3:58