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

Missing graphics when loading the scene or (somethimes) artefacts if graphics is present #65

Open
arsdever opened this issue Sep 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@arsdever
Copy link
Owner

When the graphics is not present, the following logs are observed in the terminal

[2024-09-17 17:36:53.159] [opengl] [error] (API) "131186" | Performance: Buffer performance warning: Buffer object 17 (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (0), usage hint is GL_DYNAMIC_COPY) is being copied/moved from VIDEO memory to HOST memory.
[2024-09-17 17:36:53.162] [opengl] [critical] (API) "1286" | Error: GL_INVALID_FRAMEBUFFER_OPERATION error generated. Operation is not valid because a bound framebuffer is not framebuffer complete.
GLAD: ERROR 1286 in glClear!
[2024-09-17 17:36:53.163] [opengl] [critical] (API) "1286" | Error: GL_INVALID_FRAMEBUFFER_OPERATION error generated. Operation is not valid because a bound framebuffer is not framebuffer complete.
GLAD: ERROR 1286 in glDrawElements!
[2024-09-17 17:36:53.164] [opengl] [critical] (API) "1286" | Error: GL_INVALID_FRAMEBUFFER_OPERATION error generated. Operation is not valid because a bound framebuffer is not framebuffer complete.
GLAD: ERROR 1286 in glDrawElements!
[2024-09-17 17:36:53.165] [opengl] [critical] (API) "1286" | Error: GL_INVALID_FRAMEBUFFER_OPERATION error generated. Operation is not valid because a bound framebuffer is not framebuffer complete.
GLAD: ERROR 1286 in glDrawElements!
[2024-09-17 17:36:53.166] [opengl] [critical] (API) "1286" | Error: GL_INVALID_FRAMEBUFFER_OPERATION error generated. Operation is not valid because a bound framebuffer is not framebuffer complete.
GLAD: ERROR 1286 in glDrawElements!
[2024-09-17 17:36:53.167] [opengl] [critical] (API) "1286" | Error: GL_INVALID_FRAMEBUFFER_OPERATION error generated. Framebuffer bindings are not framebuffer complete.
GLAD: ERROR 1286 in glBlitFramebuffer!

Otherwise, either the object is completely black, or it is placed in some random location.

@arsdever arsdever added the bug Something isn't working label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant