[Bug 292784] multimedia/jellyfin: Latest pkg (10.11.5) won't start
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Jan 2026 16:35:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292784
Bug ID: 292784
Summary: multimedia/jellyfin: Latest pkg (10.11.5) won't start
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bapt@FreeBSD.org
Reporter: ek@purplehat.org
Flags: maintainer-feedback?(bapt@FreeBSD.org)
Assignee: bapt@FreeBSD.org
After upgrading via pkg from 10.10.7 to 10.11.5, Jellyfin didn't appear to
start correctly. Running the command below produced output about an outdated
version of SkiaSharp:
# /usr/local/jellyfin/jellyfin --datadir /var/db/jellyfin/ --cachedir
/var/cache/jellyfin
...
[09:28:10] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses
["0.0.0.0"]
[09:28:10] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Remote IP
filter is Allowlist
[09:28:10] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Filtered
subnets: []
[09:28:10] [FTL] [9] Main: Error while starting server
System.TypeInitializationException: The type initializer for
'Jellyfin.Drawing.Skia.SkiaEncoder' threw an exception.
---> System.TypeInitializationException: The type initializer for
'SkiaSharp.SKObject' threw an exception.
---> System.InvalidOperationException: The version of the native libSkiaSharp
library (88.1) is incompatible with this version of SkiaSharp. Supported
versions of the native libSkiaSharp library are in the range [116.0, 117.0).
at SkiaSharp.SkiaSharpVersion.CheckNativeLibraryCompatible(Version
minSupported, Version current, Boolean throwIfIncompatible)
at SkiaSharp.SkiaSharpVersion.CheckNativeLibraryCompatible(Boolean
throwIfIncompatible)
at SkiaSharp.SKObject..cctor()
--- End of inner exception stack trace ---
at SkiaSharp.SKObject.GetOrAddObject[TSkiaObject](IntPtr handle, Func`3
objectFactory)
at SkiaSharp.SKImageFilter.GetObject(IntPtr handle)
at SkiaSharp.SKImageFilter.CreateMatrixConvolution(SKSizeI kernelSize,
ReadOnlySpan`1 kernel, Single gain, Single bias, SKPointI kernelOffset,
SKShaderTileMode tileMode, Boolean convolveAlpha, SKImageFilter input, SKRect*
cropRect)
at SkiaSharp.SKImageFilter.CreateMatrixConvolution(SKSizeI kernelSize,
ReadOnlySpan`1 kernel, Single gain, Single bias, SKPointI kernelOffset,
SKShaderTileMode tileMode, Boolean convolveAlpha)
at Jellyfin.Drawing.Skia.SkiaEncoder..cctor()
--- End of inner exception stack trace ---
at Jellyfin.Drawing.Skia.SkiaEncoder.IsNativeLibAvailable()
at Jellyfin.Server.CoreAppHost.RegisterServices(IServiceCollection
serviceCollection)
at Emby.Server.Implementations.ApplicationHost.Init(IServiceCollection
serviceCollection)
at
Jellyfin.Server.Program.<>c__DisplayClass13_0.<StartServer>b__0(IServiceCollection
services)
at Microsoft.Extensions.Hosting.HostBuilder.InitializeServiceProvider()
at Microsoft.Extensions.Hosting.HostBuilder.Build()
at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths,
StartupOptions options, IConfiguration startupConfig)
--
You are receiving this mail because:
You are the assignee for the bug.