I believe it was crashing already before but this has become more of an issue as the EGL/GL initialization now occurs when loading opengl32.dll unixlib, which prevent any opengl-dependent test to even load. This does not happen with 64-bit unix side, nor does it happen with other drivers, and I suspect this might either be some OOM issue with llvmpipe requiring much more memory, or some bug in llvmpipe initialization.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/9696
No, we don't want to silently inject instructions at the start of every function, particularly when using SEH.
This should be added explicitly on the functions that need it, which at this point probably means only syscall/unixcall dispatchers.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/9671#note_124922