opentomb / OpenTomb

An open-source Tomb Raider 1-5 engine remake
http://opentomb.github.io/
GNU Lesser General Public License v3.0
1.38k stars 143 forks source link

Game white screens then closes #605

Open caoqt1 opened 2 years ago

caoqt1 commented 2 years ago

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- commented 2 years ago

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 commented 2 years ago

render.antialias=0

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

vvs- commented 2 years ago

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.