Crash in config (1 Viewer)

Nosh

Portal Member
February 9, 2006
30
0
Heidelberg
Home Country
Germany Germany
TV-Server Version: 0.3
MediaPortal Version: 0.2.3.0RC1
MediaPortal Skin:
Windows Version: XP-MCE
CPU Type: 6600
HDD: Seagate SATA 350 GB
Memory: 3 GiB
Motherboard:
Motherboard Chipset:
Motherboard Bios:
Video Card:
Video Card Driver:
Sound Card:
Sound Card AC3:
Sound Card Driver:
1. TV Card:
1. TV Card Type:
1. TV Card Driver:
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec:
MPEG2 Audio Codec:
Satelite/CableTV Provider:
HTPC Case:
Cooling:
Power Supply:
Remote:
TV:
TV - HTPC Connection:


Can't get mediaportal to run. Already the config program crashes when starting.

EventType clr20r3, P1 configuration.exe, P2 0.2.2.9991, P3 466fc679, P4 mscorlib, P5 2.0.0.0, P6 45fb6092, P7 dd, P8 10, P9 system.argumentexception, P10 NIL.

mscorlib.dll!System.ThrowHelper.ThrowArgumentException(System.ExceptionResource resource) + 0x31 Bytes
mscorlib.dll!System.Collections.Generic.Dictionary<string,string>.Insert(string key, string value = "hr-BA", bool add) + 0x25d Bytes
Core.dll!MediaPortal.GUI.Library.GUILocalizeStrings.GetCultureName(string language = "English") + 0x90 Bytes
Core.dll!MediaPortal.GUI.Library.GUILocalizeStrings.Load(string language = "English") + 0xa4 Bytes
Configuration.exe!MediaPortal.Configuration.SettingsForm.SettingsForm() + 0xe1 Bytes
Configuration.exe!MediaPortal.Configuration.Startup.Start() + 0x1fc Bytes
Configuration.exe!MediaPortal.Configuration.Startup.Main(string[] arguments) + 0x69 Bytes


2007-06-16 20:29:16.937500 [Info.][Config Main]: Using Directories:
2007-06-16 20:29:16.937500 [Info.][Config Main]: Base - E:\Programme\Team MediaPortal\MediaPortal
2007-06-16 20:29:16.937500 [Info.][Config Main]: Log - E:\Programme\Team MediaPortal\MediaPortal\Log
2007-06-16 20:29:16.937500 [Info.][Config Main]: Skin - E:\Programme\Team MediaPortal\MediaPortal\Skin
2007-06-16 20:29:16.937500 [Info.][Config Main]: Language - E:\Programme\Team MediaPortal\MediaPortal\Language
2007-06-16 20:29:16.937500 [Info.][Config Main]: Database - E:\Programme\Team MediaPortal\MediaPortal\Database
2007-06-16 20:29:16.937500 [Info.][Config Main]: Plugins - E:\Programme\Team MediaPortal\MediaPortal\Plugins
2007-06-16 20:29:16.937500 [Info.][Config Main]: Thumbs - E:\Programme\Team MediaPortal\MediaPortal\Thumbs
2007-06-16 20:29:16.937500 [Info.][Config Main]: Cache - E:\Programme\Team MediaPortal\MediaPortal\Cache
2007-06-16 20:29:16.937500 [Info.][Config Main]: Weather - E:\Programme\Team MediaPortal\MediaPortal\Weather
2007-06-16 20:29:16.937500 [Info.][Config Main]: CustomInputDevice - E:\Programme\Team MediaPortal\MediaPortal\InputDeviceMappings\custom
2007-06-16 20:29:16.937500 [Info.][Config Main]: Config - E:\Programme\Team MediaPortal\MediaPortal
2007-06-16 20:29:16.937500 [Info.][Config Main]: CustomInputDefault - E:\Programme\Team MediaPortal\MediaPortal\InputDeviceMappings\defaults
2007-06-16 20:29:16.937500 [Info.][Config Main]: BurnerSupport - E:\Programme\Team MediaPortal\MediaPortal\Burner
2007-06-16 20:29:16.953125 [Info.][Config Main]: Configuration is starting up
2007-06-16 20:29:16.953125 [Info.][Config Main]: Assembly creation time: 13.06.2007 10:27:06 (UTC)
2007-06-16 20:29:16.953125 [Info.][Config Main]: Thumbs: MediaPortal is using fast thumbnails
2007-06-16 20:29:16.953125 [Info.][Config Main]: Create new standard setup
2007-06-16 20:29:17.031250 [Info.][Config Main]: SettingsForm constructor
 

ronilse

Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Was this a clean install, no old files in MediaPortal folder & you have updated everything on Windows Update (& of course latest graphic card drivers)?

    Regards
    Roy
     

    Nosh

    Portal Member
    February 9, 2006
    30
    0
    Heidelberg
    Home Country
    Germany Germany
    There seems to be a bug in the hr-BA (Bosnia and Herzegovina) language resource. I have patched core.dll to not use hr-BA and now it works. Perhaps the bug is in the .NET Framework 3.0 or NET Framework 3.5 Pre-Release (which is installed by Silverlight.
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Would be nice to know what causes this, XP or MP.
    Know from before that some language(like Norwegian) have had troubles, but this it's a new issue.........

    Regards
    Roy
     

    Nosh

    Portal Member
    February 9, 2006
    30
    0
    Heidelberg
    Home Country
    Germany Germany
    As I wrote it seems to be a bug in the .NET Framework 3.0 or NET Framework 3.5 Pre-Release, not in mediaportal.

    In MediaPortal\Core\guilib\LocalizeStrings.cs GetCultureName all available Cultures are added to a list and the "Bosnia and Herzegovina" CultureInfo seems to have an error. I don't need this specific item because I need german or english.

    A workaround would be, to enclose line 248 of MediaPortal\Core\guilib\LocalizeStrings.cs with try/catch.

    _cultures.Add(cultureList.EnglishName, cultureList.Name);
     

    Users who are viewing this thread

    Top Bottom