http://bugs.winehq.org/show_bug.cgi?id=15323
Nicolas Laurenti kleph@kleph.info changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kleph@kleph.info
--- Comment #13 from Nicolas Laurenti kleph@kleph.info 2009-05-12 15:42:59 --- The patch given in comment #12 did not work for me. Maybe it's a slight different problem since i never got the warpatch window. Not even once in douzens of runs. I tried a few versions of wine since 1.1.15 to 1.1.19
I found a very ugly way to start the patcher. It fails sometimes (usually twice in a row) but succes most of the time (maybe something around 8 out of 10 times)
By reading the other comments here i explored libpatchui.dll. The dll cannot be patched otherwise it will be regenerated. So i use winedbg.
The purpose is the same as the patch, exiting the loop that keeps waiting on the shared flag.
winedbg warpatch.bin
break *0x10002a8e finish set $ecx = 0xffffff01 quit
It fails with an unhandled exception when i put the commands in a winedbg script, i don't understand why.
Hopping this will help some bad luck guys like me to play the game :)