This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
Been looking through crash reports online, and this seems to be the main problem. Any idea what it is referring to? (Too many graphics, graphics are too heavy, etc.) I haven't had any crashes in simulator or on device, oddly. Crash log: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 [...] read more
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
I was hoping you guys could help me what is wrong with my code that is causing my app to crash on my device but not the simulator. It is a very simple app, I just have local files displayed in a UIWebView. Here is what I am using in [...] read more
my app is rejected from ap store and the reason is. 2.1: Apps that crash will be rejected We found that your app crashed on iPhone 4 running iOS 4.3.5 and i have also tested this app in iPhone 4 (ios 4.3.5) and my app not crash. but my app [...] read more
I just switched from Titanium to PhoneGap. All works well except that I have been unable to get the app to be launch-able from an email link. The iPad/iPod animates to start the app and then the app crashes. In this posting, the real app name has been changed to [...] read more
I'm trying to debug a crash but when I run symbolicatecrash against my crash log I get every method call in the stack trace except for my method calls. Here is the crash report: Incident Identifier: C3A58923-5D49-4767-A3C2-3AFFEF00DFEF CrashReporter Key: 165f7337feeb98394ab7477fc0b7280d14a16e43 Hardware Model: iPad1,1 Process: Log Jam [2862] Path: /var/mobile/Applications/625E17A7-F0FF-4109-9E62-99FE8D6C6889/Log Jam.app/Log [...] read more
I have developed an application and successfully uploaded onto the Appstore. Now I have upgraded my app and submitted the same to the AppStore, apple rejected my application saying that application is getting crashed after splash screen. When I tested the application I have not got the crash not even [...] read more
I've built an iPhone app. It works fine on the simulator and on my 4 iOS devices that run several iOS4 versions, including an iPhone 4 running iOS 4.3.3 However when I submitted it to the appstore it got rejected because apparently it crashed upon launch on an iPhone 4 [...] read more
So here's the story. I submit the app to the App Store and before I do so, I check for bugs on devices (iPhone, iPod and iPad) and simulator. When I download the app from the App Store, it crashes while opening. It is strange enough that it is happening [...] read more
I am trying to form substrings of a given string, so that both string and substring are dynamically allocated, substring is 2D array as it will contain multiple substrings. I can't figure out where I am going wrong. Error: Unhandled exception at 0x54E0F791 (msvcr110d.dll) in <filename>.exe: 0xC0000005: Access violation reading [...] read more
When i have local data defined inside a function, it gets placed into .rodata section. This means that .text section will contain relative reference (//1) to an absolute address (//2) inside the .text, which in turn points to the data (//3) inside .rodata. int function() { int a[] = {97, [...] read more
I have an application in the appstore that has been tested by apple and me. I ran it on my iPhone 4 device, iPad Simulator, iPhone Simulator and it is working properly. However, some users are reviewing that the app crashes on startup. I dont have any other informations as [...] read more
I'm seeing a particular crash on one phone that I can't replicate on other phones. I've copied the symbolicated crash file below. Has anyone else seen something like this? Can anyone shine some light on this? Incident Identifier: D679377A-67D8-4601-91D4-FEDFD4C1D5FD CrashReporter Key: 461dbf2d247a9faa589cea9165651af34e107a72 Hardware Model: iPhone3,1 Process: ThisApp [11984] Path: /var/mobile/Applications/1C70C2B3-56F6-4FD7-8298-7E58818917B7/ThisApp.app/ThisApp [...] read more
This is a crash report - its from an ad-hoc tester and I cannot find the error. As far as I can see there is an array which is outstepping its bounds (I'm looking for an objectAtIndex:x when the array only has y objects - where y<x). However this only [...] read more
My little laptop runs with MS-Windows 8 and I am not getting windows updates anymore. I looked all day for a solution and so far came up empty handed. All the solutions proposed do not explain what could really be wrong. I tried to delete the "database" that's used to [...] read more
I'm creating an ActiveX server in Delphi to replace a native DLL created in Delphi so that it can be called in .NET. (I'm a Delphi novice and more of a C# guy) The procedure prototype in the original DLL source is: procedure Log(Device: byte); StdCall; Using the design panel [...] read more
I am trying to design a COM library that uses a property to return a record. The Delphi COM Wizard allows me to create the property, but when it is compiled, I get [GENTLB Error] Project1.ridl(1): Error saving C:\Users\mark\Documents\RAD Studio\Projects\Test\Project1.tlb: Inconsistent property functions The RIDL file that is generated looks [...] read more
iPhone application is crashing on launch in the iOS 4.1 but working in later versions and iOS 4.0. This is the crash log got from the device, I am not able to point out the issue Incident Identifier: F3B50401-19DE-4E41-BFB4-C0D904D73C06 CrashReporter Key: 7df1d68c8b14e4afa43c08cf96c7221621953e69 Hardware Model: iPhone3,1 Process: POCNew [1592] Path: /var/mobile/Applications/2E4FF8FF-2AB1-4F1F-86B8-231029FB4E1D/POCNew.app/POCNew [...] read more
My app worked fine on my device but I have added features and when I test on my device (iphone 4 iOs 4.2.1), it crashes just on launching; But it works fine on simulator. I have looked for an answer to my question on the web and this forum but [...] read more
I have just released an update for my app to the app store. I tested it within the simulater and my own devices and never had an issue. I have since discovered that the updated version crashes, but only on the iPad and only from the app store The update [...] read more
My app got rejected from store and saying it's crashing. But we cannot reproduce the crash, not with simulator nor the devices. And looking at the crash report doesn't mean much. Any help or tips would be greatly appreciated. Here's the first crash report: Date/Time: 2011-04-28 19:14:10.181 -0700 OS Version: [...] read more
This crash log is from a customer using my iPad app. There are only two lines in the crash log which point to my app - Thread 0 line 19 & 20. The app works fine for most of the users but not for few others. The app is used [...] read more
Apple have sent me a crash log from an app sent for approval. Despite not crashing in all my tests in 3 devices, they say it is crashing on launch. After symbolicating the file, I get this. Looking at this and means nothing to me. I don't see where the [...] read more
Sad, sad girl needs your help=) I'm creating app to iPad. Apple send log crash that app crash launch with iPad 4.2. Can someone help how can I read this log crash?? I don't understand what is the matter with app, because previous version at iPad don't crash. That line [...] read more
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
I have been following a tutorial on making a 2d game in C++ when all of a sudden I got an error. It worked in the tutorial with all of the same code so it could be something wrong with my setup but I didn't think it would be. I [...] read more
I want to take the input from the MARS Keyboard simulator. When the user doesn't enter a character I want to print out "Please, enter a character...". If he does enter a character, I want to output that character once. This is my code: #MIPS #ND #2 a .data text: [...] read more
How I convert U+0065 to UTF-32 format ? U+0065 0000 0000 0110 0101 UTF-32 xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxxx Convert U+0065 to UTF-32: 0000 0000 0000 0000 0000 0000 0110 0101 Result in hex is 0x00000065 Is that correct ? read more
we recenty had a programmer to develop a program for us but seems to have left us in the lurch with a part functioning application. my boss isnt happy at moment as we have spent a few hundred and have nothing to show for it at the moment. can anyone [...] read more
Here is the Crash report can anyone help me identify whats actually going on.. If you need anything from me please let me know.. Thank you Date/Time: 2011-06-07 20:00:50.156 -0700 OS Version: iPhone OS 4.3.3 (8J2) Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 Crashed Thread: 0 [...] read more
I trying to figure out why my App crashes right after the start on a users iphone 3GS. He seams to be the only one who has this problems. Everbody else can use it. His iPhone is jailbreaked. My App is from the AppStore. I also uses the SafeMode: no [...] read more
i develop my application on xcode 4.1 . When i trie it with iphone 4.3 simulator , it work fine. But when i tries it on my iphone 4 , ios 4.3.3 , it crash. How can i find the problem ? i use ASIHTTPRequest, it can be the problem [...] read more
I have a customer who has submitted to me about ten crash logs, and I have symbolized the logs in XCode. I just have no idea what this means. Please help me analyze this crash log: Incident Identifier: 0E7CF1DF-B79C-4AE1-9FB3-7F13D916C844 CrashReporter Key: 0d530a5efc7ff5fff35f75efe047862f1e3ec068 Hardware Model: iPad1,1 Process: MyStocks [292] Path: /var/mobile/Applications/B120B24C-1B9A-4077-AED3-1364779DBB84/MyStocks.app/MyStocks [...] read more
Hi guys I recently added a device to my provisioning profile (an iPad) and wanted to test my application out on it. The problem is that it doesn't even start up. It just crashes right away. I can add that I did the "Upgrade current target to iPad" and it [...] read more
https://stackoverflow.com/editing-help I have developed one app for my customer. I tested it on devices(ipad/ipod touch) with ios 4.2, 4.3.2 3.1.3 under ios deployment target 3.0, 3.1.3, 4.2 Every case worked well, I sent my customer the source code project. They compiled on their mac and submitted to app store. But [...] read more
The App review board sent my app back to me due to it crashing for them (I cannot reproduce the crash). I symbolicated the log and am including it here below, want to make sure I am reading it correctly ( first time trying to decipher a crash log ). [...] read more
I'm making my app in distribution to submit it at app store but I don't know whats going wrong. I didn't change the code, the app works fine in debug mode and every functionality is working well. But, when I make adhoc distribution the app doesn't load at all just [...] read more
My application works fine on all my devices. But it crashes on clients devices. Below is the crash log. Can anyone help.. I am lost... Incident Identifier: 8C60587C-4152-4E29-A1F1-AC780B63BB45 CrashReporter Key: 09cad4f13a4c6b81b63d81504cd8b58e5eea4fd7 Hardware Model: iPhone3,1 Process: cadoinpiedi [73] Path: /var/mobile/Applications/4074DCAE-E48F-443A-9215-1498C2940984/cadoinpiedi.app/cadoinpiedi Identifier: cadoinpiedi Version: ??? (???) Code Type: ARM (Native) Parent Process: [...] read more
I loaded an application to app store and they sent me an email telling me that the application crashes, but I run it on debug and release mode and it works, do you know what could be the problem?. They said that they did the next: 1. launch app 2. [...] read more
Basically, imagine this. I have an iPad, a Windows computer with the Apache HTTP server which is hosting an XML file, and a Wi-Fi network that connects them both together. The XML parser I'm using is NSXMLParser. In my - (void)parseXMLFileAtURL method this is my code. NSError * error; NSURLResponse [...] read more
I released an update to one of my apps recently. This update made some small changes to the data structure, which is causing problems for some people. I have got a hold of some crash reports and narrowed it down to the line in question, but for the life of [...] read more
Im using Visual Studio 2012 using Visual C++, I have been trying to load a bitmap from my resources Like this: HRESULT DemoApp::CreateDIBFromResource(HWND hWnd, HINSTANCE Instance, LPCWSTR ImageID) { HRESULT hr = S_OK; HBITMAP bitmap = (HBITMAP)LoadBitmap(GetModuleHandle(0), MAKEINTRESOURCE(ImageID)); return hr; } and calling the function like this if(SUCCEEDED(CreateDIBFromResource(hWnd, NULL, MAKEINTRESOURCE(IDB_BACKGROUND)))) [...] read more
I just did an update of my application to app-store and after approval i downloaded it and it crashed. I have not seen any problem during testing at all. One thing that could be a problem is that i lowered the approved IOS release from 4.2 to 4.0, maybe that [...] read more
my app was rejected for a crash that i didn't notice on the simulator. Here are the logs, (already imported on XCode > Organizer ) can someone help me with this? Incident Identifier: 88AD655D-3540-419C-A883-EFCEEB8CFE16 CrashReporter Key: 6b6d313765323bdd8ad35c9b99c487d423fd70ab Hardware Model: iPad2,2 Process: MyApp [7983] Path: /var/mobile/Applications/F9B518BA-1F72-449C-B584-45E77ECB9CB8/MyApp.app/MyApp Identifier: MyApp Version: ??? (???) [...] read more
My application works perfectly in my personal iphone. I sent it to the appstore and they say it crashes while connected to a WiFi or 3G network. Does it make sense? DOnt know what to do. This is the log > > Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x00000000, 0x00000000 [...] read more