You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
I just installed Atom on a Win 7 machine. And basic functionality is broken for me. For instance, when I try to open a file nothing happens. I use the menu bar at the top and click on 'open file' and select a file - but then nothing happens. Same thing with clicking on 'settings' in the file menu. I tried booting Atom into safe mode and it still happens.
I opened the dev tool and each time I make a click that results in nothing an error appears. This is it:
Uncaught (in promise) DOMException: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
at Promise (C:\Users\andrewd\AppData\Local\atom\app-1.20.0\resources\app\src\state-store.js:62:32)
at dbPromise.then (C:\Users\andrewd\AppData\Local\atom\app-1.20.0\resources\app\src\state-store.js:61:20)
I'm not sure what is going on or what other info is needed here to help debug. Thoughts? Thanks.
-Andrew