NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information NextPVR Announcements v
« Previous 1 … 6 7 8 9 10 11 Next »
v0.95.11 available

Thread Closed 
 
  • 0 Vote(s) - 0 Average
v0.95.11 available
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,735
Threads: 767
Joined: Nov 2003
#211
2005-12-02, 02:49 AM
You can still get the old version from http://www.gbpvr.com/GBPVR09413.msi

Please note though, you cant install an older version on a newer version. There is no automated downgrade.

Also, the only sound related issue I have fixed in the next release is the HKEY_CURRENT_USER\Software\Devnz\LastVolume one described here in several places. If you have any other sound problem, it is not something that has been addressed. I'm not convinced there is any other (new) sound issues which have been introduced in the new released. There has always been a small number of people with other sound issues relating drivers, audio decoders, tuner problems etc, and I suspect your problem is one of these.
dab
Offline

Junior Member

Posts: 31
Threads: 5
Joined: Feb 2005
#212
2005-12-02, 03:02 AM
Thanks Sub. Bummer on the downgrade.
My box has been running for a while with no issues. Upgraded a few hours ago and I have the problem of not being able to raise the sound as described in the other posts. Deleted the HKEY, didn't work, re-booted, the HKEY entry returned, entered GBOVR and volume down works but not volume up.
No changes to drivers, audio decoders or tuners.

Dab
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,735
Threads: 767
Joined: Nov 2003
#213
2005-12-02, 03:09 AM
If you can change volume down, but not up, then it probably is the same problem. Deleting the LastVolume setting does not allow you change the volume up. It just gets the volume back to the default after you've turned the volume down and discovered you cant turn it back up.
dab
Offline

Junior Member

Posts: 31
Threads: 5
Joined: Feb 2005
#214
2005-12-02, 03:21 AM
Oh okay, I thought that was a permanent fix.
Should I let Windows do the uninstall or some other way?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,735
Threads: 767
Joined: Nov 2003
#215
2005-12-02, 03:25 AM
Yes, to downgrade you'd need get windows to uninstall. Best to delete you GB-PVR directory aswell.

New release including this fix should be available tomorrow.
Major Hostility
Offline

Member

Posts: 102
Threads: 10
Joined: Oct 2005
#216
2005-12-02, 05:00 AM
This is a minor issue, but perhaps worth noting. I noticed that the upgrade from 94.13 to 95.11 didn't preserve the MAC specific MVPWidth, MVPHeight, etc settings from my old config.xml. It did transfer over the generic values, but it would be great if future updates could transfer the MAC specific ones too.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,735
Threads: 767
Joined: Nov 2003
#217
2005-12-02, 05:15 AM
Quote:This is a minor issue, but perhaps worth noting. I noticed that the upgrade from 94.13 to 95.11 didn't preserve the MAC specific MVPWidth, MVPHeight, etc settings from my old config.xml. It did transfer over the generic values, but it would be great if future updates could transfer the MAC specific ones too.
Yeah, it always does this. Its been this way for about the last 18 months, so you can guess how far down the priority list it must be.
j3flight
Offline

Member

Posts: 244
Threads: 12
Joined: Feb 2005
#218
2005-12-02, 05:38 AM
sub Wrote:Yeah, it always does this. Its been this way for about the last 18 months, so you can guess how far down the priority list it must be.

Here's another one that might go near the bottom of the list...
The upgrade did not preserve my bitrate settings for low, medium, high, etc in my capture source.

Thanks as always sub, good feature additions and, for the most part, very solid. I got bit in the ass by the zap2it empty EPG problem like others, so I couldn't say "completely" solid... =)

Jason
Windows XP
Athlon 64 3500+, 2GB
nVidia 7300GT, PVR 250
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#219
2005-12-02, 02:13 PM
@sub

Again i collected the logs..., hopefully they'll help you. Can you tell me how to remove my sheduled Recordings manually outside gbpvr? Within gbpvr it isn't possible... -.-

On one LogFile i could find out something interesting, i'll quote this here for you:

My Config.exe.log Wrote:02.12.2005 09:51:06.828 VERBOSE [11] installDirectory is C:\Programme\devnz\gbpvr\
02.12.2005 09:51:06.828 VERBOSE [11] configurationFile is config.xml
02.12.2005 09:51:06.843 VERBOSE [11] getValue() loading new key/value into cache: /settings/DatabaseConnectionString
02.12.2005 09:51:06.843 VERBOSE [11] getValue: /settings/DatabaseConnectionString : Provider=Microsoft.Jet.OLEDB.4.0;Data Source=".\gbpvr.mdb";User Id=admin;Password=
02.12.2005 09:51:06.843 VERBOSE [11] databaseConnectionString is Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Programme\devnz\gbpvr\\gbpvr.mdb";User Id=admin;Password=
02.12.2005 09:51:06.843 VERBOSE [11] getValue() loading new key/value into cache: /settings/DontAntiAlias
02.12.2005 09:51:06.843 VERBOSE [11] getValue: /settings/DontAntiAlias : false
02.12.2005 09:51:06.843 VERBOSE [11] getValue() loading new key/value into cache: /settings/LoggingLevel
02.12.2005 09:51:06.843 VERBOSE [11] getValue: /settings/LoggingLevel : Error

Interesting is this line:

02.12.2005 09:51:06.843 VERBOSE [11] databaseConnectionString is Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Programme\devnz\gbpvr\\gbpvr.mdb";User Id=admin;Password=

You see the SourceName and the Slashes? Is it correct, that before the database are two slashes? Could it be, that in the actual release 95.11 are some errors like this?

I am not able to record anything @ sheduler... -.- and i can't remove any entry... Sad
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#220
2005-12-02, 02:15 PM
ShiningDragon Wrote:@sub

Again i collected the logs..., hopefully they'll help you. Can you tell me how to remove my sheduled Recordings manually outside gbpvr? Within gbpvr it isn't possible... -.-

On one LogFile i could find out something interesting, i'll quote this here for you:



Interesting is this line:

02.12.2005 09:51:06.843 VERBOSE [11] databaseConnectionString is Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Programme\devnz\gbpvr\\gbpvr.mdb";User Id=admin;Password=

You see the SourceName and the Slashes? Is it correct, that before the database are two slashes? Could it be, that in the actual release 95.11 are some errors like this?

I am not able to record anything @ sheduler... -.- and i can't remove any entry... Sad

I forgot my LogFiles... *i am so stupid*
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

Pages (25): « Previous 1 … 20 21 22 23 24 25 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