[Bug 21811] 3impact tech demo collection crashes on first demo

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 28 17:36:30 CDT 2016


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

--- Comment #13 from super_man at post.com ---
There are multiple issues.

bug 21790 is still valid.

The current issue is that 

fixme:d3dx:ID3DXMeshImpl_OptimizeInplace D3DXMESHOPT_ATTRSORT vertex reordering
not implemented

returns E_NOTIMPL; and goes into "cleanup"

https://github.com/wine-compholio/wine-staging/tree/master/patches/d3dx9_36-Optimize_Inplace

fixes that. Without that hack or patch you get a crash. 

Then after working around the crash it starts to complain about 

fixme:d3dx:d3dx9_effect_init Failed to parse effect, hr 0x8876086c.
fixme:d3dcompiler:compile_shader Compilation target "fx_2_0" not yet supported

which is most likely a dupe of something.

wine 1.9.8-git

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