NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 109 110 111 112 113 … 1231 Next »
Vista updates cause LiveTV and Recordinf failiure

 
  • 0 Vote(s) - 0 Average
Vista updates cause LiveTV and Recordinf failiure
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#11
2009-03-12, 11:48 PM
Can one of you guys with this problem try this test utility?

First stop GB-PVR Recording Server, and any other GB-PVR component. Extract the three files to some directory on your machine, then run the 'RemotingServer.exe'. Next run RemotingClient.exe. Each time you run it, a message should appear on the RemotingServer output.
BigMoose
Offline

Posting Freak

Posts: 838
Threads: 44
Joined: Jan 2008
#12
2009-03-13, 04:54 PM
Sadly it didn't work:


E:\TestRemoting>RemotingClient
client about to send message...
Error: System.Net.Sockets.SocketException: No connection could be made because t
he target machine actively refused it ::1:7968

Server stack trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddre
ss socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(EndPoint
ipEndPoint)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortA
ndSid, Boolean openNew)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWit
hRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage
(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITranspor
tHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMess
age(IMessage msg)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage req
Msg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgDa
ta, Int32 type)
at RemotingShared.ISharedInterface.SendMessage(String message)
at RemotingClient.Program.Main(String[] args)

E:\TestRemoting>

The server is "Waiting for message"....
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#13
2009-03-13, 06:11 PM
Did RemotingServer run without any error message?
BigMoose
Offline

Posting Freak

Posts: 838
Threads: 44
Joined: Jan 2008
#14
2009-03-13, 10:03 PM
Yeah, it just put "Waiting for message" on a line every couple of mins... Didn't notice an error.
dslowik
Offline

Member

Posts: 77
Threads: 12
Joined: May 2007
#15
2009-03-14, 02:07 AM
The same problem started happening to me yesterday also, I just hadn't had time to investigate it. I'm running 32-bit Vista.
[SIZE="1"]PVR PC: SilverStone LC20BM, Seasonic S12-380 PSU, Biostar TF7050-M2, Athlon 64 X2 5000+,
2GB RAM, 500GB Local Drive, 1TB NAS, PVR-500 MCE, Vista Ultimate, GBPVR 1.4.7, Popcorn A-100[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#16
2009-03-14, 02:21 AM
BigMoose Wrote:Yeah, it just put "Waiting for message" on a line every couple of mins... Didn't notice an error.
This test app is a 'Hello world' type app that does nothing special, and is entirely unrelated to GB-PVR. Its only a few lines of code. It sounds like either some firewall update or .net update has broken '.net remoting'.

I suspect one of you that is seeing the problem is going to have to work it out and post the solution for the rest of us. ie fiddle around with firewall stuff etc, and work out what needs to be done to get it working again.
UrbanGrafix
Offline

Junior Member

Posts: 8
Threads: 2
Joined: Mar 2009
#17
2009-03-14, 09:37 AM (This post was last modified: 2009-03-14, 09:44 AM by UrbanGrafix.)
Dam lol, samething is happening here and causing all sorts of freezes in GB.

This is going to be fun to fix lol

Update: I have tried giving it direct access with no restrictions from the firewall etc but problem still exists so time to tinker

*Debug error below, its odd as it only appears when I mouse over LiveTv - The guide seems fine and it will record albeit the wrong channel

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

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at GBPVRX2.MenuTask.x1c55deafde32e1eb.GetRenderList()
at GBPVRX2.x0061b801bdf12d35.xdb012c437aec4a40(Boolean xd23bf32f3b17e3be)
at GBPVRX2.x0061b801bdf12d35.xf11d09f6e9e3e55b()
at GBPVRX2.xdd215986d9a64c86.ReturnToMainMenu()
at GBPVRX2.x0061b801bdf12d35.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)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PVRX2
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files%20(x86)/Devnz/GBPVR/PVRX2.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
GBPVRBackendCommon
Assembly Version: 1.0.3299.13248
Win32 Version: 1.0.3299.13248
CodeBase: file:///D:/Program%20Files%20(x86)/Devnz/GBPVR/GBPVRBackendCommon.DLL
----------------------------------------
GBPVRPublic
Assembly Version: 1.0.3299.13224
Win32 Version: 1.0.3299.13224
CodeBase: file:///D:/Program%20Files%20(x86)/Devnz/GBPVR/GBPVRPublic.DLL
----------------------------------------
PVRUiPublic
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///D:/Program%20Files%20(x86)/Devnz/GBPVR/PVRUiPublic.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
NativeUtilities
Assembly Version: 1.0.3299.13247
Win32 Version:
CodeBase: file:///D:/Program%20Files%20(x86)/Devnz/GBPVR/NativeUtilities.DLL
----------------------------------------
msvcm80
Assembly Version: 8.0.50727.3053
Win32 Version: 8.00.50727.3053
CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_none_d08d7bba442a9b36/msvcm80.dll
----------------------------------------
System.ServiceProcess
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.30.1
Win32 Version: 1.0.30.1
CodeBase: file:///D:/Program%20Files%20(x86)/Devnz/GBPVR/System.Data.SQLite.DLL
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Security
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Web.Services
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
----------------------------------------
System.Data.SqlXml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.SqlXml/2.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll
----------------------------------------
Microsoft.VisualC
Assembly Version: 8.0.0.0
Win32 Version: 8.00.50727.3053
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll
----------------------------------------
System.Configuration.Install
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration.Install/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#18
2009-03-14, 04:32 PM
Quote:System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at GBPVRX2.MenuTask.x1c55deafde32e1eb.GetRenderList()
at GBPVRX2.x0061b801bdf12d35.xdb012c437aec4a40(Boolean xd23bf32f3b17e3be)
at GBPVRX2.x0061b801bdf12d35.xf11d09f6e9e3e55b()
at GBPVRX2.xdd215986d9a64c86.ReturnToMainMenu()
at GBPVRX2.x0061b801bdf12d35.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)
That looks like something else unrelated. Create a new thread and post your logs in it and I'll take a look.
dslowik
Offline

