Windows error 0x000013D8, 5080

Detailed Error Information

CLUSTER_RESNAME_NOT_FOUND[1]

MessageThe specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.
Declared inwinerror.h

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

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 Code5080 (0x13d8)

Questions

1vote
0answers

studio.exe of Android studio does not open, Windows 10 32-Bit

I want to install Android Studio on my 32-Bit Computer running Windows 10, but studio.exe in the bin folder won't open. I've set both system variables JAVA_HOME and JDK_HOME to C:\Program Files\Java\jdk1.8.0_172\ and set PATH to C:\Program Files\Java\jdk1.8.0_172\bin\. I've also tried to run it as an administrator. I receive the [...] read more
java
android-studio
installation

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