http://bugs.winehq.org/show_bug.cgi?id=19400
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2009-07-21 18:31:16 --- Created an attachment (id=22517) --> (http://bugs.winehq.org/attachment.cgi?id=22517) Quicken WillMaker Plus 2007 relay log (lzma compressed)
I'm confirming with wine-1.1.26-82-gda86ab7. The backtrace is:
Backtrace: =>0 0xb7cdd07a strcmp+0xa() in libc.so.6 (0x0032f448) 1 0x7dd974d2 PSDRV_ExtDeviceMode+0x22(lpszDriver=0x0, hwnd=0x7dd80000, lpdmOutput=(nil), lpszDevice=0x0, lpszPort=0x0, lpdmInput=(nil), lpszProfile=0x0, dwMode=0) [/home/andrew/wine-git/dlls/wineps.drv/driver.c:338] in wineps (0x0032f508)
Since dwMode is zero, it seems that Quicken WillMaker Plus is trying to query for the size of the driver's DEVMODE structure, but is passing in NULL arguments that wineps.drv expects to be non-NULL. The crash can be worked around by preventing wineps.drv from loading.