Will MP2 client support W7 x64 ? (1 Viewer)

framug

Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,943
    2,022
    South of France
    Home Country
    France France
    Because DirectX11 is embedded with W7 x64 :

    Code:
    2010-08-28 08:53:46.134735 [Debug][Main Thread]: GraphicsDevice: Initialize DirectX
    2010-08-28 08:53:46.345747 [Crit.][Main Thread]: GraphicsDevice: Failed to set-up DirectX
    Exception: SlimDX.Direct3D9.Direct3DX9NotFoundException: Direct3DX 9 was not found. Please install the latest DirectX end-user redistributable package from Microsoft. ---> System.Runtime.InteropServices.SEHException: Un composant externe a levé une exception.
       à D3DXCheckVersion(UInt32 , UInt32 )
       à SlimDX.Direct3D9.Direct3DEx..ctor()
       --- Fin de la trace de la pile d'exception interne ---
       à SlimDX.Direct3D9.Direct3DEx..ctor()
       à MediaPortal.UI.SkinEngine.DirectX.MPDirect3D.Load()
       à MediaPortal.UI.SkinEngine.DirectX.GraphicsDevice.Initialize(Form window)
      Message: Direct3DX 9 was not found. Please install the latest DirectX end-user redistributable package from Microsoft.
      Site   : Void .ctor()
      Source : SlimDX
    Inner Exception(s):
    Un composant externe a levé une exception.
    Stack Trace:
       à SlimDX.Direct3D9.Direct3DEx..ctor()
       à MediaPortal.UI.SkinEngine.DirectX.MPDirect3D.Load()
       à MediaPortal.UI.SkinEngine.DirectX.GraphicsDevice.Initialize(Form window)
    Even with DX9 installation wich seems OK, DXDiag show DirectX 11 version.

    Exception is in \MP2\trunk\MediaPortal\Source\UI\SkinEngine\DirectX\d3dSetup.cs on Load() method line 55 :

    Code:
            _d3d = new Direct3DEx();
    An idea ?
     

    Attachments

    • MediaPortal.rar
      2.6 KB

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Message: Direct3DX 9 was not found. Please install the latest DirectX end-user redistributable package from Microsoft.

    That says it all. You need to have the latest DirectX end-used package from Microsoft. This is not the same thing as the DirectX itself.
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,943
    2,022
    South of France
    Home Country
    France France
    • Thread starter
    • Moderator
    • #6

    Users who are viewing this thread

    Top Bottom