2006-12-23, 12:44 PM
Upgraded to the newest version yesterday and I have to say it's looking very promising (love the multidec plug-in-ability, just have to spend some time looking into how to configure it for using my Conax reader).
However it's not all roses, DVB subs cause an error every time.
Here's the relevant snippet gbpvr.exe.log:
Restarted application and this time the log says:
Indeed, there's no SubtitleLanguage.XML in the GB-PVR-folder. What should be in it? This is and upgrade installation from 98.13. Haven't tried a clean install yet (and really, really wouldn't like to unless I absolutely have to).
However it's not all roses, DVB subs cause an error every time.
Here's the relevant snippet gbpvr.exe.log:
Code:
23.12.2006 14:29:02.265 VERBOSE [1] No key mapping found for: ^CONTROLKEY
23.12.2006 14:29:02.281 VERBOSE [1] No key mapping found for: ^Y
23.12.2006 14:29:02.281 VERBOSE [1] enableSubtitles()
23.12.2006 14:29:02.296 VERBOSE [1] device is BDA device
23.12.2006 14:29:02.500 VERBOSE [1] Current channel SI:
<transponder>
<network_id>0</network_id>
<transport_stream_id>3</transport_stream_id>
<original_network_id>0</original_network_id>
<service>
<service_name>YLE TV1</service_name>
<TSID>3</TSID>
<service_ID>17</service_ID>
<service_type>1</service_type>
<pmt_PID>6300</pmt_PID>
<video_PID>512</video_PID>
<audio_PID lang="eng" audio_type="0">650</audio_PID>
<audio_PID lang="dut" audio_type="3">652</audio_PID>
<teletext_PID>2321</teletext_PID>
<dvbsub_PID lang="fin" type="17" composition="1" ancillary="50" active="true">1027</dvbsub_PID>
</service>
</transponder>
23.12.2006 14:29:02.515 VERBOSE [1] Active DVB Subtitle stream found...
23.12.2006 14:29:02.546 ERROR [1] Error: msg=0x100 (WM_KEYDOWN) hwnd=0x52010a wparam=0x59 lparam=0x150001 result=0x0 : System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at NativeUtilities.BDARecorder.ResetDVBSubtitleFilter()
at GBPVR.Backend.Common.BDARecordingSource.subtitleStreamAvailable()
at GBPVR.xb3e61f7448c39547.xb0f2110c542b5df6()
at GBPVR.xb3e61f7448c39547.xdaea9aabc710c17a()
at GBPVR.xb3e61f7448c39547.xb4057d727283fc14(String xc26ac8f8170127d3)
at GBPVR.xb3e61f7448c39547.OnKeyDown(Object sender, KeyEventArgs e)
at GBPVR.xbb1566157f5f8b1f.xdae9991ab918b397(Object xdf2e3583f942db7b, KeyEventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(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.WndProc(Message& m)
at GBPVR.xbb1566157f5f8b1f.WndProc(Message& m)
23.12.2006 14:29:02.546 VERBOSE [1] videoInsetVisible = false
23.12.2006 14:29:02.546 VERBOSE [1] stop()
23.12.2006 14:29:02.578 VERBOSE [1] stop()@1
23.12.2006 14:29:02.578 VERBOSE [1] stop()@2
23.12.2006 14:29:02.578 VERBOSE [1] Stopping recording oid:1
23.12.2006 14:29:02.687 VERBOSE [1] stop()@3
23.12.2006 14:29:02.734 VERBOSE [1] stop() done
Code:
23.12.2006 14:32:22.453 VERBOSE [1] getValue cached value: /settings/PreferredSubtitleLanguage : fin
23.12.2006 14:32:22.453 VERBOSE [1] getValue cached value: /settings/SecondarySubtitleLanguage : swe
23.12.2006 14:32:22.453 ERROR [1] Unable to load list of subtitle languages: System.IO.FileNotFoundException: Could not find file 'C:\Program Files\devnz\gbpvr\SubtitleLanguage.XML'.
File name: 'C:\Program Files\devnz\gbpvr\SubtitleLanguage.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, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at GBPVR.xa3fd39a747dedbf7.x600970a001a66989()