NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 30 31 32 33 34 … 56 Next »
Sports Scores Plugin v1.0

 
  • 0 Vote(s) - 0 Average
Sports Scores Plugin v1.0
Spartan
Offline

Senior Member

Posts: 457
Threads: 28
Joined: Mar 2005
#41
2006-06-29, 01:38 PM
From the logfile:

Code:
6/28/2006 9:35:36 PM.937    ERROR    [1]    Unable to find node: /settings/SpecialElements/SpecialElement[@name="CFL_SpecialElement"]
6/28/2006 9:35:36 PM.937    ERROR    [1]    Unable to find node: /settings/SpecialElements/SpecialElement[@name="Tennis_SpecialElement"]
6/28/2006 9:35:37 PM.000    ERROR    [1]    Error: msg=0x202 (WM_LBUTTONUP) hwnd=0x1f052a wparam=0x0 lparam=0x1a70525 result=0x0  :  System.NullReferenceException: Object reference not set to an instance of an object.
   at GbpvrUiElements.List.Render(Graphics g, Boolean hasFocus)
   at GbpvrUiElements.GbpvrUiElement.RenderIfVisible(Graphics g, Boolean hasFocus)
   at SportsScores.SportsScoresPluginTask.render(Boolean& requiresMoreRendering)
   at GBPVR.x86396f56243de9fb.render(Boolean& requiresMoreRendering)
   at GBPVR.xbb1566157f5f8b1f.xf1b04f0b61b2ba29(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   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)

It really looks like your skin file is out of date / not correct because gb-pvr cannot find the CFL and Tennis special elements (which were the two most recently added). Please make sure these elements are in your skin file.

Have you copied the skin from the blue directory over to the skin directory you are using? You will need to do this everytime you take a sports scores update.
GBPVR v1.0.16 | Comskip | SportsScores | Weather | I-XmlTV

Server: Tyan Thunder h1000E | 2 x Opteron 2210 | 2GB PC2-5300 DDR2 ECC
LSI MegaRAID 300-8X SATA RAID
1x 73GB SCSI @ 10K RPM (OS)
3x 500GB SATA @ 7.2K RPM (RAID 5) (4 Partitions: Docs, Still Pics, Home Movies, Music)
2x 160GB IDE @ 7.2K RPM (RAID 0) (Recordings)
Hauppauge HVR-1600

Client: Gigabyte GA-MA69GM-S2H | Athlon x2 5000+ BE | 2GB PC-6400 DDR2
1x 320GB SATA @ 7.2K RPM
Antec NSX2480 Case
MCE Remote
m.clizzle
Offline

Member

Posts: 98
Threads: 16
Joined: May 2006
#42
2006-06-29, 02:10 PM
Spartan Wrote:From the logfile:

Code:
6/28/2006 9:35:36 PM.937    ERROR    [1]    Unable to find node: /settings/SpecialElements/SpecialElement[@name="CFL_SpecialElement"]
6/28/2006 9:35:36 PM.937    ERROR    [1]    Unable to find node: /settings/SpecialElements/SpecialElement[@name="Tennis_SpecialElement"]
6/28/2006 9:35:37 PM.000    ERROR    [1]    Error: msg=0x202 (WM_LBUTTONUP) hwnd=0x1f052a wparam=0x0 lparam=0x1a70525 result=0x0  :  System.NullReferenceException: Object reference not set to an instance of an object.
   at GbpvrUiElements.List.Render(Graphics g, Boolean hasFocus)
   at GbpvrUiElements.GbpvrUiElement.RenderIfVisible(Graphics g, Boolean hasFocus)
   at SportsScores.SportsScoresPluginTask.render(Boolean& requiresMoreRendering)
   at GBPVR.x86396f56243de9fb.render(Boolean& requiresMoreRendering)
   at GBPVR.xbb1566157f5f8b1f.xf1b04f0b61b2ba29(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   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)

