Storage Explorer Version: 1.4.2
Platform/OS Version: Linux Mint 19
Architecture: x86_64
Regression From:
The program would start or inform about errors
An error ocurred while retrieving previous app state:
Error: ENOENT: no such file or directory, open '/home/niklas/.config/StorageExplorer/appState.json'
An error ocurred while retrieving previous app state:
SyntaxError: Unexpected end of JSON input
UNHANDLED PROMISE REJECTION:
TypeError: Cannot read property 'rect' of undefined
at createMainWindow (/opt/azure-storage-explorer/resources/app/out/app/index.js:385:41)
Having the same issue.
Here is the contents of my appState.json.
{"lastWindowState":{"rect":{"x":1920,"y":32,"width":1920,"height":1044},"maximized":true}}
On a side note, I did an upgrade recently that must have uninstalled some stuff and I was no longer able to launch StorageExplorer; it would hang at Loading. I received no error messages in the terminal when launching.
I ended up trying to run an old copy of 1.3.1 that I had lying around and I received an error message that mentioned libgnome-keyring. I ended up installing libgnome-keyring-common and libgnome-keyring0 and everything worked.
I got it to work after installing libgnome-keyring-common and libgnome-keyring0 :tada:
I didn't have previous versions on my current laptop so I didn't have a clue whether it should actually work on Linux Mint 19.
Thanks for the tip @Mithrilhall!
Sounds like y'all are good to go. Sorry we didn't get to y'all. For anyone following this still having issues please:
Thanks!
Most helpful comment
I got it to work after installing
libgnome-keyring-commonandlibgnome-keyring0:tada:I didn't have previous versions on my current laptop so I didn't have a clue whether it should actually work on Linux Mint 19.
Thanks for the tip @Mithrilhall!