NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 231 232 233 234 235 433 Next »
Can't Skip After v2.5.9->3.1.1 Upgrade

Can't Skip After v2.5.9->3.1.1 Upgrade
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#1
2013-12-12, 03:09 PM
Migrated from v2.5.9 to 3.1.1 using the general MSI package, and then applied the NPVR 3.1.1 R1 rollup.

Most functions seem to work well, and I find the new OSD TV Guide super useful (thanks!).

However, a couple of basic play functions that I have come to rely on either don't work at all, or are very fragile. I'll focus on skip in particular since I see what appear to be identical errors in the npvr.exe front end.

I can initiate play on normal recordings, but any time I try to mess with skip functions, either short (via >> IR remote key) or long (via ->| IR remote key), NPVR pops up an unhandled exception with a "divide by zero" error. When this happens, the only recovery is to kill the npvr.exe process completely, I've found no other alternative.

This is really bad during chase play, where I simultaneously play a file that is currently recording. Popups are always unhandled exceptions with divide by zero errors.

Last night I captured npvr.exe log data from one such event where I played a normal, completed recording. I then attempted to skip 50 minutes ahead with my usual technique on the IR remote: 5, 0, ->| . This immediately brought forth the unhandled exception/div0 popup. I extracted the corresponding log entries and attached them to this posting.

I'm a little surprised I wasn't able to find similar reports in the forae... hope I'm not out here on my own with this one.

Let me know if I can extract any additional information. Thanks!
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#2
2013-12-12, 03:23 PM
By the way, this HTPC is running 32 bit Win XP SP3. v2.5.9 worked beautifully.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#3
2013-12-12, 04:39 PM
Does it work if you use keyboard instead, ie ctrl-right/left arrow and ctrl-f/r?

"I'd rather have a bottle in front of me than a frontal lobotomy"
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#4
2013-12-12, 04:46 PM
Reddwarf Wrote:Does it work if you use keyboard instead, ie ctrl-right/left arrow and ctrl-f/r?

Won't be able to try this for a few hours, but I'll see.
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#5
2013-12-12, 04:52 PM
My gut feel is that this is not an IR remote interface problem since most of the other buttons function as they did with v2.5.9.

Here is a log extract from my attachment which appears strange to me:

Code:
2013-12-11 22:31:41.704    [DEBUG][1]    OnKeyDown() called: {CTRL}Right, Control
2013-12-11 22:31:41.704    [DEBUG][1]    GetDuration returning 0
2013-12-11 22:31:41.704    [DEBUG][1]    User is trying to skip.
2013-12-11 22:31:41.704    [DEBUG][1]    Current position is: 5.6528754234314
2013-12-11 22:31:41.720    [DEBUG][1]    Asking for position: -2
2013-12-11 22:31:41.720    [DEBUG][1]    Pause()
2013-12-11 22:31:41.751    [DEBUG][1]    SetPosition(-2.000000)

If you look earlier in the attached log you'll clearly see evidence of button pushes for "5" and "0" . Ctrl-right should skip forward, but position "-2" sounds backward. Anyway, NPVR.exe knows I'm trying to skip around in the recording but coughs up the unhandled exception/div0. Guessing that something is broken in the timing calculation?
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#6
2013-12-12, 06:04 PM
yes, not sure how you're getting it to try skipping to position -2, and your duration is showing 0. That's clearly the source of the resulting div0 exception, but I don't know what could lead to that in the first place. You're the only one having this problem, so clearly it's something to do with your system... but what?

There were some changes to the way timing is calculated in 3.1.1, so I'm going to start by surmising that somehow one of your files didn't get updated so one side of NPVR isn't matching up with the other side. Try uninstalling 3.1.1, then wipe out your C:\Program Files\NPVR directory. Then re-install 3.1.1 and the R1 rollup (shutdown the recording service in between, as the installer starts it for you), and see if it still happens.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,192
Threads: 958
Joined: May 2006
#7
2013-12-12, 06:48 PM
I'd start with this

