Windows error 0x00000705, 1797

Detailed Error Information

UNKNOWN_PRINTER_DRIVER[1]

MessageThe printer driver is unknown.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070705.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1797 (0x0705)

Questions

1vote
1answer

Error when attempting to install network printer/driver using PrintUI command

I receive the following error when attempting to install a TCP/IP printer using PrintUI: > "Operation could not be completed (error 0x00000705). Windows cannot locate a > suitable printer driver. Contact your administrator for help locating and > installing a suitable driver." This is the command line I'm using to [...] read more
drivers
printer
command
printing
0votes
1answer

Installing PS printer on Windows 8

I have to install PS printer on Windows 8 machine. I am installing it on Windows 7 machine by following parameters to rundll32.exe following command: printui.dll,PrintUIEntry /if /b "MyPrinter" /f %win%\inf\ntprint.inf /r "FILE:" /m "Gestetner C7640nD PS" Its installing printer on Windows 7 successfully. But on Windows 8 its giving [...] read more
windows-8
drivers
printer
0votes
2answers

why isn't awk printing all records?

$ awk --version GNU Awk 3.1.7 Here is my input: $ cat haldvr.txt StorageHandle: 0xDEADBEAFDEAD0001 av files count: 3 record[0]: id: 0xB91EDF42 name : '' time_cr : 0x5B0F5722 size_bytes : 0x000000007249D25C size_seconds : 0x00000705 bit_rate : 0x00000000 attributes : 0x00000004 record[1]: id: 0x8F65A842 name : '' time_cr : 0x5B060E92 size_bytes [...] read more
awk
-2votes
1answer

How to know about all the files which are compiled together to make an executable?

We are looking for an procedure through which we can easily list down all the file which are compiled together to make an executable. Use Case : Suppose, We have large repository and we want to know what all are the files existing in repository which are compiled to make [...] read more
gdb
decompiler

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0