2023-11-11, 03:22 PM
I have a recurring recording set to all channels, all episodes. When I attempt to update it, an exception occurs. Let me know if you need the database.
Art
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.TV.ManualRecordingPopup.OnKeyPress(KeyPressEventArgs e)
at NUtility.UIController.OnKeyPress(KeyPressEventArgs e)
at NextPVR.ControllerForm.ControllerForm_KeyPress(Object sender, KeyPressEventArgs e)
at System.Windows.Forms.Control.OnKeyPress(KeyPressEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at NextPVR.ControllerForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
After closing first exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.TV.ManualRecordingPopup.GetRenderList()
at NUtility.UIController.GetRenderList()
at NextPVR.ControllerForm.SkControl_PaintSurface(Object sender, SKPaintGLSurfaceEventArgs e)
at SkiaSharp.Views.Desktop.SKGLControl.OnPaintSurface(SKPaintGLSurfaceEventArgs e)
at SkiaSharp.Views.Desktop.SKGLControl.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.UserControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Art
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.TV.ManualRecordingPopup.OnKeyPress(KeyPressEventArgs e)
at NUtility.UIController.OnKeyPress(KeyPressEventArgs e)
at NextPVR.ControllerForm.ControllerForm_KeyPress(Object sender, KeyPressEventArgs e)
at System.Windows.Forms.Control.OnKeyPress(KeyPressEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at NextPVR.ControllerForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
After closing first exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.TV.ManualRecordingPopup.GetRenderList()
at NUtility.UIController.GetRenderList()
at NextPVR.ControllerForm.SkControl_PaintSurface(Object sender, SKPaintGLSurfaceEventArgs e)
at SkiaSharp.Views.Desktop.SKGLControl.OnPaintSurface(SKPaintGLSurfaceEventArgs e)
at SkiaSharp.Views.Desktop.SKGLControl.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.UserControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)