What do these errors mean? (1 Viewer)

SilentException

Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    TV-Server Version: 1.0 SVN
    MediaPortal Version: 1.0 SVN
    MediaPortal Skin: Black & White 1080
    Windows Version: Windows XP SP3
    CPU Type: Intel Core 2 Duo E6600 2.4GHz @ 3.0Ghz
    HDD: Seagate 200GB, 7200RPM, SATA
    Memory: 2 x 1GB DDR2
    Motherboard: Asus P5W DH Deluxe
    Video Card: nVidia GeForce 8800 GTX 768MB
    Video Card Driver: ForceWare 182.06
    Sound Card: Creative Labs X-Fi Elite Pro
    Sound Card AC3: Optical out
    Sound Card Driver: 6.0.1.1361 with DDL
    1. TV Card: AVerMedia A177 PCIe Dual Hybrid
    1. TV Card Type: Analog/DVBT
    1. TV Card Driver: 1.3.0.60
    2. TV Card:
    2. TV Card Type:
    2. TV Card Driver:
    3. TV Card:
    3. TV Card Type:
    3. TV Card Driver:
    4. TV Card:
    4. TV Card Type:
    4. TV Card Driver:
    MPEG2 Video Codec:
    MPEG2 Audio Codec:
    h.264 Video Codec:
    Satelite/CableTV Provider:
    HTPC Case: SilverStone GD01-MXR Black
    Cooling: Scythe Ninja Mini, Sharkoon Silent Eagle Fans
    Power Supply: Corsair HX620 620W
    Remote: iMON Pad, Logitech Harmony 555
    TV: Sony KDL-40W4000
    TV - HTPC Connection: DVI->HDMI

    Getting these strange errors on load: (attached is the full log)

    Code:
    2009-03-25 12:16:21.828125 [ERROR][MPMain]: Exception   :System.ArgumentException: Parameter is not valid.
       at System.Drawing.Bitmap..ctor(String filename)
       at MediaPortal.TV.Recording.VMR9OSD.ReadSkinFile()
    2009-03-25 12:16:21.828125 [ERROR][MPMain]: Exception   :Parameter is not valid.
    2009-03-25 12:16:21.828125 [ERROR][MPMain]:   site      :Void .ctor(System.String)
    2009-03-25 12:16:21.828125 [ERROR][MPMain]:   source    :System.Drawing
    2009-03-25 12:16:21.828125 [ERROR][MPMain]:   stacktrace:   at System.Drawing.Bitmap..ctor(String filename)
       at MediaPortal.TV.Recording.VMR9OSD.ReadSkinFile()
    2009-03-25 12:16:22.171875 [ERROR][MPMain]: Exception   :System.ArgumentException: Parameter is not valid.
       at System.Drawing.Bitmap..ctor(String filename)
       at MediaPortal.TV.Recording.VMR9OSD.ReadSkinFile()
    2009-03-25 12:16:22.171875 [ERROR][MPMain]: Exception   :Parameter is not valid.
    2009-03-25 12:16:22.171875 [ERROR][MPMain]:   site      :Void .ctor(System.String)
    2009-03-25 12:16:22.171875 [ERROR][MPMain]:   source    :System.Drawing
    2009-03-25 12:16:22.171875 [ERROR][MPMain]:   stacktrace:   at System.Drawing.Bitmap..ctor(String filename)
       at MediaPortal.TV.Recording.VMR9OSD.ReadSkinFile()

    I have no idea what they mean or where to look.. I am getting them using Black & White skin, using B3W everything works..

    Also, could one of the more experienced developers take a look or comment on this:
    https://forum.team-mediaportal.com/395894-post143.html

    Thanx in advance!
     

    SilentException

    Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    • Thread starter
    • Moderator
    • #3
    solved first one:
    needed to include volume.states.png and volume.states.mute.png as they are hardcoded in the code

    still having this issue:
    https://forum.team-mediaportal.com/395894-post143.html

    and now onto new error i'm having:
    if i start FS video in MPTVSeries for example and then stop it, i cannot use the esc-key to go to the main menu. cannot exit the plugin and go back to the main menu.. only happens after FS video is started, otherwise everything's normal..

    my guess is something in windowmanager, coz i do see a basichome blink after i stop the movie and logs confirm that:

    Code:
    2009-03-25 17:11:44.296875 [Debug][MPMain]: Window: MediaPortal.GUI.Video.GUIVideoFullscreen deinit
    2009-03-25 17:11:44.312500 [Debug][MPMain]: TextureManager: CleanupThumbs()
    2009-03-25 17:11:44.500000 [Debug][MPMain]: Window: WindowPlugins.home.GUIBasicHome init
    2009-03-25 17:11:44.531250 [Info.][MPMain]: No translation found for id 109811
    2009-03-25 17:11:44.531250 [Debug][MPMain]: Window: MediaPortal.GUI.Video.GUIVideoFullscreen deinit
    2009-03-25 17:11:44.531250 [Debug][MPMain]: TextureManager: CleanupThumbs()
    2009-03-25 17:11:44.718750 [Info.][MPMain]: TextureManager: load from memory: [TVSeries:C:\HTPC\MediaPortal\skin\Black & White 1080\Media\TVSeries\Logos\Reality.png]
    2009-03-25 17:11:44.734375 [Info.][MPMain]: TextureManager: load from memory: [TVSeries:C:\HTPC\MediaPortal\skin\Black & White 1080\Media\TVSeries\Logos\Reality.png]
    2009-03-25 17:11:44.734375 [Info.][MPMain]: No translation found for id 109811
    2009-03-25 17:11:44.734375 [Debug][MPMain]: Window: WindowPlugins.GUITVSeries.TVSeriesPlugin init

    (couple of lines after that you'll see me pressing esc key many times with no effect)

    question is why is this happening and how to avoid it?
     

    Users who are viewing this thread

    Top Bottom