2020-05-27, 03:33 PM
Trying to update from NPVR v4 to v5. Uninstalled V4, installed V5, copied scripts, DB3 file, and batch files from old version.
Web app seems to work fine, but Desktop app is crashing with a .Net error.
Object reference not set to an instance of an object.
at NUtility.SkinHelper.GetElementAlpha(String name)
at NUtility.Controls.UiButton..ctor(String normalElementName, String selectedElementName, String name, Hashtable args, SkinHelper skinHelper)
at NextPVR.Menu.SlideOutMenu.Initialise()
at NextPVR.Menu.SlideOutMenu.Activate()
at NUtility.UIController..ctor(FrontEndServices frontendServices)
at NextPVR.ControllerForm.ControllerForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(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)
Web app seems to work fine, but Desktop app is crashing with a .Net error.
Object reference not set to an instance of an object.
at NUtility.SkinHelper.GetElementAlpha(String name)
at NUtility.Controls.UiButton..ctor(String normalElementName, String selectedElementName, String name, Hashtable args, SkinHelper skinHelper)
at NextPVR.Menu.SlideOutMenu.Initialise()
at NextPVR.Menu.SlideOutMenu.Activate()
at NUtility.UIController..ctor(FrontEndServices frontendServices)
at NextPVR.ControllerForm.ControllerForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(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)