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) TV Listings v
« Previous 1 … 8 9 10 11 12 13 Next »
NMT reboot & incremental updates not working

 
  • 0 Vote(s) - 0 Average
NMT reboot & incremental updates not working
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,626
Threads: 148
Joined: Mar 2006
#1
2011-03-14, 06:42 AM
It seems there may be a new problem with the way the panel works under 2.0.3 as there have been a number of reports of the NMT rebooting like in these threads
http://forums.nextpvr.com/showthread.php...gs-failing & I also had the same thing happen today with the exact same message in the log.

I am also having major problem with the screen not updating when using TV Recording, it is almost unusable now the way it is, it will either have four or five highlighted boxes all on screen at once or not highlight the selected box at all until I go to the buttons then the right box highlights.
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#2
2011-03-14, 09:27 AM
Hi,

I had a look into the logfiles attached to the posts you were referring to.

Regarding http://forums.nextpvr.com/showthread.php...gs-failing :
It seems that the mvp looses connection, so that the mvp application on the server shuts down, notifying the tv recordings plugin with the EXITING event. Now, the tv recordings panel tries to clear the now playing area by setting an empty text, which obviously not works at this stage, resulting in the error message. I'm going to change the panel for the next replease of the plugin so that it no longer tries to update the screen after the application is about to exit.

Regarding http://forums.nextpvr.com/showthread.php...f-mvpmcX2o :
Most likely the same as above.

Regarding http://forums.nextpvr.com/showthread.php...recordings :
From the logfiles, there's no TV Listings plugin installed.

Generally, you can always disable the tv recordings panel or remove the whole plugin to see if it fixes the problem.

Regarding the tv recordings screen not updating correctly, I'm not able to reproduce it here, sorry. Does it happen always, i.e. right after activating the plugin? Does it happen for all recordings in all views or only specific ones, e.g. with the same title? And, if you're talking about incremental updates, is the problem fixed when you disable them for your mvp?

-alibert
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,001
Threads: 956
Joined: May 2006
#3
2011-03-14, 11:53 AM
alibert Wrote:Regarding http://forums.nextpvr.com/showthread.php...gs-failing :
It seems that the mvp looses connection, so that the mvp application on the server shuts down, notifying the tv recordings plugin with the EXITING event. Now, the tv recordings panel tries to clear the now playing area by setting an empty text, which obviously not works at this stage, resulting in the error message. I'm going to change the panel for the next replease of the plugin so that it no longer tries to update the screen after the application is about to exit.

The MVP connection shuts down typically because of crash caused by multiple threads writing to the screen. It was a regular occurrence in GBPVR up to about 0.98. I had to add lots of code to mvpmc to avoid this but sub avoided it by using on thread for GUI writes. This code was not added to the NMT code.

The network collision is difficult to watch for without a sniffer. You probably could reduce the risks by not forcing the screen to render.

Quote: And, if you're talking about incremental updates, is the problem fixed when you disable them for your mvp?

On an HD monitor the performance would be so bad this is not an option.

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,626
Threads: 148
Joined: Mar 2006
#4
2011-03-14, 09:17 PM
alibert Wrote:Hi,
Regarding http://forums.nextpvr.com/showthread.php...recordings :
From the logfiles, there's no TV Listings plugin installed.

I know that link in that other thread I linked was for a totally different problem that appears to now be fixed & had nothing to do with TV Listings

Quote:Generally, you can always disable the tv recordings panel or remove the whole plugin to see if it fixes the problem.

I have only had the problem once since before 2.0.3 was released & I have it running everyday for over eight hours a day so it isn't easy for me to test, but I did think you needed to be informed as it seemed others were also having this crash more often than me.

Quote:Regarding the tv recordings screen not updating correctly, I'm not able to reproduce it here, sorry. Does it happen always, i.e. right after activating the plugin? Does it happen for all recordings in all views or only specific ones, e.g. with the same title? And, if you're talking about incremental updates, is the problem fixed when you disable them for your mvp? -alibert

It happens at all times, makes no difference if I go down/up the list one key at a time or if I page down/up & it happens to so many programs it is hard to say if it is only specific ones or not, it also seems MUCH MUCH worse now but I don't know if it was updating NextPVR or TV Listing that made it worse.

I have just seen another really weird thing I recorded a program yesterday specifically to get a recording with a star rating for testing my skin & it recorded & showed the star rating fine but today the rating no longer shows huh??
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#5
2011-03-15, 02:36 PM
Hi,

mvallevand Wrote:The MVP connection shuts down typically because of crash caused by multiple threads writing to the screen. It was a regular occurrence in GBPVR up to about 0.98. I had to add lots of code to mvpmc to avoid this but sub avoided it by using on thread for GUI writes. This code was not added to the NMT code.
thanks for the background information, I'll try to make the calls through the main thread exclusively then.

mvallevand Wrote:On an HD monitor the performance would be so bad this is not an option.
yes, but for a test, it would help me identifying the problem. I have the feeling that there's some additional caching performed in the "UiList", independantly of the mvp incremental updates.

Jaggy Wrote:I have just seen another really weird thing I recorded a program yesterday specifically to get a recording with a star rating for testing my skin & it recorded & showed the star rating fine but today the rating no longer shows huh??
this one is caused by npvr not saving the "Rating" information inside in the event details information of scheduled recordings, so there's nothing the plugin can do after the epg event is removed from the database.

-alibert
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,626
Threads: 148
Joined: Mar 2006
#6
2011-03-15, 11:11 PM
alibert Wrote:Hi,
yes, but for a test, it would help me identifying the problem. I have the feeling that there's some additional caching performed in the "UiList", independantly of the mvp incremental updates.

I trued it with incremental updates set to false in config & while it was better (I think) it wasn't really usable for everyday use.

Quote:this one is caused by npvr not saving the "Rating" information inside in the event details information of scheduled recordings, so there's nothing the plugin can do after the epg event is removed from the database. -alibert

Thanks for the explanation bit of a PITA really
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  zap2xml not working gearsofwoe 8 3,969 2021-01-27, 03:00 PM
Last Post: phil0909
  working with 3.2.9? ccihon 2 2,611 2014-04-08, 07:49 PM
Last Post: Handy.Man
  Listing minutes: 180 to 120 not working gonzo90017 5 2,913 2013-12-01, 07:31 AM
Last Post: alibert
  recording panel not working... blegdon 1 2,252 2013-09-08, 09:05 AM
Last Post: alibert
  Next Blue Skin not working with TV Listings Blue Racer 4 3,052 2012-09-18, 08:02 PM
Last Post: Jaggy
  Genre Coloring Stopped Working Pat Clark 4 3,134 2012-05-14, 01:03 PM
Last Post: Pat Clark
  How to do get Genre Colors working? gonzo90017 2 1,985 2012-04-17, 04:14 AM
Last Post: gonzo90017
  Image grabbing from Amazon not working Petrovski 3 2,394 2011-11-20, 09:10 AM
Last Post: alibert
  XmltvExtras stopped working with new version of MC2XML SailTV 3 2,882 2011-10-04, 03:31 PM
Last Post: SailTV
  Genre colors not working gonzo90017 6 3,618 2011-04-12, 08:24 PM
Last Post: ElihuRozen

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

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

Linear Mode
Threaded Mode