[WiP] 5154: MediaPortal 1 - x64 - SharpDX (4 Viewers)

Pablik

Development Group
  • Team MediaPortal
  • August 19, 2010
    716
    1,159
    Home Country
    Czech Republic Czech Republic
    Does the x86 TV server require the 2015 - 2022 x86 redistributables?
    Yes, both MP x86 and MP x64 requires VC++ 2015-2012 packages.
    The link for VC++ x86 is here and for x64 is here (both links points to version 14.38.33130.0).
    When the VC++ installation is done, you can either install MP 1.32 again(without uninstalling) or register the DS filters manualy (by using regsvr32.exe or from 'graphstudionext' application).
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    716
    1,159
    Home Country
    Czech Republic Czech Republic
    After installing Windows 11 on a new hardware, MP TV and Radio doesn't work anymore. When I click the menu points, the sub menus are not opened.
    The same vor Moving Pictures.
    The log shows weird error:
    Code:
    [2023-12-21 07:34:44,608] [Error  ] [MPMain   ] [ERROR] - Startup: Failed to Caching Graphics! Not enough RAM.
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    716
    1,159
    Home Country
    Czech Republic Czech Republic
    Yes, strange. There's 16GB RAM and only MP runs on this system.
    Can you check this image file 'c:\programdata\team mediaportal\mediaportal\skin\titan\media\circle-empty.png'?
    If the file is corrupted, it would rise the same error.

    Code:
    [2023-12-21 07:34:44,579] [Log    ] [MPMain   ] [WARN ] - TexturePacker: Fast loading of texture c:\programdata\team mediaportal\mediaportal\skin\titan\media\circle-empty.png failed - trying safe fallback now: Gdiplus Out Of Memory
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Yes, both MP x86 and MP x64 requires VC++ 2015-2012 packages.
    The link for VC++ x86 is here and for x64 is here (both links points to version 14.38.33130.0).
    When the VC++ installation is done, you can either install MP 1.32 again(without uninstalling) or register the DS filters manualy (by using regsvr32.exe or from 'graphstudionext' application).

    Now both is installed, x86 and x64:
    • Microsoft Visual C++ 2013 Redistributable (x86)
    • Microsoft Visual C++ 2015 - 2019 Redistributable (x86)
    • Microsoft Visual C++ 2013 Redistributable (x64)
    • Microsoft Visual C++ 2015 - 2019 Redistributable (x64)
    Moreover, I used this script to register all TS filters:

    Code:
    C:
    cd "\Program Files\Team MediaPortal\MediaPortal"
    
    regsvr32.exe TsReader.ax
    regsvr32.exe MPAudioSwitcher.ax
    regsvr32.exe mpaudiorenderer.ax
    regsvr32.exe DVBSub3.ax
    regsvr32.exe BDReader.ax
    
    cd "\Program Files (x86)\Team MediaPortal\MediaPortal TV Server"
    
    regsvr32.exe TsReader.ax

    And I restarted Windows.

    However, TV Client and Moving Pictures are still not working.
     

    Attachments

    • MediaPortal.log
      99.1 KB

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Can you check this image file 'c:\programdata\team mediaportal\mediaportal\skin\titan\media\circle-empty.png'?
    If the file is corrupted, it would rise the same error.

    Code:
    [2023-12-21 07:34:44,579] [Log    ] [MPMain   ] [WARN ] - TexturePacker: Fast loading of texture c:\programdata\team mediaportal\mediaportal\skin\titan\media\circle-empty.png failed - trying safe fallback now: Gdiplus Out Of Memory

    I can open this file with a picture viewer. A circle is displayed.
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    With my DVB-C card TV watching with existing channels works fine but even with a full scan no channels are found:

    1.png


    2.png


    Is this a known issue?
     

    Users who are viewing this thread

    Top Bottom