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 … 43 44 45 46 47 … 125 Next »
Video Archiver.dll error message. Jeff?

 
  • 0 Vote(s) - 0 Average
Video Archiver.dll error message. Jeff?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,944
Threads: 770
Joined: Nov 2003
#1
2006-09-20, 01:26 AM
Jeff, what does the following error look like to you?
Code:
9/18/2006 7:58:41 PM.171 ERROR [1] Error initializing menu plugin: C:\Program Files\devnz\gbpvr\plugins\Video Archiver.dll
9/18/2006 7:58:41 PM.171 ERROR [1] Exception has been thrown by the target of an invocation.
9/18/2006 7:58:41 PM.171 ERROR [1]    at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
   at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xb77fa95273e0c228(Boolean x8bae2a88590d8cc0)
9/18/2006 7:58:41 PM.171 ERROR [1] Inner exception: System.Xml.XmlException: '"' is an unexpected token. The expected token is '='. Line 27, position 89.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
   at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
   at System.Xml.XmlTextReaderImpl.ParseAttributes()
   at System.Xml.XmlTextReaderImpl.ParseElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
   at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
   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.Public.SkinHelper.CtorShared(String pluginName, String skinFileName, String requiredVersion)
   at GBPVR.Public.SkinHelper..ctor(String pluginName, String skinFileName)
   at ArchiveVideosPlugin.ArchiveVideosTask..ctor()
9/18/2006 7:58:41 PM.171 ERROR [1]    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
   at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
   at System.Xml.XmlTextReaderImpl.ParseAttributes()
   at System.Xml.XmlTextReaderImpl.ParseElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
   at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
   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.Public.SkinHelper.CtorShared(String pluginName, String skinFileName, String requiredVersion)
   at GBPVR.Public.SkinHelper..ctor(String pluginName, String skinFileName)
   at ArchiveVideosPlugin.ArchiveVideosTask..ctor()
9/18/2006 7:58:43 PM.203 VERBOSE [1] Error loading plugin list: System.NullReferenceException: Object reference not set to an instance of an object.
   at ArchiveVideosPlugin.ArchiveVideosPluginConfigForm.LoadInitialSettings()
   at ArchiveVideosPlugin.ArchiveVideosPluginConfigForm..ctor(XmlDocument document)
   at ArchiveVideosPlugin.VADVD2MPEGTask.GetConfigFormInstance(XmlDocument document)
   at Config.xfd6951461fe46d87.x81464aef82823e23()
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#2
2006-09-20, 03:54 AM
It looks like it could be some sort of skin file error (9/18/2006 7:58:41 PM.171 ERROR [1] Inner exception: System.Xml.XmlException: '"' is an unexpected token. The expected token is '='. Line 27, position 89.). Is this on your test machine?

Jeff
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,944
Threads: 770
Joined: Nov 2003
#3
2006-09-20, 03:59 AM
Quote:It looks like it could be some sort of skin file error (9/18/2006 7:58:41 PM.171 ERROR [1] Inner exception: System.Xml.XmlException: '"' is an unexpected token. The expected token is '='. Line 27, position 89.).
Yeah, thats what I thought.

Quote:Is this on your test machine?
Its on daphatty's machine. It popped up in this thread about ATSC: http://forums.nextpvr.com/showthread.php?t=19718&page=9 (see logs in post #84). I dont think it is related to the changes I've made, but he'd indicated he thought it only started with my patch.
daphatty
Offline

Posting Freak

Posts: 1,032
Threads: 85
Joined: Feb 2005
#4
2006-09-20, 01:28 PM
I had just updated VA to the latest version (from the wiki) prior to applying sub's patches. I think my VA installation is simply screwed up since it hasn't worked properly in quite some time. Does VA include an unistaller? (I'm at work right now so I can't check for myself.) Maybe removing it will fix GBPVR. (God I hope I don't have to rebuild...)
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#5
2006-09-20, 01:58 PM
Yes, it has an uninstaller. There should be an entry in your gbpvr pgorams group.

Jeff
daphatty
Offline

Posting Freak

Posts: 1,032
Threads: 85
Joined: Feb 2005
#6
2006-09-20, 09:07 PM
Uninstalling VA 3.0 fixed the problem I was having. I'm going to reinstall VA after I am done testing sub's ATSC patches to see if I can narrow down where the failure occurred.
daphatty
Offline

Posting Freak

Posts: 1,032
Threads: 85
Joined: Feb 2005
#7
2006-09-20, 11:44 PM
OK. I figured out that the issue with VA was related to an incompatibility with Sassari. Now, I'm not sure how dottore has added support for VA Panel if I can't even configure VA without crashing the config app. Regardless, there is definitely something broken. This poses a problem for people with similar configurations since the only work around I could come up with is uninstalling VA. Doing so caused me to lose 400GBs worth of recordings. (I'm still scratching my head over this...)

Anyway, here is a screen shot of the error message that GBPVR kicks out. I'm not sure who needs to see this but someone may want to alert the interested parties.
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#8
2006-09-21, 01:25 AM
What were you doing when this came up? It looks like something that would come form the config application, but that should be skin independent. Were you trying to configure the dvd2mpg plugin or a particular tab of the VA Plug-in?

Jeff
cameluk
Offline

Senior Member

Posts: 255
Threads: 13
Joined: Oct 2004
#9
2006-09-21, 10:59 AM
I get the same error message when trying to run Config and using the Sassari skin, switch back to Blue and Config comes up as normal
daphatty
Offline

Posting Freak

Posts: 1,032
Threads: 85
Joined: Feb 2005
#10
2006-09-21, 07:12 PM
Jeff Wrote:What were you doing when this came up? It looks like something that would come form the config application, but that should be skin independent. Were you trying to configure the dvd2mpg plugin or a particular tab of the VA Plug-in?

Jeff

All I did was launch the config app after the VA 3 installation completed. The config app doesn't actually launch until I click OK on that error message.
« 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
  Video Library Plugins? reven 1 14,489 2011-03-17, 08:02 PM
Last Post: gEd
  NPVR Video, Photo, Music icons SFX Group 5 9,938 2011-01-24, 11:18 AM
Last Post: martint123
  GuidePlus xml loading error help tvshowman 6 4,490 2010-04-15, 03:03 AM
Last Post: tvshowman
  'Videos' Plugin for GB-PVR (Preview 1) - amazing youtube video must see! tvshowman 21 12,323 2010-02-13, 11:55 PM
Last Post: reven
  Music Library Error chewy747 7 4,989 2010-01-29, 09:44 PM
Last Post: chewy747
  mencoder error messages fvfv 3 2,925 2009-10-19, 08:07 PM
Last Post: -stattik-
  vidimport console error tvshowman 8 4,432 2009-07-27, 07:27 PM
Last Post: carpeVideo
  Video organization, plugin choice help huck 4 3,658 2009-07-02, 11:44 AM
Last Post: ACTCMS
  Slick skin: menu in Video Library missing? Torquewrench 2 2,457 2009-05-26, 06:26 AM
Last Post: tm12
  Problem playing ISO files - Sound but no video mustclimb14ers 0 2,007 2009-04-16, 04:15 PM
Last Post: mustclimb14ers

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

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

Linear Mode
Threaded Mode