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

OpenGL error 1282: GL_INVALID_OPERATION #72

Open
smarchevsky opened this issue Nov 17, 2021 · 3 comments
Open

OpenGL error 1282: GL_INVALID_OPERATION #72

smarchevsky opened this issue Nov 17, 2021 · 3 comments
Labels
Milestone

Comments

@smarchevsky
Copy link

Trying to run of Fedora Linux. Thows a message every frame:

OpenGL error 1282: GL_INVALID_OPERATION
OpenGL error: type = 0x824c, severity = 0x9146, message = GL_INVALID_OPERATION in glDrawElements
OpenGL error 1282: GL_INVALID_OPERATION
OpenGL error: type = 0x824c, severity = 0x9146, message = GL_INVALID_OPERATION in glDrawElements

Application runs 10 FPS

@smarchevsky
Copy link
Author

As well on Windows

$ dub init --type=dagon
Performing "debug" build using C:\D\dmd2\windows\bin\dmd.exe for x86_64.
dagon:init-exec 0.12.1: target for configuration "application" is up to date.
To force a rebuild of up-to-date targets, run again with --force.
Running C:/Users/staseg/AppData/Local/dub/packages/dagon-0.12.1/dagon/init-exec/dagon_init-exec.exe
Successfully created an empty project in 'E:\OtherPersonalProjects\dagon'.
Package successfully created in .

$ dub build
Detected dependency cycle: dagon->dagon

Don't know, how to fix.

@gecko0307
Copy link
Owner

gecko0307 commented Nov 18, 2021

Do you have an AMD card? I'm on Nvidia, so it's usually hard to debug compatibility issues. It might be a linux driver bug as well.

@gecko0307
Copy link
Owner

gecko0307 commented Feb 5, 2022

In #77 I've addressed some of the AMD issues, maybe this one is also resolved by now?
And for the circular dependency, currently I don't see a way to replicate that, I honestly see that kind of dub error for the first time.

@gecko0307 gecko0307 added the bug label Feb 5, 2022
@gecko0307 gecko0307 added this to the Dagon 1.0.0 milestone Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants