Project Mayhem III Download (Final Vers.2.3 09.06.2008 (1 Viewer)

JackMalone

Portal Member
March 3, 2005
7
0
France
Hello,

with MP 0.2.2.0 and the last SVN, the skin doesn't work anymore. (it just works fine with the stable release without SVN). MP loads but the skin is not displayed. I can heard the sound when I press up ou down arrow. I have to hit alt F4 to be abble to use my windows desktop again. The Blue 2 skin works, even if there is an orange messagebox saying that it's not up to date.

I think the log file can help...
error.log:
2007-02-16 18:33:16.046875 [ERROR][MPMain]: D3D: InitializeDeviceObjects - Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at MediaPortal.GUI.Library.GUIFont.InitializeDeviceObjects()
at MediaPortal.GUI.Library.GUIFontManager.InitializeDeviceObjects()
at MediaPortalApp.InitializeDeviceObjects()
at MediaPortal.D3DApp.InitializeEnvironment()

Harley, do you see what's wrong with my setup?
 

geov

MP Donator
  • Premium Supporter
  • November 1, 2006
    756
    38
    Cape Town
    Home Country
    South Africa South Africa
    Everything works fine, except for LastFM which gives a "Missing or Invalid File" error when you try to access it. When I replace it with the file from the previous version it works again. I see you have made a number of changes, so it is probably caused by something you have done. I'm running SVN Rev12992...

    Cheers
    GeoV
     

    geov

    MP Donator
  • Premium Supporter
  • November 1, 2006
    756
    38
    Cape Town
    Home Country
    South Africa South Africa
    Everything works fine, except for LastFM which gives a "Missing or Invalid File" error when you try to access it. When I replace it with the file from the previous version it works again. I see you have made a number of changes, so it is probably caused by something you have done. I'm running SVN Rev12992...

    Cheers
    GeoV

    Good news on this problem...I solved it for you :D

    On line 123 of the LastFM XML you left out the "<" in the following string....

    <ondown>40</ondown>

    Cheers
    GeoV
     

    kirky

    Portal Member
    April 30, 2006
    36
    0
    Townsville, Oz
    Home Country

    JulianBuss

    Portal Pro
    November 14, 2004
    136
    2
    just tried version 1.7 with latest MP svn and TV server plugin. When selecting "timer" in TV module there is a message about missing XML file.

    I assume TV server plugin is not fully supported yet?
     

    ronsatter

    New Member
    February 1, 2007
    1
    0
    Best Skin Ever!

    Hi Harley,

    This is awesome. I love the changing graphics in the background and especially like the album graphics work in the background on the Home page when a song is playing.

    I notice that I have a small black square showing in the Album Cover graphic when MP is on the Home Page and a song is playing. I suspect it has something to do with the same Album Cover graphic used in the floating "Now Playing" horizontal graphic seen when MP is in a menu other than "Music". I see the cutout for the Album Cover in the "Now Playing" strip, but nothing in the hole.

    Again, very classy. Beautiful graphics and visually very stunning. Congrats!https://forum.team-mediaportal.com/images/smilies/biggrin.gif
    :D
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    Hi,
    the progress of this skin is really amazing and for me it is still one of the best.

    Some time ago I found some small issues and fixed them, but forget to upload them :oops: I also overworked the xml for videoeditor, because I think that the existing version doesn't fit to the rest of the skin.

    I also created xml files for several other plugins (always latest version):
    - Mastermind
    - My Simon say
    - My Emulators
    - My Lyrics (Now Playing style)
    - My Azureus, My Torrents, My uTorrents, My Podcasts
    - My Clickmania
    and wwitv
    You still need the graphics of the plugins, because they are not included in my zip file.

    Regards,
    MisterD
     

    Harley

    Retired Team Member
  • Premium Supporter
  • May 7, 2004
    2,053
    1,993
    Germany
    Home Country
    Germany Germany
    Hi misterd,

    ..great, many thanks for that. :)

    Will add it to the next update.

    Greetings Harley
     

    m0deth

    Portal Pro
    December 31, 2006
    78
    2
    56
    Home Country
    United States of America United States of America
    Heya Harley!

    Ok, now that I've become familiar enough with MP to spot bugs with relative confidence that I'm not causing them on my end, here's a couple I noticed on my favorite skin (and now default on two installs of MP). :)

    Let me first thank you for this wonderful skin, it's one of the few that give a total overall "professional retail" feel. Now, that's not to insult anyone, all these skins are cool, very much so. I'm just a dark skin sorta artist, and I appreciate the effort on this skin to do that while not making it boring, and PM3 is anything but.

    Ok, these two shots are from 1.7 with SVN from less than a week ago, so fairly recent. I've had some general comp issues as of late, so I'm a little fried as to what's installed now after installing so much.

    One of these bugs has been there for a long time, it's on 1.6 for .2.2.0 on my HTPC that runs the stable build only for now. All that I noticed is circled in red, explanations in white or yellow. Also, the skin still does not like backing out of tv in the fullscreen-window mode, ie:1280 window.

    ok, images are here:
    http://www.putfile.com/m0deth/images/85088

    I love this skin, and would really love to see a 16:9 native version, if I can help with graphics maybe? I dunno, anyway, all for now!

    BTW...How's this for cool?, Team MediaPortal Forums was the first Happy Birthday email I received from anyone yesterday!

    m0deth
     

    carreno

    Moderateur
  • Premium Supporter
  • July 31, 2005
    251
    25
    37
    France
    Home Country
    France France
    NEW WEATHER OVERLAY:

    Code:
    <window>
      <id>7002</id>
      <allowoverlay>yes</allowoverlay>
      <defaultcontrol>2</defaultcontrol>
      <controls>
      <control>
    	     <description>video rectangle</description>
    		<type>image</type>
    		<id>0</id>
    		<posX>0</posX>
    		<posY>468</posY>
    		<width>200</width>
    		<height>-</height>
    		<texture>Overlayback.png</texture>
                   <visible>!Player.HasMedia</visible>
    	      <animation effect="slide" start="-403,0" time="500" >WindowOpen</animation>
     		<animation effect="slide"  end="-403,0"  time="500" >WindowClose</animation>
    	</control>
    	<control>
    		<description>current temperature label</description>
    		<type>fadelabel</type>
    		<id>2</id>
    		<posX>80</posX>
    		<posY>495</posY>
    		<width>200</width>
    		<align>left</align>
    		<font>font13</font>
    		<textcolor>ffffffff</textcolor>
    		<visible>!Player.HasMedia</visible>
    		<animation effect="slide" start="-403,0" time="500" >WindowOpen</animation>
     		<animation effect="slide"  end="-403,0"  time="500" >WindowClose</animation>
          </control>
    	<control>
    		<description>current location label</description>
    		<type>fadelabel</type>
    		<id>4</id>
    		<posX>80</posX>
    		<posY>515</posY>
    		<width>200</width>
    		<align>left</align>
    		<font>font10</font>
    		<allowScrolling>true</allowScrolling>
    		<textcolor>ffffffff</textcolor>
    		<visible>!Player.HasMedia</visible>
    		<animation effect="slide" start="-403,0" time="500" >WindowOpen</animation>
     		<animation effect="slide"  end="-403,0"  time="500" >WindowClose</animation>
          </control>
    	<control>
    		<description>weather description label</description>
    		<type>fadelabel</type>
    		<id>5</id>
    		<posX>80</posX>
    		<posY>530</posY>
    		<width>200</width>
    		<align>left</align>
    		<font>font10</font>
    		<textcolor>ffffffff</textcolor>
    		<visible>!Player.HasMedia</visible>
    		<animation effect="slide" start="-403,0" time="500" >WindowOpen</animation>
     		<animation effect="slide"  end="-403,0"  time="500" >WindowClose</animation>
          </control>
    	<control>
    		<type>image</type>
    		<id>3</id>
    		<posX>10</posX>
    		<posY>488</posY>
    		<width>64</width>
    		<height>64</height>
    		<visible>!Player.HasMedia</visible>
    		<animation effect="slide" start="-403,0" time="500" >WindowOpen</animation>
     		<animation effect="slide"  end="-403,0"  time="500" >WindowClose</animation>
                </control>
        </controls>
    </window>

    ;-)
     

    Users who are viewing this thread

    Top Bottom