http://bugs.winehq.org/show_bug.cgi?id=4791
------- Additional Comments From jave27@gmail.com 2006-25-07 00:14 ------- Created an attachment (id=3031) --> (http://bugs.winehq.org/attachment.cgi?id=3031&action=view) Ugly hack which makes Civ4 work with current Git/CVS
I don't know much about how this part of the code works, but this patch fixes it and here's what happens w/o the patch:
Once you launch the game, it launches a small "Loading" type window which has a background and a status bar. As soon as the app (or Wine?) passes the WM_SETFONT message to this window, it crashes with the previously attached debug output. With this patch, it happily gets past this point and the game is somewhat playable (there are other d3d bugs, but with current git, that stuff is unreachable).
If you need any more debug information, please let me know and I'll be happy to provide it. Thanks!