Open mannasoumya opened 1 year ago
Error while running ./ded after building ./build.sh
./ded
./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:
FT_Load_Char
FT_Load_Glyph
GL version 3.3 ERROR: could not load glyph of a character with code 98
Cloned by https://github.com/tsoding/ded/issues/67
Error while running
./ded
after building./build.sh
Info:
I tried https://stackoverflow.com/questions/22234407/freetype-with-unicode-error; Replaced
FT_Load_Char
withFT_Load_Glyph
; OpenGL window opens but fails with message when typing any character: