folpindo / arduino

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

arduino-1.0.1 from arduino.cc also does not work in Polish locale. #944

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From: Dariusz Bandzarewicz <darek@bonzo.lublin.pl>

arduino-1.0.1 from arduino.cc also does not work in Polish locale.

What steps will reproduce the problem?
1. try to start arduino from the command line

What is the expected output? What do you see instead?
baryluk@sredniczarny ~/ > arduino
java.lang.IllegalArgumentException: Illegal pattern character 'r'
       at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:769)
       at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:576)
       at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:501)
       at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:476)
       at processing.app.tools.Archiver.init(Archiver.java:59)
       at processing.app.Editor.createToolMenuItem(Editor.java:859)
       at processing.app.Editor.addInternalTools(Editor.java:885)
       at processing.app.Editor.buildToolsMenu(Editor.java:660)
       at processing.app.Editor.buildMenuBar(Editor.java:476)
       at processing.app.Editor.<init>(Editor.java:205)
       at processing.app.Base.handleOpen(Base.java:704)
       at processing.app.Base.handleOpen(Base.java:669)
       at processing.app.Base.handleNew(Base.java:565)
       at processing.app.Base.<init>(Base.java:305)
       at processing.app.Base.main(Base.java:194)
Exception in thread "main" java.lang.NullPointerException
       at java.awt.Container.addImpl(Container.java:1045)
       at java.awt.Container.add(Container.java:365)
       at javax.swing.JPopupMenu.add(JPopupMenu.java:264)
       at javax.swing.JMenu.add(JMenu.java:562)
       at processing.app.Editor.addInternalTools(Editor.java:885)
       at processing.app.Editor.buildToolsMenu(Editor.java:660)
       at processing.app.Editor.buildMenuBar(Editor.java:476)
       at processing.app.Editor.<init>(Editor.java:205)
       at processing.app.Base.handleOpen(Base.java:704)
       at processing.app.Base.handleOpen(Base.java:669)
       at processing.app.Base.handleNew(Base.java:565)
       at processing.app.Base.<init>(Base.java:305)
       at processing.app.Base.main(Base.java:194)

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?
1.0.1 on Ubuntu Linux (both the official download from arduino.cc and the 
Debian package exhibit this behavior.

Please provide any additional information below.

Original issue reported on code.google.com by showard...@gmail.com on 3 Jun 2012 at 4:20

GoogleCodeExporter commented 9 years ago
Same thtead as 
http://code.google.com/p/arduino/issues/detail?id=942&sort=-id%20type

( Temporary fix: 
http://rc-fpv.pl/viewtopic.php?t=8044&sid=8b7d268f7065b2e8c1e9398c5064ec15 )

Original comment by ojciec.c...@gmail.com on 3 Jun 2012 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 3 Jun 2012 at 6:31

GoogleCodeExporter commented 9 years ago
On mac you can run it this way #969 

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