cerebro: Can not start the app
- I am on the latest Cerebro.app version
- I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: Linux Mint 18 - 64 bit
- Cerebro.app version: 0.3
- Relevant information from devtools (See above how to open it): N/A
Issue
I can’t launch the application. Yesterday, it was fine. It just slowed down a bit but it’s a known issue I think. I removed it and reinstalled from deb. It still gives the same error.
~ ❯ cerebro
/opt/Cerebro/resources/electron.asar/common/reset-search-paths.js:0
Error: Cannot find module '../dialog'
at Module._resolveFilename (module.js:470:15)
at Function.Module._resolveFilename (/opt/Cerebro/resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._load (module.js:418:25)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object.get [as dialog] (/opt/Cerebro/resources/electron.asar/browser/api/exports/electron.js:11:16)
at process.<anonymous> (/opt/Cerebro/resources/electron.asar/browser/init.js:54:31)
at emitOne (events.js:96:13)
at process.emit (events.js:188:7)
at process._fatalException (bootstrap_node.js:300:26)
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 18 (4 by maintainers)
Same issue. Doesn’t run on Ubuntu 17.10.
@raphaklaus @brpaz , seems like @KELiON is out for a vacation or something. Please use
killallto kill every singlecerebroinstance and then try to launch again. It won’t crash, even if it crashes, it won’t be the same error I think.Too bad it’s not showing any error message to user unless you start from terminal. The program does not check if its instance is running or not. That’s also too bad.