Windows error 0x000013E0, 5088

Detailed Error Information

CLUSTER_NODE_ALREADY_HAS_DFS_ROOT[1]

MessageA DFS root already exists in this cluster node.
Declared inwinerror.h

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

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 Code5088 (0x13e0)

Questions

16votes
1answer

Python crash with minimal Cython module (Python3, Anaconda3, Windows7)

I try to use Cython with Python3 (Anaconda3) under Windows 7. After having solved a bug in distutils by editing the file cygwinccompiler.py (cf. Building minimal cython file with python 3.3 (Anaconda) under windows 7), modules can be built without any problems: C:\path\testcython> python setup.py build running build running build_ext [...] read more
python-3.x
windows-7
cython
anaconda
1vote
0answers

PyVisa: broken characters when reading from GPIB

(This is probably the wrong forum, so I started an issue on GitHub: https://github.com/pyvisa/pyvisa/issues/254) I try to control a Keithley instrument by using GPIB in python. Basically the communication works but when reading from the instrument often characters are broken. E.g.: rm = visa.ResourceManager() inst = rm.open_resource('GPIB0::5::INSTR') inst.write_termination = '\n' [...] read more
visa
gpib
pyvisa

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