Reply to thread

I have been using MediaPortal 1.9.0 for over a year, everything is alright until 1 week ago, I uninstalled a software called DVDVideoSoft Free Studio and installed a new version of it. Nothing was asked during the uninstall process (such as shared libraries). Then MP1.9.0 client started to get an "Unable to Create Graph" when I started TV. I got the following log. Is there a library missing or incompatible?


[2017-01-02 01:56:34,881] [Log    ] [TVService] [ERROR] - Exception   : System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)

   at TvLibrary.Streaming.RtspStreaming.StreamSetupEx(String ipAdress, Int32 port)

   at TvLibrary.Streaming.RtspStreaming..ctor(String hostName, Int32 port)


[2017-01-02 01:57:08,281] [Log    ] [7        ] [ERROR] - Exception   : System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {FC50BED6-FE38-42D3-B831-771690091A6E} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E).

   at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType)

   at System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(RuntimeType serverType)

   at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(RuntimeType serverType, Object[] props, Boolean bNewObj)

   at TvLibrary.Implementations.DVB.TvCardDvbBase.AddTsWriterFilterToGraph()

   at TvLibrary.Implementations.DVB.TvCardDVBT.BuildGraph()


[2017-01-02 01:57:08,602] [Log    ] [7        ] [ERROR] - Exception   :TvLibrary.TvExceptionGraphBuildingFailed: Graph building failed ---> System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {FC50BED6-FE38-42D3-B831-771690091A6E} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E).

   at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType)

   at System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(RuntimeType serverType)

   at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(RuntimeType serverType, Object[] props, Boolean bNewObj)

   at TvLibrary.Implementations.DVB.TvCardDvbBase.AddTsWriterFilterToGraph()

   at TvLibrary.Implementations.DVB.TvCardDVBT.BuildGraph()

   --- End of inner exception stack trace ---

   at TvLibrary.Implementations.DVB.TvCardDVBT.BuildGraph()

   at TvLibrary.Implementations.DVB.TvCardDVBT.BeforeTune(IChannel channel, Int32& subChannelId)

   at TvLibrary.Implementations.DVB.TvCardDVBT.Tune(Int32 subChannelId, IChannel channel)


[2017-01-02 01:57:08,604] [Log    ] [7        ] [ERROR] - Exception   :TvLibrary.TvExceptionGraphBuildingFailed: Graph building failed ---> System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {FC50BED6-FE38-42D3-B831-771690091A6E} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E).

   at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType)

   at System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(RuntimeType serverType)

   at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(RuntimeType serverType, Object[] props, Boolean bNewObj)

   at TvLibrary.Implementations.DVB.TvCardDvbBase.AddTsWriterFilterToGraph()

   at TvLibrary.Implementations.DVB.TvCardDVBT.BuildGraph()

   --- End of inner exception stack trace ---

   at TvLibrary.Implementations.DVB.TvCardDVBT.BuildGraph()

   at TvLibrary.Implementations.DVB.TvCardDVBT.BeforeTune(IChannel channel, Int32& subChannelId)

   at TvLibrary.Implementations.DVB.TvCardDVBT.Tune(Int32 subChannelId, IChannel channel)

   at TvService.CardTuner.Tune(IUser& user, IChannel channel, Int32 idChannel)



Top Bottom