[Bug 27932] Starcraft II does not render correctly, eventually crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 24 03:08:43 CDT 2011


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

--- Comment #3 from Austin English <austinenglish at 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.

-- 
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