Call for tester for 1.4.0 features and fixes (4 Viewers)

Status
Not open for further replies.

l337

MP Donator
  • Premium Supporter
  • December 18, 2012
    238
    73
    Home Country
    Germany Germany
    omg your post come 2 seconds later , i tried your new build :) very fast rework :>
     
    Last edited:

    Scythe42

    Retired Team Member
  • Premium Supporter
  • June 20, 2009
    2,065
    2,703
    51
    Berlin
    Home Country
    Germany Germany
    Just reverted one of my GIT commits from late December, when I was starting to use a different rendering backend (not stable enough for any testing) on my dev system. Just checked in git diff if any Thread.Sleep() calls were removed. I totally forgot about this.

    Let me know if it looks better for you guys again.

    And as always. Thanks for helping testing out this beast of a rework.
     

    l337

    MP Donator
  • Premium Supporter
  • December 18, 2012
    238
    73
    Home Country
    Germany Germany
    Good Work look my screenshot
     

    Attachments

    • 1.3 Build11.png
      1.3 Build11.png
      1.1 MB

    Lightning303

    MP Donator
  • Premium Supporter
  • September 12, 2009
    798
    577
    Home Country
    Germany Germany
    Yeah that fixed it :).
    However, something strange, mptvseries doesnt work anymore :eek:. mp says wrong skin file... :/. When restoring, all is fine again...

    When trying to enter tv series, mediaportal.log gives me:
    Code:
    2013-03-04 23:55:21.674903 [Debug][MPMain(1)]: Window: WindowPlugins.home.GUIBasicHome deinit
    2013-03-04 23:55:21.680903 [Debug][MPMain(1)]: TextureManager: CleanupThumbs()
    2013-03-04 23:55:21.689904 [Debug][MPMain(1)]: Window: WindowPlugins.GUITVSeries.TVSeriesPlugin init
    2013-03-04 23:55:21.695904 [Warn.][MPMain(1)]: GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\dialogOK.xml' is missing control id 11 (window property: btnYes)
    2013-03-04 23:55:21.698904 [Debug][MPMain(1)]: WindowManager: route WindowPlugins.GUITVSeries.TVSeriesPlugin:9811->MediaPortal.Dialogs.GUIDialogOK:2002
    2013-03-04 23:55:21.700904 [Debug][MPMain(1)]: [WIFI_REMOTE]  Sending dialog open to clients
    2013-03-04 23:55:21.702905 [Debug][MPMain(1)]: DialogWindow: MediaPortal.Dialogs.GUIDialogOK init
    2013-03-04 23:56:10.631703 [Debug][MPMain(1)]: WindowManager: unroute to MediaPortal.Dialogs.GUIDialogOK:2002->WindowPlugins.GUITVSeries.TVSeriesPlugin:9811
    2013-03-04 23:56:10.633703 [Debug][MPMain(1)]: [WIFI_REMOTE]  Sending dialog close to clients
    2013-03-04 23:56:10.651704 [Debug][MPMain(1)]: Windowmanager: Goto previous window
    2013-03-04 23:56:10.655704 [Info.][MPMain(1)]: OnMessage exception:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
      bei WindowPlugins.GUITVSeries.TVSeriesPlugin.OnPageDestroy(Int32 new_windowId)
      bei MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
    2013-03-04 23:56:10.703707 [Debug][MPMain(1)]: Window: WindowPlugins.home.GUIBasicHome init

    and error.log:
    Code:
    2013-03-04 23:56:10.658705 [ERROR][MPMain(1)]: OnMessage exception:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
      bei WindowPlugins.GUITVSeries.TVSeriesPlugin.OnPageDestroy(Int32 new_windowId)
      bei MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)


    And as always. Thanks for helping testing out this beast of a rework.

    No, we have to thank you!
     

    l337

    MP Donator
  • Premium Supporter
  • December 18, 2012
    238
    73
    Home Country
    Germany Germany
    my tv series works with build 11
    where can I read the mediaportal log ?
     
    Last edited:

    Lightning303

    MP Donator
  • Premium Supporter
  • September 12, 2009
    798
    577
    Home Country
    Germany Germany
    Yeah its really strange :/. TV doesnt work anymore aswell. Cant go to TV Guide, it shows me the background for a few seconds, and then wants me to change my TV Server ip. It worked with Build 10 however.

    Error.log on startup:
    Code:
    2013-03-05 00:08:09.310256 [ERROR][(19)]: Exception while loading GUIWindows instances: TvPlugin.Radio
    2013-03-05 00:08:09.315257 [ERROR][(19)]: Der Typeninitialisierer für "Gentle.Framework.ProviderFactory" hat eine Ausnahme verursacht.
    2013-03-05 00:08:09.322257 [ERROR][(19)]:	bei Gentle.Framework.ProviderFactory.GetProvider(Type type)
      bei Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)
      bei Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type)
      bei TvDatabase.TvBusinessLayer.GetChannelsByName(String name)
      bei TvPlugin.Radio.LoadChannelGroups()
      bei TvPlugin.Radio.OnAdded()
      bei MediaPortal.GUI.Library.GUIWindowManager.Add(GUIWindow& Window)
      bei MediaPortal.GUI.Library.PluginManager.LoadWindowPlugin(String strFile)
    2013-03-05 00:08:12.618445 [ERROR][(19)]: TVHome: Error in Reload
    2013-03-05 00:08:12.761454 [ERROR][(19)]: Exception  :System.TypeInitializationException: Der Typeninitialisierer für "Gentle.Framework.ProviderFactory" hat eine Ausnahme verursacht. ---> Error: NoConfigStoreFoundUnclassified
    Gentle.Common.GentleException: FATAL ERROR: No configuration store was found!
    Gentle is unable to continue!
     
    The handlers emitted the following error messages:
    Unable to create GentleSectionHandler for section named "gentle" in file "C:\Program Files (x86)\Team MediaPortal\MediaPortal\MediaPortal.exe.Config".
     
    Unable to create FileHandler for file Gentle.config.
    This usually means that the file could not be found in any of the default search locations.
     
    The handlers threw the following exceptions:
    Error: DeveloperErrorUnclassified
    Gentle.Common.GentleException: No configuration file could be located.
      bei Gentle.Common.FileHandler..ctor(String file)
      bei Gentle.Common.Configurator.AddFileHandler(String configStoreName, String fileName)
     
     
      bei Gentle.Common.Configurator.InitializeHandlers()
      bei Gentle.Common.Configurator.Configure(String configStoreName, Object instance)
      bei Gentle.Common.Configurator.Configure(Object instance)
      bei Gentle.Framework.ProviderRegistry..ctor()
      bei Gentle.Framework.ProviderFactory..cctor()
      --- Ende der internen Ausnahmestapelüberwachung ---
      bei Gentle.Framework.ProviderFactory.GetProvider(Type type)
      bei Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)
      bei Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type)
      bei TvPlugin.ChannelNavigator.ReLoad()
    2013-03-05 00:08:12.910462 [ERROR][(19)]: Exception  :Der Typeninitialisierer für "Gentle.Framework.ProviderFactory" hat eine Ausnahme verursacht.
    2013-03-05 00:08:12.985466 [ERROR][(19)]:  site	  :Gentle.Framework.IGentleProvider GetProvider(System.Type)
    2013-03-05 00:08:13.038470 [ERROR][(19)]:  source	:Gentle.Framework
    2013-03-05 00:08:13.065471 [ERROR][(19)]:  stacktrace:  bei Gentle.Framework.ProviderFactory.GetProvider(Type type)
      bei Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)
      bei Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type)
      bei TvPlugin.ChannelNavigator.ReLoad()
    2013-03-05 00:08:13.190478 [ERROR][(19)]: TvPlugin and TvServer don't have the same version.
    TvServer Version: 1.2.300.0
    TvPlugin Version: 1.3.0.0
    2013-03-05 00:08:17.179706 [ERROR][RefreshWorker(26)]: OnMessage exception:System.InvalidOperationException: Die Auflistung wurde geändert. Der Enumerationsvorgang kann möglicherweise nicht ausgeführt werden.
      bei System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
      bei System.Collections.Generic.List`1.Enumerator.MoveNextRare()
      bei System.Collections.Generic.List`1.Enumerator.MoveNext()
      bei MediaPortal.GUI.Library.GUIWindow.GetFocusControlId()
      bei MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)

    and when pressing on tv guide button i get following in mp.log
    Code:
    2013-03-05 00:09:18.216197 [Debug][MPMain(1)]: Window: WindowPlugins.home.GUIBasicHome deinit
    2013-03-05 00:09:18.224198 [Debug][MPMain(1)]: TextureManager: CleanupThumbs()
    2013-03-05 00:09:18.241199 [Debug][MPMain(1)]: TVHome: waiting for gentle.net DB connection 0 msec
    2013-03-05 00:09:18.343205 [Debug][MPMain(1)]: TVHome: waiting for gentle.net DB connection 102 msec
     
    ...
     
    2013-03-05 00:09:28.223089 [Debug][MPMain(1)]: TVHome: waiting for gentle.net DB connection 9982 msec
    2013-03-05 00:09:28.332289 [Debug][MPMain(1)]: TvGuideBase: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
      bei TvPlugin.TvGuideBase.SaveSettings()
      bei TvPlugin.TvGuideBase.OnMessage(GUIMessage message)
    2013-03-05 00:09:28.644290 [Info.][MPMain(1)]: TexturePacker: Loaded C:\ProgramData\Team MediaPortal\MediaPortal\Cache\Titan\packedgfx217.png texture:2048x2048 miplevels:1
    2013-03-05 00:09:28.659890 [Info.][MPMain(1)]: TexturePacker: fontengine add texure:1949
    2013-03-05 00:09:28.659890 [Debug][MPMain(1)]: Window: TvPlugin.TvSetup init
    2013-03-05 00:09:28.675490 [Warn.][MPMain(1)]: GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\mytvguide.xml' is missing control id 98 (window property: videoBackground)
    2013-03-05 00:09:28.691090 [Warn.][MPMain(1)]: GUIWindow:OnWindowLoaded: 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\mytvguide.xml' is missing control id 98 (window property: videoBackground)
    2013-03-05 00:09:28.691090 [Debug][MPMain(1)]: [WIFI_REMOTE]  Sending dialog open to clients
    2013-03-05 00:09:28.691090 [Debug][MPMain(1)]: DialogWindow: TvPlugin.TVGuide init
    2013-03-05 00:09:28.706690 [Debug][MPMain(1)]: TvGuideBase: System.TypeInitializationException: Der Typeninitialisierer für "Gentle.Framework.ProviderFactory" hat eine Ausnahme verursacht. ---> Error: NoConfigStoreFoundUnclassified
    Gentle.Common.GentleException: FATAL ERROR: No configuration store was found!
    Gentle is unable to continue!
     
    The handlers emitted the following error messages:
    Unable to create GentleSectionHandler for section named "gentle" in file "C:\Program Files (x86)\Team MediaPortal\MediaPortal\MediaPortal.exe.Config".
     
    Unable to create FileHandler for file Gentle.config.
    This usually means that the file could not be found in any of the default search locations.
     
    The handlers threw the following exceptions:
    Error: DeveloperErrorUnclassified
    Gentle.Common.GentleException: No configuration file could be located.
      bei Gentle.Common.FileHandler..ctor(String file)
      bei Gentle.Common.Configurator.AddFileHandler(String configStoreName, String fileName)
     
     
      bei Gentle.Common.Configurator.InitializeHandlers()
      bei Gentle.Common.Configurator.Configure(String configStoreName, Object instance)
      bei Gentle.Common.Configurator.Configure(Object instance)
      bei Gentle.Framework.ProviderRegistry..ctor()
      bei Gentle.Framework.ProviderFactory..cctor()
      --- Ende der internen Ausnahmestapelüberwachung ---
      bei Gentle.Framework.ProviderFactory.GetProvider(Type type)
      bei Gentle.Framework.BrokerLock..ctor(PersistenceBroker broker, Type type)
      bei Gentle.Framework.Persistent..ctor()
      bei TvDatabase.Channel..ctor(Boolean isRadio, Boolean isTv, Int32 timesWatched, DateTime totalTimeWatched, Boolean grabEpg, DateTime lastGrabTime, Int32 sortOrder, Boolean visibleInGuide, String externalId, String displayName, Int32 channelNumber)
      bei TvPlugin.TvGuideBase.GetChannels(Boolean refresh)
      bei TvPlugin.GuideBase.UpdateChannelCount()
      bei TvPlugin.TvGuideBase.OnMessage(GUIMessage message)
    2013-03-05 00:09:28.706690 [Debug][MPMain(1)]: DialogWindow: TvPlugin.TVGuide init



    where can I read the mediaportal log ?

    Default is C:\ProgramData\Team MediaPortal\MediaPortal\log
     

    Scythe42

    Retired Team Member
  • Premium Supporter
  • June 20, 2009
    2,065
    2,703
    51
    Berlin
    Home Country
    Germany Germany
    Can you attach the whole logs, so I can check what might went wrong? Might give me some indications what is going wrong. Must be caused by something before the actual exceptions.

    Regarding TV Series and the wrong skin file message: you are probably not using all files from the archive. Please verify. Sounds like the original MP 1.3.0 RC core.dll is still used. I know such version related stuff from my own tests when exchanging files.
     
    Last edited:

    Lightning303

    MP Donator
  • Premium Supporter
  • September 12, 2009
    798
    577
    Home Country
    Germany Germany
    Can you attach the whole logs, so I can check what might went wrong.?

    i should really stop thinking that just a small section of a log helps, sorry.

    i started mp, waited 1 or 2 minutes. pressed on my tv series, waited a minute and then pressed on tv guide.
    letestmediahandler.log also had some errors in it, so i attached it aswell.[DOUBLEPOST=1362441199][/DOUBLEPOST]
    you are not using all files from the archive.

    Im just copying all the files from the archive over to the mp dir. i just copied it again, no change.
     

    Scythe42

    Retired Team Member
  • Premium Supporter
  • June 20, 2009
    2,065
    2,703
    51
    Berlin
    Home Country
    Germany Germany
    Cannot tell from the logs what is wrong at a first glance. Will take a look at them tomorrow evening in more detail. If someone has an idea in the mean time or similar issues pls let me know.

    If in doubt I reverse the paralell loading of windows and process plugins. That is the only major change between Build 10 and Build 11. But as said TV Series doesn't complain here and I cannot test any TV server related stuff at the moment. That's what I need you guys for.

    Again thanks for keep on testing, so we can push this out soon. The faster loading at startup is the last feature that gets included. Afterwards just eliminating any glitches until no more come up.
     
    Last edited:

    l337

    MP Donator
  • Premium Supporter
  • December 18, 2012
    238
    73
    Home Country
    Germany Germany
    i have a new Bug :)
    The Fanart Handler background in Home menu does not work anymore
    with music and Moving Pictures it still works
    i have clean the skin chache files
     

    Attachments

    • build10.png
      build10.png
      1.7 MB
    • build11.png
      build11.png
      1.2 MB
    Last edited:
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom