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 … 980 981 982 983 984 … 1231 Next »
.NET-BroadcastEventWindow error when stopping playback

 
  • 0 Vote(s) - 0 Average
.NET-BroadcastEventWindow error when stopping playback
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#1
2005-09-03, 03:25 PM (This post was last modified: 2005-09-12, 01:49 PM by jksmurf.)
Just played back a recording of the rugby via my MVP and all went OK except when I hit the STOP button on the MVP remote I got the following error

.NET-BroadcastEventWindow.1.0.5000.0.4: gbpvr.exe Application Error

I've had ths sort of error once before, when the Antivrus Scan kicked in (I think). I know it's a long shot ..but any ideas why or how to fix it? (Error Image Attached)

Cheers

k.

Update: This is repeatable. Every time I hit back/exit, it jumps out of GBPVR and the MVP goes looking for servers indefinitely, at which point it throws up the error on my PC. Same error every time.
Thyme
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Sep 2005
#2
2005-09-07, 12:10 AM
I also get this error (mine is attached.) I don't think it used to happen when I first installed it, but now it does, and I don't know what happened between then. It happens on the previous version and also this version.

It always does this when I close the GB-PVR client. Any solution or work-around?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#3
2005-09-07, 02:59 AM (This post was last modified: 2005-09-07, 03:07 AM by jksmurf.)
Googling a little bit, there seems a few things to "try". I don't think it's specifically GB-PVR related (or a lot of folks would get it :-) )

1. From 9/28/2004 3:31:40 PM

http://www.adminscripteditor.com/forum/tm.asp?m=6351

"We have narrowed the issue down to Security Update for Windows XP - KB835732. We will continue testing, but so far we have been able to correct the problem by removing KB835732 and then reinstalling it again. Further details will be provided as they are identified. In the meantime, if someone else wants to give the reinstall of KB835732 a shot: Download: http://www.microsoft.com/downloads/detai...laylang=en"

2. From 07-18-2005, 10:40 PM http://www.techsupportforum.com/archive/...61740.html

"What I did was I downloaded the .NET Framework Version 1.1 Redistributable Package from :

http://www.microsoft.com/downloads/detai...laylang=en

and I reinstalled net.framework 1.1 and then I rebooted my machine and the problem was gone. Then I went to the microsoft update site and even though I had had all the critical updates already installed prior to reinstalling Netframework 1.1 since I reinstalled it, there were now 9 new critical updates for XP. Even though I was afraid that those updates might have been the cause of the problem and it might make the problem come back, I downloaded the updates and installed them anyway and the problem is still gone.

So my advice to anyone experiencing a problem with NET-BroadcastEventWindow not responding when they try to shut down their machine would be to download net.framework 1.1 Redistributable and reinstall it then go back to windows updates and reinstall all the critical updates and you should be good to go."

<I edited the orig. text of this post to make it read a little more easily k. >

Maybe try one of these (2 is newer). I will too (later tonight) and let you know how I got on.

k.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#4
2005-09-10, 10:09 AM (This post was last modified: 2005-09-12, 03:25 AM by jksmurf.)
I still get the error, even after installing/reinstalling .NET 1, 1.1 and Service Packs Sad

Windows google search does not help much more than above, apart from saying something (which I don't really understand at all) about Garbage Collection .... :-) well actually about forcing the COM application to finish cleaning up before the Automatic Garbage Collector (GC) gets to it ... Timing issue apparently ... I "hope" that this means something to someone, it sounds like garbage to me...

Quote: When you calling an MFC object in the managed code(e.g. a C# program), some COM references are not released on the exit , so you need to force the garbage collection explicity right before exiting your managed application:
...
System.GC.Collect();
...
Some of the more useful threads are collated here, BUT no "Definitive Solutions"

http://www.thescripts.com/forum/thread12...indow.html
http://www.codeguru.com/forum/archive/in...16903.html
http://forums.microsoft.com/msdn/ShowPos...stID=83732
http://www.dotnetmonster.com/Uwe/Forum.a...harp/25971
http://club.cdfreaks.com/showthread.php?t=95134
http://www.developersdex.com/vb/message....x%2Egbl%3E
http://www.developersdex.com/vb/message....e%2Ecom%3E
http://forums.microsoft.com/msdn/ShowPos...stID=83732
http://discussion.autodesk.com/thread.js...dID=422793
http://www.issociate.de/board/index.php?...msg_131995
http://www.codeguru.com/forum/archive/in...16903.html
http://www.csharphelp.com/board2/read.ht...66&t=30261
http://www.thescripts.com/forum/thread116824.html
http://forums.craxtion.com/viewtopic.php...4c207927dc
http://www.ipdg3.com/forums/showthread.p...5#post5825
http://www.dotnetmonster.com/Uwe/Forum.a...0-5000-0-5
http://groups.google.com/group/microsoft...F-8&rnum=6
http://www.dotnetmonster.com/Uwe/Forum.a...tion-Error
http://www.dotnetmonster.com/Uwe/Forum.a...-on-Citrix
http://support.microsoft.com/default.aspx?kbid=823485
http://www.dotnetmonster.com/Uwe/Forum.a...n-Terminal
http://www.devnewsgroups.net/group/micro...16193.aspx
http://www.hightechtalks.com/archive/ind...nding.html
http://www.techietwo.com/detail-6769630.html

Some of the above talk about
(i) Ensuring you have .NET 1.1 installed
(ii) Reinstalling .NET 1.0 and 1.1
(iii) Reinstalling SP2.
(iv) Updating or Changing your video Card Drivers (go figure?)
(v) Getting the developer to look at the Garbage Collector.

I don't hold out much hope of it getting looked at as there's just not enough folks getting the error, but you never know.... I wonder if it's because my machine is too slow..It sure ain't because it's too fast...

Cheers

k.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#5
2005-09-17, 03:16 AM
Thought I should make closure :o on this one in case anyone else was suffering:

I did a clean install with the 94.8 version and in doing so got rid of the .NET error message. I "believe" but will never know, it was related to use of an outdated weather plugin with a later version. Sequence of install:

i) Uninstalled Weather Plugin.
ii) Uninstalled GBPVR (after first saving the config.xml and gbpvr.mdb)
iii) Deleted the devnz directory.
iv) reinstalled .NET 1.1 Service Pack.
v) reinstalled GBPVR. Error gone (but some wierd dsiconnects with teh MPV, esp. in LiveTV)

I have not yet reinstalled the weather plugin, I am too happy not to get that .NET error any more...
k.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  VMR9 Error message cristovao 7 5,998 2012-01-31, 07:35 AM
Last Post: SLR_65
  Playback Pauses/Freezes, Then Resumes By Itself hasso 12 5,674 2011-06-20, 02:06 AM
Last Post: hasso
  Recorded Playback Scrambled/Distorted BTJustice 8 4,316 2011-03-31, 05:12 AM
Last Post: BTJustice
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,601 2010-12-17, 02:09 PM
Last Post: jksmurf
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,608 2010-11-11, 11:59 PM
Last Post: classpro
  Can't cure the Error: 1904 problem rkircher 1 1,939 2010-11-10, 07:22 AM
Last Post: stustunz
  Skip forward during playback freezes video then audio smiffypr 3 2,937 2010-10-19, 12:46 AM
Last Post: smiffypr
  Suddenly can't playback recordings _Iz- 7 3,306 2010-10-11, 11:37 PM
Last Post: _Iz-
  No Playback sound Trevor_de_S 6 2,852 2010-09-03, 12:12 PM
Last Post: Trevor_de_S
  Unexpected error removing recording from conversion queue pvrproblems 1 1,639 2010-09-03, 03:51 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode