• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting 10.11 cannot stay running

     
    • 1 Vote(s) - 5 Average

    10.11 cannot stay running

    constant server crashes
    gerardwood
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Dec
    Reputation: 0
    Country:United Kingdom
    #24
    Yesterday, 11:04 AM
    I've been following this thread for a while, since I'm experiencing the same problem - after upgrading from 10.10.7 to 10.11.2 (and then subsequent minor versions, and currently to the latest unstable version), I'm seeing jellyfin.exe crashing roughly every 18 hours or so.

    The jellyfin log doesn't tell me much, apart from that it crashes immediately after a database optimization - it appears to be after every second optimization after restarting the server. The log, up to the crash has the following (nothing prior to this for 6 hours):

    Code:
    [2025-12-07 00:06:25.436 +00:00] [INF] [30] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "G:\Music Video"
    [2025-12-07 00:06:25.489 +00:00] [INF] [30] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "C:\Users\gerar\Pictures"
    [2025-12-07 00:06:25.492 +00:00] [INF] [30] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "G:\TV"
    [2025-12-07 00:06:25.527 +00:00] [INF] [30] Emby.Server.Implementations.Library.LibraryManager: Validating media library
    [2025-12-07 00:06:30.189 +00:00] [WRN] [30] MediaBrowser.Controller.Entities.BaseItem: Library folder "C:\ProgramData\Jellyfin\Server\data\playlists" is inaccessible or empty, skipping
    [2025-12-07 00:06:31.015 +00:00] [WRN] [31] MediaBrowser.Controller.Entities.BaseItem: Library folder "C:\ProgramData\Jellyfin\Server\data\playlists" is inaccessible or empty, skipping
    [2025-12-07 00:07:00.381 +00:00] [INF] [23] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Media Segment Scan" Completed after 0 minute(s) and 34 seconds
    [2025-12-07 00:07:26.439 +00:00] [INF] [23] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db...
    [2025-12-07 00:08:18.104 +00:00] [INF] [23] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: jellyfin.db optimized successfully!
    [2025-12-07 00:08:18.107 +00:00] [INF] [23] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Optimize database" Completed after 0 minute(s) and 51 seconds

    Windows Event Viewer then has:

    Code:
    Log Name:      Application
    Source:        Application Error
    Date:          07/12/2025 00:09:06
    Event ID:      1000
    Task Category: Application Crashing Events
    Level:        Error
    Keywords:     
    User:          GPW-PC64\gerar
    Computer:      GPW-PC64
    Description:
    Faulting application name: jellyfin.exe, version: 10.12.0.0, time stamp: 0x68f20000
    Faulting module name: coreclr.dll, version: 9.0.1125.51716, time stamp: 0x68f2d06e
    Exception code: 0xc00000fd
    Fault offset: 0x0000000000155f2f
    Faulting process id: 0xB78
    Faulting application start time: 0x1DC66A7EEA4253A
    Faulting application path: C:\Program Files\Jellyfin\Server\jellyfin.exe
    Faulting module path: C:\Program Files\Jellyfin\Server\coreclr.dll
    Report Id: a42dec36-3fd0-40ef-ad01-ed9064c7fc10
    Faulting package full name:
    Faulting package-relative application ID:
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" Guid="{a0e9b465-b939-57d7-b27d-95d8e925ff57}" />
        <EventID>1000</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>100</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2025-12-07T00:09:06.4447520Z" />
        <EventRecordID>72157</EventRecordID>
        <Correlation />
        <Execution ProcessID="19792" ThreadID="11660" />
        <Channel>Application</Channel>
        <Computer>GPW-PC64</Computer>
        <Security UserID="S-1-5-21-4036402865-2456412254-1170976553-1001" />
      </System>
      <EventData>
        <Data Name="AppName">jellyfin.exe</Data>
        <Data Name="AppVersion">10.12.0.0</Data>
        <Data Name="AppTimeStamp">68f20000</Data>
        <Data Name="ModuleName">coreclr.dll</Data>
        <Data Name="ModuleVersion">9.0.1125.51716</Data>
        <Data Name="ModuleTimeStamp">68f2d06e</Data>
        <Data Name="ExceptionCode">c00000fd</Data>
        <Data Name="FaultingOffset">0000000000155f2f</Data>
        <Data Name="ProcessId">0xb78</Data>
        <Data Name="ProcessCreationTime">0x1dc66a7eea4253a</Data>
        <Data Name="AppPath">C:\Program Files\Jellyfin\Server\jellyfin.exe</Data>
        <Data Name="ModulePath">C:\Program Files\Jellyfin\Server\coreclr.dll</Data>
        <Data Name="IntegratorReportId">a42dec36-3fd0-40ef-ad01-ed9064c7fc10</Data>
        <Data Name="PackageFullName">
        </Data>
        <Data Name="PackageRelativeAppId">
        </Data>
      </EventData>
    </Event>

    This error has been consistent through the various 10.11 (and "10.12") releases.

    If it's useful, here's the jellyfin log after I restart the server:

    Code:
    [2025-12-07 09:42:44.667 +00:00] [INF] [2] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
    [2025-12-07 09:42:48.953 +00:00] [INF] [9] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "all interfaces"
    [2025-12-07 09:42:49.093 +00:00] [INF] [9] Main: Jellyfin version: "10.12.0"
    [2025-12-07 09:42:49.101 +00:00] [INF] [9] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
    [2025-12-07 09:42:49.107 +00:00] [INF] [9] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
    [2025-12-07 09:42:49.110 +00:00] [INF] [9] Main: Operating system: "Microsoft Windows 10.0.26100"
    [2025-12-07 09:42:49.112 +00:00] [INF] [9] Main: Architecture: X64
    [2025-12-07 09:42:49.114 +00:00] [INF] [9] Main: 64-Bit Process: True
    [2025-12-07 09:42:49.116 +00:00] [INF] [9] Main: User Interactive: True
    [2025-12-07 09:42:49.118 +00:00] [INF] [9] Main: Processor count: 4
    [2025-12-07 09:42:49.119 +00:00] [INF] [9] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
    [2025-12-07 09:42:49.121 +00:00] [INF] [9] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
    [2025-12-07 09:42:49.123 +00:00] [INF] [9] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
    [2025-12-07 09:42:49.125 +00:00] [INF] [9] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
    [2025-12-07 09:42:49.127 +00:00] [INF] [9] Main: Temp directory path: "C:\Users\gerar\AppData\Local\Temp\jellyfin"
    [2025-12-07 09:42:49.129 +00:00] [INF] [9] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
    [2025-12-07 09:42:49.131 +00:00] [INF] [9] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
    [2025-12-07 09:42:49.173 +00:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server\data"` (Fixed) successfully checked with "229.8GiB" free which is over the minimum of "2GiB".
    [2025-12-07 09:42:49.178 +00:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server\cache"` (Fixed) successfully checked with "229.8GiB" free which is over the minimum of "2GiB".
    [2025-12-07 09:42:49.181 +00:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"C:\ProgramData\Jellyfin\Server"` (Fixed) successfully checked with "229.8GiB" free which is over the minimum of "2GiB".
    [2025-12-07 09:42:49.296 +00:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
    [2025-12-07 09:42:49.945 +00:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=C:\ProgramData\Jellyfin\Server\data\jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True"
    [2025-12-07 09:42:49.956 +00:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
    "PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;
    "
    [2025-12-07 09:42:49.961 +00:00] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [2025-12-07 09:42:50.252 +00:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
    [2025-12-07 09:42:53.278 +00:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage PreInitialisation.
    [2025-12-07 09:42:53.333 +00:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
    [2025-12-07 09:42:53.536 +00:00] [INF] [9] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [2025-12-07 09:42:54.419 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\DLNA_10.0.0.0\Jellyfin.Plugin.Dlna.dll"
    [2025-12-07 09:42:54.424 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Model, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\DLNA_10.0.0.0\Jellyfin.Plugin.Dlna.Model.dll"
    [2025-12-07 09:42:54.478 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Playback, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\DLNA_10.0.0.0\Jellyfin.Plugin.Dlna.Playback.dll"
    [2025-12-07 09:42:54.483 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Rssdp, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\DLNA_10.0.0.0\Rssdp.dll"
    [2025-12-07 09:42:54.613 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Tvdb, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_20.0.0.0\Jellyfin.Plugin.Tvdb.dll"
    [2025-12-07 09:42:54.630 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Tvdb.Sdk, Version=4.7.10.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\TheTVDB_20.0.0.0\Tvdb.Sdk.dll"
    [2025-12-07 09:42:54.789 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["::1/128", "fe80::/10", "fc00::/7", "127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2025-12-07 09:42:54.795 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [2025-12-07 09:42:54.798 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["::1/128", "fe80::/10", "fc00::/7", "127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2025-12-07 09:42:54.805 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["192.168.0.3", "127.0.0.1", "::1"]
    [2025-12-07 09:42:54.809 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["::"]
    [2025-12-07 09:42:54.811 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
    [2025-12-07 09:42:54.813 +00:00] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [2025-12-07 09:42:57.613 +00:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=C:\ProgramData\Jellyfin\Server\data\jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True"
    [2025-12-07 09:42:57.617 +00:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
    "PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;
    "
    [2025-12-07 09:42:57.619 +00:00] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [2025-12-07 09:42:57.627 +00:00] [INF] [9] Main: Prepare system for possible migrations
    [2025-12-07 09:42:57.670 +00:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage CoreInitialisation.
    [2025-12-07 09:42:59.373 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "DLNA" "10.0.0.0"
    [2025-12-07 09:42:59.378 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TheTVDB" "20.0.0.0"
    [2025-12-07 09:42:59.380 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.12.0.0"
    [2025-12-07 09:42:59.383 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.12.0.0"
    [2025-12-07 09:42:59.385 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.12.0.0"
    [2025-12-07 09:42:59.465 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.12.0.0"
    [2025-12-07 09:42:59.468 +00:00] [INF] [9] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.12.0.0"
    [2025-12-07 09:42:59.855 +00:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage AppInitialisation.
    [2025-12-07 09:42:59.925 +00:00] [INF] [15] Main: Kestrel is listening on "all interfaces"
    [2025-12-07 09:42:59.946 +00:00] [INF] [15] Jellyfin.Plugin.Dlna.DlnaManager: Using user profile directory "C:\ProgramData\Jellyfin\Server\plugins\configurations\dlna\user"
    [2025-12-07 09:42:59.951 +00:00] [INF] [15] Jellyfin.Plugin.Dlna.DlnaManager: Using system profile directory "C:\ProgramData\Jellyfin\Server\plugins\DLNA_10.0.0.0\profiles"
    [2025-12-07 09:43:00.364 +00:00] [INF] [15] Jellyfin.Plugin.Dlna.Main.DlnaHost: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "192.168.0.3" with uri "http://192.168.0.3:8096/dlna/c4f0cbb1-dc15-4abe-8e3a-b00050f5bee7/description.xml"
    [2025-12-07 09:43:02.621 +00:00] [INF] [15] Emby.Server.Implementations.ApplicationHost: Running startup tasks
    [2025-12-07 09:43:02.622 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "G:\TV"
    [2025-12-07 09:43:02.622 +00:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "C:\Users\gerar\Pictures"
    [2025-12-07 09:43:02.622 +00:00] [INF] [9] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "G:\Music Video"
    [2025-12-07 09:43:02.649 +00:00] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2025-12-08 03:00:00.000 +00:00, which is 17:16:57.3507332 from now.
    [2025-12-07 09:43:02.661 +00:00] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2025-12-08 02:00:00.000 +00:00, which is 16:16:57.3386605 from now.
    [2025-12-07 09:43:05.706 +00:00] [INF] [7] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
    [2025-12-07 09:43:05.708 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
    [2025-12-07 09:43:06.589 +00:00] [INF] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.1.2"
    [2025-12-07 09:43:08.288 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 2 seconds
    [2025-12-07 09:43:09.125 +00:00] [INF] [15] 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", "ac4", "dca", "flac", "mp3", "truehd"]
    [2025-12-07 09:43:09.575 +00:00] [INF] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "mjpeg_qsv", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
    [2025-12-07 09:43:09.996 +00:00] [INF] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "bwdif_opencl", "deinterlace_qsv", "hwupload_cuda", "overlay_opencl", "overlay_qsv", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "tonemapx", "tonemap_cuda", "tonemap_opencl", "transpose_cuda", "transpose_opencl", "vpp_qsv", "yadif_cuda", "yadif_opencl", "zscale", "alphasrc"]
    [2025-12-07 09:43:12.022 +00:00] [WRN] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
    [2025-12-07 09:43:12.426 +00:00] [WRN] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
    [2025-12-07 09:43:15.068 +00:00] [INF] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "dxva2", "qsv", "d3d11va", "opencl", "d3d12va"]
    [2025-12-07 09:43:19.310 +00:00] [INF] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "ffmpeg"
    [2025-12-07 09:43:19.313 +00:00] [INF] [15] Emby.Server.Implementations.ApplicationHost: ServerId: "c4f0cbb1dc154abe8e3ab00050f5bee7"
    [2025-12-07 09:43:19.316 +00:00] [INF] [15] Emby.Server.Implementations.ApplicationHost: Core startup complete
    [2025-12-07 09:43:19.318 +00:00] [INF] [15] Main: Startup complete 0:00:39.736528

    Hope this is useful, I'm probably just repeating what has been reported elsewhere by others.

    Thanks!
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    10.11 cannot stay running - by tvdu - 2025-10-29, 03:01 PM
    RE: 10.11 cannot stay running - by Fate - 2025-10-29, 04:16 PM
    RE: 10.11 cannot stay running - by tvdu - 2025-10-29, 07:12 PM
    RE: 10.11 cannot stay running - by dum - 2025-10-30, 05:30 PM
    RE: 10.11 cannot stay running - by dum - 2025-10-30, 06:31 PM
    RE: 10.11 cannot stay running - by Secret_Agent_Super_Dragon - 2025-10-30, 08:54 PM
    RE: 10.11 cannot stay running - by tvdu - 2025-10-30, 09:18 PM
    RE: 10.11 cannot stay running - by Qarkino - 2025-11-01, 09:41 PM
    RE: 10.11 cannot stay running - by dum - 2025-11-08, 10:56 AM
    RE: 10.11 cannot stay running - by Secret_Agent_Super_Dragon - 2025-11-08, 04:01 PM
    RE: 10.11 cannot stay running - by jevan223 - 2025-11-15, 03:17 PM
    RE: 10.11 cannot stay running - by Secret_Agent_Super_Dragon - 2025-11-15, 11:41 PM
    RE: 10.11 cannot stay running - by hghntrp - 2025-11-15, 09:29 PM
    RE: 10.11 cannot stay running - by owkia8787 - 2025-11-16, 09:57 PM
    RE: 10.11 cannot stay running - by hghntrp - 2025-11-18, 09:52 AM
    RE: 10.11 cannot stay running - by owkia8787 - 2025-11-21, 12:28 AM
    RE: 10.11 cannot stay running - by jevan223 - 2025-11-21, 01:24 AM
    RE: 10.11 cannot stay running - by owkia8787 - 2025-11-21, 09:32 PM
    RE: 10.11 cannot stay running - by jevan223 - 2025-11-25, 11:37 PM
    RE: 10.11 cannot stay running - by owkia8787 - 2025-11-28, 12:24 AM
    RE: 10.11 cannot stay running - by yodamin - 2025-11-22, 01:20 AM
    RE: 10.11 cannot stay running - by jevan223 - 2025-12-06, 07:09 PM
    RE: 10.11 cannot stay running - by Secret_Agent_Super_Dragon - Yesterday, 01:54 AM
    RE: 10.11 cannot stay running - by gerardwood - Yesterday, 11:04 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode