tsoding / ded

Dramatic EDitor
MIT License
579 stars 76 forks source link

Could not load glyph of a character with code 32 #79

Open mannasoumya opened 1 year ago

mannasoumya commented 1 year ago

Error while running ./ded after building ./build.sh

GL version 3.3
ERROR: could not load glyph of a character with code 32

Info:

OS: Ubuntu 22.04.2 LTS x86_64 
Kernel: 5.19.0-35-generic 
Shell: bash 5.1.16 
DE: GNOME 42.5 
CPU: 11th Gen Intel i5-1135G7 (8) @ 4.200GHz 
GPU: Intel TigerLake-LP GT2 [Iris Xe Graphics] 

I tried https://stackoverflow.com/questions/22234407/freetype-with-unicode-error; Replaced FT_Load_Char with FT_Load_Glyph; OpenGL window opens but fails with message when typing any character:

GL version 3.3
ERROR: could not load glyph of a character with code 98
mannasoumya commented 1 year ago

Cloned by https://github.com/tsoding/ded/issues/67