[Bug 10503] Sid Meier's Alpha Centauri: Wine segfaults when clicking on a city.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 15 15:14:20 CST 2008


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





--- Comment #15 from Michael Mc Donnell <michael at mcdonnell.dk>  2008-02-15 15:14:19 ---
Ok inspired by Jesse Allens DIB engine I tried to mess around with the font
code. I tried stubbing out X11DRV_SelectFont in winex11.drv/xfont.c with:

    FIXME("stub\n");
    return 0;

This "fixed" the problem. The game doesn't segfault, but now all the text is
missing. Could this behavior be caused by an unknown bug in the font code?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list