https://bugs.winehq.org/show_bug.cgi?id=44395
coreyoconnor@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |coreyoconnor@gmail.com
--- Comment #23 from coreyoconnor@gmail.com --- I was able to confirm both the issue and the work around of disabling the 32bit preloader. I'm using a NixOS system configured with wine 3.1 and nvidia 390.25.
Reproduction procedure with preloader enabled (crash):
1. with Steam installed 2. in the Steam directory 3. wine ./bin/gldriverquery.exe
This will crash with
wine: Unhandled page fault on write access to 0x7c004fe8 at address 0x7d5ab5da (thread 0009), starting debugger...
Backtrace: =>0 0x7d5ab5da in libglx_nvidia.so.0 (+0xa95da) (0x00000014)
Disabling the preloader and re-testing:
1. with Steam installed 2. in the Steam directory 3. WINELOADERNOEXEC=1 wine ./bin/gldriverquery.exe
this will succeed.