It really looks like your skin file is out of date / not correct because gb-pvr cannot find the CFL and Tennis special elements (which were the two most recently added). Please make sure these elements are in your skin file.

Have you copied the skin from the blue directory over to the skin directory you are using? You will need to do this everytime you take a sports scores update.

that is exactly what i did. i downloaded the new beta5, unzipped and copied the whole 'SportScore' directory to the skin\blue\ directory.
[SIZE="2"]gbpvr 1.4.7 - ewa -
Intel Xeon Server (300g esata / 1.5tb esata 3g RAM) evga fx 5200 128mb dvi out
Hauppauge PVR 150 Low Profile

The true bleed green
[/SIZE]

[SIZE="1"]REITRED[COLOR="grey"]gbpvr 1.2.9 - ewa - weather - sports 1.9.0.4 plugin
hp dc5500sf (p4 3.0HT / 300g IDE / 2g RAM) evga fx 5200 128mb dvi out
Hauppauge PVR 150 Low Profile
Harmony 659
Sony 42" Grand WEGA

[/COLOR]
[/SIZE]
Spartan
Offline

Senior Member

Posts: 457
Threads: 28
Joined: Mar 2005
#43
2006-06-29, 02:26 PM
m.clizzle Wrote:that is exactly what i did. i downloaded the new beta5, unzipped and copied the whole 'SportScore' directory to the skin\blue\ directory.

...and you use the default blue skin? If not, you need to copy ~/blue/sportsscores/skin.xml to your skin directory. The first time you load a specific plug-in this is done for you. Subsequent updates, however, require you to do this.
GBPVR v1.0.16 | Comskip | SportsScores | Weather | I-XmlTV

Server: Tyan Thunder h1000E | 2 x Opteron 2210 | 2GB PC2-5300 DDR2 ECC
LSI MegaRAID 300-8X SATA RAID
1x 73GB SCSI @ 10K RPM (OS)
3x 500GB SATA @ 7.2K RPM (RAID 5) (4 Partitions: Docs, Still Pics, Home Movies, Music)
2x 160GB IDE @ 7.2K RPM (RAID 0) (Recordings)
Hauppauge HVR-1600

Client: Gigabyte GA-MA69GM-S2H | Athlon x2 5000+ BE | 2GB PC-6400 DDR2
1x 320GB SATA @ 7.2K RPM
Antec NSX2480 Case
MCE Remote
m.clizzle
Offline

Member

Posts: 98
Threads: 16
Joined: May 2006
#44
2006-06-29, 02:28 PM
Sad *smacks forehead* DOH! all fixed now.

works lovely, will makesure i test during the cfl games tomorrow night.

cheers.
[SIZE="2"]gbpvr 1.4.7 - ewa -
Intel Xeon Server (300g esata / 1.5tb esata 3g RAM) evga fx 5200 128mb dvi out
Hauppauge PVR 150 Low Profile

The true bleed green
[/SIZE]

[SIZE="1"]REITRED[COLOR="grey"]gbpvr 1.2.9 - ewa - weather - sports 1.9.0.4 plugin
hp dc5500sf (p4 3.0HT / 300g IDE / 2g RAM) evga fx 5200 128mb dvi out
Hauppauge PVR 150 Low Profile
Harmony 659
Sony 42" Grand WEGA

[/COLOR]
[/SIZE]
ww4397
Offline

Senior Member

Posts: 382
Threads: 47
Joined: Oct 2005
#45
2006-06-30, 10:27 AM
I'm having a problem with the ticker. Once it comes on, it won't leave the screen. I tried pushing the blue button to see that would clear it, but the show crashes (stops playing) and I get an error message. This is when watching on my MVP. I don't usually watch on the computer. I then restart the show and, thankfully, I can resume from where it crashed.

Also, if I "turn off" the ticker via the MVP it doesn't stick. The ticker keeps coming on. I then must turn it off at the PC.

Thanks for the skin updates for tennis. It looks very nice.

I'm using beta4 and the blue skin.
Spartan
Offline

