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 … 155 156 157 158 159 … 433 Next »
NPVR Recording Service Error (Error 1067: Unexpected end of the process)

NPVR Recording Service Error (Error 1067: Unexpected end of the process)
MaXXaM
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Oct 2015
#1
2015-10-19, 09:34 AM
Hello
I'm from Italy have Next PVR 3.5.7 on Windows 10 (x64). It was working fine and then for no apparent reason (after a channels scan) the service "NPVR Recording Service" fail to start with the following message:

Code:
Unable to start the service NPVR Recording Service on the local computer
Error 1067: Unexpected end of the process

Running "NRecord.exe RUN" I've the following error message (here the full log):

Code:
Unhandled exception: System.FormatException: String was not recognized as a valid TimeSpan value.
   in System.Globalization.TimeSpanParse.TimeSpanResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName)
   in System.Globalization.TimeSpanParse.ProcessTerminal_HM_S_D(TimeSpanRawInfo& raw, TimeSpanStandardStyles style, TimeSpanResult& result)
   in System.Globalization.TimeSpanParse.ProcessTerminalState(TimeSpanRawInfo& raw, TimeSpanStandardStyles style, TimeSpanResult& result)
   in System.Globalization.TimeSpanParse.TryParseTimeSpan(String input, TimeSpanStandardStyles style, IFormatProvider formatProvider, TimeSpanResult& result)
   in System.Globalization.TimeSpanParse.Parse(String input, IFormatProvider formatProvider)
   in NShared.RecordingService.EPGUpdaterThread()
   in System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   in System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   in System.Threading.ThreadHelper.ThreadStart()

When I try to start the service from the Start menu it shows the following error dialog:

[ATTACHMENT NOT FOUND]

System config:

[ATTACHMENT NOT FOUND]

Logs and configs:
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#2
2015-10-19, 01:11 PM
I am not sure. It may be that the EPG data in the NextPVR database is broken. Try ... "c:\Program Files(x86)\NPVR\NextPVR.exe" -emptyepgonly ... and then restart the recording service.

You can also try "c:\Program Files(x86)\NPVR\NextPVR.exe" -updateepgonly to see if reloading the EPG data fixes it. The Empty and Update commands are also available as buttons in Settings --> Channels
MaXXaM
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Oct 2015
#3
2015-10-19, 04:14 PM
I've tried both (empting and updating) from command line and form settings/channels, none working for me Sad
When I try to start the service I've the same error message.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#4
2015-10-19, 04:31 PM
Check your <EPGUpdateTime> setting in config.xml. It should be using the format "02:00:00"
MaXXaM
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Oct 2015
#5
2015-10-19, 04:42 PM
I've found the problem (before to read your message Tongue ), looking at two config.xml working vs. not working I've found that changing this line:

<EPGUpdateTime>02.33.00</EPGUpdateTime>

with this one:

<EPGUpdateTime>none</EPGUpdateTime>

the service start and all the things works great, maybe the problem is in the locale hh.mm.ss instead of hh:mmConfuseds ?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#6
2015-10-19, 04:55 PM
Yep, it's those periods instead of colons. It should have been 02:33:00. I'm not sure how it ended up with periods.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#7
2015-10-19, 04:58 PM
Actually - I found the cause and made a change for the next release to fix it.
MaXXaM
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Oct 2015
#8
2015-10-20, 06:47 AM
Thank you!
johnjore
Offline

Junior Member

Posts: 6
Threads: 2
Joined: Nov 2015
#9
2015-11-17, 11:46 PM
Same problem here. NRecord service would not start on a fresh / new W10 32bit install using 3.5.7:

Application: NRecord.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.FormatException
at System.Globalization.TimeSpanParse+TimeSpanResult.SetFailure(ParseFailureKind, System.String, System.Object, System.String)
at System.Globalization.TimeSpanParse.ProcessTerminal_HM_S_D(TimeSpanRawInfo ByRef, TimeSpanStandardStyles, TimeSpanResult ByRef)
at System.Globalization.TimeSpanParse.ProcessTerminalState(TimeSpanRawInfo ByRef, TimeSpanStandardStyles, TimeSpanResult ByRef)
at System.Globalization.TimeSpanParse.TryParseTimeSpan(System.String, TimeSpanStandardStyles, System.IFormatProvider, TimeSpanResult ByRef)
at System.Globalization.TimeSpanParse.Parse(System.String, System.IFormatProvider)
at NShared.RecordingService.EPGUpdaterThread()
at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()


Entering MISC2 config page causes same problem:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: String was not recognized as a valid TimeSpan.
at System.Globalization.TimeSpanParse.TimeSpanResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName)
at System.Globalization.TimeSpanParse.ProcessTerminal_HM_S_D(TimeSpanRawInfo& raw, TimeSpanStandardStyles style, TimeSpanResult& result)
at System.Globalization.TimeSpanParse.ProcessTerminalState(TimeSpanRawInfo& raw, TimeSpanStandardStyles style, TimeSpanResult& result)
at System.Globalization.TimeSpanParse.TryParseTimeSpan(String input, TimeSpanStandardStyles style, IFormatProvider formatProvider, TimeSpanResult& result)
at System.Globalization.TimeSpanParse.Parse(String input, IFormatProvider formatProvider)
at NextPVR.Settings.Misc2SettingsPage.MiscSettingsPage_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.UserControl.OnLoad(EventArgs e)
at System.Windows.Forms.UserControl.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.ControlCollection.Add(Control value)
at NextPVR.Settings.SettingsForm.listBoxPageSelector_SelectedIndexChanged(Object sender, EventArgs e)
at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ListBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Fix for me was as above, modified XML file.


JJ
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,685 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 1,069 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 1,129 2023-11-20, 03:42 PM
Last Post: sub
  npvr is not responding johndutcher 3 1,532 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 3,949 2022-04-14, 04:33 AM
Last Post: Antmannz
  Recording to a network drive woes. 2leftfeet 12 7,327 2022-04-05, 08:03 PM
Last Post: mvallevand
  nPVR Continually Wakes PC bfos 23 11,414 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 1,754 2022-01-03, 04:45 AM
Last Post: mvallevand
  device needed for recording David209 2 1,758 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,370 2021-04-01, 07:17 PM
Last Post: Handy.Man

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

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

Linear Mode
Threaded Mode