http://bugs.winehq.org/show_bug.cgi?id=34055
--- Comment #22 from Dr. Drb c988152@drdrb.com 2013-11-20 14:46:32 CST --- Henri Verbeet, your patch fixes the problem!!!
Steps:
- git checkout master - git pull origin master - patch -p1 < /tmp/debug-hack.patch - clear; CC="ccache gcc -m32" ./configure --verbose --disable-tests; make -j 4; - make install
And then, I tested the game.
Thank you.