ARGUS TV to Lights-Out for Windows / Windows Server

jayrock
Posts: 147
Joined: Wed Apr 07, 2010 9:29 pm

Re: ARGUS TV to Lights-Out for Windows Server

Post by jayrock » Mon Jun 02, 2014 6:53 pm

dot-i wrote:
jayrock wrote:ProxyFactory does more or less replace ServiceChannelFactories, right? This is the code that throws the exception (excuse the mess please, only minimum changes to cope with 2.3):
Correct. And the code is indeed correct too, should work fine as long as the settings are correctly filled in (I don't see any code that sets up Http and its port -- but I don't know by heart what the defaults are).
The full thing is here: https://github.com/jayrockk/ATV2LO-deve ... ce.cs#L559

Port number and host name are configurable on my side.

I don't see why it shouldn't work - in theory....

jayrock
Posts: 147
Joined: Wed Apr 07, 2010 9:29 pm

Re: ARGUS TV to Lights-Out for Windows Server

Post by jayrock » Mon Jun 02, 2014 7:09 pm

dot-i wrote:It doesn't seem like you are using an up to date proxy DLL as the latest one (beta 8) works with static thread-safe proxies as properties on the Proxies class (the new name for the factory, I overlooked this in your earlier snippet).
Uh, just saw this now. Let me check.

Edit: I was indeed on beta-4. Bumped to beta-8. Here is a new attempt. Feels like a blind flight. Let me know if it works.

Edit2: The latest version is 3.0.0.4
Attachments
ATV2LO_3.0.0.4.wssx.zip
(227.4 KiB) Downloaded 431 times

User avatar
andrewNZ
Posts: 677
Joined: Thu Nov 26, 2009 2:07 pm
Location: Dunedin, New Zealand

Re: ARGUS TV to Lights-Out for Windows Server

Post by andrewNZ » Mon Jun 02, 2014 9:46 pm

Looks like it got a little further this time.

Code: Select all

[INFO] [Ftr2LoService] 3/06/2014 7:43:30 a.m.:: Start service. Version unknown
[INFO] [Ftr2LoService] 3/06/2014 7:43:56 a.m.:: Start service. Version 3.0.0.4
[INFO] [Ftr2LoService] 3/06/2014 7:44:19 a.m.:: Start service. Version 3.0.0.4
[DEBUG] [Ftr2LoService] 3/06/2014 7:44:19 a.m.:: No log files deleted.
[DEBUG] [Ftr2LoService] 3/06/2014 7:44:19 a.m.:: m_ftr2loThread started.
[DEBUG] [FTR2LO_Server] 3/06/2014 7:44:19 a.m.:: Inside FTR2LO_Server.
[DEBUG] [FTR2LO_Server] 3/06/2014 7:44:19 a.m.:: Internal Service Host started
[DEBUG] [FTR2LO_Server] 3/06/2014 7:44:19 a.m.:: Lights-Out Service status: Running
[DEBUG] [FTR2LO_Server] 3/06/2014 7:44:19 a.m.:: Argus TV Service status: Running
[DEBUG] [FTR2LO] 3/06/2014 7:44:20 a.m.:: Trying to connect to Argus TV service on localhost:49943
[DEBUG] [FTR2LO] 3/06/2014 7:44:21 a.m.:: ServiceChannelFactories successfully initialized.
[DEBUG] [FTR2LO] 3/06/2014 7:44:21 a.m.:: ATV2LO local API version: 6
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: Cannot connect to Service (-3)
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: ftr2lo_main running...
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: TaskList.xml found at C:\ProgramData\LightsOut\TaskList.xml
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: Loading LightsOut task list ....
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: ok.
[DEBUG] [FTR2LO_Server] 3/06/2014 7:44:36 a.m.:: Problem calling ftr2lo_main() from FTR2LO_Server.
System.NullReferenceException: Object reference not set to an instance of an object.
   at ftr2loservice.FTR2LO.ftr2lo_main()
   at ftr2loservice.FTR2LO.FTR2LO_Server()
You can fix it, or you can fix it until it's broken. I usually choose the latter.

