[Bug 35147] Audiosurf: Quest3D error on startup

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 16 20:13:08 CST 2013


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

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

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