2008-05-19, 12:49 PM
(This post was last modified: 2008-05-19, 02:03 PM by Terrormaster.)
I seem to have a strange issue with the EPG Update. Saturday morning I noticed my system was lagging big time. Dropped in via Remote Desktop to find about 20 copies of GBPVR.exe running. Took ever to get them all shutdown. I noticed that this happens consistently when my batch file gets to this line:
"C:\Program Files\devnz\gbpvr\gbpvr.exe" -OnlyUpdateEPG
After various testing I found that this happens not only at the 2am scheduled event, but also when I run Update EPG from the System GUI, from the system tray, and even from the command line direct. If I launch it from the GUI I noticed its restarting the entire batch file with each iteration (multiple cmd.exe in task manager). I only let it get to about 3 iterations in the screenshot because the last time I let it get out of control to 10 or more instances I had a hard time getting control back from the system and had to hard reboot much less screenshot it.
Also of note, at one point I suspected a corrupt EPG database and deleted it to let it rebuild again from clean.db - same results.
Here's the entire contents of my UpdateEPG.bat file:
I've attached a screenshot and my logs.
Thanks,
TM
"C:\Program Files\devnz\gbpvr\gbpvr.exe" -OnlyUpdateEPG
After various testing I found that this happens not only at the 2am scheduled event, but also when I run Update EPG from the System GUI, from the system tray, and even from the command line direct. If I launch it from the GUI I noticed its restarting the entire batch file with each iteration (multiple cmd.exe in task manager). I only let it get to about 3 iterations in the screenshot because the last time I let it get out of control to 10 or more instances I had a hard time getting control back from the system and had to hard reboot much less screenshot it.
Also of note, at one point I suspected a corrupt EPG database and deleted it to let it rebuild again from clean.db - same results.
Here's the entire contents of my UpdateEPG.bat file:
Code:
rem @echo off
"c:\Program Files\devnz\gbpvr\Third Party\yapi2xml\yapi2xml.exe" update
copy "c:\Program Files\devnz\gbpvr\Third Party\yapi2xml\yapixml.xml" d:\epg\xmltv.xml
"C:\Program Files\devnz\gbpvr\gbpvr.exe" -OnlyUpdateEPG
I've attached a screenshot and my logs.
Thanks,
TM