[Bug 18873] Civilization IV beyond the sword crashing at startup

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 6 11:04:00 CDT 2009


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





--- Comment #12 from Austin English <austinenglish at gmail.com>  2009-07-06 11:04:00 ---
(In reply to comment #11)
> ok, I'll give it a try,
> I think I will start today or tomorrow.
> 
> I'm not sure which version was the last working version. For me the last
> working version was 1.1.19 pre compiled version for opensuse (from the wine
> repository), but it sounds like later versions (1.1.21) were working too. I got
> several binary packages of wine for my opensuse system, I'll start testing
> which version was working, but I'm really sure that the last one was 1.1.19.
> 
> 
> Then after downloading the current wine sources and compiling, I would do
> something like this:
> git bisect start
> git bisect good wine-1.1.19
> git bisect bad wine-1.1.20
> 
> and then I'll do the "git bisect good/bad" thing, like described in the
> Regression Test tutorial right?

Yes. It may be helpful to test your compiled 1.1.19 version before testing,
just in case:
git reset --hard wine-1.1.19
./configure && make depend && make
test your app. If it works:
git reset --hard origin
git bisect start
git bisect good wine-1.1.19
git bisect bad wine-1.1.20
./configure && make depend && make
test app here
git bisect good/bad
rebuild/retest

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