2024-08-18, 07:00 PM
What you're describing is not typical. Are you running the jellyfin installer as admin? Is your user an admin on the system? And what Windows 10 feature level are you at?
2024-08-18, 07:00 PM
What you're describing is not typical. Are you running the jellyfin installer as admin? Is your user an admin on the system? And what Windows 10 feature level are you at?
2024-08-29, 11:13 PM
(This post was last modified: 2024-08-29, 11:14 PM by Dex Luther. Edited 1 time in total.)
I have the same problem. 10.8.13 worked perfectly. Had problems playing anything when 10.9.3 came out, so I uninstalled everything and went back to 10.8.13 everything worked perfectly again, but I unchecked "Check for updates" everywhere I could find the options.
On a whim I decided to check out the website and noticed it was at 10.9.10 now. I figured the things might be better now, so I upgraded to 10.9.10. Everything seemed fine until I rebooted my machine. Now anytime I try to play anything (Mostly anime) it fails, but marks the episode as played anyways. The server is hosted on my main machine Intel® Core i7-8700 CPU @ 3.20GHz 32.0 GB RAM Windows 10 Home 22H2 Windows Feature Experience Pack 1000.19060.1000.0 Log: https://pastebin.com/27M4k3am
2024-08-29, 11:34 PM
(This post was last modified: 2024-08-29, 11:41 PM by theguymadmax. Edited 1 time in total.)
(2024-08-29, 11:13 PM)Dex Luther Wrote: so I upgraded to 10.9.10. Code: [1] Main: Jellyfin version: "10.9.1" You are on 10.9.1 not 10.9.10 download load the latest version here. Code: System.ComponentModel.Win32Exception (5): An error occurred trying to start process 'C:\Program Files\Jellyfin\Server' with working directory 'C:\Program Files\Jellyfin\Server'. Access is denied. Also this is causing the issue. After you upgrade, post new logs.
2024-08-30, 12:31 AM
(This post was last modified: 2024-08-30, 12:51 AM by Dex Luther. Edited 3 times in total.)
(2024-08-29, 11:34 PM)theguymadmax Wrote:(2024-08-29, 11:13 PM)Dex Luther Wrote: so I upgraded to 10.9.10. The installer, which I got from Jellyfin.org, literally is called jellyfin_10.9.10_windows-x64.exe. Uninstalled everything, rebooted, installed again using your link, and same result. Log: https://pastebin.com/U4YWihTV EDIT: Again with permissions set to "Full Control" for users (I've never had to do this before and probably shouldn't have to). Log: https://pastebin.com/CNN6xFBV Also, the FFMpeg is the the one installed by Jellyfin. Don't know why it would be failing the version check. Just to make sure: Code: C:\Program Files\Jellyfin\Server>ffmpeg
2024-08-30, 12:49 AM
When you ran the installer, did you run it as administrator? You are missing ffmpeg.exe in C:\Program Files\Jellyfin. Or Jellyfin isn't able to access it. Errors all over the place, mostly related to ffmpeg not accessible/present.
The issues with playback appear to be ffmpeg related as well. It is trying to do something with ffmpeg when you start a video. It may be trying to transcode, remux, or extract subtitles and fails. Because ffmpeg isn't present. Try reinstalling and make sure to right click on the installer and "Run as administrator". Most users don't have to do that but, for whatever stupid Windows jank reason, some users do.
2024-08-30, 12:54 AM
(2024-08-30, 12:49 AM)TheDreadPirate Wrote: When you ran the installer, did you run it as administrator? You are missing ffmpeg.exe in C:\Program Files\Jellyfin. Or Jellyfin isn't able to access it. Errors all over the place, mostly related to ffmpeg not accessible/present. It was run as admin to install. Also, as I edited my last post, I set permissions to full access to all users. Also, ffmpeg (and ffprobe) was installed by Jellyfin and are very much in the folder. Code: C:\Program Files\Jellyfin\Server>ffmpeg
2024-08-30, 12:58 AM
(This post was last modified: 2024-08-30, 01:05 AM by theguymadmax. Edited 1 time in total.)
Code: with working directory 'C:\Program Files\Jellyfin\Server\jellyfin-windows-tray'. Access is denied. This leads me to believe that your environmental paths for Jellyfin that's overriding the defaults.
2024-08-30, 01:04 AM
(2024-08-30, 12:58 AM)theguymadmax Wrote: The only thing in my environmental paths having anything to do with Jellyfin is this
2024-08-30, 01:11 AM
You could try adding
Code: C:\Program Files\Jellyfin\Server\
2024-08-30, 01:21 AM
(This post was last modified: 2024-08-30, 01:25 AM by theguymadmax. Edited 2 times in total.)
|
|
|