Re: PowerScheduler++ Test Version 1.2.5.8 for MP 1.2.x / 1.3 Alpha
When I resumed my PC from standby, my TV showed MP with the "Connection to TV service lost" error and asking me to enter the IP address.
When I tried to load TV Server config, nothing happened the first time and the second time brought up the Setup database connection window, which had X4 as the hostname, which is the name of my PC but I'm using the loopback adapter so it's set to 192.168.2.1 in both TV Server and MP config. Trying to test with it set to X4 failed and it still did so after changing it to 192.168.2.1
I then attempted to stop TVService.exe but was unable to, so killed it with TaskManager and tried to restart it, but that failed also.
I have set PS++ to run the following script, named resume.bat, on suspend/wakeup and Reinitialize TVservice is ticked, but I don't think it has been run.
After rebooting, I was able to open TV Server config normally and everything seems to be working. I've recently uninstalled Outpost Security Suite and am using Windows Firewall at the moment, but I believe that only blocks incoming connections and it has prompted me a couple of times about MP-related stuff, which I've allowed, and TV has been working fine.
I've attached logs from when I first noticed the problem, before I did most of the above, and another set after rebooting.
When I resumed my PC from standby, my TV showed MP with the "Connection to TV service lost" error and asking me to enter the IP address.
When I tried to load TV Server config, nothing happened the first time and the second time brought up the Setup database connection window, which had X4 as the hostname, which is the name of my PC but I'm using the loopback adapter so it's set to 192.168.2.1 in both TV Server and MP config. Trying to test with it set to X4 failed and it still did so after changing it to 192.168.2.1
I then attempted to stop TVService.exe but was unable to, so killed it with TaskManager and tried to restart it, but that failed also.
I have set PS++ to run the following script, named resume.bat, on suspend/wakeup and Reinitialize TVservice is ticked, but I don't think it has been run.
Code:
if "%1" == "suspend" goto OnSuspend
if "%1" == "wakeup" goto OnWakeUp
goto Done
:OnSuspend
process -k “MediaPortal.exe”
goto Done
:OnWakeUp
net stop TVService
net start TVService
"C:\Program Files (x86)\Team MediaPortal\MediaPortal\MediaPortal.exe"
goto Done
:Done
After rebooting, I was able to open TV Server config normally and everything seems to be working. I've recently uninstalled Outpost Security Suite and am using Windows Firewall at the moment, but I believe that only blocks incoming connections and it has prompted me a couple of times about MP-related stuff, which I've allowed, and TV has been working fine.
I've attached logs from when I first noticed the problem, before I did most of the above, and another set after rebooting.