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

Game white screens then closes #605

Open
caoqt1 opened this issue Oct 25, 2021 · 3 comments
Open

Game white screens then closes #605

caoqt1 opened this issue Oct 25, 2021 · 3 comments

Comments

@caoqt1
Copy link

caoqt1 commented Oct 25, 2021

When trying to open the opentomb.exe it just shows a white screen then it closes, this is the error i keep getting

OGG: Couldn't open file: data/tr1/audio/060.ogg.
InitSDLVideo: can't use antialiasing

@vvs-
Copy link
Contributor

vvs- commented Oct 26, 2021

Looks like your graphics card doesn't support antialiasing? Try to set render.antialias=0 in config.lua.

Also, seems that your audio data files are different from what engine expected or missing. Did you put game data as described in README.md?

@caoqt1
Copy link
Author

caoqt1 commented Oct 26, 2021

render.antialias=0

I have done this but now i get one error and it says "VBOs not supported"?

@vvs-
Copy link
Contributor

vvs- commented Oct 27, 2021

Check your graphics card specs. AFAICR, you need at least OpenGL 2.1 and VBO extension. If it's OpenGL 3.x+ then it should also support compatibility profile.

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