Titan - Bug Reports & Issues (2 Viewers)

ncoH

Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    Seems we still have a ToggleButton control in Titan?

    Code:
    [2013-06-10 20:31:58,406] [Log	] [MPMain  ] [DEBUG] - PluginManager: Begin loading '\windows\OnlineVideos.MediaPortal1.dll' (non threaded)
     
    [2013-06-10 20:31:58,406] [Log	] [MPMain  ] [INFO ] - PluginManager: 'C:\Program Files (x86)\Team MediaPortal\MediaPortal\Plugins\windows\OnlineVideos.MediaPortal1.dll' file version: 1.6.1.2864
     
    [2013-06-10 20:31:58,468] [Log	] [MPMain  ] [INFO ] - ERROR: unknown control:<togglebutton>
     
    [2013-06-10 20:31:58,468] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Object reference not set to an instance of an object.
     
      at MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
     
    [2013-06-10 20:31:58,468] [Log	] [MPMain  ] [INFO ] - ERROR: unknown control:<togglebutton>
     
    [2013-06-10 20:31:58,468] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Object reference not set to an instance of an object.
     
      at MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
     
    [2013-06-10 20:31:58,468] [Log	] [MPMain  ] [INFO ] - ERROR: unknown control:<togglebutton>
     
    [2013-06-10 20:31:58,468] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Object reference not set to an instance of an object.
     
      at MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
     
    [2013-06-10 20:31:58,468] [Log	] [MPMain  ] [INFO ] - ERROR: unknown control:<togglebutton>
     
    [2013-06-10 20:31:58,468] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Object reference not set to an instance of an object.
     
      at MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
     
    [2013-06-10 20:31:58,468] [Log	] [MPMain  ] [INFO ] - xml:C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\myonlinevideosOSD.xml image id:350 width:0 height:0 gfx:-
     
    [2013-06-10 20:31:58,484] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name 'font13' does not exist
     
    [2013-06-10 20:31:58,484] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name 'font13' does not exist
     
    [2013-06-10 20:31:58,484] [Log	] [MPMain  ] [INFO ] - ERROR: unknown control:<togglebutton>
     
    [2013-06-10 20:31:58,484] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Object reference not set to an instance of an object.
     
      at MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
     
    [2013-06-10 20:31:58,484] [Log	] [MPMain  ] [INFO ] - ERROR: unknown control:<togglebutton>
     
    [2013-06-10 20:31:58,484] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Object reference not set to an instance of an object.
     
      at MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
     
    [2013-06-10 20:31:58,484] [Log	] [MPMain  ] [INFO ] - ERROR: unknown control:<togglebutton>
     
    [2013-06-10 20:31:58,484] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Object reference not set to an instance of an object.
     
      at MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
     
    [2013-06-10 20:31:58,484] [Log	] [MPMain  ] [INFO ] - ERROR: unknown control:<togglebutton>
     
    [2013-06-10 20:31:58,484] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Object reference not set to an instance of an object.
     
      at MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
     
    [2013-06-10 20:31:58,484] [Log	] [MPMain  ] [INFO ] - xml:C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\myonlinevideosOSD.xml image id:350 width:0 height:0 gfx:-
     
    [2013-06-10 20:31:58,484] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name 'font13' does not exist
     
    [2013-06-10 20:31:58,484] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name 'font13' does not exist
     
    [2013-06-10 20:31:58,499] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name 'font13' does not exist
     
    [2013-06-10 20:31:58,499] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name 'font13' does not exist
     
    [2013-06-10 20:31:58,499] [Log	] [MPMain  ] [DEBUG] - PluginManager: End loading '\windows\OnlineVideos.MediaPortal1.dll' (93,601 ms running time)

    already fixed in git repo: https://github.com/MediaPortal/TitanExtended
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Side menu is opened when selecting 'Current Playlist' on NowPlaying screen.

    Steps to reproduce:
    1. Start music
    2. Go to NowPlaying
    3. select 'Current Playlist'
    Current playlist is displayed, but sidemenu is opened ;)

    And the OnlineVideos files from repo are working great and fix the ToggleButton error ;)
     
    Last edited:

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    In MP 1.4 and with latest MP Extended git version i don't the last added episodes of MyFilms.
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    hi
    Create mp in home menu (extendet) all ok in the menu
    go out once in a plugin (eg music) and again - error (screen)
    then scroll down the home menu - again everything ok

    EDIT:
    sorry (n) please move to MP 1.4
     

    Attachments

    • titan_extendet.jpg
      titan_extendet.jpg
      78.1 KB
    Last edited:

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    35
    Groningen
    Home Country
    Netherlands Netherlands
    @ncoH: I spotted a problem in myonlinevideosUpdater.xml. Hiddenmenu isn't working. It is because the <onleft> string in listcontrol is set to 502. I have set it to 500, and now everything is fine.

    Fixed version attached!

    Cheers.
     

    Attachments

    • myonlinevideosUpdater.xml
      10.4 KB
    Last edited:

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    I also still have a :ROFLMAO:
    series -> session -> FILMSTRIP and COVERFLOW (1.4 final) ;)
    EDIT:
    screen 2
    recentlyaddedPictures no play ? music is at play (n)
     

    Attachments

    • series.jpg
      series.jpg
      123.8 KB
    • picture.jpg
      picture.jpg
      34.4 KB
    Last edited:

    Users who are viewing this thread

    Similar threads

    Installing other software, especially MP1, which is partly sharing Tv service with MP2, can make everything worse. Please upload your debug log files, if you want to solve the issue.
    Installing other software, especially MP1, which is partly sharing Tv service with MP2, can make everything worse. Please upload...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Replies
    6
    Views
    970
    If you can keep this up and running then I'm ready to add the theme back. But I do not see much difference with my theme in appearance.
    If you can keep this up and running then I'm ready to add the theme back. But I do not see much difference with my theme in appearance.
    Hi! Installed MP 1.31 today, and before I didn't have sub menus for TV and MovingPictures. My setup looked something like this...
    Replies
    20
    Views
    2K
    TVE 3,5 as you noticed in my other Thread.
    TVE 3,5 as you noticed in my other Thread.
    Hello Folks, Although the New MediaPortal Version 2.5 looks great so far, it seems that it still has major Bugs? I created a...
    Replies
    2
    Views
    389
    I had the same issue and found the executable under C:\ProgramData\Team MediaPortal\MediaPortal\skin\Titan\BasicHome.Editor\TitanEditor.exe Only the shortcut was missing.
    I had the same issue and found the executable under C:\ProgramData\Team...
    Hi all, Not a rant, more a sharing of experience (maybe hoping to get some clarification on which wrong turn I took) It has been...
    Replies
    9
    Views
    1K
    I have not experienced that myself, and I don't know of any reason why that might occur (but my knowledge of how TV Server works is not extensive). It is strange that you mention this because there are now four DVB-T channels in the UK that behave in the same way (this is new for the UK). I think that these might be some sort of...
    I have not experienced that myself, and I don't know of any reason why that might occur (but my knowledge of how TV Server works is...
    I am running MePo 1.32 X86 on Windows 11 Ryzen 9 7900X 32GB DDR5 RAM 1TB NVME Boot Drive 4TB NVME Data drive RTX 3060 12GB I have...
    Replies
    10
    Views
    1K
    Top Bottom