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) UbuStream, Web Radio and Universe v
« Previous 1 2 3 4 5 … 8 Next »
Webradio 2.1.0 on Win 7 Problem

 
  • 0 Vote(s) - 0 Average
Webradio 2.1.0 on Win 7 Problem
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#1
2010-07-28, 12:17 AM
Can't get it to work on my Win7 install. Error log snippet below:

Code:
2010-07-27 17:10:25.023    VERBOSE    [1]    ReturnToMainMenu()
2010-07-27 17:10:25.023    VERBOSE    [1]    Web Radio is currently active
2010-07-27 17:10:25.023    VERBOSE    [1]    Web Radio.Deactivate() called
2010-07-27 17:10:25.023    VERBOSE    [1]    ReturnToMainMenu()@2
2010-07-27 17:10:25.023    VERBOSE    [1]    System.ArgumentException: There is no region associated with the Invariant Culture (Culture ID: 0x7F).
   at System.Globalization.RegionInfo..ctor(Int32 culture)
   at WebRadio.WebRadio.GetCountryList()
   at WebRadio.WebRadio.initialise()
   at GBPVRX2.BaseButtonListUiTask.Activate()
   at WebRadio.WebRadio.Activate()
   at GBPVRX2.MenuTask.x0be92cb4e3ac1817.OnUiClick(PointF location)
   at GBPVRX2.x0061b801bdf12d35.xf1b04f0b61b2ba29(Object xdf2e3583f942db7b, MouseEventArgs xc4f45905cb1fc7ba)
   at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)

got it working on my XP box, and tried to move menus/favorites to the Win7 box, but no-go.

Is this a UAC issue?

Thanks for the help.
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#2
2010-07-28, 12:32 AM
If this is a new install is it possible you haven't set the locale http://windows.microsoft.com/en-CA/windo...em-locale?

Martin
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#3
2010-07-28, 01:58 AM
It's aboot a month old, but I'll check the locale as you suggest. Perhaps a Canadian-American thing?
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#4
2010-07-28, 02:12 AM
Possibly, in the sense that one of the first things I do is make sure that my locale is correct so that short dates are "correct"

Martin
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#5
2010-07-28, 02:32 PM
Locale was English (US), but reselected it anyway and still no work. I didn't check the logs, but assume it's the same error. The behavior on selecting Web Radio is a "blink" and then return to the menu.
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#6
2010-07-28, 04:58 PM
Unfortunately GBPVR is not installed on my Win 7 machine so I cannot test this further sorry. It is running on my Vista and XP systems, and Web Radio 3.2 (the current version) is running with NPVR on my Win 7 (64) system. Sorry hopefully other Win 7 Web Radio users will be able to provide you some guidance.

Martin
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#7
2010-07-28, 08:52 PM
Seem to be a Windows 7 thing, where they handle region/locale/culture differently than XP.

Quote:The reason that the behavior changed with Win7 is that in Win7, the Invariant Culture is considered to be an installed culture as returned by IsValidLocale(0x7f, LCID_INSTALLED). You can also see this property on the Invariant culture (culture.CultureTypes & CultureTypes.InstalledWin32Cultures).

The Invariant culture is normally included with NeutralCultures enumerations. It is also specifically excluded from SpecificCulture enumerations. However, there is no attempt to remove it from the InstalledWin32Cultures enumeration and since CultureTypes.AllCultures == CultureTypes.NeturalCultures | CultureTypes.SpecificCultures | CultureTypes.InstalledWin32Cultures, the InvariantCulture is showing up as one of the InstalledWin32Cultures.

More on this guy's blog: http://blogs.msdn.com/b/michkap/archive/...71425.aspx

Maybe there's an easy fix? (I'm not quite ready for NPVR yet.)

Anybody have WebRadio working on Win7?
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#8
2010-08-13, 09:44 PM
@mikeh49, what is the date of your webradio.dll file? It works ok for me on Win7, looking at the source I even see that your error message on 0x7F doesn't make sense because I do exclude it.

Martin
mikeh49
Offline

Posting Freak

Posts: 1,129
Threads: 81
Joined: Apr 2005
#9
2010-08-13, 10:00 PM
The webradio.dll file is 6/26/10 (or perhaps 6/28/10, forgot when walking from one room to another). In the properties, it says the version is 2.0.0.0, if that helps.

I downloaded the 2.1 base installer, I never used mixman's version on this machine. I'm running 12/30/09 successfully on my XP box.
HTPC: Optiplex 7010, HDHR Prime/Avermedia Duet A188, NPVR 4.2.5, Win10 Pro
Test:
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#10
2010-08-13, 10:14 PM
That date is certainly wrong, maybe you copied an old version in which mess up the dates. I'd delete it and run the installer again.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  WebRadio 4.0 pre-wiki release mvallevand 26 19,797 2014-09-12, 11:23 AM
Last Post: mvallevand
  webradio 3.7, unhandled exception on digital radio johnsonx42 26 18,990 2013-12-23, 10:35 AM
Last Post: Lao Pan
  WebRadio 3.6 mvallevand 13 14,419 2011-06-29, 01:42 AM
Last Post: Northpole
  WebRadio support for radiofeeds.co.uk mvallevand 4 7,648 2011-04-06, 12:35 PM
Last Post: mvallevand
  WebRadio 3.4 mvallevand 45 28,313 2011-02-10, 07:32 PM
Last Post: mvallevand
  WebRadio questions for the wiki steeb 20 16,083 2011-02-09, 02:39 PM
Last Post: steeb
  Sirius Radio with WebRadio 3 Dave72 19 14,177 2011-02-06, 03:08 AM
Last Post: Dave72
  WebRadio greg in kansas 4 3,387 2010-12-05, 10:21 PM
Last Post: greg in kansas
  Webradio 3.2 pcostanza 6 4,163 2010-07-22, 10:27 PM
Last Post: mvallevand
  .net exception on launching WebRadio 3.1 johnsonx42 9 4,918 2010-07-04, 05:39 AM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode