pal1000 / mesa-dist-win

Pre-built Mesa3D drivers for Windows
MIT License
860 stars 77 forks source link

Unable to run FSO Open with the D3DGLon12 #188

Closed GamingCity closed 2 months ago

GamingCity commented 2 months ago

Not sure if it is a Mesa bug or it is caused because of the windows port but running FSO on Vulkan with Zink does work ok (at least with radeon hardware, tested polaris and RDNA gpus), but running it on D3D12 just gives a white screen and crashes right after.

On the game debug output i get this:

OpenGL Debug: Source:OpenGL Type:Error ID:2 Severity:High Message:GL_OUT_OF_MEMORY in glBufferStorage OpenGL Debug: Source:OpenGL Type:Error ID:2 Severity:High Message:GL_INVALID_VALUE in glMapBufferRange(offset 0 + length 2134272 > buffer_size 0)

Also happens on Nvidia (RTX3060)

pal1000 commented 2 months ago

Collect a MSVC build call stack and report upstream.

GamingCity commented 2 months ago

very well

pal1000 commented 2 months ago

The debug log indicates an out of ,memory caused by both Mesa D3D12 and NVIDIA drivers memory management issues.