Windows error 0x00000FA0, 4000

Detailed Error Information

WINS_INTERNAL[1]

MessageWINS encountered an error while processing the command.
Declared inwinerror.h

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

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 Code4000 (0x0fa0)

Questions

3votes
1answer

CriticalSection Crash while calling GetPrinterDataFromPort

This is a crash I am trying to analyze for so many days. Can anyone please help me analyzing the issue? Any help would be greatly appreciated. We have customized the Language Monitor for our printer. There is a thread that polls the printer for it's status for every minute. [...] read more
c++
winapi
printing
crash
windbg
1vote
1answer

error return without exception set on beaglebone

I am trying to build a Phasor Measurement Unit using Beaglebone Black rev 3. The following is the code. While running it gives an error as: prussdrv_open open failed Traceback (most recent call last): File "/var/lib/cloud9/pmu.py", line 36, in <module> pru.open(0) # open connection to PRU 0 SystemError: error return [...] read more
python
1vote
2answers

Analog read from all 7 inputs using PRU and a host C program for beaglebone black

I'm kinda new to the beaglebone black world running on a AM335X Cortex A8 processor and I would like to use the PRU for fast analog read with the maximum sampling rate possible. I would like to read all 7 inputs in a loop form like: while( n*7 < sampling_rate){ [...] read more
real-time
sampling
beagleboneblack
adc
0votes
3answers

Imagemagick only reading red channel

I have a TIFF-Image, which i want to convert into a JPG. While on my local machine (Ubuntu 19.10LTS), I have ImageMagick 6.9 installed, the targeted system (Alpine 3.12.4) will have 7.0 installed. I use this command to convert the image: convert 100U.TIF 100U.JPG While on my local machine the [...] read more
imagemagick
tiff
imagemagick-convert
image-conversion
imagemagick-identify
0votes
1answer

Multi-thread application hangs in printf?

I have a multi-thread windows console application. In the application, some threads' priority are set to THREAD_PRIORITY_LOWEST (-2) and the rest are set to THREAD_PRIORITY_NORMAL (0). Sometimes, the application hangs when outputting logs to console. I use Windbg to debug the application and found the hang was caused by the [...] read more
c
multithreading
windbg
0votes
1answer

Marmalade Analytics error on startup

(No reponse to this question on Marmalade's own forums, so I'm posting here.) I'm using Marmalade Analytics on iOS 7, with Marmalade 8.0. I'm using code from the sample to call IwAnalytics::Init. I don't get output from the error or ready callback (which I assume means it's failed to start [...] read more
ios
marmalade

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