Can´t start MediaPortal (1 Viewer)

z3us

Portal Pro
December 4, 2007
1,047
123
46
Home Country
Spain Spain
Hi.
After my computer crashed yesterday, I´m not able to execute MP (w7 system). I´m getting this error window:
mp.png


Translated:
"could not start the application, the parallel configuration is incorrect. See the event log of the application or use the tool sxstrace.exe in command line for details"

Any help?

Thanks
 

elliottmc

Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    Then something has gone very badly wrong. Does every other program on your computer work fine?

    If it is only MediaPortal, then I would say it must be getting far enough to produce some logs.

    Mark
     

    z3us

    Portal Pro
    December 4, 2007
    1,047
    123
    46
    Home Country
    Spain Spain
    Yes, it happens only with MP, and I haven´t any logs
     

    Jay_UK

    Test Group
  • Team MediaPortal
  • October 6, 2009
    1,780
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    Hi there,

    This might be an issue with your mediaportal.exe.config file (located in your mediaportal program file directory).

    Chances are its empty/corrupt or missing.

    This is the contens of mine (I'm running 1.2.1 of Mediaportal):

    <?xml version="1.0"?>
    <configuration>
    <startup>
    </startup>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <probing privatePath="plugins\ExternalPlayers;plugins\process;plugins\subtitle;plugins\windows" />
    </assemblyBinding>
    </runtime>
    <appSettings>
    <add key="version" value="1.2.1.0" />
    <add key="edtftp.log.level" value="ALL" />
    </appSettings>
    </configuration>

    Cheers,

    J.
     
    C

    CypherMK

    Guest
    Hi there,

    This might be an issue with your mediaportal.exe.config file (located in your mediaportal program file directory).

    Chances are its empty/corrupt or missing.

    This is the contens of mine (I'm running 1.2.1 of Mediaportal):

    <?xml version="1.0"?>
    <configuration>
    <startup>
    </startup>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <probing privatePath="plugins\ExternalPlayers;plugins\process;plugins\subtitle;plugins\windows" />
    </assemblyBinding>
    </runtime>
    <appSettings>
    <add key="version" value="1.2.1.0" />
    <add key="edtftp.log.level" value="ALL" />
    </appSettings>
    </configuration>

    Cheers,

    J.

    I had this same issue today, and this fixed it! Thx!!
     

    Jay_UK

    Test Group
  • Team MediaPortal
  • October 6, 2009
    1,780
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    Glad it helped :)

    J.
     

    Users who are viewing this thread

    Top Bottom