ezieragabriel / arduino

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

New version of IDE 1.0.1 hang up after start on Windows 7 64 bit #921

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download newest version of IDE
2. Launch IDE - arduino.exe 

What is the expected output? What do you see instead?
Arduino IDE should be run without any exceptions.

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?
1. Arduino 1.0.1
2. Environment:
Kernel version:      Windows 7 Home Premium 64bit SP1
Kernel build number: 7601
3. Arduino UNO

Please provide any additional information below.
Logs from arduino.exe --l4j-debug
WORKAROUND:
If you want to have a working IDE, download 1.0.1-rc2 candidate of arduino IDE 
and copy and replace pde.jar from 1.0.1-rc2(it is located in dir ./lib) to 
arduino-1.0.1/lib.
IDE run withou any exception.

Original issue reported on code.google.com by marcin.w...@gmail.com on 26 May 2012 at 10:24

Attachments:

GoogleCodeExporter commented 9 years ago
I've the same problem on two Windows 7 x64 SP1 machines. IDE hangs on 
splashscreen and after a minute the error appears: 

Launch4j
An error occurred while starting the application. 

log:

CmdLine:   D:\arduino-1.0.1\arduino.exe --l4j-debug
WOW64:      yes
Working dir:   D:\arduino-1.0.1\.
Bundled JRE:   java
Check launcher:   D:\arduino-1.0.1\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\RXTXcomm.jar
Launcher:   D:\arduino-1.0.1\java\bin\javaw.exe
Launcher args:   -Xms128m -Xmx128m -classpath 
"lib;D:\arduino-1.0.1\java\lib\tools.jar;lib\pde.jar;lib\core.jar;lib\jna.jar;li
b\ecj.jar;lib\RXTXcomm.jar" processing.app.Base
Args length:   156/32768 chars

Original comment by mariusz....@gmail.com on 6 Jun 2012 at 6:23

GoogleCodeExporter commented 9 years ago
Hmm, what language/locale is your computer in?

Can you try running Java directly instead of using the arduino.exe?  It should 
be something like:

D:\arduino-1.0.1\java\bin\javaw.exe   -Xms128m -Xmx128m -classpath 
"lib;D:\arduino-1.0.1\java\lib\tools.jar;lib\pde.jar;lib\core.jar;lib\jna.jar;li
b\ecj.jar;lib\RXTXcomm.jar" processing.app.Base

That might provide a more useful error message.

Original comment by dmel...@gmail.com on 6 Jun 2012 at 2:02

GoogleCodeExporter commented 9 years ago
I have observe this bug on 3 differents systems:
1. Win 7 64bit - locale Polish - for this system I submit a issue 921
2. Win 7 32bit - locale english
3. WinXP 32bit - locale english
So, it looks like this bug is independent of windows version.
I run with java.exe because javaw.exe is command which is not associated with 
console window. Look at logs in attach.

Original comment by marcin.w...@gmail.com on 6 Jun 2012 at 3:15

Attachments:

GoogleCodeExporter commented 9 years ago
Based on the exception that you're getting, I think this is a duplicate of 
issue 942.  It looks like the SimpleDateFormat string is wrong and I think only 
the Polish translation has an "r" in it.  Or do you get a different error 
message / exception on the other computers?

Original comment by dmel...@gmail.com on 6 Jun 2012 at 9:07

GoogleCodeExporter commented 9 years ago
The same exception I have on other PCs.

Original comment by marcin.w...@gmail.com on 7 Jun 2012 at 5:55

GoogleCodeExporter commented 9 years ago
I just started having the Launch4j problem, and an inability to use the Tools 
menu (app locked up for 20+ seconds).
Followed the information in: http://www.johngineer.com/blog/?p=97

The updated rtxSerial.dll seemed to do the trick. Immediate launch of the app, 
and Tools once again was usable.

Original comment by tomoke...@gmail.com on 3 Aug 2012 at 3:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Try to turn off your bluetooth adapter for some reason it seems to solve that 
issue. Worked with me

Original comment by mohamedb...@gmail.com on 9 Aug 2012 at 2:17

GoogleCodeExporter commented 9 years ago
I faced the same error start ur pc with bluetooth adapter disabled. It worked 
for me, and after u start the application you can activate the bluetooth 
adapter btw i used win 7 32 bit on a lenovo l412

Original comment by shauvi...@gmail.com on 22 Jan 2015 at 9:52