MP sometimes hangs on load (1 Viewer)

joit

MP Donator
  • Premium Supporter
  • August 5, 2008
    209
    8
    Home Country
    Germany Germany
    Ok, thx. Can't I just put MP in autostart/startup?
    Is this a problem that hasn't been there before 1.4?
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    If you problem relates to directX not being ready (probably does) then the autostart settings inside mp config will never work even with delay. The startup delay happens after mp has already started to load, which is apparently already too late for this issue.

    I am not sure if start -> all prog -> startup, works or not. Apparently this has been around a while, but some changes in MP1.4 make it more likely to occur. If you want more info then search the forums there is a thread on it. I don't have this problem, but others have had it.
     
    Last edited:

    thekiwi

    MP Donator
  • Premium Supporter
  • January 26, 2007
    287
    16
    Gisborne
    Home Country
    New Zealand New Zealand
    If you problem relates to directX not being ready (probably does) then the autostart settings inside mp config will never work even with delay. The startup delay happens after mp has already started to load, which is apparently already too late for this issue.

    I am not sure if start -> all prog -> startup, works or not. Apparently this has been around a while, but some changes in MP1.4 make it more likely to occur. If you want more info then search the forums there is a thread on it. I don't have this problem, but others have had it.

    Been getting this problem intermittently as well with Windows 7.

    It didnt work using Task Scheduler based on logon, as it was still too quick.

    Only way I got it working properly was to use Task Scheduler calling a VBS file, which called a BAT file which had a timeout in it:

    VBS File
    Code:
    Set WshShell = CreateObject("WScript.Shell")
    WshShell.Run chr(34) & "C:\Program Files (x86)\Team MediaPortal\MediaPortal\runMP.bat" & Chr(34), 0
    Set WshShell = Nothing
    BAT File
    Code:
    TIMEOUT /T 2
    "C:\Program Files (x86)\Team MediaPortal\MediaPortal\MediaPortal.exe"

    This now seems to be working OK
     

    Users who are viewing this thread

    Top Bottom