windows turn saying powershell cannot be instantiated: common language...
So I'm facing an issue that:Windows turn on for a few min would pop up a window saying: PowerShell cannot be instantiated: common language runtime detected an invalid program. Then every-time I tried...
View Articlec program crashes when calling a function
i was trying to create a program that manages car fixing records,and everything was working fine until case 6 of this code :#include <stdio.h>#include <stdlib.h>#include...
View Articlebottom Sheet Dialog Crashing
holder.itemView.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { //handle item clicks show item details (in bottom sheet) detailBottomProduct(productModel); }...
View ArticleCrash when returning an empty Queue ADT from a function [closed]
I have a program that creates the ADT of a Queue, made with a singly linked list with pointers front to back in a template class.I have one such method in this called merge(), where it takes two queues...
View ArticleEclipse CDT with MinGW on Windows7 64bit - Debug configuration crashes [maybe...
First of all, I may have found a solution, but(!) I have no idea why it works. So I hope someone can explain what happens and maybe point out a better / right solution. Also, this might help somebody...
View Articlenew View.OnClickListener() Button Crashes the whole application
everything was fine with my application, this morning when I try to run it and press on the "Register" button the application crashes.Same goes for another button in the code.Inside the IDE (Android...
View ArticleVisual Studio 2015 crashed - what to plan for/expect if upgrading to VS 2017
VS 2015 crashed completely and shut down when I tried to insert a DataGridView.RowPostPaint event handler. After that, when I loaded VS or opened an individual project file from File Explorer, it would...
View ArticleHow to disable Execute-only Memory globally with gradle?
After migrating the project to AndroidX and app started crashing with error "Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x77b6371ff8 in tid 5378" Crashes on Samsung device with Android...
View ArticleAndroid Native Crash: /apex/com.android.runtime/lib/bionic/libc.so...
My App always crashed by the same problem but I could not find the reason.Help me please!Mostly, it appread on Android10 or Android11 devices.Stacktrace below:Process Name:...
View ArticleOpen BCI gui crashes
When im trying to start a data stream in my openbci gui, its instantly crashes and the txd starts glowing red on the usb dongle. Anyone had same problem with this? I successfully connected everything,...
View ArticleSceneDelegate.init() is being called when killing the app
I am experiencing some strange behavior in my app. Sometimes, when users kill the app, SceneDelegate.init() and scene(_:willConnectTo:options:) are called again which causes running the app init flow...
View ArticleAndroid native crash on google pixel 6P only
Receiving a crash report on developer console, happened only with google Nexus 6P(angler) Android 8.0, running fine with ASUS Zenfone, Google Nexus 5, SAMSUNG Galaxy S4, S5, S6, S7 with Android 4.3 and...
View ArticleiOS barcode scanner App crashes with no crash log
I am trying to make a barcode scanner app. As soon as the camera session begins, the app crashes within a few seconds. I am unable to find the reason behind this. and, how to fix this one.I have used...
View ArticleRecyclerView crashes the application
I was trying to practice using the Recycler in Android Studio using Java.I have made so much progress so far.When I run the application it crashes immediately, I have checked the logs and I had an...
View ArticleInteger Array in TextView
I want to display even numbers from 0 to 50 in a text view, when button is clicked.package com.example.a206_multithreading_assignment;import androidx.appcompat.app.AppCompatActivity;import...
View ArticleAndroid App crashes when pressing a Button in Kotlin
I switched from Java to Kotlin and I am completely new.I tried to make an app that calculates your age to minute.The age input is through EditText in Android Studio.Then to set your age into...
View ArticleDelphi service app crashes at a random time
I have a Delphi Service app. Indy TCP server and many clients (up to 50), ADO connection to Firebird and simply network exchange. App randomly crashes (may be workin 7 days, may be 1 hour) with next...
View ArticleBatch script hard crashing durring IF statment
I'm working on a batch script to generate text descriptions of characters for an RPG. For some reason, it's hard crashing at this line:if "%sex%" equ "male" (set title=Prince)I've tried every other...
View ArticleUBUNTU 20.04 freezes completely, nothing works [closed]
My Ubuntu 20.04 laptop freezes completely about 1-3 times a day.No response even from mouse or keyboard, the screen just remains static as it was when froze.Tried to reboot using the R.E.I.S.U.B...
View Articleerror in run a recyclerview in android project
hello in my project i have a recyclerview that it's code is belowMainActivity.javaimport androidx.appcompat.app.AppCompatActivity;import androidx.recyclerview.widget.LinearLayoutManager;import...
View Article