http://bugs.winehq.org/show_bug.cgi?id=6709
Jeff Zaroyko jeffzaroyko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffzaroyko@gmail.com
--- Comment #5 from Jeff Zaroyko jeffzaroyko@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)?