Windows error 0x00002144, 8516

Detailed Error Information

DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER[1]

MessageA global group cannot have a local group as a member.
Declared inwinerror.h

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

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 Code8516 (0x2144)

Questions

0votes
1answer

Discord Bot and BeautfiulSoup webscraping project returning maximum recursion depth error

First time using Stack Overflow, so apologies if this was formatted horrendously. A few months ago, I decided to start a web scraping project in combination with the discord.py module to generate a set of 3 random songs in Dance Dance Revolution that users can request on Discord. The song [...] read more
python
beautifulsoup
discord
discord.py
0votes
1answer

iOS application failed to resume how to fix it?

i have no idea to fix this issues , any idea? Incident Identifier: 778B453C-111C-4575-919E-0C73BDD679B4 CrashReporter Key: cc6fa311f4d178cd2a1c946ced641fab87e0181d Hardware Model: iPhone2,1 Process: PantipCafe [792] Path: /var/mobile/Applications/DBFF211E-F7F2-439A-91FF-E118F476567A/PantipCafe.app/PantipCafe Identifier: PantipCafe Version: ??? (???) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2010-11-15 07:40:23.772 +0700 OS Version: iPhone OS 4.1 (8B117) Report Version: [...] read more
iphone
ios4
crash-dumps
0votes
2answers

My application doesn't open after trying to implement iAds!

I have been trying to implement iAds into my application, but this is what happens: 1.Tap on app 2.Loading Screen Displayed for a few seconds 3.App Crashes This is whats returned: > 2010-11-06 20:19:11.043 Vampire Quiz Final[99722:207] Unknown class > AdViewController in Interface Builder file. 2010-11-06 20:19:11.066 Vampire > Quiz [...] read more
iphone
iad

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