Streamed MP v1.0.3 Stable [15 Apr 2010] [Supports MP 1.1.0 RC2] (1 Viewer)

Status
Not open for further replies.

su27

New Member
March 26, 2010
4
0
Home Country
Poland Poland
Re: *NEW* Streamed MP v1.0 RC2 [13 Mar 2010] [Supports MP 1.1.0 RC1+]

I can't run this version. MediaPortal (fresh install) with default blue skin runs fine but with StreamedMP it just hangs with black screen after splashscreen.

I'm using Windows 7 x64 with 3GB RAM, ATI 3650 512MB, Athlon Dual Core 2GHz, 1280x1024 fullscreen

Here is my error log:
Code:
2010-03-26 12:47:54.399409 [ERROR][MPMain(1)]: D3D: InitializeDeviceObjects - Exception: Error in the application.
-2147024882 (E_OUTOFMEMORY)
   at Microsoft.DirectX.Direct3D.Font..ctor(Device device, Font font)
   at MediaPortal.GUI.Library.GUIFont.InitializeDeviceObjects()
   at MediaPortal.GUI.Library.GUIFontManager.InitializeDeviceObjects()
   at MediaPortalApp.InitializeDeviceObjects()
   at MediaPortal.D3DApp.InitializeEnvironment()
2010-03-26 12:47:55.831839 [ERROR][MPMain(1)]: SQLiteClient: FanartHandler.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:no such table: Version query:SELECT count(Version) FROM Version;
2010-03-26 12:47:56.318985 [ERROR][MPMain(1)]: D3D: InitializeDeviceObjects - Exception: Error in the application.
-2147024882 (E_OUTOFMEMORY)
   at Microsoft.DirectX.Direct3D.Font..ctor(Device device, Font font)
   at MediaPortal.GUI.Library.GUIFont.InitializeDeviceObjects()
   at MediaPortal.GUI.Library.GUIFontManager.InitializeDeviceObjects()
   at MediaPortalApp.InitializeDeviceObjects()
   at MediaPortal.D3DApp.InitializeEnvironment()
 

robhawk

