- The latest version 1.0.1 of the GUI does not start - at least when the computer's locale is Polish (didn't try other languages).
It reports launch4j error: An Error occured while starting the application". Starting with an option --debug-
Workaround:
step a) kill all instances of javaw.exe (if you did try to launch application after restarting windows and got the above error)
step b) look for the file arduino-1.0.1\lib\preferences.txt, ignore the warning tha you shouldnt edit the file, edit it replacing
editor.languages.current =
to
editor.languages.current = en
step c) delete another copy of preferences.txt file as suggested in this post:
On Windows7 hosts it sits under users\USERNAME\AppData\Roaming\Arduino
Gui should start.
- DO NOT change language in preferences to Polish. It will cause the above symptoms to reappear.