Timing.info reports duration 0ms

You might need to delete the timing file and if necessary see what writeTime creates.

Martin
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#8
2013-12-12, 07:00 PM
Oh heck, never like it when I'm the only one seeing a problem. Sad

If file detritus could contribute to the problem I'm more than willing to attempt an uninstall/delete/install cycle, but in this case what's the best way to preserve my settings? I know I tweaked a lot of stuff manually in order to preserve my analog recording profiles. Just copy out all the *db3, *xml files, reinstall and copy them back?

Or is it enough to do as Martin suggests and delete "timing.info" ?

Thanks for thinking about it, at least.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#9
2013-12-12, 07:25 PM
deleting the timing.info (and optionally writing a new one with WriteTime) will fix the one file, but it seems all your files are being created with bad timing.info. If sub were around he could write a patch to reject ridiculous timing.info data (like duration=0ms) and revert to calculated position info, but I think he's still away on business for a few more days at least.

so I'm suggesting a possible fix to the root of the problem, martin is suggesting a fix for the resulting symptoms. Both are probably needed, and certainly the results of deleting the timing.info for a file and then playing it would indeed confirm that the transport stream in the file is ok so we're just dealing with timing data issue.

As to the re-install procedure I suggested, it won't affect your data or settings as I only said to wipe the program directory, not the data directory. It will just lay down a fresh copy of all programs and .dll's.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
Braklet
Offline

Senior Member

Posts: 532
Threads: 60
Joined: Sep 2006
#10
2013-12-12, 07:51 PM
johnsonx42 Wrote:deleting the timing.info (and optionally writing a new one with WriteTime) will fix the one file, but it seems all your files are being created with bad timing.info.

OK, now I'm definitely outside my comfort zone. Is timing.info an attribute of each recording, an entry in npvr.db3, or a separate file? This is the first I've heard of WriteTime, too; is that a separate utility, on the Wiki, or ... ?

Quote:As to the re-install procedure I suggested, it won't affect your data or settings as I only said to wipe the program directory, not the data directory.

Gotcha, I just spaced out on the different directories; that's actually closer to my comfort zone. Will have to fiddle around with this tonight & see where I end up.

Kinda sucks being the only one with a problem. Thanks again for the help.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Skip causes fast-forward to the end of the file madbrain 9 4,052 2020-02-27, 10:24 PM
Last Post: Esch
  Upgrade from 3.9.2 to 4.2.3 Going to full screen stop playing now! Handy.Man 45 8,677 2018-12-28, 12:58 AM
Last Post: Handy.Man
  Not all channels streaming after upgrade rosede 66 18,329 2018-09-27, 12:35 PM
Last Post: BrettB
  Upgrade from 3.9.2 to 4.2.2 no longer getting XMLTV Guide tomhilton1 1 1,170 2018-07-06, 09:02 PM
Last Post: sub
  Groups empty after upgrade Reddwarf 10 2,995 2018-06-09, 06:06 PM
Last Post: sub
  Video Library File Names Truncated since 4.1.1 upgrade peter t 7 2,268 2018-04-17, 10:59 PM
Last Post: peter t
  Lost AC3 after upgrade to 4.1.1 AdamUpNorth 6 2,421 2018-04-16, 03:26 AM
Last Post: Handy.Man
  Upgrade to 4_0_5_171208 & Legacy TS Readers Refused to hook up koornneef 7 3,482 2018-03-23, 07:02 PM
Last Post: koornneef
  Lost Channel Logos on Upgrade to 4.1.0 (180302) FrogFan 5 2,169 2018-03-13, 03:28 AM
Last Post: FrogFan
  immediate NRecord crash on 4.05 > 4.10 upgrade shaunpatrick77 6 2,267 2018-03-05, 08:38 PM
Last Post: KyleC_USA

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

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

Linear Mode
Threaded Mode