NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 319 320 321 322 323 … 433 Next »
NdigitalHost.exe interact with desktop error

NdigitalHost.exe interact with desktop error
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#1
2012-01-20, 01:04 AM
Code:
2012-01-19 22:29:00.198    [DEBUG][14]    Starting graph...
2012-01-19 22:29:00.208    [DEBUG][14]    About to tune BDA graph:
<tuning>
  <type>DVB-T</type>
  <locator>
    <frequency>554000</frequency>
    <bandwidth>8</bandwidth>
  </locator>
  <service_id>17472</service_id>
  <tsid>16516</tsid>
  <onid>9018</onid>
  <service_type>25</service_type>
</tuning>

2012-01-19 22:29:00.208    [DEBUG][14]    DigitalRecorderDVBT::Tune@1
2012-01-19 22:29:00.208    [DEBUG][14]    DigitalRecorderDVBT::Tune@2
2012-01-19 22:29:00.208    [DEBUG][14]    DigitalRecorderDVBT::Tune@3
2012-01-19 22:29:00.208    [DEBUG][14]    DigitalRecorderDVBT::Tune@4
2012-01-19 22:29:00.228    [DEBUG][14]    DigitalRecorderDVBT::Tune@5
2012-01-19 22:29:00.228    [DEBUG][14]    DigitalRecorderDVBT::Tune@6
2012-01-19 22:29:02.646    [DEBUG][14]    DigitalRecorderDVBT::Tune@7
2012-01-19 22:29:02.646    [DEBUG][14]    Calling LockChannel()
2012-01-19 22:29:02.677    [DEBUG][14]    locked=1, present=1, strength=80, quality=100   (took 32ms to check)
2012-01-19 22:29:02.677    [DEBUG][14]    DigitalRecorderDVBT::Tune@8
2012-01-19 22:29:02.678    [INFO][14]    DigitalRecorder.StartStream() allocated handle: 0x6
2012-01-19 22:29:02.679    [DEBUG][14]    Temp at 19/01/2012 22:29:12
2012-01-19 23:32:00.172    [INFO][14]    DigitalRecorder.StopStream() handle: 6
2012-01-19 23:32:00.179    [INFO][14]    No more streams active. Stopping device.
2012-01-19 23:32:00.179    [DEBUG][14]    About to request async graph stop
2012-01-19 23:32:00.180    [DEBUG][36]    Graph stopping... (async)
2012-01-19 23:32:08.179    [DEBUG][14]    Async stop taking way too long
2012-01-19 23:32:08.179    [DEBUG][14]    Removing filter  MPEG-2 Sections and Tables
2012-01-19 23:32:08.179    [DEBUG][14]    Removing filter  BDA MPEG2 Transport Information Filter
2012-01-19 23:32:08.179    [DEBUG][14]    Removing filter  MPEG-2 Demultiplexer
2012-01-20 00:48:28.787    [DEBUG][1]    Parent appears to have exited. Host exiting.
2012-01-20 00:48:28.787    [INFO][1]    DigitalRecorder.StopHost()

and

Code:
2012-01-19 22:29:00.100    [DEBUG][7]    allocating recording target filename: R:\Recordings\Outcasts\Outcasts_20120119_22302330.ts
2012-01-19 22:29:00.100    [DEBUG][7]    About to start recording (8833): R:\Recordings\Outcasts\Outcasts_20120119_22302330.ts
2012-01-19 22:29:00.100    [DEBUG][7]    Asking NDigitalHost to start: R:\Recordings\Outcasts\Outcasts_20120119_22302330.ts
2012-01-19 22:29:02.680    [DEBUG][7]    Temp at 19/01/2012 22:29:12
2012-01-19 22:29:02.680    [DEBUG][7]    Started recording (8833:R:\Recordings\Outcasts\Outcasts_20120119_22302330.ts)
2012-01-19 22:29:02.751    [DEBUG][7]    No C:\Users\Public\NPVR\Scripts\ParallelProcessing.bat
2012-01-19 23:32:00.108    [DEBUG][7]    Stopping recording (8833). Past end time of recording.
2012-01-19 23:32:00.172    [DEBUG][7]    StopStream
2012-01-20 00:48:25.535    [DEBUG][4]    OnStop()
2012-01-20 00:48:25.535    [DEBUG][4]    About to stop webserver
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#2
2012-01-20, 01:13 AM
The error shown in the log is exactly why NDigitalHost.exe exists, ie to work around this "Async stop taking way too long" error that could happen sometimes for some users, leaving the recording service dead in the water. Now its able to just restart the digital host, without interfering with other things going on. It looks like that has worked, but it looks like when it's restarted it's trigged Window's to display this inter active services message.

