Black Glass Skin 2.6.0 (1 Viewer)

Tgx

Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    • Thread starter
    • Moderator
    • #21
    Re: Re : Black Glass Skin 2.6.0

    Windows XP.
    dev PC is Intel CPU 4 core Q6600 + 2 GB RAM + ATI Radeon HD 3870 Pcie 2.0 x 16 512 MB GDDR4 with latest 10.7 catalyst drivers.
    I'm working on Seven.
    Is the myweather screen the only page that gives you problems or are there some else screens with the same issue?

    Tgx
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    6,213
    2,348
    South of France
    Home Country
    France France
    Re : Re: Re : Black Glass Skin 2.6.0

    Is the myweather screen the only page that gives you problems or are there some else screens with the same issue?
    Yes, it's the only one with issue and, the older 2.5.0 is working fine.
    I tried to change :

    Code:
        <id>2600</id>
        <defaultcontrol>2</defaultcontrol>
        <allowoverlay>player.hasmedia</allowoverlay>
    with
    Code:
        <id>2600</id>
        <defaultcontrol>2</defaultcontrol>
        <allowoverlay>no</allowoverlay>
    and, problem is still here.
    At least, with commenting on :
    Code:
    <!--
            <control>
                <description>DUMMY BUTTON</description>
                <type>button</type>
                <id>50</id>
                <posX>480</posX>
                <posY>0</posY>
                <width>800</width>
                <height>720</height>
                <label/>
                <onright>2</onright>
                <onleft>2</onleft>
                <textureFocus>-</textureFocus>
                <textureNoFocus>-</textureNoFocus>
                <scrollWrapString></scrollWrapString>
            </control>
    -->
    I can see the other days. but, no left menu.

    I suppose maybe a problem in the HIDDEN MENU wich could cause that ?

    And for you, left and right arrows are working fine, or not ?
     

    Tgx

    Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    • Thread starter
    • Moderator
    • #23
    Re: Re : Re: Re : Black Glass Skin 2.6.0

    I can see the other days. but, no left menu.

    I suppose maybe a problem in the HIDDEN MENU wich could cause that ?

    And for you, left and right arrows are working fine, or not ?
    On my computers everything is working fine either with mouse or keyboard. I'll provide you a modified myweather skin file with a fixed left menu. I suspect that on Windows xp something goes wrong.

    Thanks

    Tgx
     

    Tgx

    Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    • Thread starter
    • Moderator
    • #24
    Re: Re : Re: Re : Black Glass Skin 2.6.0

    I can see the other days. but, no left menu.

    I suppose maybe a problem in the HIDDEN MENU wich could cause that ?

    And for you, left and right arrows are working fine, or not ?

    Please try this file in attach!

    Thanks

    Tgx
     

    Attachments

    • myweather.xml
      17.6 KB

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    6,213
    2,348
    South of France
    Home Country
    France France
    Re : Black Glass Skin 2.6.0

    :D

    Well, many changes, on it. :eek:
    Tested with clear cache and sadly, same behavior with same errors in log :

    Code:
    2010-08-01 22:04:21.390625 [Debug][MPMain(1)]: Window: MediaPortal.GUI.Home.GUIHome deinit
    2010-08-01 22:04:21.406250 [Debug][MPMain(1)]: TextureManager: CleanupThumbs()
    2010-08-01 22:04:21.421875 [Debug][MPMain(1)]: Window: MediaPortal.GUI.Weather.GUIWindowWeather init
    2010-08-01 22:04:21.421875 [Info.][MPMain(1)]: GUIWindowWeather: SkipConnectionTest: False
    2010-08-01 22:04:21.546875 [Debug][MPMain(1)]: TextureManagerEx: load from memory: [weatherImage]
    2010-08-01 22:04:21.593750 [Debug][MPMain(1)]: TextureManager: added: memoryImage   total: 18 mem left: 927989760
    2010-08-01 22:04:25.062500 [Info.][MPMain(1)]: render exception:System.AccessViolationException: Tentative de lecture ou d'écriture de mémoire protégée. Cela indique souvent qu'une autre mémoire est endommagée.
       à Microsoft.DirectX.Direct3D.Font.MeasureString(Sprite sprite, String text, DrawTextFormat format, Int32 color)
       à Microsoft.DirectX.Direct3D.Font.MeasureString(Sprite sprite, String text, DrawTextFormat format, Color color)
       à MediaPortal.GUI.Library.GUIFontManager.MeasureText(Font fnt, String text, Single& textwidth, Single& textheight, Int32 fontSize)
       à MediaPortal.GUI.Library.GUIFont.GetTextExtent(String text, Single& textwidth, Single& textheight)
       à MediaPortal.GUI.Library.GUILabelControl.get_TextWidth()
       à MediaPortal.GUI.Library.GUIFadeLabel.Render(Single timePassed)
       à MediaPortal.GUI.Library.GUIControl.DoRender(Single timePassed, UInt32 currentTime)
       à MediaPortal.GUI.Library.GUIGroup.Render(Single timePassed)
       à MediaPortal.GUI.Library.GUIControl.DoRender(Single timePassed, UInt32 currentTime)
       à MediaPortal.GUI.Library.GUIWindow.Render(Single timePassed)
    2010-08-01 22:04:25.078125 [Info.][MPMain(1)]: render exception:System.AccessViolationException: Tentative de lecture ou d'écriture de mémoire protégée. Cela indique souvent qu'une autre mémoire est endommagée.
       à Microsoft.DirectX.Direct3D.Font.MeasureString(Sprite sprite, String text, DrawTextFormat format, Int32 color)
       à Microsoft.DirectX.Direct3D.Font.MeasureString(Sprite sprite, String text, DrawTextFormat format, Color color)
       à MediaPortal.GUI.Library.GUIFontManager.MeasureText(Font fnt, String text, Single& textwidth, Single& textheight, Int32 fontSize)
       à MediaPortal.GUI.Library.GUIFont.GetTextExtent(String text, Single& textwidth, Single& textheight)
       à MediaPortal.GUI.Library.GUILabelControl.get_TextWidth()
       à MediaPortal.GUI.Library.GUIFadeLabel.Render(Single timePassed)
       à MediaPortal.GUI.Library.GUIControl.DoRender(Single timePassed, UInt32 currentTime)
       à MediaPortal.GUI.Library.GUIGroup.Render(Single timePassed)
       à MediaPortal.GUI.Library.GUIControl.DoRender(Single timePassed, UInt32 currentTime)
       à MediaPortal.GUI.Library.GUIWindow.Render(Single timePassed)
    :sorry: for this report.
     

    Tgx

    Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    • Thread starter
    • Moderator
    • #26
    Re: Re : Black Glass Skin 2.6.0

    :D

    Well, many changes, on it. :eek:
    Tested with clear cache and sadly, same behavior with same errors in log :


    :sorry: for this report.

    Please try this file without the animations!

    Tgx
     

    Attachments

    • myweather.xml
      17.2 KB

    Jean-Marc

    Portal Pro
    February 28, 2007
    382
    32
    Home Country
    France France
    Hi Framug,

    Just to tell you that I am using the last version of MP 1.1 final, Black Glass 2.6, windows xp SP3 and everything worked fine directly "out of the box" for MyWeather.
    So I think that the problem is from your computer side...
     

    Tgx

    Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    • Thread starter
    • Moderator
    • #29
    Re: Re : Re: Re : Black Glass Skin 2.6.0

    Please try this file without the animations!

    Tgx
    Tested (also with HTPC to be sure) and unfortunately, result is same.

    @Jean-Marc : Happy that it works for you. ;)
    Does the same happen using the Blue3Wide skin?

    Tgx
     

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    6,213
    2,348
    South of France
    Home Country
    France France
    Re : Re: Re : Re: Re : Black Glass Skin 2.6.0

    Does the same happen using the Blue3Wide skin?
    Tgx
    Nope, as you can see, with B3W or BG 2.5.0, I can see the 5 days screen where I can't with BG 2.6.0




    I restored your 2.6.0 weather.xml (the one in your .rar archive) and, began to comment code.
    I can see that problem seems to be between "current weather icon" and "current humidity label" in xml.
    Of course, we can't remove that skin code, otherwise MP crash cause not defined fields.
    I will try to remove "optional" skin code (ie : colorkey and/or colordiffuse, font, textcolor ...) to see if problem could be there.
    I will report ASAP.
    Btw, :D for your interest about this problem.
     

    Users who are viewing this thread

    Top Bottom