https://bugs.winehq.org/show_bug.cgi?id=41996
Bug ID: 41996 Summary: Hitman: Blood Money demo has color issues with built-in d3dx9_27 Product: Wine Version: 2.0-rc1 Hardware: x86-64 URL: http://www.gamewatcher.com/downloads/hitman-blood-mone y-download/hitman-blood-money-demo OS: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: directx-d3dx9 Assignee: wine-bugs@winehq.org Reporter: andrey.goosev@gmail.com Distribution: ---
Created attachment 56417 --> https://bugs.winehq.org/attachment.cgi?id=56417 d3dx
fixme:d3dx:d3dx9_base_effect_get_desc partial stub! fixme:d3dx:get_format_info Unknown format 0x3c (as FOURCC "<\x00\x00\x00").
wine-2.0-rc1-29-g3c6cbc2
https://bugs.winehq.org/show_bug.cgi?id=41996
--- Comment #1 from Andrey Gusev andrey.goosev@gmail.com --- Created attachment 56418 --> https://bugs.winehq.org/attachment.cgi?id=56418 built-in
https://bugs.winehq.org/show_bug.cgi?id=41996
--- Comment #2 from Andrey Gusev andrey.goosev@gmail.com --- Created attachment 56419 --> https://bugs.winehq.org/attachment.cgi?id=56419 native
https://bugs.winehq.org/show_bug.cgi?id=41996
--- Comment #3 from Matteo Bruni matteo.mystral@gmail.com --- fixme:d3dx:get_format_info Unknown format 0x3c (as FOURCC "<\x00\x00\x00").
FTR, that's D3DFMT_V8U8. Indeed, it might have to do with the bad colors.
Can you please attach the full +tid,d3dx log?
https://bugs.winehq.org/show_bug.cgi?id=41996
--- Comment #4 from Andrey Gusev andrey.goosev@gmail.com --- Created attachment 56430 --> https://bugs.winehq.org/attachment.cgi?id=56430 +tid+d3dx
https://bugs.winehq.org/show_bug.cgi?id=41996
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #5 from winetest@luukku.com --- "This link has expired or invalid. Please try again from a download page"
Would think it's not so hard to find another download location, but it's getting late here. I won't do it for now. It takes too much time to download and test.
I looked at the latest log and it contained some effect related lines. This could work a lot better with more recent wine since some effect related code was merged into wine.
https://bugs.winehq.org/show_bug.cgi?id=41996
--- Comment #6 from winetest@luukku.com --- Here is another download location.
http://www.download.fi/pelit/demot/lataa.cfm/2074/hitman_blood_money_demo
How exactly to test this bug? This bug is currently blocked by bug 37676.
And winetricks -q d3dcompiler_43 wasnt enough to fix that.
winetricks -q directx9 got the game started, not sure if it needed that compiler as native too.
https://bugs.winehq.org/show_bug.cgi?id=41996
--- Comment #7 from Andrey Gusev andrey.goosev@gmail.com --- Download link is still valid. For testing use native d3dcompiler_43 and built-in d3dx9_27
https://bugs.winehq.org/show_bug.cgi?id=41996
Neko-san nekoNexus@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nekoNexus@protonmail.ch
https://bugs.winehq.org/show_bug.cgi?id=41996
Connor McAdams cmcadams@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cmcadams@codeweavers.com
--- Comment #8 from Connor McAdams cmcadams@codeweavers.com --- D3DFMT_V8U8 is now supported in d3dx9 since 6d9ae6b56f859a331343a015527020a2ae91b7f8, probably worth re-testing this to see if that was the issue.
https://bugs.winehq.org/show_bug.cgi?id=41996
--- Comment #9 from Andrey Gusev andrey.goosev@gmail.com --- (In reply to Connor McAdams from comment #8)
D3DFMT_V8U8 is now supported in d3dx9 since 6d9ae6b56f859a331343a015527020a2ae91b7f8, probably worth re-testing this to see if that was the issue.
Bug 46779 should be implemented first.