MP 1.23.. music stops playing (1 Viewer)

2BitSculptor

Super Moderator
  • Team MediaPortal
  • January 23, 2008
    1,948
    498
    South Central Wisconsin
    Home Country
    United States of America United States of America
    I don't know if this is a system, software or plugin issue. I've been trying to catch it for some time, at least the last 2 versions. Sometimes MP completely exits, this time I was able to navigate out to close MP. Watchdog was running this time. Was playing an album of songs in mymusic. Music stopped playing. I hit the stop button and I heard the associated sound. Could not play another selection, could not back out of mymusic so used the green button, which worked. navigated to system menu and exited. This was my livingroom client, which has all the music media files, but is using the network shares folder instead of local drive.
     

    Attachments

    • MediaPortalLogs_11_10_19__12_49.zip
      1.2 MB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    In log i see many E_OUTOFMEMORY, OutOfMemoryException exception, like:
    Code:
    [2019-10-11 12:46:59,789] [Error  ] [MPMain   ] [ERROR] - BASS: Play caused an exception:  System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    Try disable MusicInfoHandler plugin...
    Code:
    [2019-10-10 13:52:15,316] [Log    ] [MusicInfoHandler Album Details] [ERROR] - Exception: System.Net.WebException: The remote name could not be resolved: 'api.fanart.tv'
       at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
       at System.Net.WebClient.DownloadString(Uri address)
       at System.Net.WebClient.DownloadString(String address)
       at MusicInfoHandlerGUI.Downloader.DownloadJSON(String url)
       at MusicInfoHandlerGUI.FanArt.tv.FanArtTvAPI.GetAlbumThumbs(String albumMbid)
       at MusicInfoHandlerGUI.ArtistThumbScraper.GetAlbumDetails()  Message: The remote name could not be resolved: 'api.fanart.tv'  Site   : Byte[] DownloadDataInternal(System.Uri, System.Net.WebRequest ByRef)  Source : System  Stack Trace:     at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
       at System.Net.WebClient.DownloadString(Uri address)
       at System.Net.WebClient.DownloadString(String address)
       at MusicInfoHandlerGUI.Downloader.DownloadJSON(String url)
       at MusicInfoHandlerGUI.FanArt.tv.FanArtTvAPI.GetAlbumThumbs(String albumMbid)
       at MusicInfoHandlerGUI.ArtistThumbScraper.GetAlbumDetails()
    For MusicInfo - You can enable the experimental function in FH add to FanartHandler.xml section:
    XML:
      <section name="MusicInfo">
        <entry name="GetArtistInfo">yes</entry>
        <entry name="GetAlbumInfo">yes</entry>
        <entry name="InfoLanguage">EN</entry>
        <entry name="FullScanInfo">no</entry>
      </section>
    yoavain/mediaportal-fanart-handler
     

    2BitSculptor

    Super Moderator
  • Team MediaPortal
  • January 23, 2008
    1,948
    498
    South Central Wisconsin
    Home Country
    United States of America United States of America
    • Thread starter
    • Moderator
    • #5
    I had removed musicinfohandler. This morning, fresh start (with watchdog) after deleting logs. I navigated to mymusic and started a playlist. In a very short time, music stops, and MP exits on crash.
     

    Attachments

    • MediaPortalLogs_16_10_19__07_55.zip
      426.5 KB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    Hmmm, in Log:
    Code:
    [2019-10-16 07:49:24,099] [Error  ] [Last.FM Announcer] [ERROR] - Last.fm error when announcing now playing track: Wham! - Club Tropicana
    [2019-10-16 07:49:24,102] [Error  ] [Last.FM Announcer] [ERROR] - Invalid session key - Please re-authenticate
    try re-authenticate Last.fm...

    Code:
    [2019-10-16 07:54:33,555] [Error  ] [37       ] [ERROR] - TextureManager: exception loading texture memoryImage
    
    [2019-10-16 07:54:33,685] [Log    ] [37       ] [ERROR] - Exception: Error in the application.
    -2147024882 (E_OUTOFMEMORY)
       at Microsoft.DirectX.Direct3D.TextureLoader.FromStream(Device device, Stream stream, Int32 readBytes, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation, PaletteEntry[]& palette)
       at Microsoft.DirectX.Direct3D.TextureLoader.FromStream(Device device, Stream stream, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation)
       at MediaPortal.GUI.Library.GUITextureManager.LoadFromMemory(Image memoryImage, String name, Int64 lColorKey, Int32 iMaxWidth, Int32 iMaxHeight)  Message: Error in the application.  Site   : Microsoft.DirectX.Direct3D.Texture FromStream(Microsoft.DirectX.Direct3D.Device, System.IO.Stream, Int32, Int32, Int32, Int32, Microsoft.DirectX.Direct3D.Usage, Microsoft.DirectX.Direct3D.Format, Microsoft.DirectX.Direct3D.Pool, Microsoft.DirectX.Direct3D.Filter, Microsoft.DirectX.Direct3D.Filter, Int32, Microsoft.DirectX.Direct3D.ImageInformation ByRef, Microsoft.DirectX.Direct3D.PaletteEntry[] ByRef)  Source : Microsoft.DirectX.Direct3DX  Stack Trace:     at Microsoft.DirectX.Direct3D.TextureLoader.FromStream(Device device, Stream stream, Int32 readBytes, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation, PaletteEntry[]& palette)
       at Microsoft.DirectX.Direct3D.TextureLoader.FromStream(Device device, Stream stream, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation)
       at MediaPortal.GUI.Library.GUITextureManager.LoadFromMemory(Image memoryImage, String name, Int64 lColorKey, Int32 iMaxWidth, Int32 iMaxHeight)
    I don’t even know what it is connected with ... :(
     

    franat

    Portal Pro
    February 28, 2012
    83
    18
    47
    Almería
    Home Country
    Spain Spain
    Music Stops unexpectedly. Same problem.
     

    Attachments

    • MP_Logs_DESKTOP-I6Q8CHT_21_05_13_16_53.zip
      114.4 KB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    Music Stops unexpectedly. Same problem.
    In log only:
    Code:
    [2021-05-13 16:53:19,813] [Log    ] [MPMain   ] [INFO ] - Main: MediaPortal SetProcessDPIAware 1
    [2021-05-13 16:53:19,813] [Log    ] [MPMain   ] [WARN ] - Main: MediaPortal is already running
     

    franat

    Portal Pro
    February 28, 2012
    83
    18
    47
    Almería
    Home Country
    Spain Spain
    I still don't know how to expose the problem I have with the audio reproduction. It seems not to appear in the bug reports. I will keep trying to find a solution. Thanks for the time.
     

    Users who are viewing this thread

    Top Bottom