Skip to content
New issue

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: could not load glyph of a character with code 32 #100

Open
ERROR244 opened this issue May 1, 2024 · 2 comments
Open

ERROR: could not load glyph of a character with code 32 #100

ERROR244 opened this issue May 1, 2024 · 2 comments

Comments

@ERROR244
Copy link

ERROR244 commented May 1, 2024

how to fix this

➜ ded git:(master) ./ded src/main.c
Loading src/main.c
GL version 3.3
ERROR: could not load glyph of a character with code 32

@n-s-kiselev
Copy link

The same issue:
$ ./ded
GL version 3.3
GL CALLBACK: type = 0x8251, severity = 0x826b, message = Buffer detailed info: Buffer object 1 (bound to GL_ARRAY_BUFFER_ARB, usage hint is GL_STATIC_DRAW) will use VIDEO memory as the source for buffer object operations.
ERROR: could not load glyph of a character with code 32

@n-s-kiselev
Copy link

The same issue: $ ./ded GL version 3.3 GL CALLBACK: type = 0x8251, severity = 0x826b, message = Buffer detailed info: Buffer object 1 (bound to GL_ARRAY_BUFFER_ARB, usage hint is GL_STATIC_DRAW) will use VIDEO memory as the source for buffer object operations. ERROR: could not load glyph of a character with code 32

I kind of solved the issue following the suggestion in #67, but first of all, I got the warning window saying that ded is not responding, and second, in the terminal, I see a multiple warning like that below

GL CALLBACK:  type = 0x8251, severity = 0x826b, message = Buffer detailed info: Buffer object 1 (bound to GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB (0), GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB (1), GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB (2), and GL_ARRAY_BUFFER_ARB, usage hint is GL_DYNAMIC_DRAW) will use VIDEO memory as the source for buffer object operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants