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

FBO crash on Linux #18

Closed
MagaTailor opened this issue Dec 25, 2015 · 5 comments
Closed

FBO crash on Linux #18

MagaTailor opened this issue Dec 25, 2015 · 5 comments

Comments

@MagaTailor
Copy link

Running `target/release/puzzlefighter`
thread '<main>' panicked at 'Tried to do something with an FBO without FBO support!', /home/petevine/.cargo/registry/src/github.com-48ad6e4054423464/gfx_device_gl-0.5.0/src/lib.rs:343
@xaviershay
Copy link
Owner

I don't know what FBO is and I don't have a linux machine to test. So sorry I can't help with this one :/ Looks like an opengl thing maybe?

@MagaTailor
Copy link
Author

Naturally; didn't you know you were using OpenGL via a crate called gfx_device_gl-0.5.0?

Never mind!

@xaviershay
Copy link
Owner

haha all that stuff is a) months old, my brain has forgotten, and b) likely cargo culted :)

@MagaTailor
Copy link
Author

:)

In that case you could safely splash a big notice in the README:

OpenGL 3 required

cause that's what these rust libs default to. It could probably be made to work with OGL 2.0 with little hacking.

@xaviershay
Copy link
Owner

Done in c02965a

Thanks!

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