NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
1 2 3 4 5 … 111 Next »
Tuners not being found; epg not updating

 
  • 0 Vote(s) - 0 Average
Tuners not being found; epg not updating
MaccaHV
Offline

Junior Member

Australia
Posts: 24
Threads: 5
Joined: Mar 2024
#1
2026-03-28, 05:20 AM
I've just moved this week - when I reconnected the computer and screen, I had trouble getting the cables right.  
  1. Now most shows aren't recording - I get [Failed: No errors, but no data delivered. This is usually because the device failed to lock a signal.]  I've only moved 8-10 kilometres but just in case I rescanned for channels.  I've always had 4 Hauppuage tuners, so could record 4 different frequencies at once.  Last night one show recorded and the other two gave the above error message.  I think 2 tuners have stopped working - they can't scan, though still hold the previous channels.  So I've reordered the Devices page to give the two that are working priority.  
  2. But why didn't two shows record last night?  I feel that the system is remembering which tuner it was to use and if it doesn't work the system simply fails.  Is that possible?
  3. Is there any way to tell if a tuner has failed?  Or can you only assume no scan means it's dead.  I understand the tuners aren't being made any more.  Any suggestions?
  4. Do I need to reinstall to get the programme to re-allocate tuners to jobs?  (I really don't want to lose all the pending and recurring shows.
  5. The other problem is that I can't get it to update the epg.  The internet is definitely connected to the computer, I've streamed the missed shows.  But might NewPVR not be getting the signal?  How can I tell?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 55,298
Threads: 985
Joined: May 2006
#2
2026-03-28, 01:02 PM
Without logs there are no problems so certainly no answers.

Martin
MaccaHV
Offline

Junior Member

Australia
Posts: 24
Threads: 5
Joined: Mar 2024
#3
2026-03-28, 07:27 PM
Sorry, didn't think of that.
MaccaHV
Offline

Junior Member

Australia
Posts: 24
Threads: 5
Joined: Mar 2024
#4
2026-03-28, 07:42 PM (This post was last modified: 2026-03-28, 07:59 PM by MaccaHV.)
Thought I should run another epg update, in case it was too long ago to still show in the file.
And, BTW, last night I got two recordings, following each other on the same channel, and the other show on another channel didn't record.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 55,298
Threads: 985
Joined: May 2006
#5
2026-03-28, 08:33 PM
The first question I have is why run 6.1.5 when 7.0.5 is available. There have definitely been some tuning improvements since then.

It does look like you aren't getting a signal and you probably need to reinstall the Hauppauge drivers and rescan.

Martin
MaccaHV
Offline

Junior Member

Australia
Posts: 24
Threads: 5
Joined: Mar 2024
#6
2026-03-29, 07:33 AM (This post was last modified: 2026-03-29, 08:40 AM by MaccaHV.)
When I try to run the install file I get "Failed to stop  https://nextpvr.com/stable/win64/NPVR.zip Install will not proceed"  If I try again, it thinks about it for a very long time before the download starts.  (I tried it several times.)  Then after it downloads I get the message in the attached.  (The message is long, which is why I haven't tried to type it out.)  I can't get the pdf or word file to attach.  I did a printscreen from the keyboard.  Not having a good day.  I attached the log, so why can't I attach this???
What time zone are you in?
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,745
Threads: 173
Joined: Jun 2007
#7
2026-03-29, 01:27 PM
(2026-03-29, 07:33 AM)MaccaHV Wrote: When I try to run the install file I get "Failed to stop  https://nextpvr.com/stable/win64/NPVR.zip Install will not proceed"  If I try again, it thinks about it for a very long time before the download starts.  (I tried it several times.)  Then after it downloads I get the message in the attached.  (The message is long, which is why I haven't tried to type it out.)  I can't get the pdf or word file to attach.  I did a printscreen from the keyboard.  Not having a good day.  I attached the log, so why can't I attach this???
What time zone are you in?

Attachments must be .zip files or images and can't be larger than 2MB.
MaccaHV
Offline

Junior Member

Australia
Posts: 24
Threads: 5
Joined: Mar 2024
#8
2026-03-29, 07:02 PM
Thanks BrettB


Attached Files
.zip   NPVR.zip (Size: 189.04 KB / Downloads: 2)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 55,298
Threads: 985
Joined: May 2006
#9
2026-03-29, 07:10 PM (This post was last modified: 2026-03-29, 07:12 PM by mvallevand.)
AI can be your friend

This is a Windows error occurring in NextPVR's update/unzip process. Here's what it means:
The error: The requested operation cannot be performed on a file with a user-mapped section open.
This is Windows error ERROR_USER_MAPPED_FILE (Win32 code 1224). It means the updater is trying to overwrite a file that is currently memory-mapped — i.e., loaded into memory by a running process — and Windows won't allow it.
The call stack tells the story:

UpdateNPvr.ZipHelper.Unzip → trying to extract the update zip
ZipFileExtensions.ExtractToFile → attempting to overwrite an existing file
FileStream..ctor → opening the file for writing fails because...
...the file is still mapped into memory by a running process (likely NextPVR itself, or a .NET runtime DLL it loaded)

In plain terms: The NextPVR auto-updater is trying to replace files while NextPVR (or one of its components) is still running and has those files open/mapped.
Fix:

Stop the NextPVR service before the updater runs (sc stop nextpvr or via Services)
If the updater is supposed to do that automatically, check whether the service stop is actually completing before the extract begins — there may be a race condition or the stop is timing out
Make sure no other process (antivirus, Windows Defender) has the file mapped as well

I will add if DeviceHostWindows crashes which is a v6.15 issue then it might be hard for the installer to help

Martin
MaccaHV
Offline

Junior Member

Australia
Posts: 24
Threads: 5
Joined: Mar 2024
#10
2026-03-29, 08:05 PM (This post was last modified: 2026-03-29, 08:13 PM by MaccaHV.)
This time it ran with no problems, after I made sure everything NPVR was closed.  Thanks
Currently running epg update, see if anything changes.  No, still didn't update anything.  I'll reboot.
BTW, I don't remember being asked by windows whether the installer had permission to change the OS.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Cableco DVR with six tuners, can NPVR use more than one? Joram 9 212 2026-04-28, 04:31 PM
Last Post: Joram
  Frequency updating challenge Bobins 8 452 2026-04-08, 11:17 PM
Last Post: Bobins
  Keep digital tuners primed SilverTiger 12 8,469 2026-04-08, 10:05 PM
Last Post: time_lord
  No channel found with nextPVR Miredo 8 1,163 2025-10-25, 07:46 AM
Last Post: Miredo
  2 tuners but only 1 client can view ManicsMan 3 782 2025-09-26, 01:31 PM
Last Post: mvallevand
Photo VOD not updating vorcry 6 1,275 2025-09-20, 01:43 AM
Last Post: sub
  Nextpvr w/ windows10 an silicondust tuners always require an internet connection to r Steve123X 10 1,856 2025-09-14, 07:36 PM
Last Post: mvallevand
  EPG not updating Windows ag100pct 5 1,233 2025-09-06, 11:58 PM
Last Post: mvallevand
  No Channels found alexisbatman 7 1,413 2025-08-23, 08:14 PM
Last Post: mvallevand
  EPG not updating with Schedules Direct tadgett 5 2,431 2025-08-20, 10:10 PM
Last Post: Artie01

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

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

Linear Mode
Threaded Mode