https://bugs.winehq.org/show_bug.cgi?id=29384
mikachu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikachu@gmail.com
--- Comment #38 from mikachu@gmail.com --- (In reply to Michael Müller from comment #37)
Created attachment 49657 [details] ntdll: Change WRITECOPY memory protection to WRITE on first write access
Hi,
I wrote a patch which correctly changes the WRITECOPY memory protection to WRITE when the first write occurs on a page.
If this is the same patch as is included in the compholio patchset (which it appears to be by visual inspection), it breaks steam startup. Sometimes it simply doesn't start, sometimes it does this forever,
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd2ea0 "wine-1.7.27-r1/work/wine-1.7.27/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0058, blocked by 0043, retrying (60 sec)
with one of these repeated every minute.