vercel / hyper

A terminal built on web technologies

Home Page:https://hyper.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Too many active WebGL contexts. Oldest context will be lost."

Xunnamius opened this issue · comments

  • Your Hyper.app version is 3.2.3. Please verify you're using the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate

  • Any relevant information from devtools? (CMD+OPTION+I on macOS, CTRL+SHIFT+I elsewhere):
Relevant log entries

bundle.js:1 (re)loading renderer plugins
index.html:36 total init time 132.90000009536743
bundle.js:1 WARNING: Too many active WebGL contexts. Oldest context will be lost.
t @ bundle.js:1
e.exports.e.activate @ bundle.js:1
e.loadAddon @ bundle.js:1
e.loadAddon @ bundle.js:1
componentDidMount @ bundle.js:1
ga @ bundle.js:1
Dl @ bundle.js:1
t.unstable_runWithPriority @ bundle.js:1
Vi @ bundle.js:1
Ml @ bundle.js:1
ml @ bundle.js:1
(anonymous) @ bundle.js:1
t.unstable_runWithPriority @ bundle.js:1
Vi @ bundle.js:1
Ki @ bundle.js:1
Xi @ bundle.js:1
bl @ bundle.js:1
notify @ bundle.js:1
notifyNestedSubs @ bundle.js:1
s @ bundle.js:1
g @ 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
(anonymous) @ bundle.js:1
emit @ node:events:390
(anonymous) @ bundle.js:1
emit @ node:events:390
onMessage @ node:electron/js2c/renderer_init:69
Show 5 more frames
bundle.js:1 WARNING: Too many active WebGL contexts. Oldest context will be lost.
t @ bundle.js:1
e.exports.e.activate @ bundle.js:1
e.loadAddon @ bundle.js:1
e.loadAddon @ bundle.js:1
componentDidMount @ bundle.js:1
ga @ bundle.js:1
Dl @ bundle.js:1
t.unstable_runWithPriority @ bundle.js:1
Vi @ bundle.js:1
Ml @ bundle.js:1
ml @ bundle.js:1
(anonymous) @ bundle.js:1
t.unstable_runWithPriority @ bundle.js:1
Vi @ bundle.js:1
Ki @ bundle.js:1
Xi @ bundle.js:1
bl @ bundle.js:1
notify @ bundle.js:1
notifyNestedSubs @ bundle.js:1
s @ bundle.js:1
g @ 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
(anonymous) @ bundle.js:1
emit @ node:events:390
(anonymous) @ bundle.js:1
emit @ node:events:390
onMessage @ node:electron/js2c/renderer_init:69
Show 5 more frames

  • Is the issue reproducible in vanilla Hyper.app?
    Yes

Issue

I can't seem to open more than 16 panes (across 3 tabs). In every other version of Hyper up until but not including 3.2.3, I have been able to open as many panes/terminals in the same Hyper window as I want. Now I am running into this error. It just occurred to me that I've actually only been opening exactly 16 panes/terminals, and that I've only as of today started trying to open 18.


  • Hyper version: 3.2.3 "3.2.3"
  • OS ARCH VERSION: linux x64 5.11.0-49-generic
  • Electron: 17.2.0 LANG: en_US.UTF-8
  • SHELL: /usr/bin/zsh TERM: xterm-256color
.hyper.js contents
{
  "updateChannel": "stable",
  "fontSize": 12,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": false,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "selectionColor": "rgba(248,28,229,0.3)",
  "borderColor": "#333",
  "css": "",
  "termCSS": "",
  "workingDirectory": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#1DC121",
    "yellow": "#C7C329",
    "blue": "#0A2FC4",
    "magenta": "#C839C5",
    "cyan": "#20C5C6",
    "white": "#C7C7C7",
    "lightBlack": "#686868",
    "lightRed": "#FD6F6B",
    "lightGreen": "#67F86F",
    "lightYellow": "#FFFA72",
    "lightBlue": "#6A76FB",
    "lightMagenta": "#FD7CFC",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF",
    "limeGreen": "#32CD32",
    "lightCoral": "#F08080"
  },
  "shell": "",
  "shellArgs": ["--login"],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": true,
  "webLinksActivationKey": "",
  "disableLigatures": true,
  "disableAutoUpdates": false,
  "screenReaderMode": false,
  "preserveCWD": true
}
plugins
{
  "plugins": [],
  "localPlugins": []
}