pal1000

Results 288 comments of pal1000

Try setting `GALLIUM_DRIVER=llvmpipe` and `GALLIUM_DRIVER=d3d12` respectively. This should rule out which driver is crashing. `GALLIUM_DRIVER=d3d12` cannot work on Server 2012 R2 and even 2016 may be too old.

Please report [upstream](https://gitlab.freedesktop.org/mesa/mesa/-/issues). Make sure you refer [@xantares](https://gitlab.freedesktop.org/xantares) and [@lygstate](https://gitlab.freedesktop.org/lygstate).

MinGW build is busted bad at runtime and [who knows when it will be fixed](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24486).

Try setting `GALLIUM_DRIVER=llvmpipe` environment variable.

Try setting `GALLIUM_DRIVER=llvmpipe` and `GALLIUM_DRIVER=d3d12` respectively. This should rule out which driver is crashing. `GALLIUM_DRIVER=d3d12` cannot work on Server 2012 R2 and even 2016 may be too old.

So explicitly selecting a driver works around this issue? Also it appears knossos or rather QT is smart enough to handle context creation failure followed by clean exit otherwise things...

We definitely need this reported upstream as I was able to reproduce it with GPU Caps Viewer (32-bit software) using both 23.1.9 and 23.2.1 and inform Mesa3D main MSVC build...

Call stack with 23.1.9, but it can be reproduced with 23.2.1 too. GPU Caps Viewer is a 32-bit x86 app. Some PCs can't reproduce, maybe CPU matters. I couldn't reproduce...

@Optiligence, please test [23.3.0-rrc1](https://github.com/pal1000/mesa-dist-win/releases/tag/23.3.0-rc1). It [includes](https://cgit.freedesktop.org/mesa/mesa/log/?h=mesa-23.3.0-rc1&qt=grep&q=merge_requests%2F25663) the fix worked by @zmike.

> before crashing, it [now prints](https://ci.appveyor.com/project/knossos/knossos/builds/48410563/job/eb10akh26d6r36v1#L56) > > MESA: error: ZINK: failed to load vulkan-1.dll So [this issue](https://gitlab.freedesktop.org/mesa/mesa/-/issues/3855) returns. You can workaround it by installing [Vulkan runtime](https://gitlab.freedesktop.org/search?search=VulkanRT&nav_source=navbar&project_id=176&group_id=1155&search_code=true&repository_ref=main). > 23.2.1 does...