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 2 3 4 5 … 433 Next »
nPVR Continually Wakes PC

nPVR Continually Wakes PC
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#11
2016-05-12, 02:41 AM
2leftfeet Wrote:That said, I have adopted the strategy of issuing a daily restart on the server (only) after the nightly EPG update in the early A.M. I use PostUpdateEPG.bat for this process and it works well.

Since I posted the issue in the link referred to above by j2gbpvr, this is also what I do. Doesn't fix the underlying issue though.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
SnakeEyes
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Jan 2014
#12
2016-06-01, 03:54 AM
I "upgraded" to Windows 10 Pro a couple of weeks ago and have started having this exact problem as well. my logs are identical to those posted. i can hit the "sleep" button on my remote and within a minute Nrecord.exe wakes the system.
jcjefferies
Offline

Posting Freak

UK, North Gloucestershire
Posts: 1,039
Threads: 126
Joined: Jan 2011
#13
2016-06-01, 11:08 AM
Several years ago my desktop PC would wake up a few minutes after being set to sleep. I cannot remember the exact details but it was the network card waking the computer. The solution was to either disable WOL or select "Only allow magic packets to wake this computer" also I think called "Admin packets" in earlier versions of Windows. I never discovered what was sending the packets which were waking the computer!

Chris
peejay
Offline

Junior Member

Posts: 34
Threads: 7
Joined: Oct 2015
#14
2016-06-02, 04:39 AM
Disabling the mouse from waking the computer will also help. I now only use the keyboard to wake my computer from sleep and this has helped a lot.

Paul
bfos
Offline

Junior Member

Posts: 6
Threads: 1
Joined: May 2016
#15
2016-06-30, 07:41 PM
SnakeEyes Wrote:I "upgraded" to Windows 10 Pro a couple of weeks ago and have started having this exact problem as well. my logs are identical to those posted. i can hit the "sleep" button on my remote and within a minute Nrecord.exe wakes the system.

Yeah. The service restart workaround seems to be the best current solution to this bug, unfortunately.
Gary95682
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Mar 2018
#16
2018-03-15, 04:00 PM
Sorry to revive a dormant thread, but I'm still encountering this problem in March 2018 (NPVR 4.1.0). My Windows 10 PC will be fine for several days, but then it'll start waking from sleep every few minutes. When I do a "powercfg /lastwake", it reports a Wake Timer from NPVR Recording Service. If I stop and restart the service, things are ok for another few days and then the problem returns. So I guess restarting the service daily would be a good workaround.
pcostanza
Offline

Posting Freak

Posts: 3,768
Threads: 267
Joined: Oct 2004
#17
2018-03-15, 04:38 PM
This only happens on 1 of my W10 machines and only seldom but the PC goes back to sleep shortly after. I've done nothing different to them other than the default sleep settings but I do have my mouse, keyboard and network set to not wake the pc.


Paul


Custom ASUS Maximus X Hero, 16 GB Memory-ASUS GeForce 1050 Ti, H115i Pro AIO, 850W PS, CM H500P case, Corsair Vengeance RGB Ram, Samsung 970 EVO, HDHomerun Prime & Extend  Tuners- running Windows 10 (and other goodies)
HarryH3
Offline

Posting Freak

U.S.A
Posts: 921
Threads: 56
Joined: Mar 2006
#18
2018-03-16, 03:10 AM
Gary95682 Wrote:So I guess restarting the service daily would be a good workaround.

Years ago I had a problem with the recording service stopping every few days. I added this PostUpdateEPG.bat and haven't had a problem since. It reboots the system every night after the EPG update completes.

echo off
REM Reboot if not recording
set NSHelper=c:"program files (x86)"\npvr\nscripthelper.exe

:check
FOR /F "tokens=*" %%i in ('%NSHelper% -isinuse') do SET condition=%%i
echo %condition%
IF %condition% =="NOT RECORDING" goto reboot

:delay
timeout 60
goto check

:reboot

echo "About to reboot"
shutdown /r
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun Prime, NPVR 6.x
On a clear disk, you can seek forever...
Gary95682
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Mar 2018
#19
2018-03-18, 11:40 AM
HarryH3 Wrote:Years ago I had a problem with the recording service stopping every few days. I added this PostUpdateEPG.bat and haven't had a problem since. It reboots the system every night after the EPG update completes.
Thanks. I may automate the service restart, but daily rebooting wouldn't be practical for me (it'd be too cumbersome to get everything back to where it was; plus, my system is encrypted and won't restart unless I'm there to enter the password).

Unfortunately, though, for the past several days, my NPVR Recording Service has been constantly waking my PC despite multiple (manual) restarts of the service each day. In particular, any time I wake up in the middle of the night, I find the PC (and monitors) powered on rather than in standby. A "powercfg /requests" always shows nothing, and "powercfg /lastwake" gives:
Code:
C:\WINDOWS\system32>powercfg /lastwake
Wake History Count - 1
Wake History [0]
  Wake Source Count - 1
  Wake Source [0]
    Type: Wake Timer
    Owner: [SERVICE] \Device\HarddiskVolume2\Program Files (x86)\NPVR\NRecord.exe (NPVR Recording Service)
