NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 614 615 616 617 618 … 1231 Next »
DVB subtitle error

 
  • 0 Vote(s) - 0 Average
DVB subtitle error
mikaelgu
Offline

Member

Posts: 114
Threads: 25
Joined: Oct 2004
#1
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:
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
Restarted application and this time the log says:
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()
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).
mikaelgu
Offline

Member

Posts: 114
Threads: 25
Joined: Oct 2004
#2
2006-12-28, 12:38 PM
Well, did a full clean reinstall of GB-PVR and at first everything seemed OK, except it was always saying no subtitles found. So I went to config.xml to change the langauges to fin (primary) and swe (secondary). after that, it's back to crashing again every time I try to switch subs on. Log snippet:
Code:
28.12.2006 14:31:34.312    VERBOSE    [1]    flushDatabaseConnections()
28.12.2006 14:31:34.312    VERBOSE    [1]    RecordingFactory.loadSchedule()
28.12.2006 14:31:34.312    VERBOSE    [1]    getValue cached value: /settings/AutoRemoveMissingRecordings : true
28.12.2006 14:31:34.343    VERBOSE    [1]    Received event code: 14
28.12.2006 14:31:34.343    VERBOSE    [1]    HideMouse ref=-1
28.12.2006 14:31:37.968    VERBOSE    [1]    No key mapping found for: ^CONTROLKEY
28.12.2006 14:31:38.125    VERBOSE    [1]    No key mapping found for: ^Y
28.12.2006 14:31:38.140    VERBOSE    [1]    enableSubtitles()
28.12.2006 14:31:38.156    VERBOSE    [1]    device is BDA device
28.12.2006 14:31:38.359    VERBOSE    [1]    Current channel SI:
<transponder>
<network_id>1060</network_id>
<transport_stream_id>3</transport_stream_id>
<original_network_id>15</original_network_id>
<service>
  <service_name>YLE TV1</service_name>
  <channel_num>1</channel_num>
  <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="swe" 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>

28.12.2006 14:31:38.359    VERBOSE    [1]    Active DVB Subtitle stream found...
28.12.2006 14:31:38.437    ERROR    [1]    Error: msg=0x100 (WM_KEYDOWN) hwnd=0x19021e 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)
28.12.2006 14:31:38.437    VERBOSE    [1]    videoInsetVisible = false
28.12.2006 14:31:38.437    VERBOSE    [1]    stop()
28.12.2006 14:31:38.484    VERBOSE    [1]    stop()@1
28.12.2006 14:31:38.484    VERBOSE    [1]    stop()@2
28.12.2006 14:31:38.484    VERBOSE    [1]    Stopping recording oid:1
28.12.2006 14:31:38.593    VERBOSE    [1]    stop()@3
28.12.2006 14:31:38.640    VERBOSE    [1]    stop() done
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#3
2006-12-28, 04:51 PM
Can you zip and attach your logs?
mikaelgu
Offline

Member

Posts: 114
Threads: 25
Joined: Oct 2004
#4
2006-12-28, 06:54 PM
Attached is GBPVR.exe.log, GBPVR.exe-native.log and GBPVRRecordingService.exe.log
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#5
2006-12-28, 08:12 PM
I'm not really sure. I've not been able to reproduce it, but I have gone to some lengths to try, including using finnish tv transport stream files....
mikaelgu
Offline

Member

Posts: 114
Threads: 25
Joined: Oct 2004
#6
2006-12-28, 09:39 PM
Strange. And I can reproduce it 100%. Even on MTV3, which isn't actually sending DVB subs, just the header for them. Well, I'll see if there's something interfering with GB on my system...
mikaelgu
Offline

Member

Posts: 114
Threads: 25
Joined: Oct 2004
#7
2006-12-28, 10:59 PM
I can't find anything "wrong". I've tried everything I can think of Sad
Recorded a .ts and analyzing it with TSReader and VLC, I can see that the subtitles are there. Can't think of anything right now.
But, Sub, if you want either the raw .ts or the separated channels (got 2 displaying subs), I'll be happy to either ftp them to you or set up an ftp-server for you to grab them from.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#8
2006-12-28, 11:34 PM
Quote:But, Sub, if you want either the raw .ts or the separated channels (got 2 displaying subs), I'll be happy to either ftp them to you or set up an ftp-server for you to grab them from.
I might take you up on that. I've got one more thing I want to check first.
mikaelgu
Offline

Member

Posts: 114
Threads: 25
Joined: Oct 2004
#9
2006-12-29, 12:18 AM
I was planning on doing a complete system reinstall tomorrow, but if you come up with something before that, I'll be happy not to do it. BTW, if it matters I'm recording from a Technotrencd Budget C-1500 (DVB-C).
mikaelgu
Offline

Member

Posts: 114
Threads: 25
Joined: Oct 2004
#10
2006-12-29, 06:33 PM
Well, back from an exhausting complete system reinstall... There's both good and bad news..
Good news is that my System screen now shows the info as it should.
Bad news is... you guessed it, still no subtitles. Exact same error as before... Depressing Sad
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  VMR9 Error message cristovao 7 5,922 2012-01-31, 07:35 AM
Last Post: SLR_65
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,529 2010-12-17, 02:09 PM
Last Post: jksmurf
  How to capture teletext subtitle to srt in "UTF-8 or Unicode"? danchoif2 0 2,512 2010-11-17, 10:55 PM
Last Post: danchoif2
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,577 2010-11-11, 11:59 PM
Last Post: classpro
  Can't cure the Error: 1904 problem rkircher 1 1,899 2010-11-10, 07:22 AM
Last Post: stustunz
  Unexpected error removing recording from conversion queue pvrproblems 1 1,616 2010-09-03, 03:51 AM
Last Post: sub
  Registry Error while installing PuffY 4 3,243 2010-08-16, 08:20 AM
Last Post: martint123
  EPG update error aibo 38 10,789 2010-07-23, 02:35 AM
Last Post: User
  Error 88760868 bezza 5 3,084 2010-07-18, 04:55 PM
Last Post: sub
  Windows 7 x64 installation problem - error 1603 in Event log psycik 0 1,870 2010-07-17, 04:31 AM
Last Post: psycik

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

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

Linear Mode
Threaded Mode