Windows error 0x80070707, -2147023097

Detailed Error Information

INVALID_SEPARATOR_FILE[1]

MessageThe specified separator file is invalid.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1799 (0x0707)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000707.

Questions

8votes
1answer

Faster assembly optimized way to convert between RGB8 and RGB32 image

I'm trying to find an assembly optimized method for RGB8 to RGB32 image conversion. Source is an 8 bits grey image, Destination should be an 32 bits grey image (BGRA) with 4th channel (alpha) to be ignored. Source address is not guaranteed to be 16 byte aligned, Count is a [...] read more
visual-c++
optimization
assembly
x86
sse
2votes
0answers

Issue with printer installation using GPP and printer separator file "pcl.sep"

We have a Kyocera CS 5551 ci printer that is shared on a server. The shared printer is configured to use the standard pcl.sep separator file and it has always worked. About 4 or 5 months ago if not earlier (possibly before my time in this environment) the printer no [...] read more
group-policy
printer

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