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) v
« Previous 1 … 27 28 29 30 31 … 125 Next »
XRecord - Converter3 error in

 
  • 0 Vote(s) - 0 Average
XRecord - Converter3 error in
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#1
2007-04-02, 12:45 AM
Hi fla

I have been having an MVP reboot error as per this thread and sub picked up this ConverterElement in my logs:

2007-04-01 08:17:25.272 ERROR [10] Unable to find node: /settings/Custom/ConverterElement[@name="converter3"]
2007-04-01 08:17:39.407 ERROR [10] error sending incremental frame: An established connection was aborted by the software in your host machine

I found from one of the old XRecord Posts that Converter3 belongs to Xrecord. Would you have any idea why Xrecord throws this error? I am running Xrecord .48.

I wonder if sub could give you an XRecord sub-forum btw ... ?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
fla
Offline

Posting Freak

Posts: 881
Threads: 46
Joined: Mar 2006
#2
2007-04-02, 01:51 AM
This error is harmless. XRecord has transcoding support so it searches through its skin.xml file for ConverterElement elements with attributes name=converter1 name=converter2 ... It stops when it can't find any more of these lines. Even if you comment out converter1 and converter2 you'll still get a harmless error in the logs about converter1 not being found. Same thing if you define a converter3 then you'll get a message about converter4. The error is logged by GBPVR.Public.SkinHelper.getNode when called with a non-existing node.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#3
2007-04-02, 02:03 AM (This post was last modified: 2007-04-02, 02:12 AM by jksmurf.)
Thanks!

Not sure what all that means, but provided it is unlikely to be giving me MVP socket disconnects on certain files that have this reproducible behaviour, then I can start looking elsewhere.

Cheers

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
fla
Offline

Posting Freak

Posts: 881
Threads: 46
Joined: Mar 2006
#4
2007-04-02, 02:24 AM
jksmurf Wrote:I wonder if sub could give you an XRecord sub-forum btw ... ?
Sub do you think XSuite (XRecord, XSearch, XGuide,) could have it's own Plugin & Skin support sub-forum?

jksmurf Wrote:provided it is unlikely to be giving me MVP socket disconnects on certain files that have this reproducible behaviour, then I can start looking elsewhere.
Definitely look elsewhere. Even GBPVR with the default Blue skin logs similar errors as shown here.
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#5
2007-04-02, 05:55 PM
Ok JK, just to speed things up a bit. I'll post the errors I found in your mvpgbpvrexe.log here aswell. I already posted them in your other thread concerning this issue a few minutes ago.

Code:
2007-04-01 08:10:02.731 ERROR [1] Error initializing plugin (ReflectionTypeLoadException): C:\Program Files\devnz\gbpvr\plugins\RecordingsProcessMonitorVAPanelWidget.dll
2007-04-01 08:10:02.791 ERROR [1] System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark)
   at System.Reflection.Assembly.GetTypes()
   at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xb77fa95273e0c228(Boolean x8bae2a88590d8cc0)
2007-04-01 08:10:02.791 ERROR [1] Loader Exception: System.TypeLoadException: Could not load type 'CommonGBPVRUtilities.VAPanelWidgetConfigForm' from assembly 'CommonGBPVRUtilities, Version=1.2.2046.32553, Culture=neutral, PublicKeyToken=null'.
2007-04-01 08:10:02.911 VERBOSE [1] getValue cached value: /settings/PluginsEnabled : true
2007-04-01 08:10:02.911 ERROR [1] Error initializing plugin (ReflectionTypeLoadException): C:\Program Files\devnz\gbpvr\plugins\RecordingsProcessMonitorVAPanelWidget.dll
2007-04-01 08:10:02.921 ERROR [1] System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark)
   at System.Reflection.Assembly.GetTypes()
   at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xb77fa95273e0c228(Boolean x8bae2a88590d8cc0)
2007-04-01 08:10:02.921 ERROR [1] Loader Exception: System.TypeLoadException: Could not load type 'CommonGBPVRUtilities.VAPanelWidgetConfigForm' from assembly 'CommonGBPVRUtilities, Version=1.2.2046.32553, Culture=neutral, PublicKeyToken=null'.
2007-04-01 08:10:05.069 INFO [1] UbuRadio plugin is loading...
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#6
2007-04-02, 10:36 PM (This post was last modified: 2008-04-27, 02:25 PM by jksmurf.)
HtV Wrote:Ok JK, just to speed things up a bit. I'll post the errors I found in your mvpgbpvrexe.log here aswell. I already posted them in your other thread concerning this issue a few minutes ago.

Code:
2007-04-01 08:10:02.731 ERROR [1] Error initializing plugin (ReflectionTypeLoadException): C:\Program Files\devnz\gbpvr\plugins\RecordingsProcessMonitorVAPanelWidget.dll
2007-04-01 08:10:02.791 ERROR [1]

Yup, cheers, saw that HtV, so I removed the RecordingsProcessMonitorVAPanelWidget.dll and any other VideoArchive Plugin stuff, same error (See other post)... I'm baffled???

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  GuidePlus xml loading error help tvshowman 6 4,229 2010-04-15, 03:03 AM
Last Post: tvshowman
  Music Library Error chewy747 7 4,716 2010-01-29, 09:44 PM
Last Post: chewy747
  mencoder error messages fvfv 3 2,791 2009-10-19, 08:07 PM
Last Post: -stattik-
  vidimport console error tvshowman 8 4,239 2009-07-27, 07:27 PM
Last Post: carpeVideo
  mc2xml new error? pic included tvshowman 4 2,661 2009-01-06, 11:05 PM
Last Post: tvshowman
  YApi2XML - Run-time Error 13: Type Mismatch nobody481 11 5,226 2008-12-15, 11:48 PM
Last Post: Base
  Full screen error: when in "WMR9 Full Screen"... anppilot 0 2,242 2008-10-17, 09:17 PM
Last Post: anppilot
  mc2xml error? no channel 4.1? sdowney717 2 3,729 2008-10-12, 01:27 PM
Last Post: sdowney717
  YApi2XML Error: Schedule file corrupted or not found jschill 8 4,193 2008-06-17, 11:39 PM
Last Post: zehd
  Archive and Convert skin error messages? Which Plugin? jksmurf 0 1,362 2008-03-26, 02:35 AM
Last Post: jksmurf

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

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

Linear Mode
Threaded Mode