[Bug 34118] Need for Speed: Carbon demo renders text and graphics wrong without native d3dx9_36 (needs ID3DXEffect::CommitChanges method implementation)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 23 15:59:24 CST 2014


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                URL|http://www.fileplanet.com/1 |http://megagames.com/downlo
                   |69683/160000/fileinfo/Need- |ad/252604/0
                   |for-Speed-Carbon-Demo       |
                 CC|                            |focht at gmx.net
            Summary|Need for Speed: Carbon demo |Need for Speed: Carbon demo
                   |wrong rendering without     |renders text and graphics
                   |native d3dx9_36             |wrong without native
                   |                            |d3dx9_36 (needs
                   |                            |ID3DXEffect::CommitChanges
                   |                            |method implementation)
     Ever confirmed|0                           |1

--- Comment #9 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

confirming, still present.
Refining summary to target the noisy ID3DXEffect::CommitChanges stub.

Source:
http://source.winehq.org/git/wine.git/blob/e1a845c2139064f0b8bf7cd5e78e2ccd682ac589:/dlls/d3dx9_36/effect.c#l3196

--- snip ---
3196 static HRESULT WINAPI ID3DXEffectImpl_CommitChanges(ID3DXEffect* iface)
3197 {
3198     struct ID3DXEffectImpl *This = impl_from_ID3DXEffect(iface);
3199
3200     FIXME("(%p)->(): stub\n", This);
3201
3202     return E_NOTIMPL;
3203 }
--- snip ---

$ sha1sum nfs_carbon_demo_eu.exe
76b1aafbe913dcf7a9130d87b24febed44fed632  nfs_carbon_demo_eu.exe

$ du -sh nfs_carbon_demo_eu.exe
651M    nfs_carbon_demo_eu.exe

$ wine --version
wine-1.7.13-27-ge610713

Regards

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