![]() |
SOLVED: "could not start jellyfin process after specified wait period" - 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: "could not start jellyfin process after specified wait period" (/t-solved-could-not-start-jellyfin-process-after-specified-wait-period) |
"could not start jellyfin process after specified wait period" - XiLudo - 2025-01-24 Since I swapped my gpu (from an rx 580 to an rx 7600) jellyfin simply won't start. Whenever I try to start it from the tray app or .exe file (even as administrator) it just refuses to fire up and the message "could not start jellyfin process after specified wait period" pops up. I already tried deleting the .xml files from the ProgramData/Jellyfin/Server/config folder but it still won't work. I also tried updating jellifin itself and clearing browser cache. I use Windows 11 and microsoft edge. Any help would really be appreciated. RE: "could not start jellyfin process after specified wait period" - TheDreadPirate - 2025-01-24 Can you share your jellyfin logs via privatebin.net? C:\ProgramData\Jellyfin\Server\logs RE: "could not start jellyfin process after specified wait period" - XiLudo - 2025-01-25 https://privatebin.net/?226a98045b735013#6qC2eGdCo5nZWfrhHcByJLGxjmsRbfd63dDVeVYPqdLA RE: "could not start jellyfin process after specified wait period" - theguymadmax - 2025-01-25 Your log shows that your data path is Code: C:\Users\micvf\AppData\Local\Jellyfin Code: ProgramData/Jellyfin/Server/ The ProgramData directory is used when the app is launched from the system tray, while the local directory is used when running the Jellyfin.exe directly, not from the tray. Rename the migrations.xml to migrations.xml.bak and and set the following to false in the system.xml file: Code: <IsStartupWizardCompleted>true</IsStartupWizardCompleted> Make sure you’re modifying the folder your server is using: Code: C:\Users\ micvf \AppData\Local\jellyfin\config RE: "could not start jellyfin process after specified wait period" - XiLudo - 2025-01-25 Tysm, it now works perfectly. I did what you said in the C:\Users\ micvf \AppData\Local\jellyfin\config folder. I first tried in the other folder and it didn't work. |