> Try enabling +bitmap debug channel and see if something trying to create huge bitmap when memory usage spikes. I tried with Code: WINEDEBUG=bitmap wine special.exe and did see quite a lot of messages like: Code: trace:bitmap:CreateCompatibleBitmap 0x84d0 trace:bitmap:CreateCompatibleBitmap (0x614,16,15) = trace:bitmap:CreateBitmapIndirect 16x15, 1 colors returning 0x84e4 trace:bitmap:CreateCompatibleBitmap 0x84e4 trace:bitmap:CreateCompatibleBitmap (0x614,16,15) = trace:bitmap:CreateBitmapIndirect 16x15, 1 colors returning 0x84f8 Don't know if these are normal or not. Do these tell about anything?