Windows error 0x800F0000, -2146500608

Detailed Error Information

SPAPI_E_EXPECTED_SECTION_NAME[1]

MessageA non-empty line was encountered in the INF before the start of a section.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode15 (0x00f)
NameFACILITY_SETUPAPI[2][1]
DescriptionThe source of the error code is the Setup API.[2][1]
Error Code0 (0x0000)

Questions

1vote
0answers

GCC for MIPS emits assembly label(?) with "= ."

Heyho everyone, I'm using the GCC 9.3.0 to generate Assembly files for MIPS. When looking at those assembly lines I noticed something that looks like a jump label - but it is never referenced. _ZN10FileSystem8AutoLoad9loadAsyncERKNS0_8FileListE: .frame $sp,40,$31 # vars= 0, regs= 5/0, args= 16, gp= 0 .mask 0x800f0000,-4 .fmask 0x00000000,0 [...] read more
gcc
assembly
mips
0votes
1answer

Python: Parse text file to a formatted json file

I have a text file and need to extract some information and write it into a JSON file in a formatted way. Text file: Jul 23 06:43:06 localhost : [file.download][Informational][0X1013] Attempting connection to https://fileserver/file/abcdefg Jul 23 06:43:06 localhost : [file.download][Informational][0X800F0000] CA file error Required JSON formatted way: {'Timestamp': 'Jul 23 [...] read more
python
json
parsing
0votes
1answer

IPsec Tunnel Mode - ping won't work after 15 minutes of no traffic

I have an IPsec (tunnel mode) connection which after about 15 minutes of no traffic, the ping stops working and can be resumed only if ping is initiated from the other end. The setup is made out of two routers which use Linux Openswan 1.5.13-6-g96f6187-dirty (klips) Below are the configs [...] read more
ipsec

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