We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wine doesn't detect installed printers. The command export WINEDEBUG=+winspool && wine notepad &>./wine_winspool_log.txt gives this: 0009:trace:winspool:WINSPOOL_EnumPrintersW Found 0 printers 0009:trace:winspool:PRINTCAP_ParseEntry name=Deskjet_1050_J410| entry=:rm=squeekers:rp=Deskjet_1050_J410: 0009:trace:winspool:PRINTCAP_ParseEntry "Deskjet_1050_J410" 0009:trace:winspool:PRINTCAP_ParseEntry "" 0009:trace:winspool:PRINTCAP_ParseEntry Printer already exists 0009:trace:winspool:WINSPOOL_EnumPrintersW Found 0 printers 0009:trace:winspool:WINSPOOL_EnumPrintersW Found 0 printers 0009:trace:winspool:WINSPOOL_EnumPrintersW ignoring PRINTER_ENUM_CONNECTIONS 0009:fixme:winspool:WINSPOOL_EnumPrintersW We don't handle PRINTER_ENUM_CONNECTIONS 0009:trace:winspool:WINSPOOL_EnumPrintersW Found 0 printers 0009:trace:winspool:WINSPOOL_EnumPrintersW ignoring PRINTER_ENUM_CONNECTIONS 0009:fixme:winspool:WINSPOOL_EnumPrintersW We don't handle PRINTER_ENUM_CONNECTIONS
Wine doesn't load libcups.so.2 from /usr/lib32
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Wine doesn't detect installed printers.
The command export WINEDEBUG=+winspool && wine notepad &>./wine_winspool_log.txt gives this:
0009:trace:winspool:WINSPOOL_EnumPrintersW Found 0 printers
0009:trace:winspool:PRINTCAP_ParseEntry name=Deskjet_1050_J410| entry=:rm=squeekers:rp=Deskjet_1050_J410:
0009:trace:winspool:PRINTCAP_ParseEntry "Deskjet_1050_J410"
0009:trace:winspool:PRINTCAP_ParseEntry ""
0009:trace:winspool:PRINTCAP_ParseEntry Printer already exists
0009:trace:winspool:WINSPOOL_EnumPrintersW Found 0 printers
0009:trace:winspool:WINSPOOL_EnumPrintersW Found 0 printers
0009:trace:winspool:WINSPOOL_EnumPrintersW ignoring PRINTER_ENUM_CONNECTIONS
0009:fixme:winspool:WINSPOOL_EnumPrintersW We don't handle PRINTER_ENUM_CONNECTIONS
0009:trace:winspool:WINSPOOL_EnumPrintersW Found 0 printers
0009:trace:winspool:WINSPOOL_EnumPrintersW ignoring PRINTER_ENUM_CONNECTIONS
0009:fixme:winspool:WINSPOOL_EnumPrintersW We don't handle PRINTER_ENUM_CONNECTIONS
Wine doesn't load libcups.so.2 from /usr/lib32
The text was updated successfully, but these errors were encountered: