Screen totally blurry when PC awakening
-
[X] I am on the latest Hyper.app version
-
[X] I have searched the issues of this repo and believe that this is not a duplicate
-
OS version and name: Linux Mint 19
-
Hyper.app version: 3.0.2
-
Link of a Gist with the contents of your .hyper.js: https://gist.github.com/leolivier/4a9980b9340b04ff4257bce01b8ea370
-
Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): maybe linked to this message?: WebGL2 is not supported on your machine. Falling back to canvas-based rendering.
-
The issue is reproducible in vanilla Hyper.app: yes
Issue
Hi
Each time I awaken my PC after it goes to sleep, I systematically have this kind of screen on hyper.js:
Then I need to reload (Ctl-Shift-R) and sometimes even full reload to get my screen back but I lose my terminal content.
It might be linked to the console message saying my PC doesn't support WebGL2?
Edit: although when I go to https://get.webgl.org/webgl2/ the site says my PC supports WebGL2...
Edit2: I noticed that new .hyper.js files contained a line
webGLRenderer:true
(which does not change the above behaviour).
So I tried to add a line
webGLRenderer:false,
to my hyper.js and the result after awakening is not exactly the same:
The internal part of the screen is fully white but the border is fully black and the console does not contain the message on webGL2 anymore, but still I'm forced to reload to get the screen working else everything stays white even when entering text.
i have the same issue, the only solution that works for me is just reopen the hyper
Also having major rendering issues when resuming from sleep, all text disappears leaving black background, sometimes Reload puts things back in order but often only a full reload / close and restarting hyper helps, losing any current sessions...
I'd suggest you all to try out the latest ci build (lots of improvements since last release)
I have the same problem, the WebGL2 crashes after wake up. I need to reopen Hyper. Devtools say:
WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost
index.html:1 WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost
<embedded>:26007 Error: WebGL2 not supported null
at new e (<embedded>:23995:13846)
at t.activate (<embedded>:23995:87112)
at e.loadAddon (<embedded>:23999:353409)
at e.loadAddon (<embedded>:23999:105353)
at C.componentDidMount (bundle.js:1:77679)
at Yi (<embedded>:26010:417)
at dk (<embedded>:26050:166)
at exports.unstable_runWithPriority (<embedded>:62795:349)
at gg (<embedded>:25913:331)
at Uj (<embedded>:26043:285)
Ni @ <embedded>:26007
bundle.js:1 [Notification] Plugin error: Plugins decorating Term has been disabled because of a plugin crash. Check Developer Tools for details.