[Bug 6709] [Game] Ceasar IV crashes.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 9 05:55:11 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=6709


Jeff Zaroyko <jeffzaroyko at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeffzaroyko at gmail.com




--- Comment #5 from Jeff Zaroyko <jeffzaroyko at gmail.com>  2008-01-09 05:55:11 ---
(In reply to comment #4)
> This is m$' bug: http://support.microsoft.com/kb/884538
> 

Vitaliy,
I haven't tested this game, but that message isn't specifically a microsoft
problem, the message can be reproduced by the following program.  


#include <stdlib.h>
int main(void)
{
 abort();
 return 0;
}

So I'm not sure that your diagnosis is correct, this program could just be
calling abort() because something went wrong, unless you are saying the author
of this software is recommending the ms kb fix?

Meanwhile,

Malum, could you please test this again with the latest version of wine
(0.9.52)?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list