Aaargh!!! (1 Viewer)

psykix

MP Donator
  • Premium Supporter
  • July 10, 2009
    785
    46
    Wirral
    Home Country
    United Kingdom United Kingdom
    I'm having no end of freezing problems with live TV. Movies play back fine, including Blurays.

    I have the following in my error.log - any ideas where I can look? The wife has rung and is threatening to throw it out of the window!!

    2010-10-19 09:38:41.682339 [ERROR][(24)]: Exception :confused:ystem.InvalidCastException: Unable to cast COM object of type 'TsReader' to interface type 'ITSReader'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{B9559486-E1BB-45D3-A2A2-9A7AFE49B24F}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    at MediaPortal.Player.BaseTSReaderPlayer.ITSReader.SetMediaPosition(Int64 MediaPos)
    at MediaPortal.Player.BaseTSReaderPlayer.Process()
    at MediaPortal.Player.g_Player.Process()
    at MediaPortalApp.MPProcess()
    2010-10-19 09:38:41.685340 [ERROR][(24)]: Exception :Unable to cast COM object of type 'TsReader' to interface type 'ITSReader'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{B9559486-E1BB-45D3-A2A2-9A7AFE49B24F}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    2010-10-19 09:38:41.687340 [ERROR][(24)]: site :Int32 SetMediaPosition(Int64)
    2010-10-19 09:38:41.690340 [ERROR][(24)]: source :Core
    2010-10-19 09:38:41.693340 [ERROR][(24)]: stacktrace: at MediaPortal.Player.BaseTSReaderPlayer.ITSReader.SetMediaPosition(Int64 MediaPos)
    at MediaPortal.Player.BaseTSReaderPlayer.Process()
    at MediaPortal.Player.g_Player.Process()
    at MediaPortalApp.MPProcess()
    2010-10-19 09:38:41.828348 [ERROR][(24)]: Exception :confused:ystem.InvalidCastException: Unable to cast COM object of type 'TsReader' to interface type 'ITSReader'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{B9559486-E1BB-45D3-A2A2-9A7AFE49B24F}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    at MediaPortal.Player.BaseTSReaderPlayer.ITSReader.SetMediaPosition(Int64 MediaPos)
    at MediaPortal.Player.BaseTSReaderPlayer.Process()
    at MediaPortal.Player.g_Player.Process()
    at MediaPortalApp.MPProcess()
    2010-10-19 09:38:41.831348 [ERROR][(24)]: Exception :Unable to cast COM object of type 'TsReader' to interface type 'ITSReader'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{B9559486-E1BB-45D3-A2A2-9A7AFE49B24F}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    2010-10-19 09:38:41.836348 [ERROR][(24)]: site :Int32 SetMediaPosition(Int64)
    2010-10-19 09:38:41.840349 [ERROR][(24)]: source :Core
    2010-10-19 09:38:41.844349 [ERROR][(24)]: stacktrace: at MediaPortal.Player.BaseTSReaderPlayer.ITSReader.SetMediaPosition(Int64 MediaPos)
    at MediaPortal.Player.BaseTSReaderPlayer.Process()
    at MediaPortal.Player.g_Player.Process()
    at MediaPortalApp.MPProcess()
    2010-10-19 09:38:42.076362 [ERROR][(24)]: Exception :confused:ystem.InvalidCastException: Unable to cast COM object of type 'TsReader' to interface type 'ITSReader'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{B9559486-E1BB-45D3-A2A2-9A7AFE49B24F}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    at MediaPortal.Player.BaseTSReaderPlayer.ITSReader.SetMediaPosition(Int64 MediaPos)
    at MediaPortal.Player.BaseTSReaderPlayer.Process()
    at MediaPortal.Player.g_Player.Process()
    at MediaPortalApp.MPProcess()
    2010-10-19 09:38:42.079362 [ERROR][(24)]: Exception :Unable to cast COM object of type 'TsReader' to interface type 'ITSReader'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{B9559486-E1BB-45D3-A2A2-9A7AFE49B24F}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    2010-10-19 09:38:42.083362 [ERROR][(24)]: site :Int32 SetMediaPosition(Int64)
    2010-10-19 09:38:42.086363 [ERROR][(24)]: source :Core
    2010-10-19 09:38:42.090363 [ERROR][(24)]: stacktrace: at MediaPortal.Player.BaseTSReaderPlayer.ITSReader.SetMediaPosition(Int64 MediaPos)
    at MediaPortal.Player.BaseTSReaderPlayer.Process()
    at MediaPortal.Player.g_Player.Process()
    at MediaPortalApp.MPProcess()
    2010-10-19 09:54:18.428918 [ERROR][MPMain(1)]: W7RefreshRateHelper.GetRefreshRate: QueryDisplayConfig(...) returned 51539607639
    2010-10-19 09:54:18.431919 [ERROR][MPMain(1)]: CycleRefreshRate: unable to change refresh rate to 50Hz for monitor 0
     

    SiLenTYL

    Retired Team Member
  • Premium Supporter
  • April 23, 2004
    1,144
    159
    Melbourne
    Home Country
    Australia Australia
    im getting this log also with 1.20 alpha when using myvideoredo plugin which uses part of the tv service i believe
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    ystem.InvalidCastException: Unable to cast COM object of type 'TsReader' to interface type 'ITSReader'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{B9559486-E1BB-45D3-A2A2-9A7AFE49B24F}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).

    That error is usually result of some plugin or MP code itself that is calling the Process() from a wrong thread (not sure if it is cause for those freezes but in any case it isn't healthy :)). Please disable all 3rd party plugins first to see if it cures the issue.
     

    psykix

    MP Donator
  • Premium Supporter
  • July 10, 2009
    785
    46
    Wirral
    Home Country
    United Kingdom United Kingdom
    Since I went to 1.2.0 I have had no issues, and am perfectly happy with it!

    Just wish i could figure out how to get around the lack of USALS!!
     

    Jay_UK

    Test Group
  • Team MediaPortal
  • October 6, 2009
    1,781
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    Hi there,

    I get the same:

    2010-12-11 17:19:00.073204 [ERROR][(47)]: site :Int32 SetMediaPosition(Int64)
    2010-12-11 17:19:00.073204 [ERROR][(47)]: source :Core
    2010-12-11 17:19:00.074204 [ERROR][(47)]: stacktrace: at MediaPortal.Player.BaseTSReaderPlayer.ITSReader.SetMediaPosition(Int64 MediaPos)
    at MediaPortal.Player.BaseTSReaderPlayer.Process()
    at MediaPortal.Player.g_Player.Process()
    at MediaPortalApp.MPProcess()

    Happens quite regularly in the error.log, but doesn't seem to have any real world impact?

    I'll test on a clean (plugin-less installation)

    Update - I am wondering if it is caused by TVSeries, while watching live TV. There does seem to be an effect when it happens. The live TV glitches for a second, but continues fine afterwards.

    J.
     

    Users who are viewing this thread

    Top Bottom