[Wine] Re: Wine program resource usage question

cnbiz850 wineforum-user at winehq.org
Tue Nov 17 21:20:53 CST 2009


> 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?







More information about the wine-users mailing list