http://bugs.winehq.org/show_bug.cgi?id=4397
------- Additional Comments From wine.dev@web.de 2006-24-01 16:42 ------- Hi.
I do not think, that the crash comes from winspool.
fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS
The Programm want's to enumerate all Local and Network Printers and wine support only Printers that are local to wine (visible by CUPS / LPR)
wine: Unhandled page fault on read access to 0x00000240 at address
This look like: 1. The Programm ask for a pointer to a structure and wine returns NULL 2. The Programm does not check the Result and Read a value.
The wired thing is, that the stack and almost all registers are 0
Please run: WINEDEBUG="+relay,+seh" wine 2>logfile.txt sigaowin.exe and attach the last 1000 before the crash as file to this Bug.
Is there a Demo-Version available? Please create an Entry in the Application-Database for this Programm.