http://bugs.winehq.org/show_bug.cgi?id=2153
Summary: native printer drivers are ignored Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: ortylp@3miasto.net CC: ortylp@3miasto.net
I couldn't install native printer driver (HPLJ5P-family)
To reproduce:
----------------- .wine/conf: [wine] "printer=on" [Version] "Windows" = "win95" --------------------------- win.ini: [devices] ps=NAME_OF_THE_DLL,LPR:lp ---------------------------
start notepad, choose Printer Setup, choose "ps" printer, you should see err:dc:CreateDCW no driver found for L"NAME_OF_THE_DLL"
with WINEDEBUG=warn+all you get that file [...]/lib/wine/NAME_OF_THE_DLL.dll.so does not exist
As I have checked with strace, the file c:\Windows\System\NAME_OF_THE_DLL.dll is never opened nor checked for existence by wine.