Member

Posts: 77
Threads: 12
Joined: May 2007
#19
2009-03-14, 09:10 PM
sub Wrote:Can one of you guys with this problem try this test utility?

I ran the test utility also to see what my output was in case it helps. As soon as I run the server, I get the following. The output comes out before I can start the client. I've checked my Windows updates and none have been installed in almost a year (3/29/2008). Windows firewall is off. AVG antivirus and Windows Defender we on, but are now off.

Code:
C:\Users\pvr\Desktop\TestRemoting>RemotingServer.exe
Error listing for recording service interface: System.Net.Sockets.SocketExceptio
n: Only one usage of each socket address (protocol/network address/port) is norm
ally permitted
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress
socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at System.Net.Sockets.TcpListener.Start(Int32 backlog)
   at System.Net.Sockets.TcpListener.Start()
   at System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean exclus
iveAddressUse)
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Objec
t data)
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(Int32 port)
   at RemotingTest.Program.Main(String[] args)
[SIZE="1"]PVR PC: SilverStone LC20BM, Seasonic S12-380 PSU, Biostar TF7050-M2, Athlon 64 X2 5000+,
2GB RAM, 500GB Local Drive, 1TB NAS, PVR-500 MCE, Vista Ultimate, GBPVR 1.4.7, Popcorn A-100[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#20
2009-03-14, 09:45 PM
Quote:C:\Users\pvr\Desktop\TestRemoting>RemotingServer.exe
Error listing for recording service interface: System.Net.Sockets.SocketExceptio
n: Only one usage of each socket address (protocol/network address/port) is norm
ally permitted
You forgot to stop the GBPVR Recording Service first, so the port was already in use.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  XMLTV Updates? phillyjim 1 2,734 2011-12-21, 04:46 PM
Last Post: pcostanza
  Strange database problem -- pvrx2 not seeing updates, EWA and Config.exe are. 86atc250r 5 2,524 2010-07-26, 10:09 AM
Last Post: martint123
  analog LiveTV not working fm4 3 2,141 2010-07-17, 09:49 PM
Last Post: pBS
  Problem with audio on livetv play, but not in recording? hexibot43 3 2,180 2010-07-10, 03:24 PM
Last Post: hexibot43
  No sound on liveTV after installing AirFoil mchewson 12 4,980 2010-07-01, 03:05 AM
Last Post: sub
  No LiveTV with GBPVR client in Windows Vista 64--Help! Cerasmuerto 6 3,114 2010-05-29, 03:07 PM
Last Post: Cerasmuerto
  NZ FreeView, LiveTV No Picture, No Sound, only EPG guysherman 0 1,445 2010-05-24, 09:35 PM
Last Post: guysherman
  Problems with vista blasting codes + request and offer bigstusexy 0 1,189 2010-04-18, 04:05 PM
Last Post: bigstusexy
  LiveTV not working properly Heezy 45 11,019 2010-04-04, 05:58 PM
Last Post: mvallevand
  Just installed GB-PVR in Vista with HVR-1200 freya 20 6,259 2010-03-11, 07:07 PM
Last Post: freya

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

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

Linear Mode
Threaded Mode