crash

iPad1 memory mystery with my texture-intensive game app

感情迁移 提交于 2020-01-07 04:28:40
问题 Sorry for the vague title, but not quite sure how to summarize this one. The facts are: I have a game that's been approved by Apple and is on the App Store. It is a universal app. It uses textures designed for 320x480 on small screens, and uses larger textures (roughly four times as large) on retina and iPad screens. While developing it, I would sometimes see low-memory warnings in the console log, but after reading about these it seemed like they were often somewhat spurious/unimportant, and

Navigation and MapKit makes app crash

徘徊边缘 提交于 2020-01-07 04:23:06
问题 I have an application which used top bar navigation and a MapView. On the map view I have placed some annotations and when selecting an annotation, pressing the disclosure button to go into a subview and then going back to the MapView using the back button my application crashes. It does not give me any errors. Can anyone help me figure out why my application keeps crashing? I have made a short video showing this mysterious crash (because I'm afraid that I do not explain it very well) The

Xamarin Android - After user updates app, it crashes

可紊 提交于 2020-01-06 20:35:51
问题 So Im getting reports that after some users updated the app it wouldn't load. They could fix this easily by uninstalling the app and installing it again from the app store. Firstly I would like to know if there's a way to prevent this? And Whats the logical way to explain whats happening? I have Googled similar terms and come across apps like Facebook and Instagram which also inform the user to uninstall and reinstall that app. Im unable to replicate this and no ones reporting the crashes to

App crashing while trying to take new photo

浪子不回头ぞ 提交于 2020-01-06 20:29:50
问题 I am developing a customized camera app. when app starts camera opens there are three buttons at bottom. Capture (To take picture). Take New (return from preview to camera to take picture again.) Not using for anything. Everything works fine. pressing capture takes the picture and previews the taken picture accurately. But when I press take new button to come into camera mode from preview mode the app crashes don't have any idea what I am doing wrong. following is the code I am using. public

Subclassing MS Word's window from a VSTO add-in

元气小坏坏 提交于 2020-01-06 19:36:49
问题 I'm trying to detect some events that VSTO doesn't provide such as WM_MOVE, WM_SIZE, etc in order to adjust the position of a window. This window is created by the add-in I'm working on and should react when the Word window is changed. I've basically manage to do my task but a very annoying problem remains. Whenever I close Word it pops up its crash handler. Obviously, this has something to do with the improper disposal of the NativeWindow-based object that I use. I've placed a button in the

Eclipse Java EE debug crashes

扶醉桌前 提交于 2020-01-06 14:15:54
问题 I keep getting an error of org.eclipse.jdi.TimeoutException while waiting for packet -- occurred creating step request . When that happens I need to restart Eclipse and start all over which is very unproductive. I tried changing the Timeout settings in options but that didn't seem to help. Any ideas? 来源: https://stackoverflow.com/questions/13832879/eclipse-java-ee-debug-crashes

Eclipse Java EE debug crashes

妖精的绣舞 提交于 2020-01-06 14:15:00
问题 I keep getting an error of org.eclipse.jdi.TimeoutException while waiting for packet -- occurred creating step request . When that happens I need to restart Eclipse and start all over which is very unproductive. I tried changing the Timeout settings in options but that didn't seem to help. Any ideas? 来源: https://stackoverflow.com/questions/13832879/eclipse-java-ee-debug-crashes

Netbeans 7.1 won't open

跟風遠走 提交于 2020-01-06 12:42:24
问题 I recently installed netbeans on windows 7 x64 and it was working fine till today. The splash screen would show up and saying loading modules then just close. 回答1: I had to delete (user)/AppData/Netbeans I was fed up... It worked though :) 回答2: Just deleting the lock file at (user)/AppData/Netbeans/7.3.1/ worked for me. 回答3: It might be that your userdir is corrupted, you can test this by using a clean userdir - see http://wiki.netbeans.org/FaqAlternateUserdir 回答4: Did you update your JDK? If

hockeyapp not understand crash logs

做~自己de王妃 提交于 2020-01-06 08:38:10
问题 Im using hockeyapp to get crash reports. How can i understand at which class/method/line did my application crashed ? 回答1: To get the most use out of crash reports from HockeyApp, you should upload your dSYM symbol files to the site. This will give you fully symbolicated crash logs where it clearly states the file, method and line number where your crash is occurring. For detailed instructions on how to do that, see this support article. 回答2: Some where you set/assign image as a parameter

crash on showing UIPopOverPresentationController

旧城冷巷雨未停 提交于 2020-01-06 07:43:23
问题 *** Terminating app due to uncaught exception 'NSGenericException', reason: 'UIPopoverPresentationController (<_UIAlertControllerActionSheetRegularPresentationController: 0x1a56bd90>) should have a non-nil sourceView or barButtonItem set before the presentation occurs.' 回答1: self.dismissViewControllerAnimated(true, completion: nil) let textToShare:String = "Lets have a chat!"; let activityVC:UIActivityViewController = UIActivityViewController(activityItems: [textToShare],