Holger
1
Hello Folks,
i try to set up Arduino 0017 but get following Message:" Launch4j - An error occured while starting the application."
Whats wents wrong?
Arduino 0016 works fine, Machine is an P4 3.5GHz with 1GB Ram and XP Home SP3, the latest Version of JAVA is also installed.
kind regards, Holger
mellis
2
From the command line (cmd.exe) run:
arduino.exe --l4j-debug
This should log debugging information to a file. Can you post that log here?
Holger
3
as requested:
arduino.exe --l4j-debug
CmdLine: C:\arduino-0017\arduino.exe --l4j-debug
WOW64: no
Working dir: C:\arduino-0017.
Bundled JRE: java
Check launcher: C:\arduino-0017\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\oro.jar
Add classpath: lib\RXTXcomm.jar
Launcher: C:\arduino-0017\java\bin\javaw.exe
Launcher args: -Xms128m -Xmx128m -classpath "lib;C:\arduino-0017\java\lib\tools.jar;lib\pde.jar;lib\core.jar;lib\jna.jar;lib\ecj.jar;lib\oro.jar;lib\RXTXcomm.jar" processing.app.Base
Args length: 167/32768 chars
cheers, Holger
mellis
4
Hmm, I was hoping there'd be more useful information there. Try adding --l4j-no-splash or --l4j-no-splash-err
Holger
5
Added Commandline:
Splash-Screen is now off, does the same as before 
CmdLine: C:\arduino-0017\arduino.exe --l4j-debug --l4j-no-splash-err
WOW64: no
Working dir: C:\arduino-0017.
Bundled JRE: java
Check launcher: C:\arduino-0017\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\oro.jar
Add classpath: lib\RXTXcomm.jar
Launcher: C:\arduino-0017\java\bin\javaw.exe
Launcher args: -Xms128m -Xmx128m -classpath "lib;C:\arduino-0017\java\lib\tools.jar;lib\pde.jar;lib\core.jar;lib\jna.jar;lib\ecj.jar;lib\oro.jar;lib\RXTXcomm.jar" processing.app.Base
Args length: 167/32768 chars
Exit code: 0
Holger
6
Have solved my problem with the new Release.
Delete the "preferences.txt" in c:\Dokumente und Einstellungen\User\Anwendungsdaten\Arduino\ and start arduino.exe again.
Then it works!
Holger
system
7
I found this problem too. I filed a bug report 82.
system
8
serial port lib may be the problem also.
system
9