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
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
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 [email protected]
after that atom starts and installs the updates to version 2.7.1 (if autoupdate is active) :+1:
Seems to be the same issue: https://github.com/platformio/platformio-atom-ide/issues/2412
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
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 [email protected]
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!
I have this issue also on fully upgraded Arch linux system.
apm install [email protected] worked
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
Running macOS 10.14.6 and confirmed fix.
apm deinstall platformio-ide
apm install [email protected]
tried apm deinstall platformio-ide, and apm install [email protected], but get apm not recognised as internal or external command. windows 10. what do i need to install?
Please update to 2.7.2. Sorry for the issue.
Most helpful comment
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 [email protected]
after that atom starts and installs the updates to version 2.7.1 (if autoupdate is active) :+1: