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
pointlisse
Offline

Member

Posts: 74
Threads: 12
Joined: Apr 2007
#401
2007-09-07, 03:08 AM
see my other post (before I found this thread Sad )
http://forums.nextpvr.com/showthread.php?t=29285
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#402
2007-09-07, 03:25 AM
pointlisse Wrote:see my other post (before I found this thread Sad )
http://forums.nextpvr.com/showthread.php?t=29285

It could be anything. Run it manually and post the output. It should give me a better idea as to the problem. I'm near to posting an update so if it's an issue with the app, I can add the patch to the update.
pointlisse
Offline

Member

Posts: 74
Threads: 12
Joined: Apr 2007
#403
2007-09-07, 11:49 AM
Here's what I was able to produce:

Code:
9/7/2007 7:40:00 AM : **********************
9/7/2007 7:40:00 AM : Manual Update Starting now!
9/7/2007 7:40:00 AM : cmdline: "C:\EPG\MceEpgDownloader.exe" PA37873-
9/7/2007 7:40:00 AM : Downloading MCE EPG data...
9/7/2007 7:41:28 AM : Converting MCE EPG data to XMLTV format...
9/7/2007 7:41:36 AM : Completed!

Unhandled Exception: System.AccessViolationException: Attempted to read or write
protected memory. This is often an indication that other memory is corrupt.
   at Microsoft.Ehome.Epg.NativeMethods.PerformCRLDownloadProxy()
   at Microsoft.Ehome.Epg.CrlDownload.Run()
   at Microsoft.Ehome.Epg.EhepgdatSingleton.RunImp(Object state)
   at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state
)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
ontextCallback callback, Object state)
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

The error goes away when I uncheck 'Fresh EPG Download.

There is also nothing in the Output directory. Should there be?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#404
2007-09-07, 12:20 PM
pointlisse Wrote:Here's what I was able to produce:

The error goes away when I uncheck 'Fresh EPG Download.

There is also nothing in the Output directory. Should there be?
The reason it goes away is because unchecking that means that the downloader doesn't get run.

Open a command prompt and run the following commands.

> cd c:\epg
> MceEpgDownloader.exe PA37873-

If it still crashes, try re-running the MCE Guide Setup then run the above commands again.
pointlisse
Offline

Member

Posts: 74
Threads: 12
Joined: Apr 2007
#405
2007-09-07, 12:38 PM
At the office at the moment. Will try as soon as I return home this evening. Thanks for the quick response.

Andrew
lolento
Offline

Junior Member

Posts: 17
Threads: 4
Joined: Jan 2007
#406
2007-09-07, 06:19 PM
Hi Whurlston,

I have the same problem as Pointlisse. I re-ran the MCE guide setup and still the same thing...see attached picture.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#407
2007-09-07, 07:38 PM
lolento Wrote:Hi Whurlston,

I have the same problem as Pointlisse. I re-ran the MCE guide setup and still the same thing...see attached picture.
Different problem. Either you are running MCE 2002 or you don't have all the updates. See post 384 for a special version of the downloader: http://forums.gbpvr.com/showpost.php?p=2...tcount=384
lolento
Offline

Junior Member

Posts: 17
Threads: 4
Joined: Jan 2007
#408
2007-09-07, 08:20 PM
Hi Whurlston,

Thanks for the quick reply.
The other downloader doesn't show any errors but the epg download only took 1 second...

How do I check if the download is complete?

thanks,
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#409
2007-09-07, 08:56 PM
It should not have taken only one second. You may have to run through the MCE Guide Setup again before using the utility.
pointlisse
Offline

Member

Posts: 74
Threads: 12
Joined: Apr 2007
#410
2007-09-07, 10:20 PM
I ran the command as indicated and it crashed again

Code:
c:\EPG>MceEpgDownloader.exe PA37873-
9/7/2007 6:13:24 PM - Starting MceEpgDownloader (Vista Edition) v1.0.0.6
9/7/2007 6:13:24 PM - Preparing to retrieve headendlist
9/7/2007 6:13:24 PM - - Connecting.
9/7/2007 6:13:25 PM - - Downloading.
9/7/2007 6:13:26 PM - - Complete.
9/7/2007 6:13:27 PM - Guide reset.
9/7/2007 6:13:31 PM - New guide options set.
9/7/2007 6:13:31 PM - Preparing to download new listings
9/7/2007 6:13:31 PM - New guide options set.
9/7/2007 6:13:31 PM - Preparing to download new listings
9/7/2007 6:13:31 PM - - Initializing.
9/7/2007 6:13:31 PM - - Connecting.
9/7/2007 6:13:31 PM - - Downloading.

At the crash message, I pressed the debug button and it displayed this:

Code:
Unhandled Exception: System.AccessViolationException: Attempted to read or write
protected memory. This is often an indication that other memory is corrupt.
   at Microsoft.Ehome.Epg.NativeMethods.PerformCRLDownloadProxy()
   at Microsoft.Ehome.Epg.CrlDownload.Run()
   at Microsoft.Ehome.Epg.EhepgdatSingleton.RunImp(Object state)
   at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state
)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, C
ontextCallback callback, Object state)
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

I'll rerun setup and see what happens.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (96): « Previous 1 … 39 40 41 42 43 … 96 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems retrieving providers using MceEpg2xmlTv kiekar 4 1,916 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