13,300 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
96
views
iOS App Crashes on Launch After Upgrading React Native to 0.77.3 - New Architecture Incompatibility
I'm encountering a critical issue after upgrading my React Native app to version 0.77.3. The iOS app builds successfully in Xcode but crashes immediately upon launch. The crash appears to be related ...
1
vote
0
answers
58
views
MacOS Bus Error and app crash when using PyQt6
I've been hobby writing a little budget tool for myself over the last few months, and have finally gotten some ok functionality. Decided to polish it a bit and make it act more like a GUI app.
Running ...
-1
votes
1
answer
122
views
Cline AI Extension History Not Loading (in VS Code): Empty taskHistory.json and large task context (>10MB)
I’ve been using the Cline VSCode extension (formerly claude-dev) for several months with hundreds of tasks. The extension panel suddenly blanked out during an active session. After restarting VSCode, ...
0
votes
0
answers
62
views
Swiping UIPageViewController results in NSInternalInconsistencyException when padding is applied
I have an InfinitePager implementation that uses UIPageViewController under the hood. It works all good when the InfinitePager is taking up the full height of the screen. However, if it's not full ...
0
votes
0
answers
186
views
WebView2 control in an UWP app crashes the entire console on Xbox One
Long story short: an app with a WebView2 crashes the entire system if run on a retail Xbox One
I'm having this strange issue. The crash is not just the app closing, is the entire console that restarts ...
1
vote
0
answers
109
views
MmCopyMemory Fails (BSOD) When Writing to User Mode from Kernel Mode Driver on Windows 11
I'm trying to write to a user mode process by basically patching the user mode code section from a kernel mode driver on Windows 11. Here is my code:
// function declaration
NTSTATUS ...
0
votes
0
answers
79
views
package appears to be invalid: Attempt to read from field 'java.lang.String android.content.pm.PackageInfo.packageName' on a null object reference
I've got an Android Studio app that updates itself when new versions come out.
The update uses just fine on a few different older android versions except on Android Version 13.
I'm using a ...
1
vote
1
answer
121
views
Why does this Qt program that creates multiple QApplication objects crash unless I reset a dead local variable?
Program
If the following program is run on Windows with a single command-line
argument, it will crash:
# threading-crash.py
"""Reproduce a crash involving Qt and threading""&...
1
vote
2
answers
287
views
iOS app crashes with reason "The view should already be in the window before adding a _UIPassthroughScrollInteraction'" on iOS 26
I am getting a random crash in my app when running on a simulator while opening a view in a navigation stack. Running under iOS 26 SDK on a simulator with iOS 26.
Posting here in case someone else ...
2
votes
0
answers
354
views
libreact_featureflagsjni.so Not Found – React Native App Crashes on Startup
Issue: Android app crashes on launch with dlopen failed: library "libreact_featureflagsjni.so" not found after migrating for 16 KB page size with React Native 0.77.0
Context
I am upgrading ...
1
vote
1
answer
109
views
Aws::ShutdownAPI crashes when called by shared_ptr
I am designing a library where I need AWS SDK for S3 and Kinesis as wrapped sub-components. In an executable, Aws::InitAPI() and Aws::ShutdownAPI() can be called once, so I am trying to design a ...
0
votes
1
answer
48
views
FATAL: driver shader binary file not found
My app is working as expected till iOS18 but crashing on iOS 26 with below error
AGX: AGX: agxa_device_template.hpp:1467:setupCompiler: *** FATAL: driver shader binary file not found in (null) for ...
0
votes
0
answers
121
views
Excel VBA: WorkbookConnection.Refresh crashes on Windows but works on Mac - Power Query issue
Problem:
My Excel VBA application crashes during Power Query connection refresh. The exact same code and file work perfectly on Mac but show inconsistent behavior across Windows machines with similar ...
0
votes
0
answers
42
views
App crashes on startup after update due to FlutterCallbackInformation being null (WorkManager crash in DartExecutor)
I'm using the workmanager Flutter plugin (workmanager: ^0.8.0) to perform background tasks, and I'm encountering the following crash when the background task is triggered:
NullPointerException in `...
1
vote
0
answers
27
views
Why Blazor WebApp signalR crashes when large string is sent to UI?
While sending a large file data, streamed as a string from my backend to frontend, the blazor app crashes with the attempting to reconnect to server error. The app crashes when the file is loaded as a ...