[Bug 5734] winspool.drv:Nasty crash while installing Adobe Postscript printer drivers

Wine Bugs wine-bugs at winehq.org
Tue Jul 10 22:15:02 CDT 2007


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


wine.dev at web.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|wine.dev at web.de             |wine-bugs at winehq.org
             Status|NEW                         |ASSIGNED




------- Additional Comments From wine.dev at web.de  2007-10-07 22:15 -------
The installer call user32/LoadStringA and get "PSCRIPT5.DLL" from the resource.
I expect, that the Drive use some sort of self-made basename() and crash,
because no backslash was found:
EnumPrinterDrivers on windows return the Full Path for the Files and
in wine, we return only the Filename.
I'm working on a fix.

The second crash, that Louis mentioned was fixed yesterday:
SetupCloseInfFile(INVALID_HANDLE_VALUE);

-- 
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.
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list