Android Studio application wont start after the first time I open it
Its a simple app that manages your house plants. After i added the plant picture option the app only loads the first time I open it. if i wont add any plants it will start just fine,but when i add a...
View ArticleUsing a function closes pygame window
The following is the String class. Using the draw function from this class in my main loop immediately closes the game without any errors and as long i dont include it, the game runs fine. It does give...
View ArticleMy application won't start after the first time I open it
Its a simple app that manages your house plants. After i added the plant picture option the app only loads the first time I open it. if i wont add any plants it will start just fine,but when i add a...
View Articlestring arraies function recall crash running
i compiled below what i think, rough code:#include <iostream> #include <stdlib.h> #include <unistd.h> #include <ctime> using namespace std; string* mostraCarta1() {string*...
View ArticlePyQt5 crash instead of erroring
After re installing my machine, I've started to have python crashes while using Qt. It seems that when I create a button that runs some code, something that should throw an error crashes instead of...
View ArticleXcode 11 crashes when opening the project
I downloaded new Xcode 11 today and when I am trying to open my project, Xcode will always crash. Does anyone else experience this problem ? I have provided part of crash log. It's IDE related problem,...
View ArticleAndroid Studio debugger crashes/stops on breakpoints, when debugging on my...
After the debugger reaches the breakpoints, the app process stops and after a little time (2-3 seconds) the debugger disconnect itself. But only if i debug with my Huawei phone (EMUI 10).These are the...
View ArticleHow to detect the carsh (coredump) of System.Diagnostics.Process in C#?
How can I detect the crash (coredump) of class System.Diagnostics.Process in C#? On Linux.
View ArticleGoogleMaps SDK crashing app after modularization of project
I have a working project with GoogleMaps in it that works fine. I made a copy of that project to make the project modular and now I get an EXC_BAD_ACCESS error when I try to open the map.here is my pod...
View ArticleHow to crash R?
Is there a simple way to trigger a crash in R? This is for testing purposes only, to see how a certain program that uses R in the background reacts to a crash and help determine if some rare problems...
View ArticleApp Crashes on launching specific activity
My app crashes every time I try to launch the RegisterActivity. I have swapped out several other activities and the button launches them. Just not RegisterActivity. It is in the Manifest and there are...
View ArticleXamarin debug corrupted on newly created project causes terminating read: Bad...
This is a really weird problem. I was trying to create a sample project for a Xamarin problem I have. I created a 'blank' Xamarin project for Android, iOS and UWP and changed nothing. I ran it in...
View ArticleHow to detect the carsh (coredump) of a process launched by...
In C#, I used the class System.Diagnostics.Process to launch a process on Linux and I want to know whether the launched process is crash (these crashes that can result in coredump). How to do this?...
View ArticleException Type: EXC_CRASH (SIGABRT)
Incident Identifier: B959CD08-FA2C-4A34-8D0C-343927FF6B86 CrashReporter Key: 78e6625f679cb4cfb76f553075c64a197002c1bf Hardware Model: iPad3,1 Process: ktv [50343] Path:...
View Articlejava.lang.NoSuchMethodError: No interface method getCount() in class...
javacrash: import android.database.Cursor; Process: org.droidtv.playtv java.lang.NoSuchMethodError: No interface method getCount() in class Landroid/database/Cursor; or its super classes (declaration...
View Articlegit rebase stopped working in git for windows
I'm observing very strange crashes in git rebase. Operations that I'm performing haven't change, but their result has changed since some time ago.Instead of rebased branch I get help message from git...
View ArticleFATAL EXCEPTION: java.lang.NoSuchMethodError: No interface method getCount()...
The Stability test, I have a crash issue happen, I don't know whehter android libra whether late. the code: Cursor currentVersionCursor = null; try { currentVersionCursor =...
View ArticleQt application is crashing on other PC
Hi the application which is developed using Pyside2 is running for hours without crash on one PC but on another PC it is crashing every 30 min. Both are linux systems of same version.Following is the...
View ArticleCannot open database “dataname" requested by the login. The login failed....
I have created a windows app, But I am getting this error:Cannot open database "dataname" requested by the login. The login failed. Login failed for user.using integrated SQL Server Authentication. My...
View ArticleAfter installing react-native-screens app getting crash
After installing react-native-screens my app getting crash on building time.When I installed react-navigation 5.x. It build successfully but unable to load in emulator. It’s getting crash every time....
View Article