NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 5 6 7 8 9 … 43 Next »
Crash when trying to seek forward

 
  • 0 Vote(s) - 0 Average
Crash when trying to seek forward
djenson
Offline

Junior Member

United Kingdom
Posts: 31
Threads: 5
Joined: Jul 2023
#11
2023-11-29, 09:24 AM
Just crashed again. these are the manually collected logs (web clients all don't work until a full restart of the computer) 

When the crash occurs, the Npvr tray icon goes grey. there is no elevated CPU/Memory usage 

I hope this can help to identify the issue/ help fix bugs with the thumbnails.


Attached Files
.zip   logs.zip (Size: 1.05 MB / Downloads: 2)
.zip   HdHomeRunSecondLog.zip (Size: 4.01 KB / Downloads: 0)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,990
Threads: 956
Joined: May 2006
#12
2023-11-29, 01:05 PM
UI clients work a little bit different then traditional clients since the UI is rendered on the server and places a burden on the server. It appears you are holding the left key here to do lots of short skips

Code:
2023-11-29 01:18:44.544    [DEBUG][40]    Seek: 94
2023-11-29 01:18:45.158    [DEBUG][52]    Seek: 84
2023-11-29 01:18:45.637    [DEBUG][21]    Seek: 74
2023-11-29 01:18:45.932    [DEBUG][23]    Seek: 64
2023-11-29 01:18:46.312    [DEBUG][40]    Seek: 54
2023-11-29 01:18:46.619    [DEBUG][21]    Seek: 44
2023-11-29 01:18:46.987    [DEBUG][40]    Seek: 34
2023-11-29 01:18:47.313    [DEBUG][21]    Seek: 24
2023-11-29 01:18:47.612    [DEBUG][40]    Seek: 14

Did you follow the instruction to change the skip behaviour to long skip here https://forums.nextpvr.com/showthread.ph...#pid562466 That would help to reduce the load on the server and chance of errors

I suspect f you prefer short ships you can be less heavy on the server by using click, wait, click wait etc. Not much fun so maybe a traditional client is what you should be using.

Finally if you want to use a UI client with short skip and you really don't like waiting check the Window event viewer to see what is crashing I suspect it is SkiaGraphics. The only way you can debug that is enable verbose logging and provide them so sub can check if to see if NextPVR can avoid the crash.

Martin
djenson
Offline

Junior Member

United Kingdom
Posts: 31
Threads: 5
Joined: Jul 2023
#13
2023-11-29, 02:31 PM
(2023-11-29, 01:05 PM)mvallevand Wrote: UI clients work a little bit different then traditional clients since the UI is rendered on the server and places a burden on the server.  It appears you are holding the left key here to do lots of short skips

Code:
2023-11-29 01:18:44.544    [DEBUG][40]    Seek: 94
2023-11-29 01:18:45.158    [DEBUG][52]    Seek: 84
2023-11-29 01:18:45.637    [DEBUG][21]    Seek: 74
2023-11-29 01:18:45.932    [DEBUG][23]    Seek: 64
2023-11-29 01:18:46.312    [DEBUG][40]    Seek: 54
2023-11-29 01:18:46.619    [DEBUG][21]    Seek: 44
2023-11-29 01:18:46.987    [DEBUG][40]    Seek: 34
2023-11-29 01:18:47.313    [DEBUG][21]    Seek: 24
2023-11-29 01:18:47.612    [DEBUG][40]    Seek: 14

Did you follow the instruction to change  the skip behaviour to long skip here https://forums.nextpvr.com/showthread.ph...#pid562466  That would help to reduce the load on the server and chance of errors

I suspect f you prefer short ships you can be less heavy on the server by using click, wait, click wait etc. Not much fun so maybe a traditional client is what you should be using.

Finally if you want to use a UI client with short skip and you really don't like waiting check the Window event viewer to see what is crashing I suspect it is SkiaGraphics.  The only way you can debug that is enable verbose logging and provide them so sub can check if to see if NextPVR can  avoid the crash. 
Honestly id had a quick look in event veiwer but i must have been blind, heres the errors:

Code:
Application: NextPVRServer.exe
CoreCLR Version: 6.0.2323.48002
.NET Version: 6.0.23
Description: The process was terminated due to an internal error in the .NET Runtime at IP 00007FFFA55325B9 (00007FFFA5360000) with exit code c0000005.

Code:
Faulting application name: NextPVRServer.exe, version: 1.0.0.0, time stamp: 0x65180e9d
Faulting module name: coreclr.dll, version: 6.0.2323.48002, time stamp: 0x651808f8
Exception code: 0xc0000005
Fault offset: 0x00000000001d25b9
Faulting process ID: 0x1840
Faulting application start time: 0x01da22361e20a927
Faulting application path: C:\Program Files\NextPVR\NextPVRServer.exe
Faulting module path: C:\Program Files\NextPVR\coreclr.dll
Report ID: 4351dce9-58b0-4e4d-9530-7b37ae410781
Faulting package full name:
Faulting package-relative application ID:

How do i turn on verbose logging, and is that config locted on the backend or somewhere on the clients
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,990
Threads: 956
Joined: May 2006
#14
2023-11-29, 02:49 PM
If you keep short skips on I am going to drop out of the discussion since I don't recommend them for uidroid anyway and let sub focus on this it's not going to be a simple solution.

To tune on verbose logs on the web settings screen hold the control key and new button will show up.

Martin
djenson
Offline

Junior Member

United Kingdom
Posts: 31
Threads: 5
Joined: Jul 2023
#15
2023-12-24, 01:00 PM (This post was last modified: 2023-12-24, 01:03 PM by djenson.)

.zip   Photos.zip (Size: 590.15 KB / Downloads: 2)
(2023-11-29, 02:49 PM)mvallevand Wrote: If you keep short skips on I am going to drop out of the discussion since I don't recommend them for uidroid anyway and let sub focus on this it's not going to be a simple solution.

To tune on verbose logs on the web settings screen hold the control key and new button will show up.

Martin

Verbose logs enabled - here is all that i can find for the latest crash. I have included the skip config - I think it's what you are suggesting??


Attached Files
.zip   logs.zip (Size: 1.05 MB / Downloads: 3)
.zip   Photos (1).zip (Size: 590.15 KB / Downloads: 1)
djenson
Offline

Junior Member

United Kingdom
Posts: 31
Threads: 5
Joined: Jul 2023
#16
2023-12-24, 01:06 PM (This post was last modified: 2023-12-24, 01:08 PM by djenson.)
(2023-12-24, 01:00 PM)djenson Wrote:
(2023-11-29, 02:49 PM)mvallevand Wrote: If you keep short skips on I am going to drop out of the discussion since I don't recommend them for uidroid anyway and let sub focus on this it's not going to be a simple solution.

To tune on verbose logs on the web settings screen hold the control key and new button will show up.

Martin

Verbose logs enabled - here is all that i can find for the latest crash. I have included the skip config - I think it's what you are suggesting??

Sorry - Wrong logs attached


Attached Files
.zip   logs.zip (Size: 1.05 MB / Downloads: 2)
.zip   logs-24.zip (Size: 1.08 MB / Downloads: 2)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,990
Threads: 956
Joined: May 2006
#17
2023-12-24, 02:29 PM (This post was last modified: 2023-12-24, 02:30 PM by mvallevand.)
I assume you want use to see logs-24. I can't tell for sure but it doesn't look like you enabled verbose logging, but it looks like the server crashed resuming from pause on live TV so it is not thumbnail related. If you tried to skip that wasn't logged.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Cannot seek live recording, v7.0.0.241105 pulley 6 720 2024-11-17, 09:58 PM
Last Post: mvallevand
  Channel groups, and client crash with empty group ctrlbrk 5 1,873 2020-06-07, 06:50 AM
Last Post: sub

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

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode