I have been trying to get 3 TBS 5880 to work simultanously (in conjunction with my FireDTV and Blackgold), I managed to get everything to work and then I restarted the computer and now I get a System.NullReferenceException and thus the TV-Service doesn't start nor does the Mediaportal client (it seems Powerscheduler is calling the tv-service during it's startup) and thus Mediaportal hangs at "Starting modules".
And, yes, I did use the TV-server in https://forum.team-mediaportal.com/threads/tbs-ci-cam-support-and-other-improvements.103276/ and the below error is present in both that and the "normal" tv-server. The error below is from the standard server...
The error I get is this (pardon the swedish but it is the normal error messages):
[2013-11-10 14:51:12,600] [Log ] [SetupTv ] [ERROR] - Exception
ystem.NullReferenceException: Objektreferensen har inte angetts till en instans av ett objekt.
Server stack trace:
vid TvService.TVController.get_Cards()
vid System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
vid System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
vid System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
vid System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
vid System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
vid TvControl.IController.get_Cards()
vid SetupTv.Startup.Main(String[] arguments)
I gues I have to reinstall the tv-server but I thought a dev might want to know about the error and perhaps add a catch somewere (in the unlikly anyone else happens to trigger the same behavior as I did).
And, yes, I did use the TV-server in https://forum.team-mediaportal.com/threads/tbs-ci-cam-support-and-other-improvements.103276/ and the below error is present in both that and the "normal" tv-server. The error below is from the standard server...
The error I get is this (pardon the swedish but it is the normal error messages):
[2013-11-10 14:51:12,600] [Log ] [SetupTv ] [ERROR] - Exception
Server stack trace:
vid TvService.TVController.get_Cards()
vid System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
vid System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
vid System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
vid System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
vid System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
vid TvControl.IController.get_Cards()
vid SetupTv.Startup.Main(String[] arguments)
I gues I have to reinstall the tv-server but I thought a dev might want to know about the error and perhaps add a catch somewere (in the unlikly anyone else happens to trigger the same behavior as I did).