http://bugs.winehq.org/show_bug.cgi?id=16714
Summary: World of Goo crashes on exit Product: Wine Version: 1.1.11 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: msclrhd@gmail.com
When you quit world of goo, it crashes, failing to restore the screen resolution.
The console displays:
wine: Call from 0x7ee336e0 to unimplemented function xinput1_3.dll.XInputEnable, aborting
The crash dialog displayed by World of Goo shows: RaiseException+73 __wine_spec_unimplemented_function+35 __wine_stub_XInputSetState+0 WINPROC_wrapper+1A ...
It is difficult to get anything useful out of this dialog as it is unresponsive, several of them display and you have to force quit the application.
If I had to guess, I suspect that this is called as part of SDL cleanup, so I suspect other games using SDL are similarly affected.