Windows error 0x000401C0, 262592

Detailed Error Information

CONVERT10_S_NO_PRESENTATION[1]

MessageUnable to convert OLESTREAM to IStorage
Declared inwinerror.h

HRESULT analysis[2]

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
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code448 (0x01c0)

Questions

4votes
0answers

Android Studio 3.1: Compiled App keeps crashing after reopening with AudioFlinger errors

I'm using Android Studio 3.1 to compile my app. It works fine on first load, but if I close the app (from the app drawer) and then re-open it, it crashes as soon as it launches, and can't ever be relaunched. Note that this is a React Native project, and [...] read more
java
android
android-studio
gradle
1vote
1answer

App running on emulator but not working on real device

Android app running completely on android emulator but when I installed it in real device then it is installed and launched perfectly but when I clicked on RecyclerView element then it stopped automatically without any error. here is the log cat: 10-07 23:59:26.109 2257-13892/? I/AudioController: internalShutdown 10-07 23:59:26.116 2257-2257/? I/MicroDetector: [...] read more
java
android
0votes
1answer

Android app is not deployed on emulator in Android Studio

I am new to working on android studio. Downloaded the latest version of Android studio, I just wrote a hello world program and when deploying it to emulator, its taking forever. I did not write any code to check if I went wrong somewhere in my coding. I can see [...] read more
android-studio
0votes
1answer

classes.dex file not found after I copied the android project from one machine to another

I have copied two android projects from one machine to another and I am trying to run the same on the emulator, but every time I am getting the same error for both of the projects. Below is the error: C:\Users\Abhi\Desktop\Ashish\IFSTA-master\app\build\intermediates\transforms\dexMerger\debug\5\classes.dex (The system cannot find the file specified) I have [...] read more
android
android-studio
dex
0votes
2answers

app crashes while retrieve downloadURL.result

As soon as I try to retrieve the downloadUrl of my upload (upload works fine) with downloadUrl.result the app crashes. The app does not crash when using downloadUrl.toString() instead but that does not give me the downloadUrl as a String. I have read through forums where people had similar problems [...] read more
android
firebase
kotlin
firebase-storage
-1votes
1answer

Finder Function not working, Base Adapter invokes NullPointer

this app has a textView for input and a button which invoke Finder function. The finder will find the input text in the array of strings and then display them in a listView. Following is the code for this scenario which is syntactically correct but at runtime, when I press [...] read more
java
android
android-studio
listview

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