MEPO keeps crashing and I don't know why (1 Viewer)

JJayzon

Portal Member
November 19, 2011
36
2
46
Massachussetts
Home Country
United States of America United States of America
OK here are the new logs. It did it in debug mode too.
 

HomeY

Test Group
  • Team MediaPortal
  • February 23, 2008
    6,418
    4,717
    51
    ::1
    Home Country
    Netherlands Netherlands
    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 exception:confused:ystem.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]
    [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]
    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.

    @Sebastiii any thoughts??
     

    JJayzon

    Portal Member
    November 19, 2011
    36
    2
    46
    Massachussetts
    Home Country
    United States of America United States of America
    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 exception:confused:ystem.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]
    [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]
    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.

    @Sebastiii any thoughts??



    I put it in debug mode. Forgive me I guess I am unsure what you mean by "option 1" :confused:.
     
    C

    CypherMK

    Guest
    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 exception:confused:ystem.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]
    [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]
    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.

    @Sebastiii any thoughts??



    I put it in debug mode. Forgive me I guess I am unsure what you mean by "option 1" :confused:.

    http://wiki.team-mediaportal.com/@api/deki/files/695/=DebugMode.png

    Like in this picture :)
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,418
    4,717
    51
    ::1
    Home Country
    Netherlands Netherlands
    Like in this picture
    And you get there by starting the WatchDog.

    Besides the option in the start menu, you can find WatchDog.exe here >> C:\Program Files (x86)\Team MediaPortal\MediaPortal

    What you could also try is remove both the TVSeriesDatabase4.db3 & VideoDatabaseV5.db3 files from your C:\ProgramData\Team MediaPortal\MediaPortal\database folder (Just cut/paste them somewhere else) and start MediaPortal. Your databases will be empty and newly created, but like this we can test if the crash comes from either 1 of those databases.
     

    JJayzon

    Portal Member
    November 19, 2011
    36
    2
    46
    Massachussetts
    Home Country
    United States of America United States of America
    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" :confused:.

    http://wiki.team-mediaportal.com/@api/deki/files/695/=DebugMode.png

    Like in this picture :)


    Yeah I just went back and re-read your post from yesterday:oops: option 1 in the watch dog utility. I belive this is a code ID10T on my part:p. I will do this when I got home from work.[DOUBLEPOST=1393939605][/DOUBLEPOST]Ok just so I clear when I get home tonight, I should start watchdog (with option 1 selected) then start mepo wait for it to crash. Then I will upload new logs, correct? or do you want me to move the db's first so they can start over?
     
    Last edited by a moderator:

    JJayzon

    Portal Member
    November 19, 2011
    36
    2
    46
    Massachussetts
    Home Country
    United States of America United States of America
    Hey guys it did not crash using option 1 in watchdog, however, it opened MEPO in Titan and I use StreamedMP. Not sure if that makes a different.
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,523
    10,466
    France
    Home Country
    France France
    Yep that's normal, it use default skin to avoid error from other skin (because skin issue can crash mp too lol).
    So it can be a plugins issue for sure (surely db related).
    In Debug option1 no TVS is loaded for example, so if it's a db issue than it's normal you didn't get the crash.

    So next step is to disable plugins and do normal start (try first to disable TVS then MyVideo because it seems to be an DB issue)
     
    Last edited:

    Users who are viewing this thread

    Similar threads

    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Hi everyone, I have been using it For 16 years now (from V1.1.1) and it has worked flawlessly. I only use TV Series and Moving...
    Replies
    2
    Views
    360
    Fixed, I think. Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that these were never part of the install package itself, but rather downloaded during the install, and that link no longer exists. Shame that the installer doesn't indicate this. Last time when I installed the...
    Fixed, I think. Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that...
    Hi all, I've recently retired my MP2 setup for my main HTPC and gone back to separates, but I wanted to retain the ability to play...
    Replies
    4
    Views
    205
    Your timing is great.....I just got home myself!! :) A little confusion for me here! There are 2 x files in the folder......one is x86, and other is x64 Wondering if I should be selecting the x64.....since I'm installing the 64bit version? UPDATE Transferred both files to the destination folder, and labelled appropriately. This way...
    Your timing is great.....I just got home myself!! :) A little confusion for me here! There are 2 x files in the folder......one is...
    Am a long time MP1 user, and have successfully been running the x64 version since it first appeared. Recently, problem of black...
    Replies
    10
    Views
    2K
    Got it working again!!! (y) (y) It seems the file "DialogMenu.xml" in the theme folder does not have the onX settings in the file by default (after MP 1.36) and when you install a later version of MP. I modified the MP 1.38 file with the onX settings from MP 1.36. Also I have found the "DialogMenu.xml" from MP 1.36 will work with MP...
    Got it working again!!! (y) (y) It seems the file "DialogMenu.xml" in the theme folder does not have the onX settings in the file...
    Hi This is a general question about OnX. I have been using the TvWishList plugin for a while and have recently updated (update...
    Replies
    1
    Views
    1K
    Sorted, it is a Rating flag that I have never seen before, silly me !! Cheers Tony
    Sorted, it is a Rating flag that I have never seen before, silly me !! Cheers Tony
    I have just done a clean install of v1.36. Current setup Media Portal 1.36 Titan skin (only classic home) TV Series 4.5.1.737...
    Replies
    1
    Views
    301
    Top Bottom