-
Notifications
You must be signed in to change notification settings - Fork 136
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
Unable to boot game on RPI4 #85
Comments
The actual issue seems to be something about the OpenGL context failing to initialize. I won't have a chance to look into this for a little bit but this is the error: I don't know what GLXBadFBConfig means but can take a look into it soon! |
I looked at this a little bit and it seems to be that the requested OpenGL context is not supported on your device. That stuff is setup here and to figure out what specifically isn't working you'd probably need to change those, and also test what version of OpenGL you actually have. |
I opened the link - how would I know what to change the values to, as well as what devices are compatible? I can also try obtaining my OpenGL version whenever I’m able. Lines 1010-1015: the actual error. Why is it that running Unrelated (and possibly a question you get asked a lot): I’ve been looking into making games recently and I have some knowledge of coding under my belt, but how do I know where to start? How do you get to a point where you’re able to write an entire game in less than a week??? I appreciate the fast response! Celeste is such a great game, I’ve had a so much fun playing. You guys are so inspiring! :) |
game requires GLSL 3.30+ support |
Is that the only way around it? Using pi-apps scripts to trick it in to GLSL 3.30+ or is there another possible solution that could be made in the game’s code that could do that? |
I installed the prebuilt game off of itch, extracted it, ran the main file inside... but to no avail. I've scoured the internet for fixes but I can't figure out why Celeste64 won't open. I receive an error related to OpenGL but I'm not sure if this is a game thing or something that I need to fix on my pi. Not a lot of information is out there about this error so I thought I'd come to the source.
ErrorLog.txt
Really hope you guys can get it working as I would love to play this on my pi. Cheers!
The text was updated successfully, but these errors were encountered: