http://bugs.winehq.org/show_bug.cgi?id=20943
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #1 from Wylda wylda@volny.cz 2009-12-08 05:26:23 ---
Confirming, RA3 crashes under wine-1.1.34, when i load a save game. But it works again under current git (wine-1.1.34-99-g8da7a00). It was FIXED by:
commit 89c96ca31ea51554b70a4c59d56f3b1e8b2d3f7b Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Dec 7 11:08:37 2009 +0100
d3d9: Fix GetDevice() for surfaces that are part of a texture.
If the surface is part of a texture it doesn't keep its own reference to the device, but instead relies on the reference the texture has. This fixes a regression introduced by ff92e6eb6a6b0f5b6ee0d062f8434cad8f31c33d.