2017-06-20, 01:33 AM
(This post was last modified: 2017-06-20, 02:02 AM by jross12385.)
I get the following error when I try to go in to Devices in setting
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.Settings.DevicesSettingsPage.ShowDevices(Boolean updateDevices)
at NextPVR.Settings.DevicesSettingsPage.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)
and this when I go in to Channels
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.Settings.ChannelsSettingsPage.LoadChannelList()
at NextPVR.Settings.ChannelsSettingsPage.DevicesSettingsPage_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
at System.Windows.Forms.UserControl.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.ControlCollection.Add(Control value)
at NextPVR.Settings.SettingsForm.listBoxPageSelector_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ListBox.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)
This is a fresh install on Windows Server 2016. I tried reinstalling but nothing changed. I've attached my log.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.Settings.DevicesSettingsPage.ShowDevices(Boolean updateDevices)
at NextPVR.Settings.DevicesSettingsPage.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)
and this when I go in to Channels
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.Settings.ChannelsSettingsPage.LoadChannelList()
at NextPVR.Settings.ChannelsSettingsPage.DevicesSettingsPage_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
at System.Windows.Forms.UserControl.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.ControlCollection.Add(Control value)
at NextPVR.Settings.SettingsForm.listBoxPageSelector_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ListBox.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)
This is a fresh install on Windows Server 2016. I tried reinstalling but nothing changed. I've attached my log.