[Bug 19400] Quicken Will Maker 2007 crashes wine

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 8 09:24:38 CST 2009


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





--- Comment #8 from Nate Eldredge <nate at thatsmathematics.com>  2009-11-08 09:24:37 ---
I added a hack to PSDRV_FindPrinterInfo where, if passed a null pointer for
`name', it uses the value from an environment variable instead.  The call to
ExtDeviceMode then succeeds.  The application GlobalAlloc's and GlobalLock's a
block of the appropriate size and passes it to FindPrinterInfo with wMode ==
DM_COPY which also succeeds.  It GlobalUnlock's it, and then crashes.  Trace
attached.

It looks like this time the crash is coming from inside application code, so it
may be harder to debug.  I will probably keep looking at this when I have a
chance.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list