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 … 37 38 39 40 41 … 100 Next »
NScriptHhelper.exe version 6.xxx

 
  • 0 Vote(s) - 0 Average
NScriptHhelper.exe version 6.xxx
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#1
2022-10-13, 05:54 PM
I am having problems running "C:\Program Files\NextPVR\NScriptHelper.exe" in a PowerShell script.   I am on version 6.0.0 with a build date of 220904.    When running NScriptHelper.exe I get an Exit Code: -2147450730.

Here is the last part of the Windows PowerShell transcript


Code:
INFO: QSVencC64.exe Exit code:0 $GoodEncode: True
INFO: Renaming input file in NextPVR Database
INFO: Source: 9-1-1.S06E04.Animal Instincts.ts
INFO: Target: 9-1-1.S06E04.Animal Instincts.mp4
PS>TerminatingError(): "ABORT!  NScriptHelper.exe returned Exit Code: -2147450730. Rename failed"
ABORT!  NScriptHelper.exe returned Exit Code: -2147450730. Rename failed
ABORT!  NScriptHelper.exe returned Exit Code: -2147450730. Rename failed
At D:\Users\Public\NPVR-Data\scripts\QSVenc.ps1:352 char:5
+     throw  "ABORT!  NScriptHelper.exe returned Exit Code: $($P.ExitCo ...
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (ABORT!  NScript.... Rename failed:String) [], RuntimeException
    + FullyQualifiedErrorId : ABORT!  NScriptHelper.exe returned Exit Code: -2147450730. Rename failed

**********************
Windows PowerShell transcript end
End time: 20221010211033
**********************

Tried running in a batch file and got
Code:
D:\Users\Public\NPVR-Data\scripts>"C:\Program Files\NextPVR\NScriptHelper.exe"
It was not possible to find any compatible framework version
  - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=win10-x64

D:\Users\Public\NPVR-Data\scripts>


Does NScriptHelper.exe now require NetCore version 6?

Did not have this problem with version 5.x  of NextPVR.
Server:
CPU- Intel I5-8400, Ram -12GB, SSD - 128GB, HDD - 1TB, Turners - Hauppauge WinTV-quadHD, OS - Win 10 Home, Router - TP-Link Archer C7(AC1750).

Clients:
Intel NUC CPU - Intel N3700, RAM - 4GB, SSD - 128GB, OS - Win 10, Wired Ethernet.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#2
2022-10-13, 06:06 PM
(2022-10-13, 05:54 PM)scJohn Wrote: Does NScriptHelper.exe now require NetCore version 6?

Did not have this problem with version 5.x  of NextPVR.

Take a look at the very first (bolded) line of the v6 release announcement:

(2022-09-04, 05:03 PM)sub Wrote: I've updated the NextPVR to the new NextPVR v6.0.0.220904 release.

This is the first version to be based on .NET 6, so I've decided to move the application version number to v6.x.x. Other than this updated .NET runtime version, this release is mainly focuses on bug fixes.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#3
2022-10-13, 06:40 PM
It should already have everything it needs in that directory. I'll check it a bit later today.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,777
Threads: 954
Joined: May 2006
#4
2022-10-13, 06:50 PM
You might need to change the default directory to the program folder if you don't have Netcore 6 installed separately, but I can't test this.

Martin
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#5
2022-10-13, 11:32 PM
Opened PowerShell in C:\Program Files\NextPVR and then ran ./nscripthelper.exe and see the attached screen shot.  Also tried ./dotnet --info.


Attached Files Thumbnail(s)
   
Server:
CPU- Intel I5-8400, Ram -12GB, SSD - 128GB, HDD - 1TB, Turners - Hauppauge WinTV-quadHD, OS - Win 10 Home, Router - TP-Link Archer C7(AC1750).

