[Bug 2096] Quicken 2000 Deluxe crashes/Bad parm to CreateBitmap

Wine Bugs wine-bugs at winehq.org
Thu Mar 10 17:23:42 CST 2005


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


us at the-edmeades.demon.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |us at the-edmeades.demon.co.uk




------- Additional Comments From us at the-edmeades.demon.co.uk  2005-10-03 17:23 -------
Try grabbing a WINEDEBUG=+bitmap wine programname.exe >log.out 2>&1 log and 
see what it shows. The best bet would be to compile from cvs and put a 
DebugBreak(); just after the fixme, compile it, wait for it to hit, and it 
will drop into the debugger - Then do a bt to see who called who. If its 
directly from the application we are stuffed, but if its a wine dll, we can 
work backwards as to where this value came from

If size isnt a problem (!) then a +relay,+bitmap trace would be ideal, and 
grab the 1000 lines up to and including the fixme, but be warned it will be 
massive and slow to get to the fixme.

I dont mind trying to help look into this problem if you are happy to try 
various things. I dont have the software to test with so its all guessing :-)

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