2007-06-16, 02:47 PM
Hi Sub!
First of all thanx for GB-PVR! You did an amazing job and I like GB-PVR best of all the HTPC
software I've ever seen ...
Now to my problem:
After having installed GB-PVR the time to shut down the PC increased by about 15 to 20 seconds.
I found out, that this is due to the GBPVRRecordingService.exe. If I manually stop the service
before shutdown, everything is fine again. Maybe the service does not respond to the shutdown
event it gets from the system before shutdown?
I had this problem with a service I wrote, too. If the system is shut down you get a shut down
event but no stop event, so I just executed the same peace of code in both cases ...
I'm using the GBPVRRecordingService.exe from the v0.99.12 survival guide.
kind regards,
chrisu
PS: At the moment I'm setting
HKLM\SYSTEM\CurrentControlSet\Control\WaitToKillServiceTimeout
from the default of 20000 milliseconds to a smaller value like 3000.
First of all thanx for GB-PVR! You did an amazing job and I like GB-PVR best of all the HTPC
software I've ever seen ...
Now to my problem:
After having installed GB-PVR the time to shut down the PC increased by about 15 to 20 seconds.
I found out, that this is due to the GBPVRRecordingService.exe. If I manually stop the service
before shutdown, everything is fine again. Maybe the service does not respond to the shutdown
event it gets from the system before shutdown?
I had this problem with a service I wrote, too. If the system is shut down you get a shut down
event but no stop event, so I just executed the same peace of code in both cases ...
I'm using the GBPVRRecordingService.exe from the v0.99.12 survival guide.
kind regards,
chrisu
PS: At the moment I'm setting
HKLM\SYSTEM\CurrentControlSet\Control\WaitToKillServiceTimeout
from the default of 20000 milliseconds to a smaller value like 3000.