Kotlin app crash when list refreshed on click
I've made an Android app that use a custom listview with an adapter, a refresh button and an onlick event for each row.My problem is that the first time that the list load all works well, but when i...
View ArticleVisio add-in crashes, Faulting module name: ntdll.dll
I have created Visio (VSTO) Com Add-in.After one of my users installed Visio 2016, Visio with the following error:"Visio is running into problems with the '[add in name]' add-in.If this keeps...
View ArticleUser.config corruption
So I've done quite a bit of research on trying to figure this issue out but can't seem 1) Reproduce the issue, but more importantly 2) Find an update-to-date solution for fixing it. It's already...
View ArticleObjects.requireNonNull error in Android Studio
The line of code crashes my app :-Objects.requireNonNull(getSupportActionBar()).hide();I don't know why, can anyone help me...?
View ArticleIs there a sureshot way to force crash a C Program?
Im trying to build an OFP file and I want my Phone to crash(In the file where i have inserted the crash) after flashing the OFP.Tried dividing by zero to create a runtime crash, but observed no crash...
View ArticleHow can I log PyQt5 sudden crashes?
I'm using PyQt5 as a GUI for my python app.Sometimes the code crashes with these types of errors:Is there a way to log these types of crashes with explanation (like error exception).
View ArticleUICollectionView compositional layout supplementary crash
I want to add separators on list-like collection view built with compositional layout. I know there is a solution in iOS 14, but I support iOS 13.I try to add separators as supplementary view to every...
View Articlecan't find tool named 'otool' in the macosx SDK or any fallback SDKs at...
I tried to analyse crash iOS app crash logs given by Apple store by using symbolicatecrash ~~~.crash and dSYM file.However, when I tried to make crash.log, I got the following error. Could you tell me...
View ArticleFlutter - work in debug mode but crash in release apk
I tried to use release apk on Android phone but the app crashed on startupI’ve tried follow solutions, but it didn’t workset minifyEnabled and shrinkResources as falsechange applicationId nameflutter...
View ArticleMy kivy project keeps crashing on my computer
I am unable to test my kivy in pythonI was expecting the app to work just finebut i it is not running wasting my valuable time and i am not able to code if anybody has an answer please let me know...
View ArticleReact Native error Unable to extract native debug metadata
I'm using react-native v0.65.1 and received a lot of errors when generating apk> Task :app:extractReleaseNativeSymbolTablesUnable to extract native debug metadata from D:\REACT...
View ArticleHow do we prevent UTM codes from crashing my website?
We have had trouble with UTM codes added to the website url. When we sent out a link with UTM codes and 50+ users visit the website our website crashes. The website contains wordpress, woocommerce and...
View ArticleMy app is closing after i pic the date , can anyone help me , i have...
This is my code and it crashes after i select the date in date picker dialogbdaybutton.setOnClickListener { view -\\\> val c = Calendar.getInstance() val cyear = c.get(Calendar.YEAR) val cmonth =...
View Articlepls help :..) code able to run on mac but not on windows ;)
this is from an personal online coursethis code is able to run on my mac but not on windows , any help would be nice:)finding number of palindrome , palindrome length , median digit distance each...
View ArticleElusive Stack Smashing error: why does my string_to_float function sometimes...
I am working with some legacy C code running on a Raspberry Pi (3, I think) running arch linux.As part of the app's start-up, it reads in a file line by line and stores each line to some custom...
View ArticleCmd crashes with exit code 1 after uninstalling anaconda
Problem descriptionI got this problem in my Win10 Pro Machine. I uninstalled Anaconda because it gaves me problem with Jupyter notebook and reinstalled it. But since then I'm unable to access Command...
View ArticleGetting error one of same devices on same android app
I am developing an application for Android platform. While I get a crash in an action on one of the identical devices, I don't get it on the other. This is my first time encountering something like...
View ArticleHow to diagnose the root cause of tomcat crash
I have a tomcat server 7.0.54 running on SUSE linux 11 SP3. It crashes occasionally. I checked the catalina.out and found the log “INFO: Stopping service Catalina” which looked like tomcat got an...
View ArticleHow do I find the line where the app crashes on SIGABRT errors?
I am developing a SwiftUI based app in Xcode and when in my LobbyView - my app crashes at different times. There is a host of the lobby and regular players.The app is hooked up to a realm database and...
View ArticleReact Native app is not running on physical device
I am running a react native app but this app is running fine on emulator but not running on physical device.App is installed successfully and opened on physical device, but on opening it shows white...
View Article