NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 26 27 28 29 30 … 93 Next »
MceEpg2XmlTv

 
  • 0 Vote(s) - 0 Average
MceEpg2XmlTv
howudodat
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Apr 2007
#821
2008-03-18, 06:13 PM (This post was last modified: 2008-03-18, 06:13 PM by howudodat.)
To zhed:
Quote:Are you not following the tutorial on the wiki?
Of course I am, without that I would be totally lost
Quote:Run-epg.bat that is included in the converter must be edited to use your own headend
I have both edited the Run-epg.bat and ran the commands from the command line. There is no difference in typing the commands in manually in a command prompt and running them from a batch file (except for an increased chance of typos). Irregardless the end result is the same. MceEpgDownloader hangs.

To whurlston:
Any idea why MceEpgdownloader just hangs at deleting the guide? I've let it run up to 10 minutes.

Peter
PS. I've moved the grabber into a folder with the *exact* same structure as the wiki with no difference in results.
[SIZE="1"]GBPVR PC: WinXP MCE / AMD Athlon 3800+ / 1.0gRAM / NVIDIA GeForce 7600 GS / Hauppauge PVR-1600
Storage: 20gb OS / 230gb TV, Music, Pics / 500gb x2 RAID Movies
Video: BenQ PB 6200 projector 96" screen[/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#822
2008-03-18, 06:25 PM
howudodat Wrote:Any idea why MceEpgdownloader just hangs at deleting the guide? I've let it run up to 10 minutes.
No idea. There may have been a recent update that breaks it but I'm not sure. I no longer have an MCE05 machine so I would not be able to test it. Is it just one lineup that you need? If so, you may need to just let MCE handle the downloads and just run the converter (MceEpg2XmlTv). Just set the Mce Epg to download about an hour before the GBPVR epg update. You can use the following utility to set the download time for MCE: http://blogs.msdn.com/peterrosser/archiv...83349.aspx
howudodat
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Apr 2007
#823
2008-03-18, 07:06 PM
ok, I'll run it that way for a while and see what happens.
PS. If you want me to run this code in a debugger I have VS2005 and have been a programmer for 20+ years. I dont do much .net but can hack my way through it.

Peter
[SIZE="1"]GBPVR PC: WinXP MCE / AMD Athlon 3800+ / 1.0gRAM / NVIDIA GeForce 7600 GS / Hauppauge PVR-1600
Storage: 20gb OS / 230gb TV, Music, Pics / 500gb x2 RAID Movies
Video: BenQ PB 6200 projector 96" screen[/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#824
2008-03-18, 07:15 PM
I thought Ihad uploaded the source for the downloader but I see now that I haven't. I'll get it uploaded some time tonight or tomorrow and you're welcome to take a crack at it.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#825
2008-03-18, 07:44 PM
whurlston Wrote:No idea. There may have been a recent update that breaks it but I'm not sure. I no longer have an MCE05 machine so I would not be able to test it. Is it just one lineup that you need? If so, you may need to just let MCE handle the downloads and just run the converter (MceEpg2XmlTv). Just set the Mce Epg to download about an hour before the GBPVR epg update. You can use the following utility to set the download time for MCE: http://blogs.msdn.com/peterrosser/archiv...83349.aspx

I'll test with my MCE 2005 again. Home in a few hours
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#826
2008-03-19, 01:15 AM (This post was last modified: 2008-03-19, 01:20 AM by zehd.)
Well, my fully updated MCE 2005 downloads no problem. It even went through two different headends, so the swicthing seemed fine.

Sorry I can't tell what else...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#827
2008-03-20, 05:02 AM (This post was last modified: 2008-03-20, 05:08 AM by zehd.)
After installing Visual Studio 2008 VB.net, and running further updates, the donwloader errors,and then the converter errors. I suspect that the converter is erroring because the downloader botched...

Checking things out further... the converter will not start without a error. I delete the xml config file and the 2005 .config file to try and do defaults, and it errors. Still possibly because the MCE epg store was botched...

Downloadre error:
EventType : clr20r3 P1 : mceepgdownloader.exe P2 : 1.0.0.6
P3 : 46d1d534 P4 : mceepgdownloader P5 : 1.0.0.6 P6 : 46d1d534
P7 : 2 P8 : a P9 : system.exception


Converter error:

Code:
System.IO.FileNotFoundException: Could not find file 'C:\Documents and Settings\All Users.WINDOWS\Application Data\Microsoft\eHome\EPG\8245f43b093d4db7a7e45e5e44a1466a.xml'.
File name: 'C:\Documents and Settings\All Users.WINDOWS\Application Data\Microsoft\eHome\EPG\8245f43b093d4db7a7e45e5e44a1466a.xml'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at System.IO.FileInfo.OpenRead()
   at Mce.Epg.LoadEpgXml(String XmlFile)
   at Mce.Epg.LoadEpgXml()
   at MceEpg2XmlTv.frmMain.Form1_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
MceEpg2XmlTv
    Assembly Version: 2.0.0.4
    Win32 Version: 2.0.0.4
    CodeBase: file:///C:/EPG/Grabbers/MceEpg2Xmltv/MceEpg2XmlTv.exe
----------------------------------------
Mce
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/EPG/Grabbers/MceEpg2Xmltv/Mce.DLL
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
IsoCodes
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/EPG/Grabbers/MceEpg2Xmltv/IsoCodes.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
jypfxkmv
    Assembly Version: 1.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
howudodat
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Apr 2007
#828
2008-03-20, 05:34 AM
Frank,

This is an error I've seen already. If you blow away the application data\...\EPG folder and have MCE re-download the guide it should get past that error. At least it did for me. In fact if you check in that folder you'll probably find the XML file is not there, but a sdf file with the same name is.

Peter
[SIZE="1"]GBPVR PC: WinXP MCE / AMD Athlon 3800+ / 1.0gRAM / NVIDIA GeForce 7600 GS / Hauppauge PVR-1600
Storage: 20gb OS / 230gb TV, Music, Pics / 500gb x2 RAID Movies
Video: BenQ PB 6200 projector 96" screen[/SIZE]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#829
2008-03-20, 05:44 AM
^ What he said.

howudodat, something occured to me. Do you have the MCE services disabled by any chance? If so, try enabling them and retrying the downloader.
howudodat
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Apr 2007
#830
2008-03-20, 05:55 AM
most of the mce services are shutdown, but not ehsched. I fired them all back up (I think there's 3 of them total) and still get the same result. I dont really have a problem letting MCE do it's thing, and I might grab the source and see if I can find anything and let you know.

Right now I have some other more significant problems that I need to get resolved (as posted in the support forum).

Having switched over from MP, my family is screaming at me because of those issues. I might get strong-armed, or maybe I'll run both at the same time until I can get it all up and going.

Peter
[SIZE="1"]GBPVR PC: WinXP MCE / AMD Athlon 3800+ / 1.0gRAM / NVIDIA GeForce 7600 GS / Hauppauge PVR-1600
Storage: 20gb OS / 230gb TV, Music, Pics / 500gb x2 RAID Movies
Video: BenQ PB 6200 projector 96" screen[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (96): « Previous 1 … 81 82 83 84 85 … 96 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems retrieving providers using MceEpg2xmlTv kiekar 4 1,909 2007-10-13, 04:08 PM
Last Post: kiekar

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode