[Bug 12241] New: D3D9: Visual test fails
http://bugs.winehq.org/show_bug.cgi?id=12241 Summary: D3D9: Visual test fails Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: NEW Keywords: source, testcase Severity: minor Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com Created an attachment (id=11673) --> (http://bugs.winehq.org/attachment.cgi?id=11673) +d3d trace D3D9's visual.c test fails for me consistently in git. +d3d log attached. This is on a fresh install of kubuntu hardy with an Nvidia FX 5200 (1:169.12+2.6.24.500-500.16~envy). -- 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=12241 Stefan Dösinger <stefandoesinger(a)gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger(a)gmx.at --- Comment #1 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2008-03-26 17:24:22 --- Do you have a Window overlapping the fullscreen test window? We're reading back the front buffer values, if there's a Window overlapping the tests they'll fail -- 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=12241 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-03-26 18:16:36 --- (In reply to comment #1)
Do you have a Window overlapping the fullscreen test window? We're reading back the front buffer values, if there's a Window overlapping the tests they'll fail
No. All I had was the terminal window running make -k test. No virtual desktop, no other apps running. -- 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=12241 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-04-22 01:00:36 --- Seems to be working in git. Huzzah! -- 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=12241 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-04-23 02:12:41 --- Perhaps I spoke to soon...seems it ran fine once, but not sure why. It's back again, even with nothing else running...hmm. -- 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=12241 Alexander Dorofeyev <alexd4(a)inbox.lv> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexd4(a)inbox.lv --- Comment #5 from Alexander Dorofeyev <alexd4(a)inbox.lv> 2008-04-23 11:04:06 --- A few tests seems to be precision related: GOURAUD shading has color0 000fc927, expected 0x000dca28 there were already this kind of issues in the test (shademode_test), the checks there may need to be relaxed a bit more. You can probably tweak it yourself to pass on your card, e.g. r >= 0x0c && r <= 0x0f instead of r >= 0x0c && r <= 0x0e for the above values. There are tons of other failures in your log though about which I've no idea. -- 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=12241 --- Comment #6 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2008-04-23 11:23:47 --- The other test failures remind me a bit of the errors I am getting on fglrx. Some failres(texbem, texkill) would make sense on DirectX 8 cards(Geforce 4 and earlier), but certainly not on a dx9 card like the gf fx. What would need to be done is testing this on a different system to make sure it is not some sort of setup fault, and if the failures can be confirmed then try to reproduce them in a non-wine opengl test and report the bug to nvidia. -- 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=12241 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-04-24 16:08:04 --- (In reply to comment #6)
The other test failures remind me a bit of the errors I am getting on fglrx. Some failres(texbem, texkill) would make sense on DirectX 8 cards(Geforce 4 and earlier), but certainly not on a dx9 card like the gf fx.
What would need to be done is testing this on a different system to make sure it is not some sort of setup fault, and if the failures can be confirmed then try to reproduce them in a non-wine opengl test and report the bug to nvidia.
I've been running the kubuntu hardy beta with nvidia 169.12 drivers installed through envy. I'm about to wipe it to go back to ubuntu hardy release...kde 4 is just too buggy for my tastes. If it's still there then, I'll file a bug with Nvidia I suppose. Is envy notorious for installing the drivers wrong and I've never known this...? -- 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=12241 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-09-13 02:40:09 --- visual.c:9749: Tests skipped: Sanity check returned an incorrect color(00e6e7e8), can't assure the correctness of the tests, skipping Works for me...I don't think this card should be skipping, but still better than a fail. -- 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=12241 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2008-09-19 11:17:10 --- Closing bugs fixed in 1.1.5. -- 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=12241 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- 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