Senior Member

Posts: 457
Threads: 28
Joined: Mar 2005
#46
2006-06-30, 01:19 PM
ww4397 Wrote:I'm having a problem with the ticker. Once it comes on, it won't leave the screen. I tried pushing the blue button to see that would clear it, but the show crashes (stops playing) and I get an error message. This is when watching on my MVP. I don't usually watch on the computer. I then restart the show and, thankfully, I can resume from where it crashed.

I have seen similar problems, but not with the ticker going away. Please post your gbpvr.exe.log and I'll have a look. What are your intervals set at? I have noticed that when you hit a button on the remote when the ticker is on (especially the back button) very strange and unpredictible things happen. I have an open thread elsewhere on this topic.

ww4397 Wrote:Also, if I "turn off" the ticker via the MVP it doesn't stick. The ticker keeps coming on. I then must turn it off at the PC.

Yes, this is a known problem. I have a feeling this happens because the plugin code is in a different thread than the MVP worker thread, so the two instances of classes don't "know" about each other. At home (I have an MVP too) I enable the ticker via the PC when I want to use it and disable it on the PC when I don't. It's a lousy workaround, but all I can offer right now until I can get with sub to figure it out.


ww4397 Wrote:Thanks for the skin updates for tennis. It looks very nice.
I'm using beta4 and the blue skin.

You're welcome! Smile There are still a couple of tennis layout issues that I know of, but they seem minor at this point (like when tiebreaker points get to double digits).
GBPVR v1.0.16 | Comskip | SportsScores | Weather | I-XmlTV

Server: Tyan Thunder h1000E | 2 x Opteron 2210 | 2GB PC2-5300 DDR2 ECC
LSI MegaRAID 300-8X SATA RAID
1x 73GB SCSI @ 10K RPM (OS)
3x 500GB SATA @ 7.2K RPM (RAID 5) (4 Partitions: Docs, Still Pics, Home Movies, Music)
2x 160GB IDE @ 7.2K RPM (RAID 0) (Recordings)
Hauppauge HVR-1600

Client: Gigabyte GA-MA69GM-S2H | Athlon x2 5000+ BE | 2GB PC-6400 DDR2
1x 320GB SATA @ 7.2K RPM
Antec NSX2480 Case
MCE Remote
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#47
2006-07-25, 08:15 AM
Hey Spartan! Just seen the new update on wiki. This plugin is coming along well. Have you got much on the todo list?

Just wondering how you are finding the UI elements libary? Always looking to improve it, post here if you have any feedback.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5


Possibly Related Threads…
Thread Author Replies Views Last Post
  New plugin - MovieTrailers imilne 11 6,183 2014-09-25, 08:16 AM
Last Post: imilne
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,367 2014-02-09, 01:32 PM
Last Post: Lao Pan
  Files plugin tmrt 13 7,423 2014-01-09, 11:16 PM
Last Post: mvallevand
  Plex Plugin - first release psycik 141 59,223 2013-06-16, 08:59 PM
Last Post: JonnyCam
  Web Cams plugin for NextPVR McBainUK 37 15,552 2012-10-19, 07:35 AM
Last Post: McBainUK
  PhotoFilter: New Photos/Videos plugin to browse using metadata cncb 1 1,991 2012-08-10, 04:06 PM
Last Post: cncb
  Any interest in a Spotify Plugin for NextPVR? McBainUK 38 14,075 2012-05-22, 05:37 AM
Last Post: McBainUK
  System Plugin - CPU Temperature Monitoring imilne 1 2,028 2012-03-28, 07:59 PM
Last Post: LegioX
  System Plugin - 2nd Test Release (4th Feb) imilne 31 10,751 2012-02-24, 12:22 PM
Last Post: Reddwarf
  System Plugin - New Test Release (29th Jan) imilne 38 11,058 2012-02-07, 08:38 AM
Last Post: imilne

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

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

Linear Mode
Threaded Mode