vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.35k stars 3.52k forks source link

Black Screen on Launch of Hyper [Windows 10] #3758

Open crunchprank opened 5 years ago

crunchprank commented 5 years ago

Info

Uncaught TypeError: Cannot destructure property `uid` of 'undefined' or 'null'.
    at EventEmitter.u.a.on (bundle.js:1)
    at EventEmitter.emit (events.js:182)
    at t.a.ipcListener (bundle.js:1)
    at EventEmitter.emit (events.js:182)

Issue

I haven't done anything other than go to the official hyper.is website, download the Windows executable file, perform the installation, launch Hyper, go to Plugins -> Install Hyper CLI.

Seeing as I've never used this program before, I'm not sure what to expect.

Basically I launch Hyper which by default opens the Windows command prompt. I type hyper (which I'm assuming I'm supposed to type to interact with the hyper cli), it opens up a black window with a magenta cursor, and then nothing. I cannot type in the window. I provided the output above from the Developer Tools console. Here is a screenshot of the Hyper window and dev console side by side.

Searching exisiting bugs that seem to be similar, all resolutions pointed to uninstalling or disabling plugins. However the only plugin I have touched is the official Hyper CLI one.

Any help would be appreciated.

binaryfunt commented 5 years ago

I get the same problem, only when I try opening a repository in Hyper from the GitHub desktop app (but I don't get an uncaught type error in the developer console). Hyper opens normally when I open it from the Start menu.

Windows 10 64-bit v1903 Hyper 3.0.2 (stable) with no plugins

It doesn't matter if I set shell to 'C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe' or leave it empty in .hyper.js

joonas-fi commented 5 years ago

My Hyper screen went black after it worked for many days straight. Just this morning when I came back, it's all black:

image

Diagnostics:

ItsDaveB commented 4 years ago

I get the same error: Cannot destructure property uid of 'undefined' or 'null'. from the console in Developer tools. Steps to replicate this for me, typing hyper . inside a Powershell terminal, to open up the current directory. The window is then unresponsive to keystrokes but I can navigate. This was working a few months back.