Windows error 0x00000233, 563

Detailed Error Information

INVALID_LDT_OFFSET[1]

MessageIndicates that the starting value for the LDT information was not an integral multiple of the selector size.
Declared inwinerror.h

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

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 Code563 (0x0233)

Questions

8votes
3answers

How can I use Boost.Log across DLL boundaries?

I am trying to integrate Boost.Log in a fairly large application that is composed of a main application that dynamically loads plugins from DLLs. The initial idea was to pass a logging source to plugins so that they can add log messages. However, as soon as code from a DLL [...] read more
c++
dll
boost-log
0votes
0answers

Python program airnef not working on Canon 3000D

Sadly Canon doesn't provide the EOS Utility for the Canon 3000D camera for wireless real time image transfer to computer. I'm currently attempting to use the airnef software by testcams.com, its a open source python based application. It hasn't been updated since 2016 so hence its not working for the [...] read more
python
macos
wifi
photography
0votes
1answer

Maya API [C++] - worldMatrix to translate

I'm new to Maya API/C++ in general and I'm trying to write a simple plugin. I have the relevant code pasted below but I have also attached dropbox link to a .zip if you'd prefer to download it as a package. https://dl.dropboxusercontent.com/u/40345020/inverseMatrixNode03.zip This code in particular is sampled from a [...] read more
c++
matrix
maya
matrix-inverse

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