http://bugs.winehq.org/show_bug.cgi?id=10973
--- Comment #12 from bigoten jorgetendeiro@gmail.com 2008-02-01 06:06:19 --- Well, it failed to work with me:(
I don't see what I did wrong. Basically I followed these steps: - installed git-core, ccache (with Synaptic) - downloaded the wine source code: git clone git://source.winehq.org/git/wine.git wine-git cd wine-git - downloaded palette_alpha_fix.diff and installed it: patch -p1 < palette_alpha_fix.diff At this point the Terminal should say something like "dlls/wined3d has been patched" (according to the help you suggested to me), but instead it said only that it was patching dlls/wine3d/surface.c (I think, I'm writing this by heart) - finally I did: ./configure && make clean && make depend && make
And the game is the same as it was (the menu is not configured). Am I missing some step somewhere? Thank you once again.