http://bugs.winehq.org/show_bug.cgi?id=30617
--- Comment #2 from Berillions berillions@gmail.com 2012-05-09 15:41:51 CDT --- Like i explained in the bug report #28119, to resolv the ReadFileEx error and to have the possibility to play at Ubisoft's Game without a crack, i add this in the ReadFileEx function (Kernel32/file.c) :
If (status == STATUS_PENDING) return TRUE;
With it, the game launch without problem. But, impossible to save my game. So, i put this same line in the WriteFileEx function and now, the game can write correctly the savegame.
I know that it's not the correct solution to pass the namedpipe problem but I'm not a developer.