- Thread starter
- #11
OK here are the new logs. It did it in debug mode too.
[2014-02-28 19:56:30,401] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:32,367] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:33,480] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:36,069] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:38,546] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:39,041] [Error ] [MPMain ] [ERROR] - OnMessage exceptionystem.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at WindowPlugins.GUITVSeries.TVSeriesPlugin.showViewSwitchDialog()
at WindowPlugins.GUITVSeries.TVSeriesPlugin.OnClicked(Int32 controlId, GUIControl control, ActionType actionType)
at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
[2014-02-28 19:56:39,665] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:40,835] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3[/hide]
Are you sure you started the WatchDog with the first option? Because i see plugins being loaded, which shouldn't happen when you select option 1.[2014-03-01 07:41:06,735] [Log ] [MPMain ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\StreamedMP\movingpictures.xml' is missing control id 7 (window property: textToggleButton)
[2014-03-01 07:41:06,766] [Log ] [MPMain ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\StreamedMP\movingpictures.xml' is missing control id 12 (window property: loadingImage)
[2014-03-01 07:41:07,265] [Error ] [MPMain ] [ERROR] - GUIWindow: Error in AllocResources for MediaPortal.GUI.Library.GUIAnimation - System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.GUI.Library.GUIAnimation.AllocResources()
at MediaPortal.GUI.Library.GUIWindow.AllocResources()
[2014-03-01 07:41:08,326] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[/hide]
i see 2 issues:
Index out of range error:
[hide][2014-02-28 19:56:30,401] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:32,367] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:33,480] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:36,069] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:38,546] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:39,041] [Error ] [MPMain ] [ERROR] - OnMessage exceptionystem.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at WindowPlugins.GUITVSeries.TVSeriesPlugin.showViewSwitchDialog()
at WindowPlugins.GUITVSeries.TVSeriesPlugin.OnClicked(Int32 controlId, GUIControl control, ActionType actionType)
at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
[2014-02-28 19:56:39,665] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:40,835] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3[/hide]
and a NULL reference exception in MediaPortal.GUI.Library.GUIAnimation after startup:
[hide]Are you sure you started the WatchDog with the first option? Because i see plugins being loaded, which shouldn't happen when you select option 1.[2014-03-01 07:41:06,735] [Log ] [MPMain ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\StreamedMP\movingpictures.xml' is missing control id 7 (window property: textToggleButton)
[2014-03-01 07:41:06,766] [Log ] [MPMain ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\StreamedMP\movingpictures.xml' is missing control id 12 (window property: loadingImage)
[2014-03-01 07:41:07,265] [Error ] [MPMain ] [ERROR] - GUIWindow: Error in AllocResources for MediaPortal.GUI.Library.GUIAnimation - System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.GUI.Library.GUIAnimation.AllocResources()
at MediaPortal.GUI.Library.GUIWindow.AllocResources()
[2014-03-01 07:41:08,326] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[/hide]
@Sebastiii any thoughts??
i see 2 issues:
Index out of range error:
[hide][2014-02-28 19:56:30,401] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:32,367] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:33,480] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:36,069] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:38,546] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:39,041] [Error ] [MPMain ] [ERROR] - OnMessage exceptionystem.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at WindowPlugins.GUITVSeries.TVSeriesPlugin.showViewSwitchDialog()
at WindowPlugins.GUITVSeries.TVSeriesPlugin.OnClicked(Int32 controlId, GUIControl control, ActionType actionType)
at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
[2014-02-28 19:56:39,665] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[2014-02-28 19:56:40,835] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3[/hide]
and a NULL reference exception in MediaPortal.GUI.Library.GUIAnimation after startup:
[hide]Are you sure you started the WatchDog with the first option? Because i see plugins being loaded, which shouldn't happen when you select option 1.[2014-03-01 07:41:06,735] [Log ] [MPMain ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\StreamedMP\movingpictures.xml' is missing control id 7 (window property: textToggleButton)
[2014-03-01 07:41:06,766] [Log ] [MPMain ] [WARN ] - GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\StreamedMP\movingpictures.xml' is missing control id 12 (window property: loadingImage)
[2014-03-01 07:41:07,265] [Error ] [MPMain ] [ERROR] - GUIWindow: Error in AllocResources for MediaPortal.GUI.Library.GUIAnimation - System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.GUI.Library.GUIAnimation.AllocResources()
at MediaPortal.GUI.Library.GUIWindow.AllocResources()
[2014-03-01 07:41:08,326] [Log ] [MediaScanner] [INFO ] - SQLiteClient: Closing database: VideoDatabaseV5.db3
[/hide]
@Sebastiii any thoughts??
I put it in debug mode. Forgive me I guess I am unsure what you mean by "option 1".
And you get there by starting the WatchDog.Like in this picture
i see 2 issues:
Index out of range error:
[hide]and a NULL reference exception in MediaPortal.GUI.Library.GUIAnimation after startup:[/hide]
[hide]Are you sure you started the WatchDog with the first option? Because i see plugins being loaded, which shouldn't happen when you select option 1.[/hide]
@Sebastiii any thoughts??
I put it in debug mode. Forgive me I guess I am unsure what you mean by "option 1".
http://wiki.team-mediaportal.com/@api/deki/files/695/=DebugMode.png
Like in this picture![]()