Windows error 0x00000570, 1392

Detailed Error Information

FILE_CORRUPT[1]

MessageThe file or directory is corrupted and unreadable.
Declared inwinerror.h

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

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 Code1392 (0x0570)

Questions

1vote
1answer

Cross-compiled gnu for m68k, on opening core dump file gives, no core file handler recognizes the format error

Cross compiled gdb, with configure --target=m68k-linux --program-prefix=m68k- , gives error as no core file handler recognizes the format. Details: The core file is generated on a m68k devcie and the log is analyzed on the i686-pc-linux-gnu GDB version - 7.6 Any clue on this subject? > ELf format of the [...] read more
gdb
coredump
0votes
0answers

Why can't I run this Python file?

I very recently installed Python 3 on my PC and I'm trying to run this file, but I'm getting an error message: C:\Users\Anoof\Desktop\Python docs>python myexample.py Fatal Python error: initfsencoding: unable to load the file system codec ModuleNotFoundError: No module named 'encodings' Current thread 0x00000570 (most recent call first): I'm on [...] read more
python
windows
0votes
1answer

XMS.NET fails when receiving JMS message with RFH2 header at ParseJmsFolder

Our partner started using custom properties for messages being sent over IBM WebSphere MQ and our application developed using XMS.NET started to fail because of that. It turned out that the error is being thrown inside parsing the JMS envelope and inside the ParseJmsFolder method. This is the exception we [...] read more
.net
jms
ibm-mq
xms
rfh2
0votes
2answers

Why is the string specified in `LD_PRELOAD` loaded on the memory of setuid executables in RedHat 6.2?

First of all, let me tell you the context. I'm solving problems of the wargame called The lord of the BoF, which is based on RedHat Linux 6.2, which has no address space layout randomization(ASLR), NX bit, ASCII armor, etc.. And the gcc there does not make any dummy when [...] read more
linux
security
memory
ld-preload
0votes
1answer

GDB: why does memory mapping change after run?

Why does memory mapping change in GDB after run? For instance, the main function below is initially at 0x00000560 and then after run it is at 0x80000560. Is it possible to run/configure gdb the way it shows real mapping from the beginning? Reading symbols from prog...(no debugging symbols found)...done. (gdb) [...] read more
gdb
0votes
0answers

How to Troubleshoot Windows Device Class Installer Returning "Error 1392: The file or directory is corrupted and unreadable"

I am in the process of modifying an existing device driver. After making some organizational changes to the project build structure I was able to successfully compile and install the driver on a clean Windows 7 64 bit machine. I then proceeded to plug the device into the machine via [...] read more
windows
installation
driver
wdk
inf

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