Also hard no on linux, the amount of systems i have running off this single machine is staggering, i’m not fucking with that carefully crafted house of cards
I don’t remember how Jellyfin installs on Windows nowadays but if it’s just the Jellyfin tray icon executable giving you issues maybe a simple fix is just to remove it from being autostarted? This is assuming the rest of Jellyfin starts up fine without needing that tray icon in the Windows taskbar.
If that doesn’t help it might be that .NET is broken on your system. That’s a lot harder to fix unfortunately… you could try to see if the Windows add/remove programs gives you an option to re-install/fix the current .net installation but that may not help you out much.
You could also check that your Windows system files aren’t themselves broken. Google around for running SFC and DISM, offhand I typically do something like (in an elevated cmd.exe window):
sfc /verifyonlyif the above tells you there are system files to fix run
sfc /scannowRestart the computer, repeat the above until sfc tells you there’s nothing to fix.
Then run
dism /online /cleanup-image /scanhealthif the above tells you there are files to fix run
dism /online /cleanup-image /restorehealthRestart the computer, repeat the above until dism tells you there’s nothing to fix.
If none of the above fixed anything then it may be time to consider reformatting and re-installing Windows fresh.
(at home I’m on Linux myself but still support Windows systems at work every day)
Just going off tech support knowledge:
It’s a configuration parser error, according to the error window title bar. I’d start there. I would expect there’s something messed up with your configuration(s). Maybe back them up and reset to default, see if that stops it.
Given that the error is triggering in a .Net library, a repair/reinstall of those wouldn’t hurt either, but it probably won’t fix your issue.
Where would my configurations be stored?
The path is shown in the modal.
ope, it most definitely is, thanks


