I have installed and reinstalled mcebuddy many times. I have followed the Installation and Uninstall issues but after I restart my computer mcebuddy never works. I have included the errors from the event viewer.
Error 3-Apr-2018 5:54 AM
MCEBuddy service failed to start. Error:System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Any[TSource](IEnumerable1 source, Func
2 predicate)
at MCEBuddy.Util.Ini.ReadString(String section, String key, String defVal)
at MCEBuddy.Configuration.MCEBuddyConf.ReadMonitorSettings(Ini configIni)
at MCEBuddy.Configuration.MCEBuddyConf…ctor(String configFile)
at MCEBuddy.Service.ServiceModule.OnStart(String[] args)
Error 3-Apr-2018 7:05 AM
Failed in handling the PowerEvent. The error that occurred was: System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Any[TSource](IEnumerable1 source, Func
2 predicate)
at MCEBuddy.Util.Ini.ReadString(String section, String key, String defVal)
at MCEBuddy.Configuration.MCEBuddyConf.ReadMonitorSettings(Ini configIni)
at MCEBuddy.Configuration.MCEBuddyConf…ctor(String configFile)
at MCEBuddy.Service.ServiceModule.OnPowerEvent(PowerBroadcastStatus powerStatus)
at System.ServiceProcess.ServiceBase.DeferredPowerEvent(Int32 eventType, IntPtr eventData).