platformio / platformio-atom-ide

PlatformIO IDE for Atom: The next generation integrated development environment for IoT
https://atom.io/packages/platformio-ide
Apache License 2.0
476 stars 71 forks source link

PlatformIO IDE installation has been suspended #2411

Closed ghost closed 3 years ago

ghost commented 4 years ago

Immediately after installing PlatformIO-ide Atom freezes and asks to force close. After restarting it "twice" it says "Seems like PlatformIO IDE installer is already started in another window. And I can't open anything from the PlatformIO menu. Not even the Documentation tried restarting and reinstalling. Running it on Windows 10

AquaGrow commented 4 years ago

I can confim this issue! I uninstalled Atom becasue of some issues and deleted folders .atom, .platformio, everything atom related under AppData local/roaming. So It can be called fresh installation. After installing atom, everything looks fine. Restart PC, open Atom, Installing Platformio package forces error "Editor not responding. Wait or force close". Tried 3 times with same result. Deleting .atom/packages/platformio-ide I can restat and use atom as normal.

EDIT After installing .platformio folder within user folder gets not created

gnu-emu commented 4 years ago

Hi, I had same issues on Ubuntu and macos. I managed to get rid of the freeze by removing ~/.atom/packages/platformio-ide folder and did a:

apm install platformio-ide@2.6.0

after that atom starts and installs the updates to version 2.7.1 (if autoupdate is active) :+1:

gnu-emu commented 4 years ago

Seems to be the same issue: https://github.com/platformio/platformio-atom-ide/issues/2412

expert3411 commented 4 years ago

that actually did work i just had to wait on the force quit screen for a bit. unfortunately it still dint fix my issue of loading my skr1.4 with marlin

ghost commented 4 years ago

Hi, I had same issues on Ubuntu and macos. I managed to get rid of the freeze by removing ~/.atom/packages/platformio-ide folder and did a:

apm install platformio-ide@2.6.0

after that atom starts and installs the updates to version 2.7.1 (if autoupdate is active) 👍

That worked for me as well on windows 10. Thanks!

condac commented 4 years ago

I have this issue also on fully upgraded Arch linux system. apm install platformio-ide@2.6.0 worked

mtongnz commented 4 years ago

Confirm this works on Win10. I had to force close Atom first. I then uninstalled Platformio via cmd prompt: apm deinstall platformio-ide Then install 2.6.0 as above

idumzaes commented 4 years ago

Running macOS 10.14.6 and confirmed fix. apm deinstall platformio-ide apm install platformio-ide@2.6.0

arwooldridge commented 4 years ago

tried apm deinstall platformio-ide, and apm install platformio-ide@2.6.0, but get apm not recognised as internal or external command. windows 10. what do i need to install?

ivankravets commented 3 years ago

Please update to 2.7.2. Sorry for the issue.