Windows error 0x00000086, 134

Detailed Error Information

IS_JOINED[1]

MessageAn attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
Declared inwinerror.h

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

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 Code134 (0x0086)

Questions

16votes
4answers

Android emulator can't be started

I've made some Android emulator device, and try to execute it. I've got the following errors: 02-18 05:46:39.070 99-99/? E/SurfaceFlinger﹕ ERROR: failed to open framebuffer (No such file or directory), aborting 02-18 05:46:39.070 99-99/? A/libc﹕ Fatal signal 6 (SIGABRT) at 0x00000063 (code=-6), thread 99 (surfaceflinger) 02-18 05:46:43.430 137-137/? E/cutils﹕ Failed [...] read more
android
android-emulator
emulation
2votes
2answers

DWARF - How to find the prologue end/epilogue start addresses of functions in a given binary?

I have an ARM binary of which I need to find exactly at which addresses its function's prologues end and the epilogues begin. In other words, I need the boundaries of the function bodies. For instance, if I have a function whose assembly is something like: 0x00000320 <+0>: push {r7, [...] read more
c
assembly
objdump
dwarf
readelf
2votes
1answer

App crash then startup for apple

I'm new of stack overflow. I have a big problem to send an app to apple. when i test my app to my iPhone 5 or simulator everything is ok but apple reject for 2 times my app, they told me that my app crash then the splash screen and [...] read more
ios6
crash
crash-reports
abaddressbook
0votes
0answers

How to correct stack location arm-none-eabi-gcc?

I try to create a bare metal code using the standard lib C. I started with an assembly code .section .isr_vector .global _Reset _Reset: B Reset_Handler /* Reset */ B . /* Undefined */ B . /* SWI */ B . /* Prefetch Abort */ B . /* Data Abort [...] read more
gcc
arm
bare-metal
linker-scripts
cortex-a
0votes
1answer

Media Foundation Custom Topology E_FAIL

I'm trying to create a Media Foundation topology. The topology captures/decodes a video stream, overlays a d3d9 surface with a custom transform, then both displays the video and saves it to a file. Topology Diagram [https://i.stack.imgur.com/DD95O.png] The source video is 1080P MPEG4/H264 and so is the destination. The custom transform [...] read more
c++
windows
ms-media-foundation
0votes
0answers

Windows Phone Listpicker crash with lumia 1520

One of my user has problem with the listpicker. The problem is only happen with his lumia 1520 (and I think also with other phone with that resolution but I can't test it). The listpicker crash when the user tap on it and it goes to full mode display in [...] read more
windows-phone-8
windows-phone-toolkit
lumia

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