Terminal couldn't start
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
-
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: KDE neon 4.15
-
Hyper.app version: 2.1.2
-
Link of a Gist with the contents of your .hyper.js: https://gist.github.com/Aviorleking/19cf6a7055072ff29e7c6e10e3a313a9
-
Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
(re)loading renderer plugins
2bundle.js:1 DEPRECATED: If your plugin requires `react`, it must bundle it as a dependency
f._load @ bundle.js:1
bundle.js:1 DEPRECATED: If your plugin requires `hyper/component`, it must requires `react.PureComponent` instead and bundle `react` as a dependency
f._load @ bundle.js:1
bundle.js:1 Plugin hyperline (1.2.0) loaded.
bundle.js:1 Plugin hyperterm-summon (2.0.9) loaded.
bundle.js:1 Plugin hyperminimal (0.0.9) loaded.
bundle.js:1 Plugin hyper-material-theme (2.0.8) loaded.
bundle.js:1 Plugin hyper-font-ligatures (0.0.6) loaded.
index.html:35 total init time 353.585
bundle.js:1 Uncaught Error: Not ready
at t.a.emit (bundle.js:1)
at Object.effect (bundle.js:1)
at bundle.js:1
at bundle.js:1
at bundle.js:1
at bundle.js:1
at bundle.js:1
at bundle.js:1
at dispatch (bundle.js:1)
at bundle.js:1
bundle.js:1 Color: rgba(255, 255, 255, 0.2) is using transparency, but allowTransparency is false. Using fallback #555753.
ColorManager._parseColor @ bundle.js:1
ColorManager.setTheme @ bundle.js:1
Renderer @ bundle.js:1
Terminal._setupRenderer @ bundle.js:1
Terminal.open @ bundle.js:1
Terminal.open @ bundle.js:1
componentDidMount @ bundle.js:1
commitLifeCycles @ bundle.js:1
b @ bundle.js:1
m @ bundle.js:1
w @ bundle.js:1
z @ bundle.js:1
u @ bundle.js:1
enqueueSetState @ bundle.js:1
A.setState @ bundle.js:1
Connect.onStateChange @ bundle.js:1
dispatch @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
dispatch @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
u.a.on @ bundle.js:1
emitOne @ events.js:115
emit @ events.js:210
ipcListener @ bundle.js:1
emitTwo @ events.js:125
emit @ events.js:213
- The issue is reproducible in vanilla Hyper.app:
Issue
Hyper is taking more and more time to launch each time and today the terminal hasn't started at all
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the launch failure on Hyper.app 2.1.2 and inspect the supplied devtools output, especially the “Uncaught Error: Not ready” message. Compare startup with the listed plugins and with a vanilla installation; done means the terminal launches reliably and the triggering condition is identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- cli, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100