http://bugs.winehq.org/show_bug.cgi?id=35147
--- Comment #1 from Austin English austinenglish@gmail.com --- Please attach the terminal output.
A regression test would be helpful, if it actually is a regression..you'll have to workaround the steam login bug though. Assuming you know the basics of compiling wine, try: $ git reset --hard wine-1.6 $ git show fd65b0a1c3f5f981cc110ca9e6a0edb6323e1296 | patch -p1 $ ./configure && make -j4 $ cd /path/to/steam && ~/wine-git/wine steam.exe
if that works, do: $ git bisect start $ git bisect good wine-1.6 $ git bisect bad wine-1.7.8 $ git show fd65b0a1c3f5f981cc110ca9e6a0edb6323e1296 | patch -p1 $ ./configure && make -j4
Test Audiosurf here...after testing, BEFORE running git bisect, do: $ git checkout -f $ git bisect good/bad
repeat the git show, make, git checkout, git bisect steps until you have found the bad commit.