-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Describe the bug
The application crashes immediately on launch, despite the required .NET Runtime (≥ 6.0) being installed. No error messages, dialogs, or log files are generated. The process terminates after a few seconds with no diagnostic output.
To Reproduce
Steps to reproduce the behavior:
Install .NET Runtime 10 (or .NET 6.0).
Install the application using the .msi installer.
Launch the application.
Observe that it closes instantly with no error message.
Expected behavior
The application should start correctly, or at minimum display an error message or produce a log that explains why it cannot run.
Screenshots
N/A — the application closes immediately without showing any UI.
Desktop (please complete the following information):
OS: Windows 10
Version: Latest release of the application (installed via .msi)
Additional context
I encountered the original prompt stating that the application required .NET Runtime 6.0 or higher. After installing both .NET 10 and .NET 6.0, the behavior remained the same. If there are hidden logs, debug flags, or a way to enable verbose output, I can provide additional details.