[Bug 24974] New: D3D Texture formats INTZ and NULL are not supported
http://bugs.winehq.org/show_bug.cgi?id=24974 Summary: D3D Texture formats INTZ and NULL are not supported Product: Wine Version: 1.3.0 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3dx9 AssignedTo: wine-bugs(a)winehq.org ReportedBy: lubosz(a)gmail.com CC: wine-bugs(a)winehq.org
From the DeathSpank log:
fixme:d3d:debug_d3dformat Unrecognized 0x5a544e49 (as fourcc: INTZ) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a544e49) in the format lookup table fixme:d3d:debug_d3dformat Unrecognized 0x4c4c554e (as fourcc: NULL) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x4c4c554e) in the format lookup table INTZ is a stencil buffer texture and NULL is a render target format. More information about the texture formats: http://developer.amd.com/gpu_assets/Advanced%20DX9%20Capabilities%20for%20AT... -- 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=24974 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #1 from Jerome Leclanche <adys.wh(a)gmail.com> 2010-10-31 20:39:09 CDT --- Affects WoW 4.x. -- 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=24974 lubosz <lubosz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|x86 |x86-64 Version|1.3.0 |1.3.6 -- 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=24974 --- Comment #2 from lubosz <lubosz(a)gmail.com> 2010-10-31 20:43:29 CDT --- A quick Google search for INTZ (you get a lot of wine logs), shows that the following games seem to be affected: Left 4 Dead Left 4 Dead 2 Portal GTA IV Tropico 3 -- 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=24974 Andrew Millington <andrew.millington(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.millington(a)gmail.com --- Comment #3 from Andrew Millington <andrew.millington(a)gmail.com> 2010-10-31 22:19:07 CDT --- I understand having a fixme in the log is not really considered a bug and there are bugs with this in their logs already. http://bugs.winehq.org/show_bug.cgi?id=20194 http://bugs.winehq.org/show_bug.cgi?id=15868 -- 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=24974 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2010-11-01 06:33:05 CDT --- Not to mention http://bugs.winehq.org/show_bug.cgi?id=20540 aka the last part of http://bugs.winehq.org/show_bug.cgi?id=16328 -- 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=24974 Alan Luth <alanluth(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alanluth(a)gmail.com --- Comment #5 from Alan Luth <alanluth(a)gmail.com> 2010-11-05 05:46:21 CDT --- This also affects Battlefield Bad Company 2, related to bug http://bugs.winehq.org/show_bug.cgi?id=22617 Has the same 2 missing formats in addition to 2 other formats. -- 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=24974 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2010-11-05 13:57:00 CDT --- INTZ is now supported: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f0b0c1b1dddf606177651d... -- 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=24974 --- Comment #7 from Dan Kegel <dank(a)kegel.com> 2011-02-04 10:47:27 CST --- I think NULL was added in http://source.winehq.org/git/wine.git/?a=commit;h=c964134a59d50ce46d25cd98ca... to fix bug 25544. Please recheck. -- 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=24974 --- Comment #8 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-02-04 10:59:25 CST --- (In reply to comment #7)
I think NULL was added in http://source.winehq.org/git/wine.git/?a=commit;h=c964134a59d50ce46d25cd98ca... to fix bug 25544. Please recheck.
(In reply to comment #7)
I think NULL was added in http://source.winehq.org/git/wine.git/?a=commit;h=c964134a59d50ce46d25cd98ca... to fix bug 25544. Please recheck.
Yep. WoW still needs RAWZ, RESZ and DF24 to be fully functional in d3d, unfortunately, but this bug is 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=24974 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Dan Kegel <dank(a)kegel.com> 2011-02-04 11:02:10 CST --- Normally I'd want Lubosz to try Deathspank before closing, but the way he wrote the bug, we can close it anyway. Please open a new bug if Deathspank still doesn't work. -- 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=24974 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2011-02-04 13:21:40 CST --- Closing bugs fixed in 1.3.13. -- 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