[Bug 38178] Crash with Heroes VI at very begin

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 23 09:45:45 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38178

--- Comment #18 from Stefan Dösinger <stefan at codeweavers.com> ---
Created attachment 51099
  --> https://bugs.winehq.org/attachment.cgi?id=51099
wined3d: hack: Don't allow dxt5 textures.

The game tries to use DXT5 textures. We do not support this, and even on
Windows only some drivers have this feature. device_update_volume calculates
the size wrong and the game crashes.

Failing the texture creation call fixes the problem, but unfortunately we
pretend that the call succeeds. The attached hack fixes the crash, but a proper
fix needs more work.

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