Jellyfin Forum
SOLVED: Windows update causing crash? - 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: Windows update causing crash? (/t-solved-windows-update-causing-crash)



Windows update causing crash? - lkr - 2024-06-12

I updated jellyfin to 10.6.4 a few days ago, everything was working fine until just now when I restarted for a windows update (windows 10 pro, update KB5039211).
The server will start and run, but then crashes after about one minute.

I tried uninstalling the windows update but it jellyfin continues to crash in the same way.

I tried clicking through the dashboard before it crashed to see if there were any event alerts (there weren't) but then was shown an error message when the crash did occur.

Code:
Unexpected Application Error!
Loading chunk 58809 failed. (error: http://localhost:8096/web/users.e88a2e2e50094e9af9da.chunk.js)


s.f.j@http://localhost:8096/web/runtime.bundle.js?c70b2c6c93640e33833a:1:46156
s.e/<@http://localhost:8096/web/runtime.bundle.js?c70b2c6c93640e33833a:1:1410
s.e@http://localhost:8096/web/runtime.bundle.js?c70b2c6c93640e33833a:1:1375
a@http://localhost:8096/web/90479.f1abe8ea645c1b17819c.chunk.js:1:51543
65939/i<@http://localhost:8096/web/90479.f1abe8ea645c1b17819c.chunk.js:1:30506
_@http://localhost:8096/web/7466.bundle.js?c70b2c6c93640e33833a:2:39457
98165/h/b/n.resolveAsync@http://localhost:8096/web/7466.bundle.js?c70b2c6c93640e33833a:2:41790
98165/h/b/n.loadAsync@http://localhost:8096/web/7466.bundle.js?c70b2c6c93640e33833a:2:41443
98165/h/b/n.componentDidMount@http://localhost:8096/web/7466.bundle.js?c70b2c6c93640e33833a:2:40560
mu@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:85704
Ti@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:102401
77699/t.unstable_runWithPriority@http://localhost:8096/web/7466.bundle.js?c70b2c6c93640e33833a:2:27602
jl@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:44769
Li@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:99149
vi@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:95282
76067/ql/<@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:44992
77699/t.unstable_runWithPriority@http://localhost:8096/web/7466.bundle.js?c70b2c6c93640e33833a:2:27602
jl@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:44769
ql@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:44939
Kl@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:44872
Me@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:115435
Xn@http://localhost:8096/web/node_modules.react-dom.bundle.js?c70b2c6c93640e33833a:2:23583



RE: Windows update causing crash? - TheDreadPirate - 2024-06-12

Can you share your full jellyfin server log via pastebin?

C:\ProgramData\Jellyfin\Server\log


RE: Windows update causing crash? - lkr - 2024-06-13

https://pastebin.com/72WQugSz
This is the log file from just past midnight (when I noticed the problem and started trouble-shooting/restarting a bunch).

And this is the previous day (chopped up into 6 bits to fit within pastebin limits. I really need should turn off the plugins that aren't used)
presumably the error starts occurring in part 6 as the server was working fine until around midnight
part 1 https://pastebin.com/QXPvTV9k
part 2 https://pastebin.com/U3qiag23
part 3 https://pastebin.com/2cJv9GkY
part 4 https://pastebin.com/mTUMVF7r
part 5 https://pastebin.com/evmqwhdK
part 6 https://pastebin.com/Atw280TX

Thank you.


RE: Windows update causing crash? - TheDreadPirate - 2024-06-13

Remove your NextPVR plugin.


RE: Windows update causing crash? - lkr - 2024-06-13

perfect, that fixed it! thank you