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 … 339 340 341 342 343 … 433 Next »
Evolve mars usb

Evolve mars usb
hoborg
Offline

Posting Freak

Posts: 970
Threads: 46
Joined: Feb 2009
#1
2011-09-09, 08:36 PM
Hi.
I have one, but i am not able to make it working in NPVR and WinXP.
By some reason i cannot tune any channels.
In LOG i noticed a crash.

Code:
2011-09-09 22:03:24.515    [INFO][1]    DigitalRecorder.StopStream() handle: 1
2011-09-09 22:03:29.531    [ERROR][1]    Unexpected error in timer_tick: System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at NShared.DigitalScanningForm.GetTuningString(Int32 frequency, Int32 bandwidth, Int32 sid, Int32 onid, Int32 tsid, Int32 serviceType, Boolean encrypted)
   at NShared.DigitalScanningForm.timer1_Tick(Object sender, EventArgs e)

So i try to coppy channels mapping from older tuner.
When i click on LiveTV, there is ...wait... message, then black screen (not a codec issue, there is no problem with old tunner).

For now i give up, returning to old WinTV1300...
[SIZE="1"]My projects:
SAF6 (Standalone Filters)
HOBRing - My easy Amiga emulation
My HTPC[/SIZE]
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 107,007
Threads: 770
Joined: Nov 2003
#2
2011-09-09, 08:43 PM
I'm not sure on the exceptions in the logs, but that happens later after the scan completes, so isnt directly related. We have seen these post-scan exceptions in some user's logs, but I haven't found the cause yet.

The log indicates the device didnt lock a signal. Are you sure you're scanning the right frequencies?
Quote:2011-09-09 22:03:24.515 [DEBUG][1] locked=0, present=0, strength=0, quality=0 (took 16ms to check)

Did the device work with the software it came with?
hoborg
Offline

Posting Freak

Posts: 970
Threads: 46
Joined: Feb 2009
#3
2011-09-09, 08:47 PM
sub Wrote:I'm not sure on the exceptions in the logs, but that happens later after the scan completes, so isnt directly related. We have seen these post-scan exceptions in some user's logs, but I haven't found the cause yet.

The log indicates the device didnt lock a signal. Are you sure you're scanning the right frequencies?

Did the device work with the software it came with?

Yes, frequenties are the same like on WinTV1300
And no, i didnt. I dont want to install it.
[SIZE="1"]My projects:
SAF6 (Standalone Filters)
HOBRing - My easy Amiga emulation
My HTPC[/SIZE]
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 107,007
Threads: 770
Joined: Nov 2003
#4
2011-09-09, 08:59 PM
To be honest, I'm not sure. It looks like the device didnt lock onto the signal, so most likely - wrong frequencies, or antenna isnt supplying a good signal, or flakey drivers.
hoborg
Offline

Posting Freak

Posts: 970
Threads: 46
Joined: Feb 2009
#5
2011-09-12, 05:55 PM
OK, i get new device - the first one was damaged.
Now i was able to tune all channels, but when i click LiveTV, i got service not running error.
In LOG i found:

2011-09-12 19:44:07.932 [ERROR][1] Unexpected socket exception calling StartStream(): System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8968

Server stack trace:
at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(AddressFamily family)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
at System.Runtime.Remoting.Channels.RemoteConnection.GetSocket()
at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at NShared.IRecordingService.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& channelMapping, String& reason)
at NShared.RecordingServiceProxy.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& channelMapping, String& reason)

So i try to start npvr rec. service mannualy, but it report missing file error

The NPVR Recording Service service failed to start due to the following error:
The system cannot find the file specified.

So what can be missing? I reinstalled NPVR, still the same.
Win7x64 here.
[SIZE="1"]My projects:
SAF6 (Standalone Filters)
HOBRing - My easy Amiga emulation
My HTPC[/SIZE]
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 107,007
Threads: 770
Joined: Nov 2003
#6
2011-09-12, 05:57 PM
Quote:So i try to start npvr rec. service mannualy, but it report missing file error
Does the windows event viewer tell you which file is missing? Or maybe the nrecord.log may have some clues?
hoborg
Offline

Posting Freak

Posts: 970
Threads: 46
Joined: Feb 2009
#7
2011-09-12, 06:02 PM
I checked both already, nrecord was not created, and event viewer only tell what i pasted already:

The NPVR Recording Service service failed to start due to the following error:
The system cannot find the file specified.

That is all :/
[SIZE="1"]My projects:
SAF6 (Standalone Filters)
HOBRing - My easy Amiga emulation
My HTPC[/SIZE]
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 107,007
Threads: 770
Joined: Nov 2003
#8
2011-09-12, 06:07 PM
Maybe try running "nrecord.exe RUN" from the command line to see if it gives you any more useful info.
hoborg
Offline

Posting Freak

Posts: 970
Threads: 46
Joined: Feb 2009
#9
2011-09-12, 06:12 PM
[...startup]
2011-09-12 20:05:31.969 [DEBUG][1] OnStart()
2011-09-12 20:05:31.979 [INFO][1] Using local in-process recording service
2011-09-12 20:05:32.089 [DEBUG][1] RecordingServiceProxy@exit
2011-09-12 20:05:32.093 [INFO][1] RecordingService.Startup()
2011-09-12 20:05:32.094 [INFO][1] Starting remoting service
2011-09-12 20:05:32.126 [DEBUG][6] Requesting wake up for 'EPGWAKEUP' at 13.9.2011 2:00
2011-09-12 20:05:32.669 [INFO][1] Starting web server on: 8866
2011-09-12 20:05:32.669 [INFO][1] Setting working directory to: E:\NPVR\
2011-09-12 20:05:32.670 [INFO][1] Web root: E:\NPVR\data\web
2011-09-12 20:05:32.740 [INFO][5] RecordingService starting...
2011-09-12 20:05:32.740 [DEBUG][5] Loading recording schedule
2011-09-12 20:05:37.123 [DEBUG][7] Client Listener starting on port 7969
2011-09-12 20:05:46.710 [DEBUG][1] OnStart() complete...
[SIZE="1"]My projects:
SAF6 (Standalone Filters)
HOBRing - My easy Amiga emulation
My HTPC[/SIZE]
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 107,007
Threads: 770
Joined: Nov 2003
#10
2011-09-12, 06:15 PM
That looks like it's running fine. No sign of errors there.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


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

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

Linear Mode
Threaded Mode