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 crashs the Editor #2439

Closed ITCrowdIOB closed 4 years ago

ITCrowdIOB commented 4 years ago

Platformio-ide crashs the Editor. Deinstall Atom and install don't solve the problem.

On next Start Atom shows: PlatformIO IDE installation has been suspended.

Seems like PlatformIO IDE Installer is already started in another window.

ErrOzz commented 4 years ago

Confirm. Win10x64. Atom1.50.0x64. Platformio-IDE2.7.1

ITCrowdIOB commented 4 years ago

Win10x64 pro 18363.1016

Atom 1.50.0 x64

Platformio-IDE2.7.1

Von: Егор notifications@github.com Gesendet: Mittwoch, 12. August 2020 22:40 An: platformio/platformio-atom-ide platformio-atom-ide@noreply.github.com Cc: ITCrowdIOB reg2@team-eul.de; Author author@noreply.github.com Betreff: Re: [platformio/platformio-atom-ide] Platformio-ide crashs the Editor (#2439)

Confirm. Win10x64. Atom1.50.0x64. Platformio-IDE2.7.1

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/platformio/platformio-atom-ide/issues/2439#issuecomment-673099271 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APJKVM26IGZNRVDPDILTGETSAL43JANCNFSM4P4XDY7Q . https://github.com/notifications/beacon/APJKVM5OO3RA4NSIEFRFOFDSAL43JA5CNFSM4P4XDY72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFAPK4BY.gif

clemans commented 4 years ago

Also getting a crashing issue. No error message, only freezes the application and eventually asks to force quit. Env. info below: ~$: cat /etc/os-release | grep -i "PRETTY NAME" Pop!_OS 20.04 LTS ~$: atom --version Atom : 1.49.0 | Electron: 5.0.13 | Chrome : 73.0.3683.121 | Node : 12.0.0 Platformio-ide : 2.7.1

ErrOzz commented 4 years ago

At the moment I have temporary fixed this by installing the previous platformio-ide version 2.6.0: apm install platformio-ide@2.6.0

Kubis12 commented 4 years ago

Could you tell me please, how can I instal platformio-ide version 2.6.0?

clemans commented 4 years ago

apm install platformio-ide@2.6.0

This worked for me as well. Thank you @ErrOzz . Looking forward for the @latest to getting fixed.

ErrOzz commented 4 years ago

Could you tell me please, how can I instal platformio-ide version 2.6.0?

You need to uninstall platformio-ide 2.7.1. Just type in the command line: apm uninstall platformio-ide@2.7.1 You can clarify the names of the installed packages with folowing command: apm list When the uninstall is complete, just install previous platformio package using the command: apm install platformio-ide@2.6.0 Launch Atom for the platformio to finish installing the required components.

raenrfm commented 4 years ago

Crashing for me as well Linux Mint 20

ivankravets commented 4 years ago

Please update to 2.7.2. Sorry for the issue.