Terminus: Portable version doesn't support plugins or persistence

Created on 27 Oct 2018  路  3Comments  路  Source: Eugeny/terminus

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

image

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: []
Windows Confirmed Bug

Most helpful comment

+1
Same problem

image

All 3 comments

  • I deleted I deleted config.yaml but that didn't resolved the issue
  • I deleted entire %APPDATA%/Terminus but didn't resolved the issue

Update:

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

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ponsfrilus picture ponsfrilus  路  15Comments

Calinou picture Calinou  路  15Comments

abalter picture abalter  路  18Comments

tabarra picture tabarra  路  16Comments

tavisdxh picture tavisdxh  路  14Comments