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 … 1121 1122 1123 1124 1125 … 1231 Next »
Error:Object not set

 
  • 0 Vote(s) - 0 Average
Error:Object not set
darrin75
Offline

Senior Member

Posts: 558
Threads: 103
Joined: Nov 2004
#1
2005-01-15, 06:04 PM
error object not set to instance of object

What need to be changed for this to work with the skin version. I get alot of these with some of the old source code from earlier skin versions
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#2
2005-01-15, 06:12 PM
This should really be posted in the developers section.

You've not given enough information for anyone to answer your question. The answer could be anything.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#3
2005-01-15, 06:14 PM
what are you referring to? the only skin new skin version are for the tv guide etc, its not a different skin format, sub just added more things in the skin.xml for these features, so if your trying to make a plugin yourself, its not a skin version. look in the gbpvr.exe.log it should tell you where the error occured, the .cs file and the line.
darrin75
Offline

Senior Member

Posts: 558
Threads: 103
Joined: Nov 2004
#4
2005-01-15, 06:32 PM
1/15/2005 1:29:59 PM.421 VERBOSE [2] retrieving data from collection.xml
1/15/2005 1:29:59 PM.468 VERBOSE [2] directors: System.NullReferenceException: Object reference not set to an instance of an object.
at movieDBPlugin.movieDBTask.Activate() in c:\Documents and Settings\Owner\Desktop\movieDBPlugin\moviedbtask.cs:line 799
1/15/2005 1:29:59 PM.484 ERROR [2] Error: msg=0x100 (WM_KEYDOWN) hwnd=0xd0512 wparam=0xd lparam=0x1c0001 result=0x0 : Object reference not set to an instance of an object. : at movieDBPlugin.movieDBTask.Activate() in c:\Documents and Settings\Owner\Desktop\movieDBPlugin\moviedbtask.cs:line 758
at bw.a(KeyEventArgs A_0)
at n.a(Object A_0, KeyEventArgs A_1)
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 n.a(Message& A_0)


this is what the line says in the cs

if (savedIdList[l].InnerXml == idListTmp[i].InnerXml) {
found = true;
break;
}
}
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#5
2005-01-15, 06:45 PM
There is either no element in savedIdList with a key of 'l', or no element in idListTmp with a key or 'i'. I've never used this plugin so cant give you much more to go on.
darrin75
Offline

Senior Member

Posts: 558
Threads: 103
Joined: Nov 2004
#6
2005-01-16, 05:54 AM
New error..Can you help reven

1/16/2005 12:43:45 AM.625 VERBOSE [2] retrieving data from collection.xml
1/16/2005 12:43:45 AM.890 ERROR [2] Error: msg=0x100 (WM_KEYDOWN) hwnd=0x1703ce wparam=0xd lparam=0x11c0001 result=0x0 : An error occurred while parsing EntityName. Line 273, position 31. : at System.Xml.XmlScanner.ScanNamedEntity()
at System.Xml.XmlTextReader.ParseBeginTagExpandCharEntities()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlValidatingReader.ReadNoCollectTextToken()
at System.Xml.XmlValidatingReader.Read()
at System.Xml.XmlLoader.LoadChildren(XmlNode parent)
at System.Xml.XmlLoader.LoadElementNode()
at System.Xml.XmlLoader.LoadCurrentNode()
at System.Xml.XmlLoader.LoadCurrentNode()
at System.Xml.XmlLoader.LoadChildren(XmlNode parent)
at System.Xml.XmlLoader.LoadElementNode()
at System.Xml.XmlLoader.LoadCurrentNode()
at System.Xml.XmlLoader.LoadCurrentNode()
at System.Xml.XmlLoader.LoadChildren(XmlNode parent)
at System.Xml.XmlLoader.LoadElementNode()
at System.Xml.XmlLoader.LoadCurrentNode()
at System.Xml.XmlLoader.LoadCurrentNode()
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.LoadXml(String xml)
at movieDBPlugin.movieDBTask.Activate() in c:\Documents and Settings\Owner\Desktop\movieDBPlugin\moviedbtask.cs:line 644
at bw.a(KeyEventArgs A_0)
at n.a(Object A_0, KeyEventArgs A_1)
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)
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#7
2005-01-16, 06:17 AM
whats the line 644 in the moviedbtask.cs file say? i know the moviedb plugin requires a xml file to begenerated by some program (i forget the name) for it to run. make sure that file is correct.
darrin75
Offline

Senior Member

Posts: 558
Threads: 103
Joined: Nov 2004
#8
2005-01-16, 06:19 AM
newFile.LoadXml(myFiles);
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#9
2005-01-16, 06:21 AM
It sounds like the XML file has some garbage at Line 273, position 31.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#10
2005-01-16, 06:21 AM
hehe i missed that part.



« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  VMR9 Error message cristovao 7 5,888 2012-01-31, 07:35 AM
Last Post: SLR_65
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,497 2010-12-17, 02:09 PM
Last Post: jksmurf
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,563 2010-11-11, 11:59 PM
Last Post: classpro
  Can't cure the Error: 1904 problem rkircher 1 1,888 2010-11-10, 07:22 AM
Last Post: stustunz
  Unexpected error removing recording from conversion queue pvrproblems 1 1,603 2010-09-03, 03:51 AM
Last Post: sub
  Registry Error while installing PuffY 4 3,220 2010-08-16, 08:20 AM
Last Post: martint123
  EPG update error aibo 38 10,711 2010-07-23, 02:35 AM
Last Post: User
  Error 88760868 bezza 5 3,068 2010-07-18, 04:55 PM
Last Post: sub
  Windows 7 x64 installation problem - error 1603 in Event log psycik 0 1,860 2010-07-17, 04:31 AM
Last Post: psycik
  error: failure playing back file yonu 4 2,095 2010-07-12, 12:52 AM
Last Post: yonu

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

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

Linear Mode
Threaded Mode