Area: Media Portal Program
MediaPortal Version: 0.2.0.0 RC1 (2005-12-14)
MediaPortal Skin: mce
Windows Version: Windows XP (SP2)
.NET CLR Version: 2.0.50727
DirectX Version: 4.09.00.0904 (9.0c)
Audio Codec: MPEG/AC3/DTS/LPCM Audio Decoder
Video Codec: Mpeg2Dec Filter
CPU Type: AMD Athlon XP 1700+
Memory: 767 MB
Motherboard: 1294
TV Card Model: Terratec Cinergy 1200 DVB-C
TV Card Type: DVB
TV Card Driver: Cinergy1200DVB-C_Drv_BDA_4.7Beta
Video Card Model: Nvidia Geforce2 MX (64 MB)
Video Card Driver: -
Video Card Resolution: 1280x1024
Video Render Type: VMR9
Audio Card Model: Vinyl AC'97 Codec Combo Driver (WDM)
Audio Card Driver: -
The problem is that the DVB-EPG is not working in the most recent CVS version (yesterday's CVS build).
The EPG.log shows that data is received:
15-12-2005 13:21:54 auto-epg: card:1 grab epg for channel:Nederland 1 expected:1 hours, last event in tv guide:1-1-0001 0:00:00, last grab :1-1-0001 0:00:00
15-12-2005 13:22:09 epg-grab: start EPG grabber
15-12-2005 13:22:33 epg-grab: received epg for 47 channels
15-12-2005 13:22:34 epg-grab: received epg for 47 channels
15-12-2005 13:22:34 epg-grab: received epg for 47 channels
15-12-2005 13:22:35 epg-grab: received epg for 47 channels
15-12-2005 13:22:36 epg-grab: received epg for 47 channels
.....
The MediaPortal.log shows errors at about the same time:
15-12-2005 13:22:32 epg-grab: EPG ready...
15-12-2005 13:22:33 epg-grab: EPG parsing...
15-12-2005 13:22:33 epg-grab: exception :Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Core at DShowNET.IEPGGrabber.GetEPGEvent(UInt32 channel, UInt32 eventid, UInt32& languageCount, UInt32& date, UInt32& time, UInt32& duration, IntPtr& genre)
at MediaPortal.TV.Recording.EpgGrabber.ParseEPG()
at MediaPortal.TV.Recording.EpgGrabber.Process()
15-12-2005 13:22:34 epg-grab: EPG parsing...
15-12-2005 13:22:34 epg-grab: exception :Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Core at DShowNET.IEPGGrabber.GetEPGEvent(UInt32 channel, UInt32 eventid, UInt32& languageCount, UInt32& date, UInt32& time, UInt32& duration, IntPtr& genre)
at MediaPortal.TV.Recording.EpgGrabber.ParseEPG()
at MediaPortal.TV.Recording.EpgGrabber.Process()
When I google to the message: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."; it shows many examples of programmers that upgraded to newer compilers or .NET versions. I found on the forum the statement that DVB-EPG broke with the upgrade to .NETv2... that could be possible.
I'd really like to use the DVB-EPG instead of the Web-grabbers.
Anyone suggestions?
Regards, Herman
MediaPortal Version: 0.2.0.0 RC1 (2005-12-14)
MediaPortal Skin: mce
Windows Version: Windows XP (SP2)
.NET CLR Version: 2.0.50727
DirectX Version: 4.09.00.0904 (9.0c)
Audio Codec: MPEG/AC3/DTS/LPCM Audio Decoder
Video Codec: Mpeg2Dec Filter
CPU Type: AMD Athlon XP 1700+
Memory: 767 MB
Motherboard: 1294
TV Card Model: Terratec Cinergy 1200 DVB-C
TV Card Type: DVB
TV Card Driver: Cinergy1200DVB-C_Drv_BDA_4.7Beta
Video Card Model: Nvidia Geforce2 MX (64 MB)
Video Card Driver: -
Video Card Resolution: 1280x1024
Video Render Type: VMR9
Audio Card Model: Vinyl AC'97 Codec Combo Driver (WDM)
Audio Card Driver: -
The problem is that the DVB-EPG is not working in the most recent CVS version (yesterday's CVS build).
The EPG.log shows that data is received:
15-12-2005 13:21:54 auto-epg: card:1 grab epg for channel:Nederland 1 expected:1 hours, last event in tv guide:1-1-0001 0:00:00, last grab :1-1-0001 0:00:00
15-12-2005 13:22:09 epg-grab: start EPG grabber
15-12-2005 13:22:33 epg-grab: received epg for 47 channels
15-12-2005 13:22:34 epg-grab: received epg for 47 channels
15-12-2005 13:22:34 epg-grab: received epg for 47 channels
15-12-2005 13:22:35 epg-grab: received epg for 47 channels
15-12-2005 13:22:36 epg-grab: received epg for 47 channels
.....
The MediaPortal.log shows errors at about the same time:
15-12-2005 13:22:32 epg-grab: EPG ready...
15-12-2005 13:22:33 epg-grab: EPG parsing...
15-12-2005 13:22:33 epg-grab: exception :Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Core at DShowNET.IEPGGrabber.GetEPGEvent(UInt32 channel, UInt32 eventid, UInt32& languageCount, UInt32& date, UInt32& time, UInt32& duration, IntPtr& genre)
at MediaPortal.TV.Recording.EpgGrabber.ParseEPG()
at MediaPortal.TV.Recording.EpgGrabber.Process()
15-12-2005 13:22:34 epg-grab: EPG parsing...
15-12-2005 13:22:34 epg-grab: exception :Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Core at DShowNET.IEPGGrabber.GetEPGEvent(UInt32 channel, UInt32 eventid, UInt32& languageCount, UInt32& date, UInt32& time, UInt32& duration, IntPtr& genre)
at MediaPortal.TV.Recording.EpgGrabber.ParseEPG()
at MediaPortal.TV.Recording.EpgGrabber.Process()
When I google to the message: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."; it shows many examples of programmers that upgraded to newer compilers or .NET versions. I found on the forum the statement that DVB-EPG broke with the upgrade to .NETv2... that could be possible.
I'd really like to use the DVB-EPG instead of the Web-grabbers.
Anyone suggestions?
Regards, Herman