home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Installation, configuration support
How to install Mediaportal on Windows 2008 R2 (x64 only)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="brettjackson" data-source="post: 617803" data-attributes="member: 76616"><p>Hi limpwhizzkid, thanks for the article. This is a really useful feature.</p><p></p><p>I've tried following the instructions and I'm a bit stuck. I have tried MP 1.1.0 RC1 & 2 but I don't think it's a MP problem. The problem I have is that I can't see any tuners in TV config under TV Servers.</p><p></p><p>I've tried 2 different tuner cards - a Hauppauge Nova-T 500 and a Terratec Cinergy Hybrid T (both DVB-T), and I'm running on Windows 2008 R2 x64 Enterprise.</p><p></p><p>I'm assuming this is going to be some kind of issue with the BDA support, but I really need to get some further pointers for investigation. Any help would be much appreciated.</p><p></p><p>Within the tv.log file this exception is thrown twice, and looks a likely suspect to be the source of the problem within tvservice.</p><p></p><p>2010-05-15 11:42:42.597777 [TVService(5)]: Controller: using SQLServer database connection: Password</p><p>2010-05-15 11:42:42.598777 [TVService(5)]: ----------------------------</p><p>2010-05-15 11:42:42.599777 [TVService(5)]: Detecting Cards</p><p>2010-05-15 11:42:42.605777 [TVService(5)]: Detected IP TV Card 0</p><p>2010-05-15 11:42:42.624778 [TVService(5)]: TvControllerException: System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {B64016F3-C9A2-4066-96F0-BD9563314726} failed due to the following error: 80040154.</p><p> at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType)</p><p> at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(Type objectType)</p><p> at System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(Type serverType)</p><p> at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj)</p><p> at TvLibrary.Implementations.TvCardCollection.DetectCards()</p><p> at TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents)</p><p> at TvService.TVController.InitController()</p><p> at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType)</p><p> at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(Type objectType)</p><p> at System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(Type serverType)</p><p> at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj)</p><p> at TvLibrary.Implementations.TvCardCollection.DetectCards()</p><p> at TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents)</p><p> at TvService.TVController.InitController()</p><p>2010-05-15 11:42:42.625778 [TVService(5)]: Controller: Failed to initialize TVServer</p><p>2010-05-15 11:42:42.629779 [TVService(5)]: TV Service: Load plugins</p><p></p><p>I'm also seeing this repeated in the error.log file</p><p></p><p>Server stack trace: </p><p> at TvService.TVController.get_IdServer()</p><p> at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)</p><p> at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)</p><p> at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)</p><p></p><p>Exception rethrown at [0]: </p><p> at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)</p><p> at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)</p><p> at TvControl.IController.get_IdServer()</p><p> at SetupTv.ServiceHelper.get_IsRunning()</p><p>2010-05-15 11:58:41.597628 [SetupTv(1)]: ServiceHelper: Could not check whether the tvservice is running. Please check your network as well. </p><p>Error: System.NullReferenceException: Object reference not set to an instance of an object.</p><p></p><p></p><p></p><p>Thanks</p><p>Brett</p></blockquote><p></p>
[QUOTE="brettjackson, post: 617803, member: 76616"] Hi limpwhizzkid, thanks for the article. This is a really useful feature. I've tried following the instructions and I'm a bit stuck. I have tried MP 1.1.0 RC1 & 2 but I don't think it's a MP problem. The problem I have is that I can't see any tuners in TV config under TV Servers. I've tried 2 different tuner cards - a Hauppauge Nova-T 500 and a Terratec Cinergy Hybrid T (both DVB-T), and I'm running on Windows 2008 R2 x64 Enterprise. I'm assuming this is going to be some kind of issue with the BDA support, but I really need to get some further pointers for investigation. Any help would be much appreciated. Within the tv.log file this exception is thrown twice, and looks a likely suspect to be the source of the problem within tvservice. 2010-05-15 11:42:42.597777 [TVService(5)]: Controller: using SQLServer database connection: Password 2010-05-15 11:42:42.598777 [TVService(5)]: ---------------------------- 2010-05-15 11:42:42.599777 [TVService(5)]: Detecting Cards 2010-05-15 11:42:42.605777 [TVService(5)]: Detected IP TV Card 0 2010-05-15 11:42:42.624778 [TVService(5)]: TvControllerException: System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {B64016F3-C9A2-4066-96F0-BD9563314726} failed due to the following error: 80040154. at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType) at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(Type objectType) at System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(Type serverType) at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj) at TvLibrary.Implementations.TvCardCollection.DetectCards() at TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents) at TvService.TVController.InitController() at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType) at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(Type objectType) at System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(Type serverType) at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj) at TvLibrary.Implementations.TvCardCollection.DetectCards() at TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents) at TvService.TVController.InitController() 2010-05-15 11:42:42.625778 [TVService(5)]: Controller: Failed to initialize TVServer 2010-05-15 11:42:42.629779 [TVService(5)]: TV Service: Load plugins I'm also seeing this repeated in the error.log file Server stack trace: at TvService.TVController.get_IdServer() at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at TvControl.IController.get_IdServer() at SetupTv.ServiceHelper.get_IsRunning() 2010-05-15 11:58:41.597628 [SetupTv(1)]: ServiceHelper: Could not check whether the tvservice is running. Please check your network as well. Error: System.NullReferenceException: Object reference not set to an instance of an object. Thanks Brett [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
How to install Mediaportal on Windows 2008 R2 (x64 only)
Contact us
RSS
Top
Bottom