FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
549 stars 107 forks source link

Texture corruption on Raspberry pi 4 (Debian Buster) #462

Open nex86 opened 4 years ago

nex86 commented 4 years ago

I compiled xash3D on my Pi4 running Buster. It runs with a decent framerate so far but I'm experiencing a problem that the textures keep randomly switching like walls, floors or other objects don't have their respected textures.

I'm running V3D 4.2 opengl driver, and also increased the vram size to 256 MB which did not help.

nex86 commented 4 years ago

update: I temporarily fixed the issue by disabling VBO.

a1batross commented 4 years ago

Better to test on new fork, see FWGS/xash3d-fwgs repository.

This engine is not supported anymore and will not receive any fixes, see description.

a1batross commented 4 years ago

Oops, shouldn't close that.

Anyway, there is no stable releases of new fork, but that doesn't mean you can't just compile it and see what happens.

nex86 commented 4 years ago

thanks will try it.