[Bug 24791] New: Broken display in Might and Magic VII: For Blood and Honor
http://bugs.winehq.org/show_bug.cgi?id=24791 Summary: Broken display in Might and Magic VII: For Blood and Honor Product: Wine Version: 1.2-rc7 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: s.holyszewski(a)upcpoczta.pl Created an attachment (id=31344) --> (http://bugs.winehq.org/attachment.cgi?id=31344) Title screen of Might and Magic VII: For Blood and Honor This bug prevents Might and Magic VII: For Blood and Honor from being playable.
From my AppDB report:
What works Game seems to start, smoething that looks like a failed attempt at displaying the title screen shows. Mouse seems to work, Alt+F4 to quit works. What does not Display is completely broken. Everything is squeezed into the bottom-right triangular half of the screen, and the squeeze is "perspective correct" so to say. It looks like a projective transformation of the original screen rectangle into a degenerate quadrilateral with left edge collapsed at the bottom left corner. That hints strongly at a borked projection matrix somewhere. The problem started occuring probably somewhere during the 1.2 release candidate phase, and is still present as of 1.3.5. Arch Linux i686 xorg-server 1.9.0.901-1 xf86-video-intel 2.13.0-2 intel-dri 7.9-1 mesa 7.9-1 libgl 7.9-1 Attaching a screenshot of what the title screen has become. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Severity|major |normal --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-10-18 02:11:43 CDT --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity If this is a regression please provide the results of your regression testing: http://wiki.winehq.org/RegressionTesting -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 --- Comment #2 from Szczepan Hołyszewski <s.holyszewski(a)upcpoczta.pl> 2010-10-18 06:30:02 CDT --- (In reply to comment #1)
If this is a regression please provide the results of your regression testing:
If this is what you require for severity "major", then I'll be happy with severity "normal". While I do write software, I am an end user as far as wine is concerned. I don't have time to do full regression testing of a software artifact that big. If my attempt at analysis (incorrect initialization of a projection matrix somewhere) is not enough to triangulate the problem, then I am afraid I will be of no more help. Btw. another observation: I seem to remember that an upgrade of xorg (and intel drivers in particular) came downstream around the time when I first noticed the problem. This might well be an upstream bug. See my specs. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 Xavier Vachon <xvachon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon(a)gmail.com --- Comment #3 from Xavier Vachon <xvachon(a)gmail.com> 2011-01-09 15:03:43 CST --- I do not experience this in current git and NVIDIA hardware. Looks to me like an intel bug. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 doh123(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |doh123(a)gmail.com --- Comment #4 from doh123(a)gmail.com 2011-03-07 15:43:11 CST --- I tested the game in Wine 1.3.15 on Mac OS X 10.6 using an Intel HD 3000 and a Radeon 6750. I also tested on Mac OS X 10.5 with a Geforce 9400 and 9600, and the game runs fine for me... no graphics problems or anything else I can find. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 life1sastd(a)yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |life1sastd(a)yahoo.com --- Comment #5 from life1sastd(a)yahoo.com 2011-11-05 16:26:21 CDT --- I have the exact same problem. Quickly fooled around with wine configurations (v1.2.2), and my display settings, no change. I will look into this further and post any finding when I get a few free hours. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 --- Comment #6 from life1sastd(a)yahoo.com 2011-11-06 20:36:17 CST --- I'm going to say this one is resolved, updated Wine and game seems to work fine. Cut scenes don't work as noted in http://bugs.winehq.org/show_bug.cgi?id=14886 , but I can live with that. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy(a)gmail.com --- Comment #7 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2012-02-03 11:26:01 CST --- (In reply to comment #2)
(In reply to comment #1)
If this is a regression please provide the results of your regression testing:
If this is what you require for severity "major", then I'll be happy with severity "normal". While I do write software, I am an end user as far as wine is concerned. I don't have time to do full regression testing of a software artifact that big. If my attempt at analysis (incorrect initialization of a projection matrix somewhere) is not enough to triangulate the problem, then I am afraid I will be of no more help.
Btw. another observation: I seem to remember that an upgrade of xorg (and intel drivers in particular) came downstream around the time when I first noticed the problem. This might well be an upstream bug. See my specs.
Can you please retry in current wine (1.4-rc2 or later)? And if it doesn't work perform a regression test? This shouldn't more than 6 or 7 compiles + tests. Also, if you don't do it, how are people supposed to fix your issue? Most developers have no access to this program... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #8 from joaopa <jeremielapuree(a)yahoo.fr> 2012-02-03 11:46:05 CST --- problem reported twice by 2 different peoples. I think that thid bug can be closed as FIXED. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2012-02-03 13:03:58 CST --- (In reply to comment #6)
I'm going to say this one is resolved, updated Wine and game seems to work fine. Cut scenes don't work as noted in http://bugs.winehq.org/show_bug.cgi?id=14886 , but I can live with that.
Fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | CC| |adys.wh(a)gmail.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24791 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2012-02-11 13:53:13 CST --- Closing bugs fixed in 1.4-rc3. -- 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.
participants (1)
-
wine-bugs@winehq.org