jellyfin / jellyfin-server-windows

The Windows tray app and installer for Jellyfin Server on Windows.
https://jellyfin.org
MIT License
80 stars 27 forks source link

10.8.1 Installer didn't terminate the existing instance correctly #65

Closed vsviridov closed 3 months ago

vsviridov commented 2 years ago

Upgrading from 10.8.0 to 10.8.1 using the installer yielded following error: image

After looking in the process manager, some residual instances of jellyfin.exe were still running, which prevented the installer from continuing. The tray icon was missing after the installer offered to shut down existing instance.

After killing the manually the installation completed.

anthonylavado commented 2 years ago

Hrm, I don't believe we actually have any code in the installer to close the tray app or server process at all actually.

Edit: If it's running as a service it will stop it, but not in user mode. We'll need to add that.

nielsvanvelzen commented 2 years ago

Two related Reddit posts today of users that tried to update:

anthonylavado commented 3 months ago

Staring with 10.9, you do get a warning if Jellyfin is running, and the install will stop before anything happens.