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 … 8 9 10 11 12 … 73 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,521
Threads: 166
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: 102,396
Threads: 741
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
Online

Posting Freak

Ontario Canada
Posts: 45,316
Threads: 867
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
Online

Posting Freak

Ontario Canada
Posts: 45,316
Threads: 867
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: 102,396
Threads: 741
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
  Cannot load Schedules Direct in Version 6.1 wingman 9 149 2023-03-01, 03:49 AM
Last Post: wingman
  Can I reinstall Version: 5.2.7.220410? benhase 11 220 2023-01-22, 11:07 AM
Last Post: mvallevand
  Version display issue? seattlefog 3 176 2022-10-23, 10:25 PM
Last Post: mvallevand
  Version 6 Unable to view tv programs Dick B 4 344 2022-09-15, 03:40 AM
Last Post: sub
  Version 50207 - Australia DVB-t Caption Text on mute missing? Watrob 1 186 2022-08-01, 03:53 PM
Last Post: mvallevand
  Safe update to new version costinr 1 365 2022-04-14, 07:05 PM
Last Post: mvallevand
  Cannot install on Simlfied Chinese Version Windows10 BinglunGe 6 1,072 2022-01-15, 03:30 PM
Last Post: mvallevand
  PlutoTV not working with latest version Version 5.2.0.210912 meecob 7 775 2021-09-16, 08:06 PM
Last Post: mvallevand
  Help installing version 5 HammondHammond 30 2,056 2021-08-11, 03:24 PM
Last Post: mvallevand
  2 bugs I found in new version "5.1.1.210329" bohosh 9 1,430 2021-03-29, 07:02 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