Characters not appearing after upgrading to OS 12.0.1
See original GitHub issue-
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: 12.0.1 Monterey
-
Hyper.app version: was 3.0.2, now 3.1.4
-
Link of a Gist with the contents of your .hyper.js: there was no .hyper.js, but there was a config.js. maybe it’s because of the last version? https://gist.github.com/refeals/9d3dc4b1bed03e3b152d4f430afcb474
-
The issue is reproducible in vanilla Hyper.app: not applicable (can’t use it)
Issue
My macbook had the automatic updates on unfortunately and some side effects came with it, like having to reinstall git. Hyper was also somehow affected, i can’t see any characters that i write although it all still works. I tried uninstalling (draggin icon from Applications to trash can and emptying trash can) and reinstalling (both from .dmg file - as it was the first time - and from brew) several times, this time the latest version. The plugins are still showing so i don’t really know how to handle this.
This is me typing gibberish and then removing the whole line, then typing cd
and selecting one of the options
(the window showing the folders are because of Fig)
This does not happen on Mac’s terminal nor iTerm2.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:9
Top GitHub Comments
@Basheertome I can confirm that uninstalling Verminal made the characters work correctly! Can you explain where exactly is it’s index.js?
EDIT: Found it in
~/.hyper_plugins/node_modules/verminal/index.js
. Simply removed thefontFamily
line fromdefaultConfig
and its working!The fix is merged in xterm, will release once they release it. The font causing the issue is Monaco iirc, you can try and remove just that.