Clients:
Intel NUC CPU - Intel N3700, RAM - 4GB, SSD - 128GB, OS - Win 10, Wired Ethernet.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,777
Threads: 954
Joined: May 2006
#6
2022-10-14, 12:01 AM (This post was last modified: 2022-10-14, 12:28 AM by mvallevand.)
NextPVR doesn't install dotnet just a runtime but you confirmed it doesn't run from the path. What are the time and dates on your files? I see sub didn't update the exe launcher.

Code:
2022-07-16  16:32           8,111  NScriptHelper.deps.json
2022-07-16  16:32          10,752  NScriptHelper.dll
2021-04-12   4:56         174,592  NScriptHelper.exe
2022-07-16  16:32             253  NScriptHelper.runtimeconfig.json

Also make sure when you install you don't have a version of NPVR.zip in the same folder as the installer.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#7
2022-10-14, 05:10 AM
Maybe try replacing NScriptHelper.exe with this one https://nextpvr.com/NScriptHelper.zip
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#8
2022-10-14, 03:28 PM
(2022-10-14, 12:01 AM)mvallevand Wrote: NextPVR doesn't install dotnet just a runtime but you confirmed it doesn't run from the path.  What are the time and dates on your files?  I see sub didn't update the exe launcher.

Code:
2022-07-16  16:32           8,111  NScriptHelper.deps.json
2022-07-16  16:32          10,752  NScriptHelper.dll
2021-04-12   4:56         174,592  NScriptHelper.exe
2022-07-16  16:32             253  NScriptHelper.runtimeconfig.json

Also make sure when you install you don't have a version of NPVR.zip in the same folder as the installer.

Martin

Here is my directory entries 


Attached Files Thumbnail(s)
   
Server:
CPU- Intel I5-8400, Ram -12GB, SSD - 128GB, HDD - 1TB, Turners - Hauppauge WinTV-quadHD, OS - Win 10 Home, Router - TP-Link Archer C7(AC1750).

Clients:
Intel NUC CPU - Intel N3700, RAM - 4GB, SSD - 128GB, OS - Win 10, Wired Ethernet.
scJohn
Offline

Senior Member

Posts: 281
Threads: 41
Joined: Jun 2013
#9
2022-10-14, 06:52 PM
It's working now. Smile   Thanks Sub.


Attached Files Thumbnail(s)
   
Server:
CPU- Intel I5-8400, Ram -12GB, SSD - 128GB, HDD - 1TB, Turners - Hauppauge WinTV-quadHD, OS - Win 10 Home, Router - TP-Link Archer C7(AC1750).

Clients:
Intel NUC CPU - Intel N3700, RAM - 4GB, SSD - 128GB, OS - Win 10, Wired Ethernet.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG not found for some channels via DVB-T2 (version 7) Kotoka 79 3,932 2025-04-26, 09:09 PM
Last Post: mvallevand
  EPG not found for some channels - DVB/ATSC (NextPVR version 7) Nimoder 22 1,105 2025-03-12, 10:18 PM
Last Post: sub
  Version 7 HDPVR Changes bigstusexy 2 203 2025-02-24, 12:42 AM
Last Post: bigstusexy
  NextPVRServer.exe (Version 7) Preventing Sleep PVR_Convert 4 341 2025-02-18, 07:18 PM
Last Post: mvallevand
  Transcoding Problem Version: 7.0.1.241229 Metroid 1 265 2025-01-25, 12:44 AM
Last Post: mvallevand
  NextPVR version 7 no EPG ManicsMan 27 1,697 2025-01-23, 02:28 PM
Last Post: mvallevand
  No standby after update to Version 7 Escape7 163 8,849 2025-01-04, 05:27 PM
Last Post: sub
  Updating NextPVR from a very old version lemmy999 13 911 2025-01-04, 06:51 AM
Last Post: sub
  [FIXED!] NPVRSetup.exe fails to install the latest version Pete (NZ) 5 914 2024-12-27, 03:08 PM
Last Post: mvallevand
  Failed to start requested stream with Version: 7.0.0.241105 aderlopas 8 795 2024-11-14, 02:40 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