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 … 92 93 94 95 96 … 107 Next »
V5 install failure

 
  • 0 Vote(s) - 0 Average
V5 install failure
petergriffiny
Offline

Junior Member

Canada
Posts: 2
Threads: 0
Joined: Apr 2020
#11
2020-04-19, 05:38 PM
(2020-04-19, 03:57 PM)Seem to work doing this.Thanksmvallevand Wrote: If you download https://nextpvr.com/stable/win64/NPVR.zip and unzip it into "C:\Program Files\NextPVR" as admin the installer will give the zip error but continue to do the install.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,248
Threads: 774
Joined: Nov 2003
#12
2020-04-19, 06:56 PM
Can someone create a c:\temp, and collect the c:\temp\install.txt after a failed install?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 54,352
Threads: 972
Joined: May 2006
#13
2020-04-19, 07:01 PM (This post was last modified: 2020-04-19, 07:02 PM by mvallevand.)
Sure

Code:
2020-04-19 11:45:03.860    [DEBUG][1]    Source: https://nextpvr.com/stable/win64/NPVR.zip
2020-04-19 11:45:03.861    [DEBUG][1]    InstallDirectory: C:\Program Files\NextPVR\
2020-04-19 11:45:03.883    [DEBUG][1]    SessionId=1
2020-04-19 11:45:03.886    [DEBUG][1]    Downloading from https://nextpvr.com/stable/win64/NPVR.zip
2020-04-19 11:45:03.886    [DEBUG][1]    Setup is running as 64bit process
2020-04-19 11:45:03.886    [DEBUG][1]    64bit Windows
2020-04-19 11:45:03.926    [DEBUG][1]    'NextPVR Service' is installed
2020-04-19 11:45:03.928    [DEBUG][1]    Killing: NextPVRServer
2020-04-19 11:45:04.019    [DEBUG][1]    Download complete
2020-04-19 11:45:04.024    [DEBUG][8]    Starting install to C:\Program Files\NextPVR\
2020-04-19 11:45:04.024    [DEBUG][8]    Installing files
2020-04-19 11:45:05.128    [DEBUG][8]    'NextPVR Service' is installed
2020-04-19 11:45:05.128    [DEBUG][8]    Starting NextPVR Service
2020-04-19 11:45:05.129    [DEBUG][8]    Failed to start NextPVR Service
2020-04-19 11:45:05.130    [DEBUG][8]    Starting NextPVR
2020-04-19 11:45:06.163    [DEBUG][8]    Install complete

The reason I posted it was a tls error was that is what Wireshark said and when I tried curl

Code:
curl --tlsv1.0 https://nextpvr.com/stable/win64/NPVR.zip
curl: (35) schannel: AcquireCredentialsHandle failed: SEC_E_ALGORITHM_MISMATCH (0x80090331) - The client and server cannot communicate, because they do not possess a common algorithm.

--tlsv1.2 works.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,248
Threads: 774
Joined: Nov 2003
#14
2020-04-19, 07:17 PM
I've updated http://nextpvr.com/NPVRSetup.exe to correct this.

If you try, and still see the same issue, it's likely because your browser is just using the same version it previously downloaded. You can force it download the new version by using a url like http://nextpvr.com/NPVRSetup.exe?x=2
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 54,352
Threads: 972
Joined: May 2006
#15
2020-04-19, 07:34 PM
That works for me and Wireshark says TLSv1.2

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,248
Threads: 774
Joined: Nov 2003
#16
2020-04-19, 07:50 PM
(2020-04-19, 02:55 PM)mvallevand Wrote: I think it is failing on tls handshaking, only tls 1.2 seems to be supported on the server.
I'm not really sure what changed to prompt this (windows update, or apache on the server), but yes it was related to this. I basically had to enable tls 1.2 support in the code that downloads the NPVR.zip.

The server has tls 1.2 enabled, and the older depreciated disabled (tls 1.1/1.0, SSLv2/SSLv3), which follows recommendations. tls 1.3 is not currently available on centos 7, so can't be enabled.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 54,352
Threads: 972
Joined: May 2006
#17
2020-04-19, 07:59 PM
I didn't see any TLS 1.0 Cipher Suites on https://www.ssllabs.com/ssltest/analyze....extpvr.com

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,248
Threads: 774
Joined: Nov 2003
#18
2020-04-19, 08:04 PM
Yeah, as I mentioned above, tls 1.0 and tls 1.1 are disabled. Only tls 1.2 is enabled.
i0zjh02
Offline

Junior Member

United Kingdom
Posts: 20
Threads: 3
Joined: May 2006
#19
2020-04-19, 08:19 PM
(2020-04-19, 03:57 PM)mvallevand Wrote: If you download https://nextpvr.com/stable/win64/NPVR.zip and unzip it into "C:\Program Files\NextPVR" as admin the installer will give the zip error but continue to do the install.

Martin

Hi Martin Thanks, tried this but doesnt properly install the service (it wont start)

Cheers Dave
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,248
Threads: 774
Joined: Nov 2003
#20
2020-04-19, 08:26 PM
(2020-04-19, 08:19 PM)i0zjh02 Wrote:
(2020-04-19, 03:57 PM)mvallevand Wrote: If you download https://nextpvr.com/stable/win64/NPVR.zip and unzip it into "C:\Program Files\NextPVR" as admin the installer will give the zip error but continue to do the install.

Martin

Hi Martin Thanks, tried this but doesnt properly install the service (it wont start)

Cheers Dave
As mentioned, the issue is now fixed. Just run the updated installer.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Version 5 install issue with Ceton Tuner??? Pctravel 26 11,046 2025-10-28, 09:30 PM
Last Post: sorahl
  DB cleanup after disk failure, recordings lost Druhl 1 212 2025-10-21, 01:53 PM
Last Post: mvallevand
  Streaming failed and then Scanner not Active after re-install webby2023 4 379 2025-10-16, 05:00 AM
Last Post: webby2023
  New Install of 7..0.3.250920 can't update schedules Gary7254 4 576 2025-10-09, 07:27 PM
Last Post: mvallevand
  Unattended silent install catch22 8 1,225 2025-09-23, 07:42 AM
Last Post: catch22
  Install failure Lonewolf1061 12 937 2025-09-22, 09:11 PM
Last Post: sub
  Windows install failed GlenH 12 1,398 2025-08-11, 03:00 PM
Last Post: mvallevand
  Windows 24H2 - Can't install Hauppage Drivers Lao Pan 6 2,682 2025-04-04, 04:49 AM
Last Post: seattlefog
  Install Fail on Existing System jsauser11 8 1,507 2025-03-22, 05:35 AM
Last Post: sub
  [FIXED!] NPVRSetup.exe fails to install the latest version Pete (NZ) 5 2,098 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