Crash of application using CameraX : java.lang.IllegalArgumentException
I'm building an application that recognize basic emotions on user's face.For this app, I'm using CameraX and Firebase.When I want to launch an activity that uses CameraX, the app is crashing, and I...
View ArticleI am recently getting crash in FrameLayout.java line 525...
Please check the stack trace anyone has an idea?It seems the crash is from different android OS versions so may me it id, not OS related issue. Fatal Exception: java.lang.NullPointerException: Attempt...
View ArticleNSTaggedPointerString setContentInset: unrecognized selector sent to instance
I am doing some manipulation over NSAttributedString, but application is crashing randomly. I am sure it is not because of Attributed string because application is crashing for some devices only (and...
View Article(:0) Crashes
I have an app that on production crashes and the logs that I get are SIGTRAP(TRAP_BRKPT) (:0).I tried to reproduce the crash but I wasn't able to. I wanted to know what can I do in order to catch those...
View ArticleWhy is my Unity game crashing when i load up my second scene for the first time?
When I open the game on my phone and press the play button the second scene gets loaded up, however the second it is loaded the game crashes. The game is running perfectly fine in the editor or in a...
View Articlejava corrupted double-linked list when use tesseract
I'm using tess4j OCR library to recognize text from images.Image comes to server -> recognize -> result of operation send in responseWhen server works with list of images it crashes on the one...
View Articleionic app crash when loading image with imagepicker
I am trying to load images with my ionic 3 app, using image-picker plugin.here is the content of my package.json file :{"name": "app name","version": "0.0.1","author": "Ionic Framework","homepage":...
View ArticleAfter I tried to add AWS Amplify into my backend, it kept crashing my project...
Here is my logcat:https://i.stack.imgur.com/6jETf.pngI am not trying to add any audio functions, but it seems like the error messages in logcat are pointing to that? How do I fix this so my app doesn't...
View ArticleMySQL Workbench crash on start on Windows
I`ve just installed my MySQL Workbench and it crashes on start and i really dont know what to do with it. Error codes from Event Log : Application ErrorApplication that causes trobule:...
View ArticleXamarin Forms - IOS app not starting, blue launching screen then crash [closed]
I have a Xamarin forms application. Natively, there is no code written for IOS or Android. When I run the application on an Android simulator it works fine. But when I run it on IOS, it starts the app,...
View ArticleiOS Distribution signing - Crash on startup on non-debug builds
I'm having a very weird problem happening with my iOS signing with which I've been struggling for a while.It goes like this: - sign an app with a development certificate/profile, and run it on a...
View ArticleAndroid find error source without stacktrace
My application crashes without any kind of stacktrace, the only thing logcat reports is:[...] --------- beginning of crash2020-04-20 04:20:00.000 21639-21639/com.company.android E/AndroidRuntime: FATAL...
View Articlepython3 crashes because of conflicting (?) modules
My goal is to write an appsrc application that gets frames from an USB camera and injects them into a gstreamer pipeline.As starting point, I’m using this example...
View ArticleSwift - Unexpectedly found nil on a strong constraint when minimizing...
The constraint in question is defined as: @IBOutlet var heightConstraint: NSLayoutConstraint!The function that is failing is setting the constant to 300 as follows:private func changeHeight() { ......
View ArticleUnity crashes as the program goes through WaitForSeconds the last time
i have a strange problem. My Code works fine. Everything works as it should until it goes the last time through a foreach loop. The code:public List<string> waveInput = new List<string>();...
View ArticleHyperledger Fabric - How to clear out the DEV environment after each...
Fabric 1.4.3 version. Blockchain network with 1 Oderer (solo) + 1 Org, running on Docker.Trying to instantiate chaincode, due to PANIC error on PEER0, and peer crashes.Impossible to instantiate...
View ArticleCoroutine causes crash in unity
I added following function to my script and it causes crash in unity.public void AddCurrentFrameToVideo(){ _addFrameFunctionHasBeenCalled = true; using (var encoder = new MediaEncoder(encodedFilePath,...
View Articlereact native mapbox gl - crash on Android
I'm facing this issue, can't find the solution yet.I'm using @react-native-mapbox-gl/maps for my app.This is reported from firebase crashlytics.Fatal Exception: java.lang.NullPointerException Attempt...
View ArticlePhotos Framework crash: 'This application is not allowed to access Photo data.'
App crashes if photo access permission is not granted and the object which asked for permission is about to deallocate.Apple's sample code (for Photos framework) crashes too.My app crashes with...
View ArticleAndroid app development - Native crash Randomly --Abort message: 'ubsan:...
I created the application which connects socket to get some data, this application needs to non-stop to running and refresh data when getting web socket broadcast.But when the application runs around...
View Article