Windows error 0x00030201, 197121

Detailed Error Information

STG_S_BLOCK[1]

MessageThe storage operation should block until more data is available.
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
FacilityCode3 (0x003)
NameFACILITY_STORAGE[2][1]
DescriptionThe source of the error code is OLE Storage.[2][1]
Error Code513 (0x0201)

Questions

0votes
0answers

How to use Objective-C utility methods (CC3Foundation.m) from Cocos3D static library in "mm" files (Objective-C++)?

I'm building a Cocos3D application that uses Cocos3D (Objective-C static lib) and Bullet Physics (C++ static lib) in iOS. So most of my code files are ".mm" files (Objective-C++), to use both Objective-C methods and C++ functions, with "-ObjC -lstdc++" linker flags in the target build option. The problem is: [...] read more
objective-c
objective-c++
bulletphysics
cocos3d

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