If you click 'view the message', what do you see?
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#3
2012-01-20, 01:21 AM
Actually I believe the message is from the crashed instance of the program, and it's saying something about writing a crash.mdmp file to c:\temp. This is what would happen in 2.2.6 when NRecord crashed... when it crashed it wouldn't do anything until I looked at the message and clicked ok; once I did then NRecord would exit out the rest of the way and I could restart it. Is that crash.mdmp pop-up part of your code, or is it built-in to the error handling stuff in .net?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#4
2012-01-20, 01:35 AM
Quote:Actually I believe the message is from the crashed instance of the program, and it's saying something about writing a crash.mdmp file to c:\temp.
Possibly. If it is that message about crash.mdmp, then I can easily remove it.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#5
2012-01-20, 01:41 AM
Here is a patch that removes that message box.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#6
2012-01-20, 03:00 AM
Great. Now hopefully if NDigitalHost crashes, it should write the crash.mdmp and exit as gracefully as possible, causing NRecord to spin up a new instance next time it's needed.

Did you catch my note about the log files? My system has two tuners, so there's two NDigitalHosts running but only one gets to write to the log. So my log is all about my HVR-1250, I get no info about the HVR-850.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#7
2012-01-20, 03:12 AM
johnsonx42 Wrote:Did you catch my note about the log files? My system has two tuners, so there's two NDigitalHosts running but only one gets to write to the log. So my log is all about my HVR-1250, I get no info about the HVR-850.
Yep. I'll update it to create multiple logs.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#8
2012-01-20, 03:20 AM
cool, just checking.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#9
2012-01-20, 03:23 AM
by the way, assuming that message was indeed the crash.mdmp message, that implies gEd has a crash.mdmp in his c:\temp. Should he post it?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#10
2012-01-20, 04:18 AM
Yeah, posting it would be a good idea.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mouse Click on TV Guide throws an error mlopez1007 2 1,487 2021-03-22, 11:33 AM
Last Post: Graham
  Unhandled Exception Error Message reedaf4 23 7,590 2020-03-13, 05:03 PM
Last Post: sub
Photo Server database error mnthope 4 2,241 2019-12-23, 11:28 PM
Last Post: sub
  Framework Error Mroctober 1 1,206 2019-09-25, 03:13 PM
Last Post: Graham
  EPG error message djregehr 3 1,682 2019-08-09, 05:50 PM
Last Post: djregehr
  Error in Channel Setup Rich A 17 4,378 2019-05-24, 10:17 PM
Last Post: Rich A
  Recording Error: No errors, but no data delivered. jksmurf 4 1,874 2019-04-08, 04:24 AM
Last Post: jksmurf
  Ndigitalhost memory usage OwenBerg 8 2,456 2019-04-03, 01:00 AM
Last Post: sub
  Import Error with Updated NPVR Release Coulen 9 3,016 2019-03-08, 10:00 PM
Last Post: sub
  Recurring page causes exception error metrov 9 2,716 2019-02-07, 09:23 PM
Last Post: metrov

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

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

Linear Mode
Threaded Mode