-
Notifications
You must be signed in to change notification settings - Fork 24
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
No textures #9
Comments
Hello marespiaut, |
I'm having the exact same issue, OpenGL version 3.0 Mesa 18.1.7 |
Display lists must not be working. A fix would require porting display lists to vbo Edit: @Drainful if you have OpenGL 3.0 Mesa I don't know what could be wrong, because 3.0 supports legacy OpenGL |
The issue disappears when I run sucle on my nvidia gpu (laptop with nvidia optimus), so that sounds like a good guess. Edit: The gpu on which the issue occurs is an integrated intel. |
@Drainful It is not obvious why the OpenGL version 3.0 Mesa 18.1.7 would produce the pictured results, but nvidia optimus would not. It could be a number of things:
for the integrated intel gpu, it would be helpful if you ran and shared the diagnostics in this link |
Output is in the link. I'm running Nixos so dpkg isn't a thing and tbh I don't know the equivalent. |
@pupcraft here is the information about my computer
|
I have the same issue with integrated intel graphics.
|
Sucle now uses VBOs or display-lists depending on the OpenGL version, so these issues should disappear. |
The issue has been solved for me as of the latest commit |
Hello, I've followed your instruction to run
sucle
on Arch Linux using SBCL.The game runs fine, except it start with a black screen, and then I have no textures.
The text was updated successfully, but these errors were encountered: