https://bugs.winehq.org/show_bug.cgi?id=40623
--- Comment #38 from Anton Romanov theli.ua@gmail.com --- @Mathieu No, those fixmes do not look related at all, I tried to do some tracing on DOOM demo, it does not do a lot before getting stuck:
Creates some weird named pipe, Installs vectored exception handler Starts couple of anti-debugging threads, one of which triggers single-step exceptions, which are getting in the aforementioned handler (I guess that is exactly the point of it - to verify that it gets them). After that it verifies that steam is installed on the system by querying HKCU/Software/Valve/Steam Steampath value, after that it creates a copy of that string ... and thats the last meaningfull thing I got out of it - after that things just go haywire.
Unrotunately, I was not able to debug more than that - my attempts to use winedbg with DOOM have failed.