http://bugs.winehq.org/show_bug.cgi?id=27932
--- Comment #3 from Austin English austinenglish@gmail.com 2011-08-24 03:08:42 CDT --- (In reply to comment #2)
Umm. I dont know how to use git-fo to apply that patch or anything. i just followed the regression testing guide
See http://wiki.winehq.org/GitWine for tips, but in short, you probably want to do: # get updates: $ git pull $ ./configure && make # test the game: $ cd /path/to/starcraft $ ~/wine-git/wine Starcraft\ II.exe # Assuming that works, verify that change helped: $ cd - $ git show f8ce77a5986ce0648dc6cbaef77ddf6828ea1e3e | patch -p1 -R $ ./configure && make $ cd /path/to/starcraft $ ~/wine-git/wine Starcraft\ II.exe
and if it breaks again, then the patch fixed it.