[Bug 4397] Application doesn't start: fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS

Wine Bugs wine-bugs at winehq.org
Tue Jan 24 16:42:42 CST 2006


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





------- Additional Comments From wine.dev at 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.

-- 
By by ... Detlef



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