http://bugs.winehq.org/show_bug.cgi?id=4275
------- Additional Comments From greg87@online.de 2007-03-02 13:25 ------- It seems that Need for Speed: Carbon is also affected by this bug.
We have now 3 d3d9 apps that are affected + one d3d8 game. All can be fixed if you comment out in d3d8/9 volumetexture.c:
if (hrc == D3D_OK && NULL != ppVolumeLevel) { IWineD3DVolumeTexture_GetParent(myVolume, (IUnknown **)ppVolumeLevel); IWineD3DVolumeTexture_Release(myVolume); } Or substitute != with ==
Earth 2160 starts, showing the menu. Most affects are missing. Dont know if this is another bug.