energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
794 stars 672 forks source link

Clicking the menu 'Tools' freezes the whole IDE #826

Closed engiecat closed 8 years ago

engiecat commented 8 years ago

Hello.

I am a user who recently returned to use Energia IDE. However, one very critical problem renders the IDE unusable - clicking on the menu 'Tools' freezes the whole IDE for 1+ minutes, preventing me to select COM port and board type.

The version used is 0101E0017. The OS I am using is Windows 10 Pro, and I am using i5-2467M CPU. Arduino IDE is working very well on this machine.

rei-vilo commented 8 years ago

The same issue used to happen with Arduino 1.0 Energia is based on.

The delay is caused by the enumeration of all serial ports, including the Bluetooth ones. It could take up to 5 minutes.

As a Window user, give Visual Micro a try. It's a free plug-in for Visual Studio and supports Energia.

robertinant commented 8 years ago

The next release of Energia will be based on the latest and greatest Arduino IDE and this issue will be solved by moving to that new IDE. For this reason, it does not make sense for us to fix it in the current IDE.

rei-vilo commented 8 years ago

See Update the IDE to release 1.6.7 of Arduino #588.