I installed all available plugin and got prompt to restart the app on Windows 10. During restart I got error message:

Text form for searchability:
[Window Title]
Error
[Main Instruction]
A JavaScript error occurred in the main process
[Content]
Uncaught Exception:
Error: Unable to find a valid app
at Object.<anonymous> (C:\Users\shitals\AppData\Local\Temp\nsqBFFB.tmp\app\resources\electron.asar\browser\init.js:121:9)
at Object.<anonymous> (C:\Users\shitals\AppData\Local\Temp\nsqBFFB.tmp\app\resources\electron.asar\browser\init.js:191:3)
at Module._compile (internal/modules/cjs/loader.js:711:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
at Module.load (internal/modules/cjs/loader.js:620:32)
at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
at Function.Module._load (internal/modules/cjs/loader.js:551:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:753:10)
at startup (internal/bootstrap/node.js:241:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:579:3)
[OK]
Basically Terminus has become unusable. It would be good to check the offending plugin and disable it.
config.yaml
From related issue https://github.com/Eugeny/terminus/issues/476, I got config.yamlfrom %APPDATA%/Terminus.
ssh: {}
hotkeys: {}
terminal:
workingDirectory: 'D:\GitHubSrc\pytorch-CycleGAN-and-pix2pix'
rightClick: menu
appearance:
theme: Standard
pluginBlacklist: []
%APPDATA%/Terminus but didn't resolved the issueUpdate:
Finally see the issue. The Windows binaries is portable binaries and when you run it it creates installation in temp folder which gets deleted afterwards. I was using the shortcut to this temp binary which is probably what caused error. Unfortunately there doesn't seem to be any way to use non-temp binaries which will save my tabs on exist.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks unless you comment.
Thank you for your contributions.
+1
Same problem

Most helpful comment
+1
Same problem