https://bugs.winehq.org/show_bug.cgi?id=54807
--- Comment #5 from Zeb Figura z.figura12@gmail.com --- (In reply to Roman from comment #4)
Created attachment 75471 [details] WINEDEBUG=+server,+seh,+pid wine ./Uv4.exe &>UV4_wine_hang_log.txt
File is quite large unpacked ~162M (there are many zero bytes between text blocks). Hang probability seems somehow related with mesa version and currently it is a less reproducible. (wine-8.20, Mesa 23.2.1 refresh - kisak-mesa PPA )
Hrm, I assume you killed the program somehow in that log? I'm kind of struggling to even figure out which thread is getting stuck (and where); it's not obvious.
I do notice some instances of thread termination, which might break things in subtle ways. I'd be interested to see if [1] helps at all.
Otherwise I probably need more channels, at least +thread,+timestamp,+file,+reg,+msg,+message and if possible +sync.
[1] https://gitlab.winehq.org/wine/wine/-/merge_requests/4445