http://bugs.winehq.org/show_bug.cgi?id=27963
Summary: Anomaly: Warzone Earth crashes on start Product: Wine Version: 1.3.25 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: benoit.pierre@gmail.com
Created an attachment (id=35789) --> (http://bugs.winehq.org/attachment.cgi?id=35789) Add RegisterTouchWindow stub to user32.dll
The game crashes on start due to a call to unimplemented RegisterTouchWindow in USER32.dll:
wine: Call from 0x7bc4b220 to unimplemented function USER32.dll.RegisterTouchWindow, aborting wine: Unimplemented function USER32.dll.RegisterTouchWindow called at address 0x7bc4b220 (thread 0055), starting debugger... Unhandled exception: unimplemented function USER32.dll.RegisterTouchWindow called in 32-bit code (0x7bc4b220).
The attached patch add a stub to user32.dll and fixes the problem for me: game starts fine.