Can not start the app
See original GitHub issue- 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)
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (4 by maintainers)
Top Results From Across the Web
Fix an installed Android app that isn't working - Google Support
Step 1: Restart & update ... Important: Settings can vary by phone. For more info, contact your device manufacturer. On most phones, press...
Read more >How to troubleshoot “Cannot Start App” or “Cannot start ...
Make sure there are desktops available for the users to connect to · Verify the machine the user is launching is not in...
Read more >If an app on your iPhone or iPad stops responding, closes ...
If an app on your iPhone or iPad stops responding, closes unexpectedly, or won't open · Close and reopen the app · Restart...
Read more >App Won't Open on Android? 10 Ways To Fix - Online Tech Tips
App Won't Open on Android? 10 Ways To Fix · Restart Your Phone · Is the App for a Different Version of Android?...
Read more >Top 8 Ways to Fix Apps Won't Open on Android - Guiding Tech
Top 8 Ways to Fix Apps Won't Open on Android · 1. Force Stop Apps · 2. Clear the App Cache and Data...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue. Doesn’t run on Ubuntu 17.10.
@raphaklaus @brpaz , seems like @KELiON is out for a vacation or something. Please use
killall
to kill every singlecerebro
instance 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.