Not launching at all on CentOS 7 ("Javascript error occurred in the main process")
See original GitHub issue-
I am on the latest Hyper.app version
-
I have searched the issues of this repo and believe that this is not a duplicate
-
OS version and name: CentOS Linux release 7.4.1708 (Core)
-
Hyper.app version: 2.0.0 I guess? I installed from the rpm
hyper-2.0.0.x86_64.rpm
-
Link of a Gist with the contents of your .hyper.js: N/A – it never generated one because it crashes immediately.
-
Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): N/A
-
The issue is reproducible in vanilla Hyper.app: Yes.
Issue
I’m on CentOS and after installing the rpm (hyper-2.0.0.x86_64.rpm
) as soon as I run hyper
I am immediately greeted by an error that says:
A Javascript error occurred in the main process
Uncaught Exception:
TypeError: Cannot read property 'resize' of undefined
at Server.Window.rpc.on (/opt/Hyper/resources/app.asar/ui/window.js:146:14)
at emitOne (events.js:115:13)
at Server.emit (events.js:210:7)
at Server.ipcListener (/opt/Hyper/resources/app.asar/rpc.js:33:11)
at emitTwo (events.js:125:13)
at EventEmitter.emit (events.js:213:7)
at WebContents.<anonymous> (/opt/Hyper/resources/electron.asar/browser/api/web-contents.js:266:13)
at emitTwo (events.js:125:13)
at WebContents.emit (events.js:213:7)
and when I press OK, the Hyper window disappears and quits.
If I run hyper --help
from a normal terminal, it outputs the help, so it seems something broken UI-wise.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7
Top GitHub Comments
The fix will be shipped with our next canary 🎉
This is happening on windows 10 atm.