http://bugs.winehq.org/show_bug.cgi?id=2096
us@the-edmeades.demon.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |us@the-edmeades.demon.co.uk
------- Additional Comments From us@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 :-)