NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information NextPVR Announcements v
« Previous 1 … 5 6 7 8 9 … 11 Next »
v0.96.8 (21 February)

Thread Closed 
 
  • 0 Vote(s) - 0 Average
v0.96.8 (21 February)
capone
Offline

Posting Freak

Posts: 1,756
Threads: 190
Joined: Jan 2005
#161
2006-02-22, 02:09 PM
I love the new release, even for the little things. I've finally stopped using my custom background image in favor of Blue. It reinvents the original all over again.

I did hit an odd error this morning. I was just changing the channel, and GB just closed w/o error or pause. It was still recording (was watching in timeshift), so it was only the main GB program that quit.

This is the only error text I could find in the logs (checked 3, only gbpvr.eve.log had anything):

2/22/2006 7:00:17 AM.796 ERROR [2] Error: msg=0x8001 hwnd=0x401f4 wparam=0x0 lparam=0x0 result=0x0 : System.Exception: Failure playing back file
at NativeUtilities.MediaHelper.playVideoFile(String filename, Form form)
at xae10db17d26ba033.xbe83d16b02243330.playbackEnded()
at xae10db17d26ba033.xbe83d16b02243330.OnGraphNotify()
at xae10db17d26ba033.xbb1566157f5f8b1f.WndProc(Message& x5f8f2c40c000ab2c)

I had just been watching in TS mode. The TV had been in use for maybe an hour. It happened just as I changed channel (Ch down button), and showed the next channel for just 1 sec (as if it was about to play). I had changed the channel this way about 20min earlier, and was going back to that channel at the tome (started on 29, watched 28 for 20min, and had gone back to 29)

I turned on debug to get more detail if it should happen again. It's the only problem I've had (installed early evening last night), and probably could have just re-opened GB and kept going. I'll post more, if it happens again.
Digital712
Offline

Member

Posts: 67
Threads: 16
Joined: Dec 2005
#162
2006-02-22, 02:33 PM
sub Wrote:Yeah, thats quite likely. The MVP screen position settings are now stored in a different place in the config.xml. The author will need to update it.

Sure, just look in config.xml at the <MVPSpecificSettings> section. Edit this file with notepad.exe, and make a backup of this file before you make any changes.

I found it and... I'm all set.

Thank you! Big Grin

Tony
[COLOR="Navy"][SIZE="1"]AMD Athlon 64 X2 3800+, 1GB PC3200
ASUS A8N5X - nForce4 chipset
Geforce 6200TC 128MB PCIE
WinTV-PVR 500 MCE (With FM)
2 250GB SATA Seagate Barracuda's
Windows XP Pro SP2

Client: Wired Media MVP, Comcast Cable
[/SIZE][/COLOR]
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#163
2006-02-22, 02:35 PM
sub Wrote:Yes it should, but someone pointed out a problem with starting a video then starting a second video (first one didnt stop). The same thing doesnt occur with live tv. I'll correct this for the next release. For now you just need to remember to switch the video back to full screen and stop it...or disable the video inset by setting <UseVideoInset>false</UseVideoInset> in config.xml.

Yeah, I think mine is working properly now. However, earlier in the evening last night I was seeing the issue where two video streams were active at the same time. I believe it happened with livetv as the inset and also a recording as the inset. I had video AND audio from both - it was CRAZY ANNOYING - had to kill the app and fire it back up.

Nifty idea, nice new feature sub.
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
TylerK
Offline

Junior Member

Posts: 18
Threads: 4
Joined: Aug 2005
#164
2006-02-22, 02:40 PM
THANK YOU for this release. Being able to switch the aspect ratio in overlay. Keep up the good work!
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#165
2006-02-22, 02:49 PM
Sub, something you might want to look into...

I did a completely fresh install last night: uninstalled, wiped the directory.
I installed the new version and setup my capture source, told it to grab from zap2it.

The grab went fine and it seemed to gather my channels properly and get the appropriate data. However, when I went to the tvguide, there was NOTHING there. It took me a while to figure this out but i had to modify the database slightly to solve it...

In the CHANNEL table, there were some bad entries that had somehow gotten a ZERO channel number. For example:

Code:
oid     name            
118    2  QVC       0       
129    3  WZDX       0                                      
134    5  WAFF        0                                  
79       6  CAWAWB   0                                  
136    8  WGNSAT    0    
3       9  WHNT     0    
138    10 WHIQ         0    
111    11 LOOR0    11        
133    12 WAAY        12    
107    13 HSN        13    
120    14 SHOPNBC    14

The first 10 (or so) channels were like this. Starting at about channel 11, the channelID field was correct and matched the number in the name column. I wiped the capture source, created another one, grabbed zap2it data, same result...

So, I modified the table so that the channelID for all rows matched the name and everything corrected itself.

Just thought you might want a heads up on this. I didn't do anything out of the ordinary from how I regularly install the app, so i don't think it was operator error. Could have been the data grabbed from zap2it that was wrong too.

Thanks.
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#166
2006-02-22, 02:52 PM
Well crap, I goofed the tags above but can't edit my post. You get the idea though...
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#167
2006-02-22, 03:51 PM
raf Wrote:Yes it's selected but Home on the keyboard doesn't work either.

That makes two of us
What renderer are you using VMR9/VMR7/Overlay/MVP/XCard/PVR350?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#168
2006-02-22, 03:54 PM
Quote:I did a completely fresh install last night: uninstalled, wiped the directory.
I installed the new version and setup my capture source, told it to grab from zap2it.

The grab went fine and it seemed to gather my channels properly and get the appropriate data. However, when I went to the tvguide, there was NOTHING there. It took me a while to figure this out but i had to modify the database slightly to solve it...

In the CHANNEL table, there were some bad entries that had somehow gotten a ZERO channel number. For example:

Code:
oid name
118 2 QVC 0
129 3 WZDX 0
134 5 WAFF 0
79 6 CAWAWB 0
136 8 WGNSAT 0
3 9 WHNT 0
138 10 WHIQ 0
111 11 LOOR0 11
133 12 WAAY 12
107 13 HSN 13
120 14 SHOPNBC 14

The first 10 (or so) channels were like this
Can you PM your zap2it login details so I can check this out myself?
haxorboy
Offline

Member

Posts: 74
Threads: 5
Joined: Jan 2006
#169
2006-02-22, 04:57 PM
I looked around, and didn't see this issue yet, and it could be something stupid I have done. After upgrading and updating my countourHC skin, under my FM stations I just see red X's now. I can click on them and they play the station, you just see a red x instead of station info. Is this something related to teh skin itself?
[SIZE="1"]Samsung HL-S5087 50inch DLP XP Pro SP2 Nvidia 7800 w/HDMI PVR-500 Dvico Fusion5 Lite P4 3.2 1 GB RAM asRock mobo Turtle Beach Riviera 80GB/80GB Coolermaster ATC-610 Harmony 880 w/Girder
GB-PVR 099.12 w/Weather, Enhanced Web Admin, Sports Scores, Theater Listings, Newsfeed, Sassari[/size]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#170
2006-02-22, 05:07 PM
Quote:After upgrading and updating my countourHC skin, under my FM stations I just see red X's now. I can click on them and they play the station, you just see a red x instead of station info. Is this something related to teh skin itself?
Yes.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (31): « Previous 1 … 15 16 17 18 19 … 31 Next »
Jump to page 


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

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

Linear Mode
Threaded Mode