http://bugs.winehq.org/show_bug.cgi?id=34692
Bug #: 34692 Summary: Wolfenstein (2009) displays strange colors Product: Wine Version: 1.7.2 Platform: x86 URL: http://www.fileplanet.com/198909/190000/fileinfo/Wolfe nstein-Demo OS/Version: Linux Status: NEW Keywords: download, regression Severity: minor Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com CC: stefan@codeweavers.com Classification: Unclassified Regression SHA1: df5a0976e9f28836489e8977122844fe053278b3
Created attachment 46240 --> http://bugs.winehq.org/attachment.cgi?id=46240 terminal output
Some of the in-game elements (crosshair, menu items) are displayed in strange colors (pink/purple). Reverting the following commit fixes the problem:
df5a0976e9f28836489e8977122844fe053278b3 is the first bad commit commit df5a0976e9f28836489e8977122844fe053278b3 Author: Stefan Dösinger stefan@codeweavers.com Date: Fri Sep 6 00:11:12 2013 +0200
wined3d: Check the format block size before creating textures.
Sizes of textures and stand-alone surfaces must be multiples of the format's block size for DXTN formats. Since we create a texture for everything (except in ddraw), this check also takes care of stand-alone surfaces.
:040000 040000 708a8e23ff2885672a0f69c0780f1218443b49b7 94d43a126dbf43dbae065582afcbec32f346554d M dlls
Either native d3dx9_36 or native d3dx9_40 also works around the issue. Let me know if you need further tests or logs.
Nvidia 250 / driver 325.15 wine-1.7.3-224-gbb2c32d
http://bugs.winehq.org/show_bug.cgi?id=34692
--- Comment #1 from GyB gyebro69@gmail.com 2013-10-09 09:09:36 CDT --- Created attachment 46241 --> http://bugs.winehq.org/attachment.cgi?id=46241 screenshot
http://bugs.winehq.org/show_bug.cgi?id=34692
--- Comment #2 from Henri Verbeet hverbeet@gmail.com 2013-10-09 09:29:41 CDT --- (In reply to comment #0)
Either native d3dx9_36 or native d3dx9_40 also works around the issue. Let me know if you need further tests or logs.
That probably means there's a good chance this is a d3dx9 issue, and I fear it may be related to the D3DXCreateTextureFromFileInMemoryEx() fixme.
http://bugs.winehq.org/show_bug.cgi?id=34692
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.goosev@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=34692
--- Comment #3 from Andrey Gusev andrey.goosev@gmail.com --- Still in 1.7.12-57-gf4985e4
New link http://www.gamershell.com/download_52132.shtml
http://bugs.winehq.org/show_bug.cgi?id=34692
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.fileplanet.com/1 |http://www.gamershell.com/d |98909/190000/fileinfo/Wolfe |ownload_52132.shtml |nstein-Demo |
http://bugs.winehq.org/show_bug.cgi?id=34692
Jarkko K jarkko_korpi@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jarkko_korpi@hotmail.com
--- Comment #4 from Jarkko K jarkko_korpi@hotmail.com --- Created attachment 47980 --> http://bugs.winehq.org/attachment.cgi?id=47980 works for me
I removed all wine content via winetricks, installed the demo.
I couldn't see the issue mentioned here.
I played the demo until I got into trainstation.
Kubuntu 14.04, ati 7870 14.3 beta
Wine 1.7.16
http://bugs.winehq.org/show_bug.cgi?id=34692
--- Comment #5 from Jarkko K jarkko_korpi@hotmail.com --- (In reply to Jarkko K from comment #4)
Created attachment 47980 [details] works for me
I removed all wine content via winetricks, installed the demo.
I couldn't see the issue mentioned here.
I played the demo until I got into trainstation.
Kubuntu 14.04, ati 7870 14.3 beta
Wine 1.7.16
I don't mean the starting scene when you arrive somewhere (using train most likely).
http://bugs.winehq.org/show_bug.cgi?id=34692
--- Comment #6 from Jarkko K jarkko_korpi@hotmail.com --- (In reply to Jarkko K from comment #4)
Created attachment 47980 [details] works for me
I removed all wine content via winetricks, installed the demo.
I couldn't see the issue mentioned here.
I played the demo until I got into trainstation.
Kubuntu 14.04, ati 7870 14.3 beta
Wine 1.7.16
I don't mean the starting scene when you arrive somewhere (using train most likely).
Could you see your hero's hands when you use ladders?
I couldn't. I don't know if it's done that way. Or a bug.
http://bugs.winehq.org/show_bug.cgi?id=34692
--- Comment #7 from Stefan Dösinger stefan@codeweavers.com --- This bug only happens with builtin d3dx9. If you install native either via winetricks or by allowing the game to install the DirectX redist you won't see the bug. The initial comment already explains this.
http://bugs.winehq.org/show_bug.cgi?id=34692
--- Comment #8 from Jarkko K jarkko_korpi@hotmail.com --- Ok, I tried again.
Clean prefix, nothing installed, I didnt let the game install directx. I don't see the purple issue.
http://bugs.winehq.org/show_bug.cgi?id=34692
--- Comment #9 from Jarkko K jarkko_korpi@hotmail.com --- I made a mistake, using wrong wine.
Prefix should be clean now, no directx installed. Wine version 1.7.15 and I can see the issue in menu.
Wine version 1.6.something doesn't seem to have this issue.
https://bugs.winehq.org/show_bug.cgi?id=34692
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #10 from Béla Gyebrószki gyebro69@gmail.com --- Still present in wine-1.7.34-74-gcf92569, Nvidia binary drivers 340.65
Native d3dx9_36 is a workaround.
If you stick to the built-in d3dx9_36, the patches from wine-staging fix the problem in Wolfenstein (2009): https://github.com/wine-compholio/wine-staging/blob/master/patches/d3dx9_36-...
https://github.com/wine-compholio/wine-staging/tree/master/patches/wined3d-D...
https://bugs.winehq.org/show_bug.cgi?id=34692
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED CC| |michael@fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/d3dx9_36-DXTn
https://bugs.winehq.org/show_bug.cgi?id=34692
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=34692
Stefan Dösinger stefandoesinger@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|stefan@codeweavers.com |stefandoesinger@gmx.at
https://bugs.winehq.org/show_bug.cgi?id=34692
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia@gmail.com Component|directx-d3d |directx-d3dx9
https://bugs.winehq.org/show_bug.cgi?id=34692
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Staged patchset|https://github.com/wine-com |https://github.com/wine-sta |pholio/wine-staging/tree/ma |ging/wine-staging/tree/mast |ster/patches/d3dx9_36-DXTn |er/patches/d3dx9_36-DXTn
https://bugs.winehq.org/show_bug.cgi?id=34692
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #11 from joaopa jeremielapuree@yahoo.fr --- Can an administrator close this bug as duplicate of bug 24983?
https://bugs.winehq.org/show_bug.cgi?id=34692
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Status|STAGED |RESOLVED CC| |z.figura12@gmail.com Resolution|--- |DUPLICATE
--- Comment #12 from Zebediah Figura z.figura12@gmail.com --- (In reply to joaopa from comment #11)
Can an administrator close this bug as duplicate of bug 24983?
Resolved with Matteo's blessing.
*** This bug has been marked as a duplicate of bug 24983 ***
https://bugs.winehq.org/show_bug.cgi?id=34692
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.