Reputation: 195
I am unable to open my Atom Editor. It was working fine until yesterday, but don't know why it won't open today. No windows update or anything on my computer. I tried deleting the 'Storage' folder as mentioned in some online forums, doesn't help. Any suggestions? I am using Atom version 1.19.6.0.
Upvotes: 16
Views: 24369
Reputation: 1
The atom Window is just minimized, it gives the impression of not openning, but it is actually opening, again is just minimized.
I was able to see the atom interface, by maximizing the window using the keyboard: on windows, it normally is Alt+SpaceBar+x.
Upvotes: 0
Reputation: 3
All you simply need to do is go the main directly where the file is located and open the FIRST folder.
After opening it, there you will see atom file, double click on it and it will be opened successfully.
Upvotes: 0
Reputation: 451
If you're using MAC OS and have similar problem, try this: Open Window tab
and then click Zoom.
Upvotes: 34
Reputation: 1283
I found that mv command is not builtin Windows cmd as suggested by Gonen. So following the idea of Gonen, a working solution can also be like:
Upvotes: 0
Reputation: 4075
Atom will sometime fail to open because of a bad configuration-file.
To better diagnose this on Windows (10), try running atom from a CMD window:
cd %USERPROFILE%/AppData/Local/atom/app-*
atom.exe
If you see an error message at this point, it should help identify the problem.
If still not clear, you can try moving the main configuration-file,
which is in a different folder:
cd %USERPROFILE%/.atom/
rename config.cson config.SAVE.cson
cd %USERPROFILE%/AppData/Local/atom/app-*
atom.exe
Based on this answer on the Atom forum:
https://discuss.atom.io/t/atom-will-not-open-windows/47489
Upvotes: 19
Reputation: 2326
I experienced this issue when my Atom windows all suddenly resized to be so small I could not see or find them anywhere (some weird glitch with opening it from a full-screen window on an external display). I resolved it by command-tabbing (I think it's ctrl-tab on Windows, I forget) to my open atom application to bring up the application's menu bar, and then selecting Window
> Zoom
from the menu.
Upvotes: 4
Reputation: 19
Go to Folder indicated in the picture and find atom.exe by scrolling through the folder and open it and make a shortcut to desktop and it will work.
Upvotes: 0
Reputation: 1
I am using Atom on Windows 10 64-bit, and had similar problems of installation and not running later.
You can do the following:
Upvotes: 0