http://bugs.winehq.org/show_bug.cgi?id=34118
Anastasius Focht focht@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@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@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/e1a845c2139064f0b8bf7cd5e78e2ccd6...
--- 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