We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Cloned by #67
Sorry, something went wrong.
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: