ToggleButton prevents my app from starting
I am making a calculator for a minigame, everything worked fine until I added a toggleButton. The app crashes on start, but I could not find any errors.JAVA code:. . . int colorOff =...
View ArticleProblem with log file - iOS Symbolicated file - App crashes at launch
Some users report errors with my app, but I can't solve the problem. This is one of the logs they sent me.The app crash on startup on iOS 12 but on iOS 13 it works correctly. I can't identify what part...
View ArticleIn-App Purchases -- App crash with success message using SwiftyStoreKit
I use SwiftyStoreKit to create my In-App Purchase. RestorePurchases works properly but while using PurchaseProduct, App Crase with success message" Your purchase was successful." and crash displayed As...
View ArticleRead Apple crash reports without OS
So I built an app on expo with react native that run perfectly on android, I am using a Windows pc for my code and also uploaded with application uploader, So I got an an error report from apple, first...
View ArticleUnity ads working in Android but not in iOS
My Unity Ads are working fine on Android but when I test my game on iOS TestFlight, the game crashed immediately. I have checked and ensured the following:I am using the correct GameId for iOSUnityAds...
View ArticlePyGame window crashes during while loop - no error message
import pygame, sys, time, os from scripts import UltraColor from scripts import textures pygame.init() displayWidth = 1280 displayHeight = 720 black = (0,0,0) white = (255,255,255) menu = True gender =...
View ArticleApp crashed with "Fail to find supported surface info - CameraId:null" CameraX
I am using new CameraX API (alpha 5). On devices like: LGE, Samsung, Motorola, OPPO crash with message:Fail to find supported surface info - CameraId:null occur. This crashes are rare, but...
View ArticleUser control always crashes Visual Studio
I'm trying to open a user control in one of our projects. It was created, I believe, in VS 2003, and the project has been converted to VS2008. I can view the code fine, but when I try to load the...
View ArticleAndroid Studio 3.0.1 crashes repeatedly
I have used Android Studio for some time. I last updated it to version 3 and used it last about a month ago with no serious issues. After about about a month absence I ran it to edit an app. It would...
View Articleandroid Oreo Crash error
The App works on previous versions of Android but not on Oreo, its a webview using Firebase Notifications. I am a bit new to this but have been researching this error and haven't found anything that is...
View ArticleRenderThread SIGABRT
I'm receiving a native crash using a shared element transition between activities, but only for Android 8.1 and on Google devices (Pixel, Pixel 2, Nexus 6P, etc...):pid: 20499, tid: 22683, name:...
View ArticleAVAudioPlayer crash in Xcode?
When I run my app in from Xcode to my iPhone7, it crashes at this line:audioNSURL NSURL...
View ArticleCrash only caused since iOS13 which I can't reproduce
Crashlytics has been registering this crash which I can't seem to reproduce. I have looked at the code and I can't find anything that could cause this crash.What is stranger is that it has only been...
View ArticleQuestion and Answer program crashes on release build, works fine on debug build
I have made a question and answer program (Console application) with 3 questions, it works just fine in CodeBlocks 17.12 (debug build), but on the release build ( the .exe file ) it crashes without any...
View Article'throw' from within bsync.compare crashes node?
Okay. I'm sure this is going to come off as obvious and noobish. But I've only been having a go at learning express/node/react for a month or so now.I'm just trying to make a simple node signin API...
View Articleswift_initClassMetadataImpl EXC_BAD_ACCESS with Xcode 11.2.1
I recently updated to the Xcode 11 beta, and my code seems to crash at a Swift runtime function swift_initClassMetadataImpl with an EXC_BAD_ACCESS error. Is there a temporary workaround for this?Edit:...
View ArticleFatal Exception: java.lang.RuntimeException Failed to resolve attribute at...
I am using this library: com.github.sephiroth74:android-target-tooltip:2.0.4 for displaying tooltips. Min api level I support is 19 (Android 4.4+), but this library crashes on users with Android 4.4.2...
View ArticlePossible causes of Java VM EXCEPTION_ACCESS_VIOLATION?
When a Java VM crashes with an EXCEPTION_ACCESS_VIOLATION and produces an hs_err_pidXXX.log file, what does that indicate? The error itself is basically a null pointer exception. Is it always caused by...
View ArticleAndroid app crashes when trying to connect to CC receiver
Some of our users are experiencing issues with connection to the Chromecast receiver. When they select a CC device in the app from the list of available devices the app crashes. Here is the stacktrace...
View ArticleCrashing JSON Parsing Android App
Im trying to create an app that gets a json object from a url. This is proving to be unnecessarily frustrating as it keeps crashing on the activity that is supposed to load and parse the json object....
View Article