http://bugs.winehq.org/show_bug.cgi?id=3542
--- Comment #48 from Boris boris.bigott@hotmail.com 2011-05-10 17:16:14 CDT --- Created an attachment (id=34604) --> (http://bugs.winehq.org/attachment.cgi?id=34604) Patch wine 1.3.19
Hi, I adapted the previous patch to the latest wine version. In contrast to the previous one, this one only removes the palette frome the surface if the palette is actually released. This should make the patch fairly unobstrusive. Of course it still does not explain why the refcount drops to zero before the surface is released. Maybe a programming error in dungeon keeper? Would be cool if someone could test what happens under windows if a palette is manually released before the surface to get an idea whether this defensive release strategy is also implemented on windows.