[Bug 35585] Castlevania: Lords of Shadow 2 demo endless loading screen without native d3dx9_36

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 14 09:28:35 CST 2014


http://bugs.winehq.org/show_bug.cgi?id=35585

--- Comment #1 from Matteo Bruni <matteo.mystral at gmail.com> ---
Created attachment 47532
  --> http://bugs.winehq.org/attachment.cgi?id=47532
Hack

The game doesn't like D3DXCreateTexture failing for a 2x2 DXT1 texture.
D3DXCreateTexture is supposed to create a 4x4 texture in that case and that's
fixed by http://www.winehq.org/pipermail/wine-patches/2014-February/130431.html

Unfortunately the game still crashes even with that patch, because we don't
support scaling DXTn textures in d3dx9 yet. With the attached hack on top of it
the game runs for me.

-- 
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.



More information about the wine-bugs mailing list