Open MiaNettro opened 1 month ago
Fork Version: 1.99.3 (Latest version available on git-fork.com at the time of writing) Name der fehlerhaften Anwendung: Fork.exe, Version: 1.92.0.0, Zeitstempel: 0x6569fbf7
It's not the latest version
The code of the method is simple:
public static void SubscribeToSystemEvents()
{
var uiSettings = new Windows.UI.ViewManagement.UISettings();
uiSettings.ColorValuesChanged += UiSettings_ColorValuesChanged;
_uiSettings = uiSettings;
}
Not sure why it may crash on your machine.
It's not the latest version
Oh yeah, the stack trace is old. We tried it with 1.99.3 today again. Same results though so I didn't bother getting the logs from the end user. Here are the same logs but from just now and with the latest version:
Name der fehlerhaften Anwendung: Fork.exe, Version: 1.99.3.0, Zeitstempel: 0x669a4796
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 10.0.22621.3880, Zeitstempel: 0xdb9989e8
Ausnahmecode: 0xe0434352
Fehleroffset: 0x000000000005fabc
ID des fehlerhaften Prozesses: 0x0x20B4
Startzeit der fehlerhaften Anwendung: 0x0x1DB051BF0D71BF3
Pfad der fehlerhaften Anwendung: C:\Users\peter.saemann\AppData\Local\Fork\app-1.99.3\Fork.exe
Pfad des fehlerhaften Moduls: C:\WINDOWS\System32\KERNELBASE.dll
Berichtskennung: 46f0007c-584b-4b87-8720-1b7c1e173bab
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
Not sure why it may crash on your machine.
Maybe you can help us by handling the exception and introducing a default behavior for the colors? Like, Color Look and Feel things are of the least priority to us. We're happy if it would just work.
I suspect, Windows.UI.ViewManagement.UISettings.ColorValuesChanged
is trying to do an interop call with the windows API or the KERNELBASE.dll or something to register the event. Microsoft's code being like Microsoft's code, the usual.
Problem Description
Fork is unable to start for one of our end users within our organization. Every attempt results in two Windows event log entries being written, nothing more. Not even a single visible error message after executing
Fork.exe
. Same behavior when running with administrator privileges. Attempts to launch from command line do not result in any output. Deletingsettings.json
does not yield any results either.The exact same behavior occurs for the Fork installer on the same machine. It just silently quits and writes the stack trace to the event log.
Is there a workaround for this?
Ways to Reproduce
Unfortunately we didn't find a way to reproduce this behavior. It currently only occurs on that one user's machine.
Diagnostic Details
The two mentioned EventLog entries: