MediaPortal crashes at the splashscreen (1 Viewer)

Spragleknas

Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    "82845G"

    Actually, requirements are DX9 capable graphic card w/128 MB memory.

    Not convinced thats causing the hang, though ...

    No errors in log either .... :confused:
     

    PaulSinnema

    New Member
    July 9, 2008
    4
    0
    Home Country
    Switzerland Switzerland
    Hi,

    :D for the reply. I'm about to start a remote debug on my media PC. It seems to have something to do with Assemblies not being registered in the GAC. I'll tell you as soon as I know what's going on.

    Cheers,
    Paul.
     

    PaulSinnema

    New Member
    July 9, 2008
    4
    0
    Home Country
    Switzerland Switzerland
    Ok,

    Found out what was the problem. In Configuration Form the 'Verdana' Font with FontStyle.Regular was set. I didn't have that font installed on my PC (moved it to a seperate folder. My PC starts up faster than before and uses less memory). What is of course not so nice that MediaPortal Configuration doesn't give any notification and just crashes (maybe some more Error Handling required here!).

    Cheers,
    Paul.

    Code:
    this.headerLabel.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     

    Users who are viewing this thread

    Top Bottom