https://bugs.winehq.org/show_bug.cgi?id=34101 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|Need for Speed: Shift demo |Need for Speed: Shift demo |crashes without native |crashes in 'purist' mode |d3dx9_36 (purist) |(d3dx9_36) (needs | |ID3DXEffect::FindNextValidT | |echnique method | |implementation) --- Comment #5 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, the crash is not present with 'winetricks alldlls=builtin' and ID3DXEffect::FindNextValidTechnique method stub still returning E_NOTIMPL. Source: http://source.winehq.org/git/wine.git/blob/e1a845c2139064f0b8bf7cd5e78e2ccd6... --- snip --- 3124 static HRESULT WINAPI ID3DXEffectImpl_FindNextValidTechnique(ID3DXEffect* iface, D3DXHANDLE technique, D3DXHANDLE* next_technique) 3125 { 3126 struct ID3DXEffectImpl *This = impl_from_ID3DXEffect(iface); 3127 3128 FIXME("(%p)->(%p, %p): stub\n", This, technique, next_technique); 3129 3130 return E_NOTIMPL; 3131 } --- snip --- Anyway, refining summary to target this stub here. $ 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.