[Bug 5734] winspool.drv:Nasty crash while installing Adobe
Postscript printer drivers
Wine Bugs
wine-bugs at winehq.org
Fri Sep 15 05:20:19 CDT 2006
http://bugs.winehq.org/show_bug.cgi?id=5734
xerox_xerox2000 at yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine.dev at web.de
Component|wine-loader |wine-gdi-(printing)
Summary|Nasty crash while installing|winspool.drv:Nasty crash
|Adobe Postscript printer |while installing Adobe
|drivers |Postscript printer drivers
------- Additional Comments From xerox_xerox2000 at yahoo.co.uk 2006-15-09 05:20 -------
hi, i was able to get to the next two windows by following dumb hack:
diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c
index d00192c..87baef5 100644
--- a/dlls/winspool.drv/info.c
+++ b/dlls/winspool.drv/info.c
@@ -4306,7 +4306,7 @@ BOOL WINAPI EnumPrinterDriversA(LPSTR pN
RtlFreeUnicodeString(&pNameW);
RtlFreeUnicodeString(&pEnvironmentW);
- return ret;
+ return FALSE;//ret;
}
It then crashes in a window where you have to configure your printerport. As i
have no printer installed it's likely to crash i guess. Maybe Detlev could have
a look at this bug.
Maybe Detlev could have a look
--
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