[Bug 5604] Galactic Civilizations demo dies with 'Unhandled exception: divide by zero'
http://bugs.winehq.org/show_bug.cgi?id=5604 xerox_xerox2000(a)yahoo.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Component|wine-misc |wine-usp10.dll ------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-05-07 16:15 ------- changed component. this simple hack makes the application bypass the bug: --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -184,7 +184,7 @@ HRESULT WINAPI ScriptApplyDigitSubstitut SCRIPT_CONTROL* psc, SCRIPT_STATE* pss) { FIXME("%p,%p,%p\n",psds,psc,pss); - return E_NOTIMPL; + return 0; } /*********************************************************************** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
Wine Bugs