MP Donator
  • Premium Supporter
  • January 20, 2008
    142
    14
    Thuringia
    Home Country
    Germany Germany
    Re: *NEW* Streamed MP v1.0 RC2 [13 Mar 2010] [Supports MP 1.1.0 RC1+]

    I can't run this version. MediaPortal (fresh install) with default blue skin runs fine but with StreamedMP it just hangs with black screen after splashscreen.

    I'm using Windows 7 x64 with 3GB RAM, ATI 3650 512MB, Athlon Dual Core 2GHz, 1280x1024 fullscreen

    Here is my error log:
    Code:
    -26 12:47:55.831839 [ERROR][MPMain(1)]: SQLiteClient: FanartHandler.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:no such table: Version query:SELECT count(Version) FROM Version;
    2010-03-26 12:47:56.318985 [ERROR][MPMain(1)]: D3D: InitializeDeviceObjects - Exception: Error in the application.
    -2147024882 (E_OUTOFMEMORY)

    Your Fanart Handler Database seems to be broken... Fanart Handler also is a MP-plugin used in some skins, so does StreamedMP!
    You should download the latest version of Fanrt Handler and install that. Perhaps your problem gets solved this way.
    You can find the Fanart Handler link in my signature. So give it a try...

    I also have a "problem".... Is it possible to get rid of the ugly equalizer animation in fullscreen music? That would be nice!^^
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    Re: *NEW* Streamed MP v1.0 RC2 [13 Mar 2010] [Supports MP 1.1.0 RC1+]

    I also have a "problem".... Is it possible to get rid of the ugly equalizer animation in fullscreen music? That would be nice!^^

    This is a vesion of full screen music without the eq - have something in the works that will in future allow this sort of cutomization.

    Cheers
     

    Attachments

    • MyMusicPlayingNow.xml
      30.6 KB

    robhawk

    MP Donator
  • Premium Supporter
  • January 20, 2008
    142
    14
    Thuringia
    Home Country
    Germany Germany
    Re: *NEW* Streamed MP v1.0 RC2 [13 Mar 2010] [Supports MP 1.1.0 RC1+]

    I also have a "problem".... Is it possible to get rid of the ugly equalizer animation in fullscreen music? That would be nice!^^

    This is a vesion of full screen music without the eq - have something in the works that will in future allow this sort of cutomization.

    Cheers

    I will give it a try!:D

    edit: It doesnt work!

    Here is a screenshot, artist, title everything is missing... also the shown backdrops seem to be random and not artist related.

    fehlerg.jpg


    If the artist/song info would be in the dark rectangle on the bottom... i would love this nice and clean style! :) Can you do something there?
     

    Seb120

    Portal Member
    April 13, 2009
    27
    3
    Home Country
    France France
    Re: *NEW* Streamed MP v1.0 RC2 [13 Mar 2010] [Supports MP 1.1.0 RC1+]

    Hi and thanks for this great skin.

    I have a problem (the 2 attach picture talk for itself):

    I use large thumbs (poster) view in movingpicture (fanart style). When i click on a movie to see movie detail. The black overlay from the last page stay on screen. (See the first picture)
    But when i try on list view look fine. (See the second picture)

    Can you help me.

    My config
    Windows Vista
    MP 1.1.0 RC1 (fresh instal)
    Streamed MP v1.0 RC2
     

    Attachments

    • thumbs.jpg
      thumbs.jpg
      168.5 KB
    • list.jpg
      list.jpg
      190.9 KB

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    • Thread starter
    • Moderator
    • #46
    Re: *NEW* Streamed MP v1.0 RC2 [13 Mar 2010] [Supports MP 1.1.0 RC1+]

    I use large thumbs (poster) view in movingpicture (fanart style). When i click on a movie to see movie detail. The black overlay from the last page stay on screen.

    Thanks, I know what the problem is. In MovingPictures.xml find the following:

    Code:
    <control>
    	<description>Thumbs Overlay</description>
    	<type>image</type>
    	<id>0</id>
    	<posX>-2</posX>
    	<posY>0</posY>
    	<width>1284</width>
    	<height>722</height>
    	<texture>mainoverlay.png</texture>
    	<visible>Control.IsVisible(50)+facadeview.smallicons|facadeview.largeicons</visible>
    </control>

    replace line:

    Code:
    <visible>Control.IsVisible(50)+facadeview.smallicons|facadeview.largeicons</visible>

    with line:

    Code:
    <visible>Control.IsVisible(50)+[facadeview.smallicons|facadeview.largeicons]</visible>
     

    Seb120

    Portal Member
    April 13, 2009
    27
    3
    Home Country
    France France
    Re: *NEW* Streamed MP v1.0 RC2 [13 Mar 2010] [Supports MP 1.1.0 RC1+]

    I use large thumbs (poster) view in movingpicture (fanart style). When i click on a movie to see movie detail. The black overlay from the last page stay on screen.

    Thanks, I know what the problem is. In MovingPictures.xml find the following:

    Code:
    <control>
    	<description>Thumbs Overlay</description>
    	<type>image</type>
    	<id>0</id>
    	<posX>-2</posX>
    	<posY>0</posY>
    	<width>1284</width>
    	<height>722</height>
    	<texture>mainoverlay.png</texture>
    	<visible>Control.IsVisible(50)+facadeview.smallicons|facadeview.largeicons</visible>
    </control>

    replace line:

    Code:
    <visible>Control.IsVisible(50)+facadeview.smallicons|facadeview.largeicons</visible>

    with line:

    Code:
    <visible>Control.IsVisible(50)+[facadeview.smallicons|facadeview.largeicons]</visible>

    Thanks everything is fine now:D
     

    robhawk

    MP Donator
  • Premium Supporter
  • January 20, 2008
    142
    14
    Thuringia
    Home Country
    Germany Germany
    Re: *NEW* Streamed MP v1.0 RC2 [13 Mar 2010] [Supports MP 1.1.0 RC1+]

    I noticed another 2 problems.

    1. When watching TV and chosing submenus like audio, video oder subtitles i cant close these menus with the back-key! I have to press H-Home and reenter TV... Pls look at Screenshot below:

    bugid.jpg


    2. Im missing the menu, where i manually can f.e. press the record button or watch the signal strength. Am i doing something wrong?

    ftr.jpg
     

    z3us

    Portal Pro
    December 4, 2007
    1,047
    123
    45
    Home Country
    Spain Spain
    Re: *NEW* Streamed MP v1.0 RC2 [13 Mar 2010] [Supports MP 1.1.0 RC1+]

    Hi.
    The weather doesnt show in the BasicHome screen. In the non basichome start screen it works ok
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    Re: *NEW* Streamed MP v1.0 RC2 [13 Mar 2010] [Supports MP 1.1.0 RC1+]

    Hi.
    The weather doesnt show in the BasicHome screen. In the non basichome start screen it works ok

    Is this the 5 day weather or the summary weather you are refering to?
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom