Windows error 0x000036E8, 14056

Detailed Error Information

SXS_XML_E_BADXMLDECL[1]

MessageManifest Parse Error : Invalid xml declaration.
Declared inwinerror.h

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

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 Code14056 (0x36e8)

Questions

6votes
3answers

AddressBook Crash, only with some contacts

My app crashes, it is a problem that arises from the AddressBook API, it only happens with some contacts. Here is the log: Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x00000102, 0x316ebd38 Crashed Thread: 0 Thread 0 Crashed: 0 CoreFoundation 0x00001cfe CFRetain + 90 1 AddressBook 0x00004b2c ABCMultiValueCopyValueAtIndex + 28 2 [...] read more
iphone
api
ios
addressbook
contact
5votes
1answer

How to diagnose EXC_CRASH?

A tester sent this crash file: Not sure what an EXC_CRASH is. UPDATE: I can randomly replicate it on device (never in simulator) when rotating my phone. Here is my rotation code: // Override to allow orientations other than the default portrait orientation. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { if (interfaceOrientation == UIInterfaceOrientationLandscapeLeft [...] read more
iphone
objective-c
cocoa-touch
memory
2votes
0answers

Tensorflow install from Source (Win7): bazel, python -> No module named 'encodings'

GOAL Use Python-trained (keras) model in c/c++. See section work-around for c-work-around. Compile Tensorflow from source (rev 1.0 or 1.2.1) following the instructions from https://www.tensorflow.org/install/install_windows (tensorflow already is installed via pip in python3, but I need to use it from c++, so installing from source seems mandatory) SYSTEM * win7(64) [...] read more
python
machine-learning
tensorflow
windows-7-x64
bazel
1vote
1answer

Crash involving UISearchDisplayController rotating?

My app seems to crash sometimes when I rotate the phone. ViewControllerA has a UISearchDisplayController. ViewControllerA pushes ViewControllerB onto the nav stack. Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0x000791d0 __kill + 8 1 libSystem.B.dylib 0x000791c0 kill + 4 2 libSystem.B.dylib [...] read more
iphone
objective-c
cocoa-touch
memory
uisearchbar
0votes
0answers

PyEval_RestoreThread: NULL tstate on plot.show()

import sys import pandas as pd import numpy as np import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D def plot(simulation, thresholds, simtime): fig1, (ax1, ax2, ax3) = plt.subplots(3, 1, sharex=True) fig1.set_size_inches(8, 6, forward=True) fig1.show() I tried this simple code in order to open a plot in python. But everytime I [...] read more
python
matplotlib
0votes
2answers

iPhone app crashes when coming to foreground

I have an application that is communicating to a device through the accessory port. When the device is spitting data (at a rate of one 13-byte packet every 20 ms, so not very quickly) to the iPhone, if I press the home button to send the app to the background, [...] read more
ios
background
crash
resume
suspend
0votes
1answer

ABPeoplePicker Crash for Only One Person

I have an app that only crashes for one of my tester’s - no one else’s. But it crashes consistently for her. It’s very odd. Details: She has in iPhone 4 and an iPhone 3Gs The app crashes on all OSes on BOTH phones The app crashes with all contacts [...] read more
iphone
objective-c
crash-reports
abpeoplepickerview
0votes
3answers

popViewControllerAnimated:YES crashes my app

My app crashes when I do [self.navigationController popViewControllerAnimated:YES]. It crashes more on Device than on Simulator. Please suggest how to fix this? Date/Time: 2010-11-09 10:51:41.325 +0800 OS Version: iPhone OS 4.0.1 (8A306) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000 Crashed Thread: 0 Thread 0 Crashed: [...] read more
iphone
uinavigationcontroller
crash
0votes
1answer

Crash With WebView in iPhone

I get following crash when I open a URL consecutively for 3 to 4 times in my app inside a webView. Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: EXC_ARM_DA_ALIGN at 0x0062006f Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0x0000576c OSAtomicCompareAndSwap32 + 0 1 libobjc.A.dylib 0x000066ce changeInfo(class_t*, unsigned int, unsigned int) [...] read more
iphone
objective-c
webview
uiwebviewdelegate
0votes
2answers

iPhone: App crash in MapView after 20 min

I am working on an app that tracks a users location. After about 20 minutes it seems that the app always crashes, and I am not sure why. Device logs show: Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x069f6000 Crashed Thread: 0 Thread 0 Crashed: 0 Ride 0x00012e00 -[Route [...] read more
iphone
crash
geolocation
mkmapview
exc-bad-access
0votes
1answer

Crash in UIKit UINavigationItem

I have a problem with my iPhone app, I have a crash log from a tester that i ran through symbolicatecrash but I'm still not sure what could be causing it. The crash only happens on one tester's device and I am unable to reproduce it on my device. Hardware [...] read more
iphone
ios
0votes
2answers

UIWebView is crashing at the end of loading a page that contains embedded YouTube clips in iOS 4.0x

When I load a page that contains embedded YouTube clips in a UIWebView managed by a modal UIViewController then I crash out with this stack trace: OS Version: iPhone OS 4.0.2 (8A400) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000 Crashed Thread: 0 Thread 0 Crashed: [...] read more
iphone
uiwebview
ios4
youtube

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