[Bug 29907] DungeonSeigeDemo Fullscreen missing upper part of screen

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 22 17:33:28 CST 2012


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

--- Comment #14 from Austin English <austinenglish at gmail.com> 2012-02-22 17:33:28 CST ---
(In reply to comment #13)
> Hello Everyone,
> 
> Ok i finished the regression test again and got the same
> result. Now when i tried 
> 
> git show 8692ff48a953f368860967c1141ec875adba9aaf | patch -p1 -R
> 
> it asked me 
> 
> Unreversed patch detected!  Ignore -R? [n] n
> 
> I chose n
> 
> Which then asked me
> 
> Apply anyway? [n] y
> 
> I chose y.
> 
> which then showed
> 
> Hunk #1 FAILED at 953.
> 1 out of 1 hunk FAILED -- saving rejects to file dlls/wined3d/surface.c.rej
> 
> then i did ./configure && make
> 
> after it compile i tested it and the demo
> was working fine. So look through those
> steps to make sure i did not do anything
> incorrect.

What commit are you at? (git show). It's likely not current git, so the 'bad'
patch wasn't yet applied.

In any case, you could try applying it on your current commit and see if it
fails:
git show 8692ff48a953f368860967c1141ec875adba9aaf | patch -p1 && ./configure &&
make

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