Titan - Bug Reports & Issues (4 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
    36
    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

    I've updated dlls in first post. Fixes: Summary / Overview was always empty Collections were not filtered to official ones Studios were not populated Fallback to english tagline didn't work Score / Popularity now empty instead of dummy rating and unknown popularity numbers Also I've tried to compile plugin against MP 1.34 x64 and...
    I've updated dlls in first post. Fixes: Summary / Overview was always empty Collections were not filtered to official ones Studios...
    Hi! TheTVDB.com has movies in their API now. API itself looks ok now so I decided to add TVDB to Moving Pictures. Check it if you...
    Replies
    2
    Views
    417
    @Pablik I finally got back to this, and I got it working. What I did was this. I intended to copy the UHD-BR disc to my local hard drive, so I put the disc in the drive, and then brought up MakeMKV. In MakeMKV I went through the initial steps to copy the UHD-BR disc to my drive, and while MakeMKV was parsing the disc, I noticed a...
    @Pablik I finally got back to this, and I got it working. What I did was this. I intended to copy the UHD-BR disc to my local hard...
    I just uninstalled AnyDVDHD due to RedFox being no longer reachable, and I have taken the MakeMKV route described in this thread...
    Replies
    4
    Views
    578
    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
    1K
    I was not previously aware of the "Drive Free Space" plugin, and it is not easy to find. (There really ought to be an easier way of finding plugins.) There is this thread that introduces the plugin, and this thread that details some changes to the Titan skin made by Gary Martyn (from 2013 :eek: ). I installed the plugin on my Aorus...
    I was not previously aware of the "Drive Free Space" plugin, and it is not easy to find. (There really ought to be an easier way of...
    I have a multiseat MP setup running version 1.33. I use the Titan skin and yesterday I decided I would update all my plugins on my...
    Replies
    20
    Views
    3K
    You can always use GitHub online But judging by the picture, you are doing well. Direct Push to Master is prohibited, create PR.
    You can always use GitHub online But judging by the picture, you are doing well. Direct Push to Master is prohibited, create PR.
    Hello, Because I was annoyed with closing MP, launch config, modify setting and start MP again, I decided to give MP the ability...
    Replies
    5
    Views
    2K
    Top Bottom