NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 20 21 22 23 24 … 93 Next »
MVP/NMT testers needed for Weather2

 
  • 0 Vote(s) - 0 Average
MVP/NMT testers needed for Weather2
leaded1
Offline

Member

Posts: 135
Threads: 15
Joined: Jul 2007
#21
2010-01-26, 09:14 PM
just gave it a once over on the NMT and the MVP and everything appeared to be working,
-leaded
Server - AMD 6 Core windows 10 with Hauppage WINTV-PVR2 USB2, HDHomerun Dual, and WINTV-HVR 1600 tuners | Clients -PCH A-100 and iOS
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#22
2010-01-27, 02:53 PM
Jaggy Wrote:I just did the identical test to yesterday & the results are better, it didn't cause a win error & the PC was fine, the updating screen went away & I was able to view all the screens, on the NMT the updating screen never went away so I was stuck unable to do anything but boot the NMT after a reboot all was fine & it showed the new data etc. Logs attached.
This is odd... I looked through your logs, and I see no reason why the updating screen never went away.

This line shows the "Update popup" you were seeing:
Code:
2010-01-26 12:02:51.487    VERBOSE    [6]    Weather2:           ShowPopup-               Initializing 'Data is still being updated from startup, please wait...'

Then, the screen elements get initialized:
Code:
2010-01-26 12:02:51.717    VERBOSE    [6]    Weather2:           Activate-                Initializing of screen items completed

Finally, we get to the point where the update popup should be cleared, and the screen elements updated:
Code:
2010-01-26 12:03:10.154    INFO    [11]    Weather2:           ParseDataThread-         ...parse completed
2010-01-26 12:03:10.214    VERBOSE    [11]    Weather2:           UpdateWeatherThread-     Screen items not initialized, skip rendering screen items...

But instead, the logs are telling me that the screen items are not initialized, when the logs earlier tell me they are. Plus, the popup should be cleared before the "Screen items not initialized..." log.

I see no reason that your NMT didn't work. There must be something I am missing.
Author of Weather (NPVR) & Weather2 (GBPVR)
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,633
Threads: 148
Joined: Mar 2006
#23
2010-01-27, 09:48 PM
Unfortunately I can't help with this stuff & someone else (sub?) will have to advise..........skinning questions would be a different matter Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#24
2010-01-27, 11:12 PM
I havnt really been following this thread, but I'll try to help if I can.

What is the symptoms of the problem being seen?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#25
2010-01-28, 02:08 AM
Whenever I see these in the logs I think there is a problem in GetRenderiList() or needrendering()

2010-01-26 12:09:12.545 VERBOSE [6] sendIncrementalFrame3 (loc = 40,36) (rect = {X=0,Y=0,Width=0,Height=0})

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#26
2010-01-28, 02:26 AM
Yes, that would probably indicate uninitialised images are being returned from GetRenderList(). Some of the other log messages around it might give clues why though.
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#27
2010-01-28, 04:19 AM
Are saying is that my needsRendering() method is returning true when it shouldn't? Plus, is the sendIncrementalFrame message only found in MVP logs, cause I can't find any in my PVRX2 logs.
Author of Weather (NPVR) & Weather2 (GBPVR)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#28
2010-01-28, 05:12 AM
The only show in the NMT logs or in MVP logs with incremental updates on in error. You should look before at the renderlist

Code:
2010-01-25 11:25:46.194    VERBOSE    [6]    Creating new render hash list
2010-01-25 11:25:46.194    VERBOSE    [6]     - adding render hash: background:0,0,560,504:False
2010-01-25 11:25:46.204    VERBOSE    [6]     - adding render hash: ScreenName:125,5,268,60:False
2010-01-25 11:25:46.204    VERBOSE    [6]     - adding render hash: button-Current-selected:2,50,123,32:False
2010-01-25 11:25:46.204    VERBOSE    [6]     - adding render hash: button-Overview:7,85,114,32:False
2010-01-25 11:25:46.204    VERBOSE    [6]     - adding render hash: button-Forecast:7,120,114,32:False
2010-01-25 11:25:46.204    VERBOSE    [6]     - adding render hash: button-Radar:7,156,114,32:False
2010-01-25 11:25:46.204    VERBOSE    [6]     - adding render hash: button-Satellite:7,191,114,32:False
2010-01-25 11:25:46.214    VERBOSE    [6]     - adding render hash: button-Maps:7,226,114,32:False
2010-01-25 11:25:46.214    VERBOSE    [6]     - adding render hash: button-ALERT:7,262,114,32:False
2010-01-25 11:25:46.214    VERBOSE    [6]     - adding render hash: button-Update:7,297,114,32:False
2010-01-25 11:25:46.214    VERBOSE    [6]     - adding render hash: button-Main Menu:7,332,114,32:False
2010-01-25 11:25:46.214    VERBOSE    [6]     - adding render hash: CurrentConditions:123,5,425,483:False
2010-01-25 11:25:46.224    VERBOSE    [6]     - adding render hash: button-Prev:368,15,98,22:False
2010-01-25 11:25:46.224    VERBOSE    [6]     - adding render hash: button-Next:480,15,64,22:False
2010-01-25 11:25:46.224    VERBOSE    [6]     - adding render hash: popup background:11,40,537,448:False
2010-01-25 11:25:46.234    VERBOSE    [6]    sendIncrementalFrame3 (loc = 40,36) (rect = {X=0,Y=0,Width=0,Height=0})

If you notice they are all False but because the needsrendering is returning true something is awry. If it was false this wouldn't show in the logs.

Martin
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#29
2010-01-29, 01:36 AM
I think I found some untimely rendering... I hope that I've fixed it. It looks like most of the rendering now is caused by ButtonList, which I expect.

I don't know if this is the problem Jaggy was having though... but one step at a time I guess Smile

Martin,
I know you're probably busy, but do you want the link to the beta builds I have been providing Jaggy and leaded1?
Author of Weather (NPVR) & Weather2 (GBPVR)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#30
2010-01-29, 03:11 AM
Thanks, I like to know the temperature but a weather plugin is not interesting for me. I wouldn't be able to diagnose the problem anyway. If you have a Hauppauge remote I can mail you an MVP if shipping to the States isn't too much.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  New web service clarification needed bgowland 6 3,335 2013-10-19, 02:36 AM
Last Post: bgowland
  Skin help needed for EventDetails.xml bgowland 7 3,432 2011-06-26, 11:55 PM
Last Post: Jaggy
  need cdplayer testers dottore 86 23,776 2008-08-19, 02:34 PM
Last Post: McBainUK
  SQL help needed bgowland 4 2,136 2008-05-25, 07:08 AM
Last Post: bgowland
  Csharp Event help needed.. psycik 4 2,145 2008-05-25, 06:19 AM
Last Post: psycik
  Whats needed for recording -Oz- 24 7,649 2008-01-24, 03:59 AM
Last Post: zehd
  Blinky! - Need some testers! rwmech 24 7,412 2007-10-05, 12:59 PM
Last Post: ryanmc
  TV guide data needed reboot 35 10,567 2007-08-06, 11:04 PM
Last Post: mvallevand
  Help needed with error in config.exe.log idkpmiller 3 1,869 2007-01-24, 06:08 AM
Last Post: sub
  VB compile needed pBS 22 5,857 2006-11-28, 09:39 PM
Last Post: Chris Reynolds

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

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

Linear Mode
Threaded Mode