2017-03-14, 03:55 AM
sub Wrote:You could see if this patch helps.
No joy. From NTray no UI and a hang With command line -settings
Code:
System.NullReferenceException: Object reference not set to an instance of an object.
at WebRadio.WebRadio2.LoadSettings() in D:\Projects2010\npvr\Source\WebRadio2.cs:line 398
at WebRadio.WebRadio2.GetSettingsPage() in D:\Projects2010\npvr\Source\WebRadio2.cs:line 1947
at NextPVR.Settings.SettingsForm.SettingsForm_Load(Object sender, EventArgs e)
bad line
string client = PluginHelperFactory.GetPluginHelper().GetClientIdentifier();
Without -settings it loads.
Martin