- June 17, 2011
- 497
- 71
- Home Country
- United Kingdom
Yep ive given up on this plugin now, seems to much hassle to get working correctly and i dont seem to get any support.
The problrm you are struggling with has nothing to do with the PS++plugin. You will have the same problems without it.Yep ive given up on this plugin now, seems to much hassle to get working correctly and i dont seem to get any support.
No, but there might be many reasons (network, scheduled tasks, ...). You have to look at your system log to see why the system woke up at those times.Hey @michael_t, I am using the 1.2.3.7 and system powers up pretty often for no reason. Logs from last night attached, there was no schedule or anything else, only the reboot at 00:00 is correct imho. Do you have an idea?
Thanks for your fast reply. Will check that. First thing will be looking in network adapter properties...No, but there might be many reasons (network, scheduled tasks, ...). You have to look at your system log to see why the system woke up at those times.
Das System wurde aus dem Energiesparmodus reaktiviert.
Zeit im Energiesparmodus: ?2013?-?02?-?25T22:02:01.214081700Z
Reaktivierungszeit: ?2013?-?02?-?26T00:25:03.151037200Z
Reaktivierungsquelle: Gerät -Broadcom NetLink (TM) Gigabit Ethernet
'Kill MP
For Each MP As Process In System.Diagnostics.Process.GetProcessesByName("MediaPortal")
MP.Kill()
MP.WaitForExit(5000)
Next
'Stop TV Service
For Each TVService As Process In System.Diagnostics.Process.GetProcessesByName("TvService")
TVService.Kill()
TVService.WaitForExit(5000)
Next
'Start TV Service
Dim myService As ServiceController = (From svc In ServiceController.GetServices() Where svc.ServiceName = "TVService").ToArray()(0)
myService.Start()
myService.WaitForStatus(ServiceControllerStatus.Running, New TimeSpan(0, 0, 10))
'Start MP
Dim p As New ProcessStartInfo
p.FileName = "C:\Program Files (x86)\Team MediaPortal\MediaPortal\MediaPortal.exe"
Process.Start(p)
D3D: Exception: Generic application error.
The problrm you are struggling with has nothing to do with the PS++plugin. You will have the same problems without it.Yep ive given up on this plugin now, seems to much hassle to get working correctly and i dont seem to get any support.
Michael