NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 2 3 4 5 … 56 Next »
NextEnd V2 Pre-Release Announcement

 
  • 0 Vote(s) - 0 Average
NextEnd V2 Pre-Release Announcement
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#51
2017-05-16, 05:24 PM
Other than formatting, why does NextEnd.log show legitimate data? Should it NOT have logged anything because of my manual launch? If there was only one instance of NextEnd.exe, did it log data to both the .log and the .txt files? NextEnd.log shows 369 lines where TestLog.txt shows 2839.

Anyway, I'll try this for the Saturday race and keep you posted.

Thanks for the help.
Later...JohnC

System Status: Humming nicely!  Smile
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#52
2017-05-16, 06:54 PM
The text file output is not the log that is just stuff I have write to the console to help me debug it and there is always a lot more console output. NextEnd can't distinguish that you ran it manually and it has nothing to do with the number of instances, since multiple sports events and monitors are allowed, just not the same event multiple times. However if the event is not sports there is no logging.

I suggest recording another sports event before Saturday to make sure parallelprocessing.bat is working.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#53
2017-05-16, 07:44 PM
Acknowledged. Thanks you.
Later...JohnC

System Status: Humming nicely!  Smile
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#54
2017-05-17, 01:37 PM
Tried another NBA game last night, the Spurs/Warriors game at 9pm. No new entries in the NextEnd.log file.

Can some additional logging be added to NextPVR to ascertain why ParallelProcessing.bat is not getting started?
Later...JohnC

System Status: Humming nicely!  Smile
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#55
2017-05-17, 01:47 PM
Probably the best thing to do is rename parallelprocessing.bat to something like test.bat and then in a new parallelprocessing.bat run

c:\user\public\npvr\scripts\test.bat %* >> c:\user\public\npvr\parallel.txt

We should see your echo and any error message, even on a non sports recording

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#56
2017-05-17, 08:31 PM
OK, Martin. I set up the two .bat files as suggested. In the attached .zip file are two .txt files:
1 - ParallelTest-NPVR.txt
2 - ParallelTest-CommandPrompt.txt

As the file names suggest, one was created when NextPVR was to told to begin recording an MLB game in progress at about 16:15 today. The other was created when I launched the ParallelProcessing.bat file from the command prompt while the game was still in progress. I don't understand why NextEnd does not start from NextPVR.

Anything else I can try?
Later...JohnC

System Status: Humming nicely!  Smile
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#57
2017-05-21, 01:39 PM
Well... It seems the solution to my problem was how NextEnd was being started from ParallelProcessing.bat. The following command works every time:

start "NextEnd" cmd /k "%PROGRAMFILES(X86)%\NPVR\NextEnd.exe" --resume --oid %3

Amen...
Later...JohnC

System Status: Humming nicely!  Smile
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
Joined: May 2006
#58
2017-05-29, 12:28 AM
As discussed in another thread https://forums.nextpvr.com/showthread.ph...post514944 I don't like that syntax for parallel processing. I believe I have found a workaround to the NextEnd batch files which I have added to the wiki that might work on your system. My Creator's Update Win 10 test server didn't work without it.

Basically what I suggest is adding a one second timeout to each batch file to allow NextEnd to startup before returning control to NextPVR

ie.

timeout 1

Slower systems might need more.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#59
2017-05-29, 01:58 PM
Sorry, Martin, but that didn't help. I used:

start "" /b "%PROGRAMFILES(X86)%\NPVR\NextEnd.exe" --resume --oid %3
ping 192.0.2.2 -n 1 -w 2000 > nul

Do I need more?
Later...JohnC

System Status: Humming nicely!  Smile
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#60
2017-05-29, 03:12 PM
jcole998 Wrote:Sorry, Martin, but that didn't help. I used:

start "" /b "%PROGRAMFILES(X86)%\NPVR\NextEnd.exe" --resume --oid %3
ping 192.0.2.2 -n 1 -w 2000 > nul

Do I need more?

Try ping first and then start
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (10): « Previous 1 … 4 5 6 7 8 … 10 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NEWA Release Build 2.10 Released 2013-12-30 UncleJohnsBand 0 2,119 2013-12-31, 02:53 AM
Last Post: UncleJohnsBand
  Plex Plugin - first release psycik 141 58,518 2013-06-16, 08:59 PM
Last Post: JonnyCam
  NEWA Release Build 1.30 Released 2012-11-27 UncleJohnsBand 0 2,195 2012-11-28, 04:11 AM
Last Post: UncleJohnsBand
  NEWA Release Build 1.26 Released 2012-08-24 UncleJohnsBand 0 5,380 2012-08-25, 04:56 AM
Last Post: UncleJohnsBand
  NEWA Release Build 1.25 Released 2012-04-10 UncleJohnsBand 1 2,745 2012-04-16, 08:20 PM
Last Post: Reddwarf
  System Plugin - 2nd Test Release (4th Feb) imilne 31 10,559 2012-02-24, 12:22 PM
Last Post: Reddwarf
  System Plugin - New Test Release (29th Jan) imilne 38 10,838 2012-02-07, 08:38 AM
Last Post: imilne
  NEWA Release Build 1.23 Released 2012-01-16 UncleJohnsBand 0 1,378 2012-01-18, 04:11 AM
Last Post: UncleJohnsBand
  nDroid v1.6.8 (maintenance release) available bgowland 2 2,221 2012-01-09, 11:41 PM
Last Post: bgowland
  nDroid v1.6.5 (maintenance release) bgowland 0 1,449 2011-12-01, 11:17 AM
Last Post: bgowland

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

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

Linear Mode
Threaded Mode