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 … 86 87 88 89 90 … 102 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: 106,785
Threads: 769
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
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
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: 106,785
Threads: 769
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
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
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: 106,785
Threads: 769
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
Online

Posting Freak

Ontario Canada
Posts: 53,087
Threads: 957
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: 106,785
Threads: 769
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: 106,785
Threads: 769
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: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows 24H2 - Can't install Hauppage Drivers Lao Pan 6 1,565 2025-04-04, 04:49 AM
Last Post: seattlefog
  Install Fail on Existing System jsauser11 8 690 2025-03-22, 05:35 AM
Last Post: sub
  [FIXED!] NPVRSetup.exe fails to install the latest version Pete (NZ) 5 1,193 2024-12-27, 03:08 PM
Last Post: mvallevand
  How to Import Recordings from Prior Install Without any Export Recordings FIle jw1 32 2,422 2024-11-18, 11:41 AM
Last Post: jw1
  Fail on Install genebeck007 2 564 2024-10-01, 07:44 PM
Last Post: genebeck007
  Is it possible to install Next PVR on Win7? Steve123X 12 1,979 2024-08-14, 11:40 PM
Last Post: mvallevand
  Falling at the first hurdle - Frozen install? mellman 17 1,720 2024-08-02, 06:14 PM
Last Post: mvallevand
  New NextPVR install on Win 11 Brucek2839 2 2,525 2024-03-20, 10:16 PM
Last Post: Brucek2839
  Windows 11 install no Hauppauge tuner found. itsmeagain 16 3,281 2024-03-07, 01:04 PM
Last Post: mvallevand
  Failure to wake and powercfg error nextmel 6 1,247 2024-01-05, 08:19 PM
Last Post: gEd

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

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

Linear Mode
Threaded Mode