My NRecord log is full of these:
Code:
2018-03-18 04:49:36.472    [DEBUG][233]    Resuming...
2018-03-18 04:49:38.243    [DEBUG][6]    cycling MVP servers
2018-03-18 04:49:43.397    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 04:49:43.397    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 04:53:17.883    [DEBUG][63]    Resuming...
2018-03-18 04:53:19.291    [DEBUG][6]    cycling MVP servers
2018-03-18 04:53:22.448    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 04:53:22.448    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 04:56:56.914    [DEBUG][65]    Resuming...
2018-03-18 04:56:58.095    [DEBUG][99]    Resuming...
2018-03-18 04:56:58.891    [DEBUG][6]    cycling MVP servers
2018-03-18 04:57:04.015    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 04:57:04.015    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 05:08:37.835    [DEBUG][50]    Resuming...
2018-03-18 05:08:38.042    [DEBUG][6]    cycling MVP servers
2018-03-18 05:08:38.852    [DEBUG][202]    Resuming...
2018-03-18 05:08:40.043    [DEBUG][6]    cycling MVP servers
2018-03-18 05:08:44.970    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 05:08:44.970    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 05:36:48.804    [DEBUG][225]    Resuming...
2018-03-18 05:36:51.743    [DEBUG][6]    cycling MVP servers
2018-03-18 05:36:52.166    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 05:36:52.166    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 05:40:26.555    [DEBUG][186]    Resuming...
2018-03-18 05:40:27.508    [DEBUG][6]    cycling MVP servers
2018-03-18 05:40:33.934    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 05:40:33.934    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 05:44:07.532    [DEBUG][197]    Resuming...
2018-03-18 05:44:08.407    [DEBUG][6]    cycling MVP servers
2018-03-18 05:44:14.828    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 05:44:14.828    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 05:49:18.480    [DEBUG][263]    Resuming...
2018-03-18 05:49:19.649    [DEBUG][6]    cycling MVP servers
2018-03-18 05:49:25.914    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 05:49:25.914    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 05:52:59.545    [DEBUG][250]    Resuming...
2018-03-18 05:53:00.701    [DEBUG][6]    cycling MVP servers
2018-03-18 05:53:06.960    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 05:53:06.960    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 05:57:10.552    [DEBUG][264]    Resuming...
2018-03-18 05:57:10.577    [DEBUG][62]    Resuming...
2018-03-18 05:57:11.891    [DEBUG][6]    cycling MVP servers
2018-03-18 05:57:17.928    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 05:57:17.928    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 06:08:52.868    [DEBUG][148]    Resuming...
2018-03-18 06:08:53.514    [DEBUG][6]    cycling MVP servers
2018-03-18 06:08:54.237    [DEBUG][178]    Resuming...
2018-03-18 06:08:55.515    [DEBUG][6]    cycling MVP servers
2018-03-18 06:08:59.456    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 06:08:59.456    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 06:20:32.796    [DEBUG][264]    Resuming...
2018-03-18 06:20:34.148    [DEBUG][6]    cycling MVP servers
2018-03-18 06:20:35.019    [DEBUG][68]    Resuming...
2018-03-18 06:20:36.148    [DEBUG][6]    cycling MVP servers
2018-03-18 06:20:39.993    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 06:20:39.993    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 06:32:13.591    [DEBUG][223]    Resuming...
2018-03-18 06:32:15.348    [DEBUG][6]    cycling MVP servers
2018-03-18 06:32:20.822    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 06:32:20.822    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 06:35:54.829    [DEBUG][167]    Resuming...
2018-03-18 06:35:55.651    [DEBUG][228]    Resuming...
2018-03-18 06:35:56.262    [DEBUG][6]    cycling MVP servers
2018-03-18 06:36:01.766    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 06:36:01.766    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
2018-03-18 06:47:35.875    [DEBUG][249]    Resuming...
2018-03-18 06:47:37.016    [DEBUG][6]    cycling MVP servers
2018-03-18 06:47:42.424    [DEBUG][9]    Recording service noted the system was resuming...
2018-03-18 06:47:42.424    [DEBUG][9]    No C:\Users\Public\NPVR\Scripts\Wakeup.bat
selowan
Offline

Junior Member

Posts: 20
Threads: 7
Joined: Dec 2019
#20
2019-12-07, 04:32 PM
First, let me know if I should start a new thread. This seems like a good place to start for now.

I am a WMC refugee configuring my first NextPVR box, and am experiencing the same wake/failure to sleep issue. As yet I have not scheduled recordings, and EPG is scheduled to update from Schedules Direct at 0345 hrs. That's not the cause, the issues I describe here occur in the afternoon and early evening, which is the time I have to work on the PC.

I find that the NPVR Recording Service keeps waking the PC shortly after it sleeps, as determined using powercfg /lastwake. The time till it wakes can range from 1 to 30 minutes or so after I manually sleep the box. After it wakes, it will not sleep again.

The issue does not occur if the NextPVR service is stopped. Restarting the service or the PC does not help: I have restarted the PC, put it to sleep, and have NextPVR wake it after a minute or so.

This is a new Windows 10 1909 install, and NextPVR is the only program the PC is used for.

Has anyone found a solution to this?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  npvr is not responding johndutcher 3 532 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 2,080 2022-04-14, 04:33 AM
Last Post: Antmannz
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 694 2022-01-03, 04:45 AM
Last Post: mvallevand
  Streaming Services with NPVR tesla1886 4 1,336 2021-01-04, 02:58 AM
Last Post: tesla1886
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 1,550 2020-12-27, 02:27 AM
Last Post: sub
  Can NPVR offset only 3 channel listings in EPG? acemib 20 4,159 2020-04-27, 01:28 PM
Last Post: mvallevand
  Import recorded tv shows to NPVR mattman1968 9 4,219 2020-03-03, 12:57 PM
Last Post: Jimixter
  Easiest way to migrate NPVR to a new machine JP23 1 1,279 2020-02-24, 04:55 PM
Last Post: sub
  NPVR Hangs when Changing Channels BorchertD 2 1,053 2020-01-11, 11:37 PM
Last Post: BorchertD
  Fresh NPVR stability and load onedognight 4 1,207 2020-01-05, 09:31 AM
Last Post: onedognight

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

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

Linear Mode
Threaded Mode