NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 93 94 95 96 97 … 101 Next »
Trying out version 5, problems.

 
  • 0 Vote(s) - 0 Average
Trying out version 5, problems.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#11
2019-12-22, 08:39 PM
What output do you get when you run 'installservice.bat'?
mwkurt
Offline

Member

Posts: 72
Threads: 24
Joined: Oct 2016
#12
2019-12-22, 08:44 PM
(2019-12-22, 08:39 PM)sub Wrote: What output do you get when you run 'installservice.bat'?
I alos notice that I have these two NPVR files in my user directory:


Attached Files Thumbnail(s)
       
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#13
2019-12-22, 08:48 PM
The "NPVR" directory was v4 and earlier. The "NPVR-data" directory is v5 and later.

Can you scroll up that installservice.bat and get another screenshot, so we can see what happened earlier?
mwkurt
Offline

Member

Posts: 72
Threads: 24
Joined: Oct 2016
#14
2019-12-22, 08:51 PM
(2019-12-22, 08:48 PM)sub Wrote: The "NPVR" directory was v4 and earlier. The "NPVR-data" directory is v5 and later.

Can you scroll up that installservice.bat and get another screenshot, so we can see what happened earlier?


Attached Files Thumbnail(s)
   
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#15
2019-12-22, 08:52 PM
What version of windows are you running?

I think it's version of the utility for installing services is slightly different
mwkurt
Offline

Member

Posts: 72
Threads: 24
Joined: Oct 2016
#16
2019-12-22, 08:55 PM
(2019-12-22, 08:52 PM)sub Wrote: What version of windows are you running?

I think it's version of the utility for installing services is slightly different
64bit. I thought that I downloaded the 64 bit version.

I can try again.
mwkurt
Offline

Member

Posts: 72
Threads: 24
Joined: Oct 2016
#17
2019-12-22, 09:01 PM (This post was last modified: 2019-12-22, 09:16 PM by mwkurt.)
Sub,

I redownloaded the version 64bit of version 5 and I get the same result, with the same DOS window when trying to install the service as an admin. Still no joy.
nobody
Offline

Junior Member

Posts: 45
Threads: 3
Joined: Oct 2009
#18
2019-12-22, 09:04 PM
Had the same problem with installservice.bat on WIN7, the following needs to be changed for Win 7 to be happy

Code:
netsh.exe advfirewall firewall add rule name="NextPVR" dir=in action=allow program="installpath%Client\NextPVR.exe" enable=yes > nul
to
netsh.exe advfirewall firewall add rule name="NextPVR" dir=in action=allow program="%installpath%Client\NextPVR.exe" enable=yes > nul
Add % before installpath

Code:
sc create "NextPVR Service" binpath="%installpath%NextPVRService.exe" start=delayed-auto
to
sc create "NextPVR Service" binpath= "%installpath%NextPVRService.exe" start= delayed-auto
Add a space after the = signs
mwkurt
Offline

Member

Posts: 72
Threads: 24
Joined: Oct 2016
#19
2019-12-22, 09:16 PM
(2019-12-22, 09:04 PM)nobody Wrote: Had the same problem with installservice.bat on WIN7, the following needs to be changed for Win 7 to be happy

Code:
netsh.exe advfirewall firewall add rule name="NextPVR" dir=in action=allow program="installpath%Client\NextPVR.exe" enable=yes > nul
to
netsh.exe advfirewall firewall add rule name="NextPVR" dir=in action=allow program="%installpath%Client\NextPVR.exe" enable=yes > nul
Add % before installpath

Code:
sc create "NextPVR Service" binpath="%installpath%NextPVRService.exe" start=delayed-auto
to
sc create "NextPVR Service" binpath= "%installpath%NextPVRService.exe" start= delayed-auto
Add a space after the = signs


My copy of Win7 is still not happy. Even with your changes it didn't enter the service. Thanks for trying.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#20
2019-12-22, 10:55 PM
If you start a command prompt (using 'run as administrator'), change to the nextpvr directory, and run the following, what output do you get?

sc create "NextPVR Service" binpath="C:\Program Files\NPVR\NextPVRService.exe" start=delayed-auto
« 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
Question Typical EPG problems never ends flyer2112 5 134 2025-05-19, 05:51 PM
Last Post: mvallevand
  EPG not found for some channels via DVB-T2 (version 7) Kotoka 80 4,213 2025-05-17, 12:24 PM
Last Post: Kotoka
  EPG not found for some channels - DVB/ATSC (NextPVR version 7) Nimoder 22 1,164 2025-03-12, 10:18 PM
Last Post: sub
  Version 7 HDPVR Changes bigstusexy 2 213 2025-02-24, 12:42 AM
Last Post: bigstusexy
  NextPVRServer.exe (Version 7) Preventing Sleep PVR_Convert 4 366 2025-02-18, 07:18 PM
Last Post: mvallevand
  Transcoding Problem Version: 7.0.1.241229 Metroid 1 279 2025-01-25, 12:44 AM
Last Post: mvallevand
  NextPVR version 7 no EPG ManicsMan 27 1,761 2025-01-23, 02:28 PM
Last Post: mvallevand
  No standby after update to Version 7 Escape7 163 9,191 2025-01-04, 05:27 PM
Last Post: sub
  Updating NextPVR from a very old version lemmy999 13 953 2025-01-04, 06:51 AM
Last Post: sub
  [FIXED!] NPVRSetup.exe fails to install the latest version Pete (NZ) 5 955 2024-12-27, 03:08 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode