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(B oolean updateDevices)
at NextPVR.Settings.DevicesSettingsPage.timer1_Tick(O bject sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(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.LoadChannelL ist()
at NextPVR.Settings.ChannelsSettingsPage.DevicesSetti ngsPage_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.OnSelectedIndexChange d(EventArgs e)
at System.Windows.Forms.ListBox.WmReflectCommand(Mess age& m)
at System.Windows.Forms.ListBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(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.