- July 1, 2012
- 63
- 7
- 63
- Home Country
-
United Kingdom
Everytime I close out of MP, the Error screen comes up, I have uploaded the logs, the only thing I can see is in the error.log where its complaining about a Null Value
United Kingdom
United Kingdom
New Zealand
2012-08-09 06:24:31.786000 [ERROR][MPMain(1)]: siteystem.Collections.Generic.List`1[TSource] ToList[TSource](System.Collections.Generic.IEnumerable`1[TSource])
2012-08-09 06:24:31.786000 [ERROR][MPMain(1)]: sourceystem.Core
2012-08-09 06:24:31.787000 [ERROR][MPMain(1)]: stacktrace: at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at TraktPlugin.TraktSettings.saveSettings()
at TraktPlugin.TraktPlugin.DeInit()
at MediaPortal.GUI.Library.GUIWindowManager.<Clear>b__4(GUIWindow window)
at MediaPortal.GUI.Library.GUIWindowManager.LockAndDoOnAllRegisteredWindows(Action`1 toDo)
at MediaPortal.GUI.Library.GUIWindowManager.Clear()
at MediaPortalApp.OnExit()
at MediaPortalApp.Main(String[] args)
2012-08-09 06:24:31.787000 [ERROR][MPMain(1)]: MediaPortal stopped due to an exception Value cannot be null.
Parameter name: source System.Core at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at TraktPlugin.TraktSettings.saveSettings()
at TraktPlugin.TraktPlugin.DeInit()
at MediaPortal.GUI.Library.GUIWindowManager.<Clear>b__4(GUIWindow window)
at MediaPortal.GUI.Library.GUIWindowManager.LockAndDoOnAllRegisteredWindows(Action`1 toDo)
at MediaPortal.GUI.Library.GUIWindowManager.Clear()
at MediaPortalApp.OnExit()
at MediaPortalApp.Main(String[] args)
United Kingdom