Media Portal stürzt sofort ab, Log anbei (1 Viewer)

Jackie78

Portal Member
February 18, 2006
23
0
126
Hallo,

gerade ging es noch, jetzt auf einmal stürzt das MediaPortal unte Vista sofort nach dem Start ab - Windows meldet: "Programm reagiert nicht mehr", und zwar wirklich unmittelbar nach dem Doppelklick auf die EXE. Anbei meine Logs, könnt ihr mir bitte helfen?

Danke
 

Inker

Retired Team Member
  • Premium Supporter
  • December 6, 2004
    2,055
    318
    Somehow you're MediaPortal.exe.config got damaged. The easiest would be to reinstall MP.

    Or if you don't feel like doing that, open the file in a text editor and see if if you got weird characters in there, it should be an xml file that looks like this:

    Code:
    <?xml version="1.0"?>
    <configuration>
      <startup>
        <requiredRuntime version="v2.0.50727" />
        <supportedRuntime version="v2.0.50727" />
      </startup>
      <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
          <probing privatePath="plugins/windows" />
        </assemblyBinding>
      </runtime>
      <appSettings>
    <?xml version="1.0"?>
    <configuration>
      <startup>
        <requiredRuntime version="v2.0.50727" />
        <supportedRuntime version="v2.0.50727" />
      </startup>
      <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
          <probing privatePath="plugins/windows" />
        </assemblyBinding>
      </runtime>
      <appSettings>
        <add key="version" value="0.2.3.0-SVN-11.01.2008- 1:00:38,10-Build 1ab1   
    " />
        <add key="edtftp.log.level" value="ALL" />
      </appSettings>
    </configuration>
      </appSettings>
    </configuration>

    Between app settings it should state what version of MP you have installed, so this can be different.
     

    Jackie78

    Portal Member
    February 18, 2006
    23
    0
    126
    Hi,

    thanks alot for your quick reply. I have reinstalled mediaportal, and it works again now, but someow it seems to have lost the connection to my TV-server, which is running on the same machine: The TV-Server itself is fine, and I have defined some program groups inside TV server. however, I donot see these groups when I try to configure Mediaportal itself. It seems that media portal is trying to use it's own, internal routines to scan my DVB-S card, bypassing the TV server.

    is there a way to force MP to use my TV-Server?
     

    Jackie78

    Portal Member
    February 18, 2006
    23
    0
    126
    That was the solution Inker. The more I try, the more I begin to understand Media Portal, so thanks alot for your help.
     

    Users who are viewing this thread

    Top Bottom