Windows error 0xC0000020, -1073741792

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code32 (0x0020)

Questions

6votes
2answers

Activation of the Windows Store app ... failed with error 'The app didn't start'

ISSUE Unable to start any UWP app (blank app, UWP samples) in Release/x86. However, Debug/x86, Debug/x64, Release/x64 are OK. RELATED 1. Build -> Configuration Manager 2. New... 3. Copy Settings from Debug 4. Same error ERROR Visual Studio Output Symbols for ntdll.dll could not be downloaded from the Microsoft Symbol [...] read more
c#
visual-studio
windows-10
windows-10-universal
windows-10-desktop
2votes
0answers

"CL.exe" exited with code -1073741792 Visual Studio 2017

I'm trying to build of my application using VS2017, but this is returning this message: > C:\Program Files (x86)\Microsoft Visual > Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(254,5): > error MSB6006: "CL.exe" exited with code -1073741792. I tried several things, I discovered that this error code is equivalent to 0xc0000020, but I could not walk very [...] read more
c++
visual-studio
visual-studio-2017
cl.exe
1vote
1answer

Windows update wreaked havoc

I am having a weird problem that I hope I am going to describe properly. It all happened when I decided to update my Windows 7 Home. The problem is that, at reboot right after the Windows update, I receive the dreaded "missing or corrupted file". The file we are [...] read more
windows-7
windows-update
dll
0votes
0answers

Emulator: Process finished with exit code -1073741792 (0xC0000020)

For the past 2 days, I am unable to start my Emulator. It always shows Unable to locate adb. And mention the error: Emulator: Process finished with exit code -1073741792 (0xC0000020) in Event log. I tried the following steps: * Removed Android SDK Platform-Tools and installed it again (both manually [...] read more
android
android-studio
flutter
adb
0votes
0answers

Changing the way Delphi application searches system DLLs

If any dummy system DLL is placed in my application folder my application loads the dummy DLL and causes an error. For example: create version.dll in application folder and run the application will display this error: > Testscapi: TESTSCAPI.exe - Bad Image > > -------------------------------------------------------------------------------- > > D:\TESTApplications\TestSCAPI\VERSION.dll is either [...] read more
windows
delphi
operating-system
system32
dll-search-path
0votes
0answers

SFML Can't Start Application

I am running a project wich use SFML and who works perfectly fine on Linux. I am now Compiling my project on Window and it works. I am Using Cmake actually. The thing is when i start my SFML APPLICATION it just doesn't run .. I mean when i start [...] read more
c++
windows
shared-libraries
libraries
sfml
0votes
2answers

Why is Android Studio v3.0.1 not running after installing successfully?

I have installed Android Studio using the /NCRC tag by running the downloaded executable from the Command Prompt. The installation was successful. However, when I run it for the first time, I get an error (0xc0000020) studio64.exe - Bad Image Error When, I click Ok I get the following Dialog [...] read more
android
ide
android-studio-3.0
android-studio-3.1
0votes
0answers

libgcc_s_dw2-1.dll contains an error

I have been using Octave 4.03 for about a year on Windows 10 platform. All at a sudden, when I was trying to launch Octave GUI as usual, I recieved the following error message: > File libgcc_s_dw2-1.dll is either not designed to run on Windows or it > contains an [...] read more
octave
libgcc
0votes
1answer

Windows 10: WSOCK32.dll is not designed to run on Windows?

Just recently I've been getting a pop-up on my home screen every time the computer starts that says: One Drive - Bad Image C:\Windows\System32\WSOCK32.dll is not designed to run on Windows or contains an error. Error status: 0xc0000020. Does anyone know how to fix this error? read more
windows-10

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0