Jellyfin Forum
SOLVED: Jellyfin Crashing - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Jellyfin Crashing (/t-solved-jellyfin-crashing)



Jellyfin Crashing - romi - 2024-03-18

Hello,

When this issue started I was running 10.8.11 in a Windows install through the tray app.

I'm unsure if I'm having multiple issues or one.  I believe that they're all related since one leads to the next.  The original problem that I noticed was that when I tried to sort my library by date added in descending order, Jellyfin would stop working (that's to say, stop responding or loading anything).  When I tried to Stop the app in the tray, I would get the following .Net Framework error:

Quote:See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception (0x80004005): Access is denied
  at System.Diagnostics.Process.Kill()
  at Jellyfin.Windows.Tray.TrayApplicationContext.Stop(Object sender, EventArgs e) in D:\a\jellyfin-server-windows\jellyfin-server-windows\Jellyfin.Windows.Tray\TrayApplicationContext.cs:line 288
  at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9181.0 built by: NET481REL1LAST_C
    CodeBase: file: ///C: /Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
Jellyfin.Windows.Tray
    Assembly Version: 1.2.0.0
    Win32 Version: 1.2.0.0
    CodeBase: file: ///C: /Program%20Files/Jellyfin/Server/Jellyfin.Windows.Tray.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9181.0 built by: NET481REL1LAST_C
    CodeBase: file: ///C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9220.0 built by: NET481REL1LAST_C
    CodeBase: file: ///C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9032.0 built by: NET481REL1
    CodeBase: file: ///C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.ServiceProcess
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9032.0 built by: NET481REL1
    CodeBase: file: ///C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceProcess/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9220.0 built by: NET481REL1LAST_C
    CodeBase: file: ///C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9032.0 built by: NET481REL1
    CodeBase: file: ///C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9032.0 built by: NET481REL1
    CodeBase: file: ///C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9032.0 built by: NET481REL1
    CodeBase: file: ///C: /WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

I have also noticed these errors showing up in Event Viewer.  The first appears on its own:

Quote:Faulting application name: jellyfin.exe, version: 0.0.0.0, time stamp: 0x6531c3c8
Faulting module name: ntdll.dll, version: 10.0.22621.3235, time stamp: 0xa2c4352c
Exception code: 0xc00000fd
Fault offset: 0x000000000001044e
Faulting process id: 0x0x3718
Faulting application start time: 0x0x1DA795198709419
Faulting application path: C:\Program Files\Jellyfin\Server\jellyfin.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report Id: 76fe6b3b-460e-4bed-ae90-f9283a80e7ae
Faulting package full name:
Faulting package-relative application ID:

And these show up as a pair:

Quote:Application: Jellyfin.Windows.Tray.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ComponentModel.Win32Exception
  at System.Diagnostics.Process.StartWithShellExecuteEx(System.Diagnostics.ProcessStartInfo)
  at Jellyfin.Windows.Tray.TrayApplicationContext..ctor()
  at Jellyfin.Windows.Tray.Program.Main()

Quote:Faulting application name: Jellyfin.Windows.Tray.exe, version: 1.2.0.0, time stamp: 0x88086b09
Faulting module name: KERNELBASE.dll, version: 10.0.22621.3235, time stamp: 0x2b72307b
Exception code: 0xe0434352
Fault offset: 0x0000000000065b0c
Faulting process id: 0x0x4454
Faulting application start time: 0x0x1DA794648E33C4C
Faulting application path: C:\Program Files\Jellyfin\Server\Jellyfin.Windows.Tray.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 88ab8f08-02e8-4ecb-a74d-325673d39d6b
Faulting package full name:
Faulting package-relative application ID:


When I tried to look at the logs, the only recent entry was a "Slow HTTP Response" error.

Consistently on all attempts, after the .Net Framework error occured Jellyfin would not start even if the Tray App was running and showed Jellyfin as started.

Rebooting resulted in Jellyfin running as expected about half the time, but crashing as soon as I tried to open a library and sort it again.

