jung6717 / arduino

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

Win32 GUI: 'Tools' Menu slow-response/freezes temporarily #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click the 'Tools' menu

What is the expected output? What do you see instead?
Click and display menu.  Instead, pauses for ~12s and freezes blinking text
input.

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?
0017, Win v7, 32b, Pro.  Latest jre copied to arduino directory--doesn't
help.  Sanguino!  :-)

Please provide any additional information below.
Tried compat. mode for XP SP2, same result.

Original issue reported on code.google.com by dre...@gmail.com on 18 Nov 2009 at 10:26

GoogleCodeExporter commented 9 years ago
same here. Arduino 0017, Win7 x64, JRE 6u17.

Original comment by flitz...@gmail.com on 30 Dec 2009 at 5:50

GoogleCodeExporter commented 9 years ago
Had same problem with Arduino 0017 and Win XP SP3 - was serial port related in 
my case. 
After disabling bluetooth serial ports (no bluetooth link at that time) 'Tools' 
menu
reacted as expected.

Original comment by Ruediger...@gmail.com on 8 Jan 2010 at 1:42

GoogleCodeExporter commented 9 years ago
Microsoft Vista 32-bit
Arduino 0018
"Tools" menu very unresponsive
other menus are fine
To select something from "Tools" menu one needs to wait a bit; 
once menu opens it is possible to select serial port and other settings.

Default settings on freshly installed Arduino IDE 0018

Original comment by marcin.c...@gmail.com on 4 Aug 2010 at 2:36

GoogleCodeExporter commented 9 years ago
I'm getting this, fresh 018 zip on windows xp.  Tools doesn't appear for maybe 
15 seconds.  Makes it very hard to configure

Original comment by vitriolix on 8 Aug 2010 at 4:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Please look at Erieds comments on it in this post:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1237179908

Basically you need to replace rxtxserial.dll

Original comment by chrli...@gmail.com on 25 Oct 2010 at 9:57

GoogleCodeExporter commented 9 years ago
It helped disabling the bluetooth connection in my computer

Original comment by josaksel...@gmail.com on 1 Jun 2011 at 4:21

GoogleCodeExporter commented 9 years ago
Same issue here using win7 home pro... the replacement library suggested by 
Erieds worked great. 

Please, consider including the fix in the next release.

Original comment by maurici...@gmail.com on 17 Dec 2011 at 6:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I've experienced the same issue with Arduino 1.0 on My Hp probook, running 
windows 7 pro, with a Broadcom 2070 Bluetooth adapter. When the Adapter is 
enabled the programming software will freeze for a significant time whenever 
the "tools" menu is selected. When I disable the Bluetooth adapter the problem 
goes away.

Original comment by zor...@gmail.com on 23 Apr 2012 at 9:25

GoogleCodeExporter commented 9 years ago
After applying the fix to rxtxserial.dll linked in comment 6 above there seems 
to be no  further issue. Makes me wonder why if there's been a working fix 
since 2009 why it was never implemented?

Original comment by zor...@gmail.com on 23 Apr 2012 at 9:40

GoogleCodeExporter commented 9 years ago
Cheers from end of 2012 and still having the same problem! Using windows 8 x64 
and Arduino 1.0.2 
Eried's fix apparently applies still, just don't know if there's any 
complication. Disabling bluetooth works as well.

Original comment by EEpErY...@gmail.com on 7 Dec 2012 at 10:54

GoogleCodeExporter commented 9 years ago
There is an ongoing fix based on Erieds patch here:

http://arduino.cc/forum/index.php/topic,141797.0.html

if someone can kindly test it, will help us to speedup inclusion in 1.0.4.
C

Original comment by c.mag...@bug.st on 16 Jan 2013 at 6:07

GoogleCodeExporter commented 9 years ago

Original comment by c.mag...@bug.st on 16 Jan 2013 at 6:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It's 2015 now, and I am having this problem as well.  Windows 8.1, Surface Pro 
1st gen, Arduino 1.0.6.  Have yet to try the suggested fixes.

Original comment by dallhu...@gmail.com on 26 Jan 2015 at 2:34

GoogleCodeExporter commented 9 years ago
rxtxSerial.dll should be replaced with JSSC as of ARDUINO 1.5.6 BETA - 
2014.02.20

"* Replaced RXTX library with JSSC (Alexey Sokolov)
  http://code.google.com/p/java-simple-serial-connector/"

https://github.com/arduino/Arduino/blob/master/build/shared/revisions.txt

Original comment by ondrej.g...@gmail.com on 3 Feb 2015 at 12:31