Crashes on every video (1 Viewer)

tomakas123

Portal Member
March 6, 2012
19
6
49
Home Country
Lithuania Lithuania
MP2 crash on every video I'm try to play. Live TV works on SD and HD channels
 

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Wow! This is something I've really not seen yet :)
    Code:
    [2015-09-18 19:27:22,702] [11968  ] [29       ] [ERROR] - ApplicationLauncher: Unhandled exception in application
    System.Globalization.CultureNotFoundException: Culture is not supported.
    Parameter name: culture
    4096 (0x1000) is an invalid culture identifier.
       at System.Globalization.CultureInfo.InitializeFromCultureId(Int32 culture, Boolean useUserOverride)
       at System.Globalization.CultureInfo..ctor(Int32 culture, Boolean useUserOverride)
       at MediaPortal.UI.Players.Video.VideoPlayer.SetPreferedAudio_intern(StreamInfoHandler& audioStreams, Boolean useFirstAsDefault)
       at MediaPortal.UI.Players.Video.VideoPlayer.EnumerateStreams(Boolean forceRefresh)
       at MediaPortal.UI.Players.Video.VideoPlayer.EnumerateStreams()
       at MediaPortal.UI.Players.Video.VideoPlayer.get_Subtitles()
       at MediaPortal.UiComponents.Media.Models.BaseVideoPlayerUIContributor.Update()
       at MediaPortal.UI.Presentation.Models.BaseTimerControlledModel.OnTimerElapsed(Object sender)
       at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.TimerQueueTimer.CallCallback()
       at System.Threading.TimerQueueTimer.Fire()
       at System.Threading.TimerQueue.FireNextTimers()
       at System.Threading.TimerQueue.AppDomainTimerCallback()
    This means in your video file (or previous selection) is a "language" set, which is not supported by .NET culture infos.

    Can you please post the settings file from: C:\ProgramData\Team MediaPortal\MP2-Client\Config\*YourUserName*\MediaPortal.UI.Players.Video.Settings.VideoSettings.xml?

    Of particular insterest are following keys, which contain the preferred culture code (German in my example)
    XML:
      <Property Name="PreferredSubtitleLanguage">
      <int>1033</int>
      </Property>
      <Property Name="PreferredAudioLanguage">
      <int>1033</int>
      </Property>
      <Property Name="PreferredMenuLanguage">
      <int>1033</int>
      </Property>
     

    tomakas123

    Portal Member
    March 6, 2012
    19
    6
    49
    Home Country
    Lithuania Lithuania
    This is it[DOUBLEPOST=1442597611][/DOUBLEPOST]I changed
    "PreferredAudioLanguage" to 1033 manualy, and now everything works.
    Thanx. :)
     

    Attachments

    • MediaPortal.UI.Players.Video.Settings.VideoSettings.xml.zip
      771 bytes

    tomakas123

    Portal Member
    March 6, 2012
    19
    6
    49
    Home Country
    Lithuania Lithuania
    One question more. This means what the default audio language will be set by culture info ?
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Yes, the order of selection is:
    • selected main language (settings -> regional -> language)
    • once you select another language of sub streams/audio streams during playback, the last choice will be remembered and reused next time
     

    Users who are viewing this thread

    Similar threads

    I have set VLC as external Player and set buffer there
    I have set VLC as external Player and set buffer there
    Is it possible to set buffer size for video rendering ? I play videos via WLAN & Samba and it loads every 5 seconds 2 MB. I want to...
    Replies
    1
    Views
    537
    I can confirm that. After reinstalling MP1.31(x86) I mistakenly installed the x64 version MpUrlSourcesplitter. Then I got the error. After uninstalling MpUrlSourcesplitter(x64) I installed the MpUrlSourcesplitter(x86). But the error message still comes.
    I can confirm that. After reinstalling MP1.31(x86) I mistakenly installed the x64 version MpUrlSourcesplitter. Then I got the...
    Just completed a clean install of Win 10 followed by MP 1.31. During install the installer hung up because I didn't have .net 3.5...
    Replies
    3
    Views
    552
    Nice you could resolve the issue!
    Nice you could resolve the issue!
    I have MediaPortal 2.5 Server installed on one computer and Mediaportal 2.5 client on another. The client is connected to the...
    Replies
    6
    Views
    601
    Thanks again for all the help. I deleted 'BDHandler.dll" from the process folder, and as expected, it no longer appears in the MePo configuration utility. I also downloaded the X86 BDReader plugin that you posted. Renamed the existing files in the MePo folder, and copied the updated files to the MePo folder. For the most part...
    Thanks again for all the help. I deleted 'BDHandler.dll" from the process folder, and as expected, it no longer appears in the...
    I'm not sure that this works on 32-bit, but if I try to play a 4K UHD Blu-ray (Using makeMKV, modified firmware, and AnyDVD HD) the...
    Replies
    22
    Views
    2K
    Hi, yes, you are right. The official x64 1.32 is buggy. You can try a new installers from this post if you like.
    Hi, yes, you are right. The official x64 1.32 is buggy. You can try a new installers from this post if you like.
    hi, I'm setting up a new computer and have installed MP 1.3.2 after a few goes and getting all the prereqs installed, I was...
    Replies
    3
    Views
    756
    Top Bottom