When I moved on to reinstalling I upgraded to 10.8.13.  I ended up reinstalling probably a half dozen times, switching between installing as a tray up, as a service, and changing the location of the Data folder or trying a fresh install without my data.  With no discernible pattern, sometimes reinstalling would get Jellyfin to launch once, and sometimes it would not.  Occassionally the Tray App itself would crash as soon as I ran it.

The last few times I was able to get into Jellyfin I stopped Scheduled Tasks from running on launch, which didn't end up benefiting the situation in any noticeable way.

The logs continued to either not show anything relevant or not log anything at all on some launch attempts.  I enabled Debug logging on coming here to make this post and got this:

Quote:[2024-03-18 12:30:32.797 -04:00] [INF] [1] Main: Jellyfin version: "10.8.13"
[2024-03-18 12:30:32.815 -04:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
[2024-03-18 12:30:32.819 -04:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
[2024-03-18 12:30:32.822 -04:00] [INF] [1] Main: Operating system: "Windows"
[2024-03-18 12:30:32.823 -04:00] [INF] [1] Main: Architecture: X64
[2024-03-18 12:30:32.825 -04:00] [INF] [1] Main: 64-Bit Process: True
[2024-03-18 12:30:32.826 -04:00] [INF] [1] Main: User Interactive: True
[2024-03-18 12:30:32.826 -04:00] [INF] [1] Main: Processor count: 12
[2024-03-18 12:30:32.827 -04:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
[2024-03-18 12:30:32.828 -04:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
[2024-03-18 12:30:32.829 -04:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
[2024-03-18 12:30:33.358 -04:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2024-03-18 12:30:33.728 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-03-18 12:30:34.597 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.1.7.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Intro Skipper_0.1.7.0\ConfusedPolarBear.Plugin.IntroSkipper.dll"
[2024-03-18 12:30:34.669 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Nick.Plugin.Jellyscrub, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Jellyscrub_1.1.1.0\Nick.Plugin.Jellyscrub.dll"
[2024-03-18 12:30:34.699 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.MergeVersions, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Merge Versions_10.8.0.2\Jellyfin.Plugin.MergeVersions.dll"
[2024-03-18 12:30:34.753 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Reports, Version=15.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Reports_15.0.0.0\Jellyfin.Plugin.Reports.dll"
[2024-03-18 12:30:34.844 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_10.0.0.0\Jellyfin.Plugin.Tvdb.dll"
[2024-03-18 12:30:34.860 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "TvDbSharper, Version=3.2.2.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_10.0.0.0\TvDbSharper.dll"
[2024-03-18 12:30:34.927 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Trakt, Version=24.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Trakt_24.0.0.0\Trakt.dll"
[2024-03-18 12:30:35.589 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2024-03-18 12:30:35.590 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]"
[2024-03-18 12:30:35.592 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2024-03-18 12:30:35.601 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]"
[2024-03-18 12:30:35.602 -04:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]"
[2024-03-18 12:30:47.126 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.1.7.0"
[2024-03-18 12:30:47.516 -04:00] [INF] [1] Nick.Plugin.Jellyscrub.JellyscrubPlugin: Attempting to inject trickplay script code in "C:\Program Files\Jellyfin\Server\jellyfin-web\index.html"
[2024-03-18 12:30:47.524 -04:00] [INF] [1] Nick.Plugin.Jellyscrub.JellyscrubPlugin: Finished injecting trickplay script code in "C:\Program Files\Jellyfin\Server\jellyfin-web\index.html"
[2024-03-18 12:30:47.525 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Jellyscrub" "1.1.1.0"
[2024-03-18 12:30:47.527 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Merge Versions" "10.8.0.2"
[2024-03-18 12:30:47.528 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Reports" "15.0.0.0"
[2024-03-18 12:30:47.529 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "10.0.0.0"
[2024-03-18 12:30:47.531 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Trakt" "24.0.0.0"
[2024-03-18 12:30:47.532 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.13.0"
[2024-03-18 12:30:47.533 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.13.0"
[2024-03-18 12:30:47.534 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.13.0"
[2024-03-18 12:30:47.535 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.13.0"
[2024-03-18 12:30:47.536 -04:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.13.0"
[2024-03-18 12:30:47.636 -04:00] [INF] [1] Main: Kestrel listening on "Any IP4 Address"
[2024-03-18 12:30:48.346 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-03-18 12:30:48.376 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Introductions" set to fire at 2024-03-19 00:15:00.000 -04:00, which is 11:44:11.6236516 from now.
[2024-03-18 12:30:48.387 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Merge All Movies" set to fire at 2024-03-19 00:00:00.000 -04:00, which is 11:29:11.6127871 from now.
[2024-03-18 12:30:48.396 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Merge All Episodes" set to fire at 2024-03-19 00:00:00.000 -04:00, which is 11:29:11.6039236 from now.
[2024-03-18 12:30:48.428 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-03-19 00:00:00.000 -04:00, which is 11:29:11.5710542 from now.
[2024-03-18 12:30:48.450 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Refresh People" set to fire at 2024-03-19 00:00:00.000 -04:00, which is 11:29:11.5496883 from now.
[2024-03-18 12:30:48.477 -04:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Keyframe Extractor" set to fire at 2024-03-19 01:00:00.000 -04:00, which is 12:29:11.5229990 from now.
[2024-03-18 12:30:48.682 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "5.1.4"
[2024-03-18 12:30:48.742 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2024-03-18 12:30:48.770 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-03-18 12:30:48.821 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemap_cuda", "tonemap_opencl", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2024-03-18 12:30:48.931 -04:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
[2024-03-18 12:30:48.952 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl"]
[2024-03-18 12:30:49.123 -04:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
[2024-03-18 12:30:49.129 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "c39e4c721aea40a2a7dfd5988f1a62cb"
[2024-03-18 12:30:49.371 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.2359182
[2024-03-18 12:30:49.373 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-03-18 12:30:49.399 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
[2024-03-18 12:30:49.635 -04:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows" ("a656b907eb3a73532e40e44b968d0225")
[2024-03-18 12:30:50.503 -04:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\ProgramData\Jellyfin\Server\data\collections"
[2024-03-18 12:30:50.504 -04:00] [INF] [12] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Media\Anime Movies (High Quality)"
[2024-03-18 12:30:50.504 -04:00] [INF] [7] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Media\Anime Movies (Low Quality)"
[2024-03-18 12:30:50.504 -04:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Media\Anime Shows (High Quality)"
[2024-03-18 12:30:50.505 -04:00] [INF] [9] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Media\Anime Shows (Low Quality)"
[2024-03-18 12:30:50.505 -04:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Media\Movies (High Quality)"
[2024-03-18 12:30:50.505 -04:00] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Media\Movies (Low Quality)"
[2024-03-18 12:30:50.506 -04:00] [INF] [20] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Media\Shows (High Quality)"
[2024-03-18 12:30:50.506 -04:00] [INF] [21] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "S:\Media\Shows (Low Quality)"
[2024-03-18 12:30:50.571 -04:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:01.1972849
[2024-03-18 12:30:50.572 -04:00] [INF] [1] Main: Startup complete 0:00:18.6589193
[2024-03-18 12:30:51.342 -04:00] [INF] [13] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "MyIP" request
[2024-03-18 12:30:51.410 -04:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Merge All Movies"
[2024-03-18 12:30:51.412 -04:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "MergeMoviesTask"
[2024-03-18 12:30:51.414 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.414 -04:00] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Merge All Movies"
[2024-03-18 12:30:51.415 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.418 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.419 -04:00] [INF] [21] Jellyfin.Api.Controllers.VideosController: Starting plugin, Merging Movies
[2024-03-18 12:30:51.420 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.423 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.424 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.426 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.427 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.429 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.430 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.431 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.433 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.434 -04:00] [WRN] [9] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-03-18 12:30:51.441 -04:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Download missing subtitles"
[2024-03-18 12:30:51.442 -04:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "SubtitleScheduledTask"
[2024-03-18 12:30:51.443 -04:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Download missing subtitles"
[2024-03-18 12:30:51.471 -04:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Scan Media Library"
[2024-03-18 12:30:51.471 -04:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Update Plugins"
[2024-03-18 12:30:51.472 -04:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "RefreshMediaLibraryTask"
[2024-03-18 12:30:51.474 -04:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask"
[2024-03-18 12:30:51.475 -04:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Scan Media Library"
[2024-03-18 12:30:51.475 -04:00] [INF] [21] Jellyfin.Api.Controllers.VideosController: Scanning for repeated movies
[2024-03-18 12:30:51.476 -04:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Update Plugins"
[2024-03-18 12:30:51.477 -04:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Download missing subtitles" Completed after 0 minute(s) and 0 seconds
[2024-03-18 12:30:51.479 -04:00] [INF] [22] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "S:\Media\Anime Movies (Low Quality)"
[2024-03-18 12:30:51.482 -04:00] [INF] [22] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "C:\ProgramData\Jellyfin\Server\data\collections"
[2024-03-18 12:30:51.482 -04:00] [WRN] [24] MediaBrowser.Controller.Entities.BaseItem: Unable to find linked item at path "S:\Media\Movies (Low Quality)\Movie1\Movie1.mkv"
[2024-03-18 12:30:51.483 -04:00] [INF] [22] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "S:\Media\Movies (Low Quality)"
[2024-03-18 12:30:51.484 -04:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
[2024-03-18 12:30:51.485 -04:00] [WRN] [10] MediaBrowser.Controller.Entities.BaseItem: Unable to find linked item at path "S:\Media\Movies (Low Quality)\Movie2\Movie2.mp4"
[2024-03-18 12:30:51.486 -04:00] [INF] [22] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "S:\Media\Anime Movies (High Quality)"
[2024-03-18 12:30:51.486 -04:00] [WRN] [21] MediaBrowser.Controller.Entities.BaseItem: Unable to find linked item at path "S:\Media\Movies (Low Quality)\Movie3\Movie3.mp4"
[2024-03-18 12:30:51.544 -04:00] [INF] [22] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "S:\Media\Anime Shows (High Quality)"
[2024-03-18 12:30:51.547 -04:00] [INF] [22] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "S:\Media\Shows (High Quality)"
[2024-03-18 12:30:51.548 -04:00] [INF] [22] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "S:\Media\Movies (High Quality)"
[2024-03-18 12:30:51.549 -04:00] [INF] [22] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "S:\Media\Shows (Low Quality)"
[2024-03-18 12:30:51.551 -04:00] [INF] [22] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "S:\Media\Anime Shows (Low Quality)"
[2024-03-18 12:30:51.553 -04:00] [WRN] [23] MediaBrowser.Controller.Entities.BaseItem: Unable to find linked item at path "S:\Media\Movies (Low Quality)\Movie4\Movie4.mkv"
[2024-03-18 12:30:51.553 -04:00] [INF] [22] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-03-18 12:30:51.557 -04:00] [WRN] [24] MediaBrowser.Controller.Entities.BaseItem: Unable to find linked item at path "S:\Media\Movies (Low Quality)\Movie5\Movie5.mkv"
[2024-03-18 12:30:51.578 -04:00] [INF] [21] Jellyfin.Api.Controllers.VideosController: All movies merged
[2024-03-18 12:30:51.579 -04:00] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Merge All Movies" Completed after 0 minute(s) and 0 seconds
[2024-03-18 12:30:51.581 -04:00] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks


Any help anyone can give would be greatly appreciated.  I assume it has to do with the SQLite errors in the Jellyfin log, but I have no idea what to do about it.


RE: Jellyfin Crashing - TheDreadPirate - 2024-03-18

The Slow HTTP response messages are harmless on their own. The SQLite warnings are a result of Jellyfin database upgrade work being prepped for future versions and they are harmless.

Backup C:\ProgramData\Jellyfin and reinstall Jellyfin, preferably upgrading to 10.8.13 since that has important security fixes. We have seen Windows updates break Jellyfin on several occasions and I suspect that is what happened here. Make sure to run the installer as admin.


RE: Jellyfin Crashing - romi - 2024-03-19

I had already tried reinstalling and upgrading to no effect.

What ended up working was removing all movie folders and adding them back one at a time. I have no idea why.