[Bug 4275] Earth 2160 crashs at start

Wine Bugs wine-bugs at winehq.org
Sat Feb 3 13:25:06 CST 2007


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





------- Additional Comments From greg87 at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list