pal1000 / mesa-dist-win

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

Crashes on latest Adrenaline drivers (23.4.1) #148

Open clairem-sl opened 1 year ago

clairem-sl commented 1 year ago

I upgraded AMD Radeon Adrenaline software to 23.4.1, and now Mesa3d (and Zink) crashes reliably whenever I open Kokua Viewer.

(It works without problems on the previous AMD Radeon Adrenaline version.)

Options I chose when doing per-app deploy:

  • Desktop OpenGL Drivers = Y
  • OpenGL ES support = N
  • Off-Screen Rendering = N
  • Video Acceleration Support = Y
  • More Mesa Deployment = N

The batch file I used to start Kokua Viewer:

@echo off
set MESA_GL_VERSION_OVERRIDE=4.5COMPAT
set MESA_GLSL_VERSION_OVERRIDE=450
set GALLIUM_DRIVER=zink
start /MAX KokuaViewer.exe --set InstallLanguage en

If you need further info, feel free to ask and I'll try to provide you with what you need.

clairem-sl commented 1 year ago

I had to rollback, first to v23.3.2 (didn't work), then to Adrenaline v23.2.2 (released 2023-02-17) before Mesa3d+Zink works again.

(Used DDU every time before going back a step.)

So, whatever changes AMD did to Adrenaline between v23.2.2 and v23.3.2 seems to break Mesa3d+Zink.

pal1000 commented 1 year ago

Please report upstream.