Windows error 0x00003AAE, 15022

Detailed Error Information

EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL[1]

MessageThe requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation.
Declared inwinerror.h

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

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 Code15022 (0x3aae)

Questions

0votes
3answers

first iphone app crashing for unknown reason

hi my app is crashing for no reason, it works very well on simulator however on IPhone 3g it crashes often. please help! below is the crash log from organizer window. Incident Identifier: FE1D3406-8138-48E7-A107-62CA8346196F CrashReporter Key: 896b2dc2588b18c140389cba404a81a4451a703c Hardware Model: iPhone1,2 Process: Assistant [2521] Path: /var/mobile/Applications/D22CFF35-98CE-4955-8A66-7C7BC615766B/Assistant.app/Assistant Identifier: Assistant Version: ??? (???) [...] read more
iphone
crash
logging
3g

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