how to disable "not responding" title-bar in vista? (1 Viewer)

Marcusb

Retired Team Member
  • Premium Supporter
  • February 16, 2005
    1,994
    29
    Melbourne
    I found with SP1 and a windows update from a couple of days ago (not sure which one) MP became very problematic with Vista.

    Every time I went to MyMovies, where there are network drives mapped, the short pause while waiting to connect to the network drive was enough to make the "Close this app or search on line for a solution( and also close this app)" box kept appearing. MP was still responding, but the error message to terminate the program was always on top.

    Stupid Vista! the message didn't appear until after MP was listing the movies in that directory anyway, so while MP was "not responding" (ie, going to a network drive) the message didn't appear. When it came good, then the message came and the onyl way to get rid of it is to choose any option, which also closes MP.

    A system restore removed that update and the problem went away.
    I'm very close to returning to XP... They were so much happier days :)
     

    BKCH

    MP Donator
  • Premium Supporter
  • July 25, 2005
    287
    12
    Sydney
    Home Country
    Thanks for the post Paranoid Delusion. Any chance this patch will be rolled into the SVN? (I guess the answer is no but it is VERY nice for Vista based HTPCs). :)
     

    Paranoid Delusion

    Moderation Manager
  • Premium Supporter
  • June 13, 2005
    13,052
    2,978
    Cheshire
    Home Country
    United Kingdom United Kingdom
    MPFocus will never be supplied in the install.

    Even i'm having to use it, a very usefull tool though for the people who suffer a no focus issue and do not want to use the "always on top" option or vmr9 exclusive mode.
     

    BKCH

    MP Donator
  • Premium Supporter
  • July 25, 2005
    287
    12
    Sydney
    Home Country
    Sorry - I actually meant Eabin's patch to "mediaportal.exe" that makes it perform better in vista (and stops the not responding issue) - any chance that could be folded into the standard build??
     

    iosub

    Portal Pro
    April 26, 2006
    572
    30
    San Sebastian
    Hi

    The Eabin patch has work for me for long time (I made my on MP.exe build everyday)
    Couple days ago I found that MyAlarm Sleep funtion does not work with EABIN Patch
    So checking the forum I found that with a litle change is code there is almost the same solution and this is to have EVR and EVR Exclusive mode..
    I'm testing right now and is not as goog as EABIN patch but it works..
    I have attach the Mediaportal.exe build 18493.

    To enable EVR exclusive:
    1.- Go to configuration ENABLE VRM9 and and also the exclusive mode
    2.- Close Configuration
    3.- Open Configuration.exe and ENABLE EVR (Be sure that VRM9 Exclusive mode in selected)
    4.- Close configuration
    5.- Copy the Mediaportal.exe that I have attached (MAKE A BACKUP!!)

    If you have problems with EVR EXCLUSIVE mode.. Copy from the backup or:
    1.- Open configuration, Select VRM9 and deselect ExclusiveMode,
    2- Close Configuration
    3.- Open Configuration.exe and ENABLE EVR (Be sure that VRM9 Exclusive mode in DESELECT)
    4.- close

    The changes is code are:
    Index: d3dapp.cs
    ===================================================================
    --- d3dapp.cs (revision 18493)
    +++ d3dapp.cs (working copy)
    @@ -310,8 +310,11 @@
    {
    useExclusiveDirectXMode = xmlreader.GetValueAsBool("general", "exclusivemode", true);
    useEnhancedVideoRenderer = xmlreader.GetValueAsBool("general", "useevr", false);
    - if (useEnhancedVideoRenderer)
    - useExclusiveDirectXMode = false;
    + // Cambio iosu
    + if (useEnhancedVideoRenderer) // useExclusiveDirectXMode = true;
    + //Fin cambio
    + Log.Info("Iosu useExclusiveDirectXMode: {0} " , xmlreader.GetValueAsBool("general", "exclusivemode", true));
    autoHideTaskbar = xmlreader.GetValueAsBool("general", "hidetaskbar", true);
    alwaysOnTop = xmlreader.GetValueAsBool("general", "alwaysontop", false);
    debugChangeDeviceHack = xmlreader.GetValueAsBool("debug", "changedevicehack", false);
     

    BKCH

    MP Donator
  • Premium Supporter
  • July 25, 2005
    287
    12
    Sydney
    Home Country
    Can someone help me understand why this issue isn't seen as a bug??? I look at the Mantis list for RC1 and don't see anything about it.... I assume I'm missing something?? thanks guys.
     

    BKCH

    MP Donator
  • Premium Supporter
  • July 25, 2005
    287
    12
    Sydney
    Home Country
    Thanks guys - I felt like I was sniffing glue for a while there :)

    I look forward to a fix so I can go back to Vista :)
     

    Users who are viewing this thread

    Top Bottom