Here complete logs for another crash I still don't understand that last log, if it was NetworkRecorder, I log the file size every 10 seconds it's almost like a recording was playing
Code:
System.ArgumentOutOfRangeException: Value to
add was out of range.
Parameter name: value
at System.DateTime.Add(Double value, Int32 scale)
at NextPVR.Players.BasePlayer.UpdateTimeline()
at NextPVR.Players.BasePlayer.RefeshOSD()
at NextPVR.Players.LiveTvPlayer.RefeshOSD()
at NextPVR.ControllerForm.timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
mvallevand Wrote:"Odd" log solved. I tried my next test and started the Live TV from the menu not the guide and it doesn't do a rolling file.
I doubt that is the difference. There will be something more to it. I'm pretty sure if you stop and restart the recording service etc, then you'll find you get you the rolling file with either of those methods.
It's probably something like the previous live tv attempt didn't manage to shutdown cleanly, resulting in it being unable to allocation the mutexs it needed etc. You might also have found selecting a different channel helped, rather than the same channel.
I do wonder if this then has a flow on effect to whether you get a freeze. ie, is it only when it's using a rolling file, or only when it's not using a rolling file?
This could be the freeze that causes me to restart the recording service. I always use this method after live tv stops and I remember the last channel I was watching.