Server: WHS 2011. Hauppauge HVR 2200. Avermedia A835. ArgusTV Server. EPG Collector.
Clients: Win7 64bit. MediaPortal. ArgusTV Client. StreamedMP.

User avatar
PaulAEvans
Posts: 532
Joined: Tue Jul 01, 2008 11:42 am

Re: ARGUS TV to Lights-Out for Windows Server

Post by PaulAEvans » Mon Jun 02, 2014 11:11 pm

I am getting similar results to Andrew but with a HTTP error earlier

Code: Select all

[INFO] [Ftr2LoService] 6/2/2014 10:00:29 PM:: Start service. Version unknown
[INFO] [Ftr2LoService] 6/2/2014 10:03:48 PM:: Start service. Version 3.0.0.4
[DEBUG] [Ftr2LoService] 6/2/2014 10:03:48 PM:: No log files deleted.

[DEBUG] [Ftr2LoService] 6/2/2014 10:03:48 PM:: m_ftr2loThread started.

[DEBUG] [FTR2LO_Server] 6/2/2014 10:03:48 PM:: Inside FTR2LO_Server.

[DEBUG] [FTR2LO_Server] 6/2/2014 10:03:48 PM:: Problem starting Internal Service Host. Exception: System.ServiceModel.AddressAlreadyInUseException: HTTP could not register URL http://+:41433/WCFService1/. Another application has already registered this URL with HTTP.SYS. ---> System.Net.HttpListenerException: Failed to listen on prefix 'http://+:41433/WCFService1/' because it conflicts with an existing registration on the machine.
   at System.Net.HttpListener.AddAllPrefixes()
   at System.Net.HttpListener.Start()
   at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
   --- End of inner exception stack trace ---
   at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
   at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)
   at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)
   at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnOuterListenerOpen(ChannelDemuxerFilter filter, IChannelListener listener, TimeSpan timeout)
   at System.ServiceModel.Channels.SingletonChannelListener`3.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.SecurityListenerSettingsLifetimeManager.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout)
   at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.SecurityListenerSettingsLifetimeManager.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at ftr2loservice.FTR2LO.FTR2LO_Server()
[DEBUG] [FTR2LO_Server] 6/2/2014 10:03:48 PM:: Lights-Out Service status: Running
[DEBUG] [FTR2LO_Server] 6/2/2014 10:03:48 PM:: Argus TV Service status: Running
[DEBUG] [FTR2LO] 6/2/2014 10:03:49 PM:: Trying to connect to Argus TV service on localhost:49943
[DEBUG] [FTR2LO] 6/2/2014 10:03:50 PM:: ServiceChannelFactories successfully initialized.
[DEBUG] [FTR2LO] 6/2/2014 10:03:50 PM:: ATV2LO local API version: 6
[DEBUG] [FTR2LO] 6/2/2014 10:04:10 PM:: Cannot connect to Service (-3)
[DEBUG] [FTR2LO] 6/2/2014 10:04:10 PM:: ftr2lo_main running...
[DEBUG] [FTR2LO] 6/2/2014 10:04:10 PM:: TaskList.xml found at C:\ProgramData\LightsOut\TaskList.xml
[DEBUG] [FTR2LO] 6/2/2014 10:04:10 PM:: Loading LightsOut task list ....
[DEBUG] [FTR2LO] 6/2/2014 10:04:10 PM:: ok.
[DEBUG] [FTR2LO_Server] 6/2/2014 10:04:10 PM:: Problem calling ftr2lo_main() from FTR2LO_Server.
System.NullReferenceException: Object reference not set to an instance of an object.
   at ftr2loservice.FTR2LO.ftr2lo_main()
   at ftr2loservice.FTR2LO.FTR2LO_Server()
Server: Gigabyte GA-Ex58-UD3R Intel i7 Corsair 6GB;Os on Sandisk 128GB SSD; TBS 6984 QuadDVB-S2, Nova-DT Dual DVB-T, Win7 SP1, Argus 2.3, SQLExp 2012
Clients: 3x XBMC RaspPi;1x ASUS A8N-VM CSM AMD 4200+ 2GB RAM, Win7 SP1 MP1.6/XBMC,Argus 2.3

jayrock
Posts: 147
Joined: Wed Apr 07, 2010 9:29 pm

Re: ARGUS TV to Lights-Out for Windows Server

Post by jayrock » Tue Jun 03, 2014 7:56 am

andrewNZ wrote:Looks like it got a little further this time.

Code: Select all

[INFO] [Ftr2LoService] 3/06/2014 7:43:30 a.m.:: Start service. Version unknown
[INFO] [Ftr2LoService] 3/06/2014 7:43:56 a.m.:: Start service. Version 3.0.0.4
[INFO] [Ftr2LoService] 3/06/2014 7:44:19 a.m.:: Start service. Version 3.0.0.4
[DEBUG] [Ftr2LoService] 3/06/2014 7:44:19 a.m.:: No log files deleted.
[DEBUG] [Ftr2LoService] 3/06/2014 7:44:19 a.m.:: m_ftr2loThread started.
[DEBUG] [FTR2LO_Server] 3/06/2014 7:44:19 a.m.:: Inside FTR2LO_Server.
[DEBUG] [FTR2LO_Server] 3/06/2014 7:44:19 a.m.:: Internal Service Host started
[DEBUG] [FTR2LO_Server] 3/06/2014 7:44:19 a.m.:: Lights-Out Service status: Running
[DEBUG] [FTR2LO_Server] 3/06/2014 7:44:19 a.m.:: Argus TV Service status: Running
[DEBUG] [FTR2LO] 3/06/2014 7:44:20 a.m.:: Trying to connect to Argus TV service on localhost:49943
[DEBUG] [FTR2LO] 3/06/2014 7:44:21 a.m.:: ServiceChannelFactories successfully initialized.
[DEBUG] [FTR2LO] 3/06/2014 7:44:21 a.m.:: ATV2LO local API version: 6
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: Cannot connect to Service (-3)
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: ftr2lo_main running...
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: TaskList.xml found at C:\ProgramData\LightsOut\TaskList.xml
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: Loading LightsOut task list ....
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: ok.
[DEBUG] [FTR2LO_Server] 3/06/2014 7:44:36 a.m.:: Problem calling ftr2lo_main() from FTR2LO_Server.
System.NullReferenceException: Object reference not set to an instance of an object.
   at ftr2loservice.FTR2LO.ftr2lo_main()
   at ftr2loservice.FTR2LO.FTR2LO_Server()

This is interesting:

Code: Select all

[DEBUG] [FTR2LO] 3/06/2014 7:44:21 a.m.:: ATV2LO local API version: 6
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: Cannot connect to Service (-3)
Which version of Argus TV are you using? Beta-8?

User avatar
andrewNZ
Posts: 677
Joined: Thu Nov 26, 2009 2:07 pm
Location: Dunedin, New Zealand

Re: ARGUS TV to Lights-Out for Windows Server

Post by andrewNZ » Tue Jun 03, 2014 8:56 am

jayrock wrote:This is interesting:

Code: Select all

[DEBUG] [FTR2LO] 3/06/2014 7:44:21 a.m.:: ATV2LO local API version: 6
[DEBUG] [FTR2LO] 3/06/2014 7:44:36 a.m.:: Cannot connect to Service (-3)
Which version of Argus TV are you using? Beta-8?
That is a good question... It appears I'm further behind than I thought. I'm running b7 :oops: . That's pretty poor form on my part. I'll fix it in a few minutes and post new results and/or logs.
You can fix it, or you can fix it until it's broken. I usually choose the latter.

Server: WHS 2011. Hauppauge HVR 2200. Avermedia A835. ArgusTV Server. EPG Collector.
Clients: Win7 64bit. MediaPortal. ArgusTV Client. StreamedMP.

User avatar
PaulAEvans
Posts: 532
Joined: Tue Jul 01, 2008 11:42 am

Re: ARGUS TV to Lights-Out for Windows Server

Post by PaulAEvans » Tue Jun 03, 2014 9:53 am

PaulAEvans wrote:I am getting similar results to Andrew but with a HTTP error earlier

Code: Select all

[INFO] [Ftr2LoService] 6/2/2014 10:00:29 PM:: Start service. Version unknown
[INFO] [Ftr2LoService] 6/2/2014 10:03:48 PM:: Start service. Version 3.0.0.4
[DEBUG] [Ftr2LoService] 6/2/2014 10:03:48 PM:: No log files deleted.

[DEBUG] [Ftr2LoService] 6/2/2014 10:03:48 PM:: m_ftr2loThread started.

[DEBUG] [FTR2LO_Server] 6/2/2014 10:03:48 PM:: Inside FTR2LO_Server.

[DEBUG] [FTR2LO_Server] 6/2/2014 10:03:48 PM:: Problem starting Internal Service Host. Exception: System.ServiceModel.AddressAlreadyInUseException: HTTP could not register URL http://+:41433/WCFService1/. Another application has already registered this URL with HTTP.SYS. ---> System.Net.HttpListenerException: Failed to listen on prefix 'http://+:41433/WCFService1/' because it conflicts with an existing registration on the machine.
   at System.Net.HttpListener.AddAllPrefixes()
   at System.Net.HttpListener.Start()
   at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
   --- End of inner exception stack trace ---
   at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
   at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)
   at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)
   at System.ServiceModel.Channels.HttpChannelListener`1.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.DatagramChannelDemuxer`2.OnOuterListenerOpen(ChannelDemuxerFilter filter, IChannelListener listener, TimeSpan timeout)
   at System.ServiceModel.Channels.SingletonChannelListener`3.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.NegotiationTokenAuthenticator`1.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.SymmetricSecurityProtocolFactory.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.SecurityListenerSettingsLifetimeManager.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.SecuritySessionSecurityTokenAuthenticator.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.SecurityUtils.OpenTokenAuthenticatorIfRequired(SecurityTokenAuthenticator tokenAuthenticator, TimeSpan timeout)
   at System.ServiceModel.Security.SecuritySessionServerSettings.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Security.SecurityListenerSettingsLifetimeManager.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at ftr2loservice.FTR2LO.FTR2LO_Server()
[DEBUG] [FTR2LO_Server] 6/2/2014 10:03:48 PM:: Lights-Out Service status: Running
[DEBUG] [FTR2LO_Server] 6/2/2014 10:03:48 PM:: Argus TV Service status: Running
[DEBUG] [FTR2LO] 6/2/2014 10:03:49 PM:: Trying to connect to Argus TV service on localhost:49943
[DEBUG] [FTR2LO] 6/2/2014 10:03:50 PM:: ServiceChannelFactories successfully initialized.
[DEBUG] [FTR2LO] 6/2/2014 10:03:50 PM:: ATV2LO local API version: 6
[DEBUG] [FTR2LO] 6/2/2014 10:04:10 PM:: Cannot connect to Service (-3)
[DEBUG] [FTR2LO] 6/2/2014 10:04:10 PM:: ftr2lo_main running...
[DEBUG] [FTR2LO] 6/2/2014 10:04:10 PM:: TaskList.xml found at C:\ProgramData\LightsOut\TaskList.xml
[DEBUG] [FTR2LO] 6/2/2014 10:04:10 PM:: Loading LightsOut task list ....
[DEBUG] [FTR2LO] 6/2/2014 10:04:10 PM:: ok.
[DEBUG] [FTR2LO_Server] 6/2/2014 10:04:10 PM:: Problem calling ftr2lo_main() from FTR2LO_Server.
System.NullReferenceException: Object reference not set to an instance of an object.
   at ftr2loservice.FTR2LO.ftr2lo_main()
   at ftr2loservice.FTR2LO.FTR2LO_Server()
I am running Beta 9 on Windows 7 Ultimate 64
Server: Gigabyte GA-Ex58-UD3R Intel i7 Corsair 6GB;Os on Sandisk 128GB SSD; TBS 6984 QuadDVB-S2, Nova-DT Dual DVB-T, Win7 SP1, Argus 2.3, SQLExp 2012
Clients: 3x XBMC RaspPi;1x ASUS A8N-VM CSM AMD 4200+ 2GB RAM, Win7 SP1 MP1.6/XBMC,Argus 2.3

User avatar
andrewNZ
Posts: 677
Joined: Thu Nov 26, 2009 2:07 pm
Location: Dunedin, New Zealand

Re: ARGUS TV to Lights-Out for Windows Server

Post by andrewNZ » Tue Jun 03, 2014 9:54 am

Same results for me with beta 10

Code: Select all

[INFO] [Ftr2LoService] 3/06/2014 7:52:09 p.m.:: Start service. Version 3.0.0.4
[DEBUG] [Ftr2LoService] 3/06/2014 7:52:09 p.m.:: No log files deleted.
[DEBUG] [FTR2LO_Server] 3/06/2014 7:52:09 p.m.:: Inside FTR2LO_Server.
[DEBUG] [Ftr2LoService] 3/06/2014 7:52:09 p.m.:: m_ftr2loThread started.
[DEBUG] [FTR2LO_Server] 3/06/2014 7:52:09 p.m.:: Internal Service Host started
[DEBUG] [FTR2LO_Server] 3/06/2014 7:52:09 p.m.:: Lights-Out Service status: Running
[DEBUG] [FTR2LO_Server] 3/06/2014 7:52:09 p.m.:: Argus TV Service status: Running
[DEBUG] [FTR2LO] 3/06/2014 7:52:10 p.m.:: Trying to connect to Argus TV service on localhost:49943
[DEBUG] [FTR2LO] 3/06/2014 7:52:10 p.m.:: ServiceChannelFactories successfully initialized.
[DEBUG] [FTR2LO] 3/06/2014 7:52:10 p.m.:: ATV2LO local API version: 6
[DEBUG] [FTR2LO] 3/06/2014 7:52:30 p.m.:: Cannot connect to Service (-3)
[DEBUG] [FTR2LO] 3/06/2014 7:52:30 p.m.:: ftr2lo_main running...
[DEBUG] [FTR2LO] 3/06/2014 7:52:30 p.m.:: TaskList.xml found at C:\ProgramData\LightsOut\TaskList.xml
[DEBUG] [FTR2LO] 3/06/2014 7:52:31 p.m.:: Loading LightsOut task list ....
[DEBUG] [FTR2LO] 3/06/2014 7:52:31 p.m.:: ok.
[DEBUG] [FTR2LO_Server] 3/06/2014 7:52:31 p.m.:: Problem calling ftr2lo_main() from FTR2LO_Server.
System.NullReferenceException: Object reference not set to an instance of an object.
   at ftr2loservice.FTR2LO.ftr2lo_main()
   at ftr2loservice.FTR2LO.FTR2LO_Server()
You can fix it, or you can fix it until it's broken. I usually choose the latter.

Server: WHS 2011. Hauppauge HVR 2200. Avermedia A835. ArgusTV Server. EPG Collector.
Clients: Win7 64bit. MediaPortal. ArgusTV Client. StreamedMP.

Christoph21x
Posts: 1070
Joined: Wed Oct 19, 2011 9:39 am
Location: Berne / Switzerland

Re: ARGUS TV to Lights-Out for Windows Server

Post by Christoph21x » Wed Jun 04, 2014 12:04 pm

Hey jay
You're using the Nudget package Beta8 in your build - please update to beta10 and we'll try again (in Beta8, as I see, is stll the old DataContracts.dll (declared as version 2.2.2) - which is faulty and was corrected only during B8 testing --> B9 onwards).
Be aware that dot-i didn't declare beta10 as default (still set to B8); that's why your NuGet loaded beta-8 probably (default)
Maybe this is worth trying?

Greetz - Chris
"One must still have chaos within oneself, to give birth to a dancing star." (F. Nietzsche)

Christoph21x
Posts: 1070
Joined: Wed Oct 19, 2011 9:39 am
Location: Berne / Switzerland

Re: ARGUS TV to Lights-Out for Windows Server

Post by Christoph21x » Wed Jun 04, 2014 2:30 pm

Hi jay - think I found some bugs.
Don't build a new version upon last post - doesn't solve all issues.
Testing..
"One must still have chaos within oneself, to give birth to a dancing star." (F. Nietzsche)

Post Reply

Who is online

Users browsing this forum: No registered users and 14 guests