onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.36k stars 300 forks source link

webgl renderer causes oni to become unusable #2658

Open jamestthompson3 opened 5 years ago

jamestthompson3 commented 5 years ago

Oni Version: 0.3.7 Operating System: Windows 10 Issue: After changing the editor.renderer to webgl and reloading oni, nothing works. The editor throws the error: Unhandled Exception:Error: Not a fixed size

Expected behavior: Sweet, sweet webgl rendering as in oni 0.3.6

Actual behavior: A black screen and no keys working

Steps to reproduce: Install oni 0.3.7 on Windows 10, set editor.renderer to webgl crash

CrossR commented 5 years ago

Hmm...that is odd.

I wonder what could have caused the regression between 0.3.7 and 0.3.6? I don't know of anything that would have caused it outside of a few updates to add ligatures to the webgl renderer. Is there any other debug information when it fails to load?

Otherwise, we will have to try and repro, though I know the webgl renderer is working well for me on Windows.

dominik-zeglen commented 5 years ago

I'm experiencing the same bug using Oni 0.3.4 on Ubuntu 16.

Edit: don't mind me, updating to 0.3.7 fixed problem.