Titan - Bug Reports & Issues (3 Viewers)

TiboTv

Portal Pro
June 22, 2009
244
39
Home Country
Belgium Belgium
Perhaps already mentioned

Using last titan extended version with custom basic home, submenu and last added media.

1) When using weather information and a submenu on the weather tile, the weather information stay there and submenu overlay comes up.

BugOverlayWheatherSubMenuBeforeGoingUp.PNG BugOverlayWheatherSubMenu.PNG

2) When selecting a pictures in last added pictures, the pictures isn't displayed and the tile menu is not anymore available.

photolastaddedbugbeforegoingup.PNG photolastaddedbugbeforeclic.PNG photolastaddedbugafterclic.PNG

Logs on attachment.

Tell me if you need more information.
 

dlarge500

Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    44
    NRW
    Home Country
    Germany Germany
    issue with latest pictures is fixed in the next version,thanks. with weather issue we will look and fixing.;)
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Hi Nico / dlarge ,
    a few bugs with Titan default and MP 1.4 -P.R latest test build :
    1. top bar - cannot get to him from all screens missing "on up 21" , see screens 01,02,03 for exsample...
    -basic home on up (from top main button) don't do notting.
    -my home / plugin on up bring close menu .
    2. my music play now - cover not view on top info section on artist info , but view o.k on album info.. screen 04,05 .

    with mouse the top bar menu view o.k ;) .
     

    Attachments

    • 01.jpg
      01.jpg
      244.8 KB
    • 02.jpg
      02.jpg
      248.9 KB
    • 03.jpg
      03.jpg
      157.5 KB
    • 04.jpg
      04.jpg
      236.6 KB
    • 05.jpg
      05.jpg
      160.3 KB
    Last edited:

    uxDesign

    Portal Pro
    December 10, 2011
    85
    54
    near Munich
    Home Country
    Germany Germany
    Hi, I have a strange issue with fonts.xml. I recognized that the time was missing in the home screen and figured out that TitanLight22 cannot be displayed. Reason seems to be that the number of fonts that can be used is limited to 19 and TitanLight20 is my 19.
    How I found it out (always cleared the font cache):
    - change common.time.xml to use TitanLight20 -> ok
    - change common.time.xml to use TitanLight20 with size 22 -> ok
    - added a font (fontB22a) before TitanLight20 and used TitanLight20 -> nok
    - used fontB22a -> ok

    here is my fontB22a definition
    <font>
    <name>fontB22</name>
    <filename>TitanLight</filename>
    <height>22</height>
    <start>0</start>
    <end>1536</end>
    <bold>yes</bold>
    </font>
    There are no errors concerning fonts in the logs. All fonts are created in the cache directory.

    Can anyone reproduce this bug? I have it on two machines first running 1.3.0 release an now updated to the latest Titan V1.3.1.286.

    Logs are attached.

    Regards,
    uxDesign
     

    Attachments

    • without time.jpg
      without time.jpg
      195.4 KB
    • MediaPortal-font20.zip
      12.7 KB
    • MediaPortal-font22.zip
      13.6 KB

    mbuzina

    Retired Team Member
  • Premium Supporter
  • April 11, 2005
    2,839
    726
    Germany
    Home Country
    Germany Germany
    I Artist & Alibum Info dialog can be improved, Titile is too long. Also where does the bolded Text come from (might be a scaling issue)???
    12-35-38.png
     
    Last edited:

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Hi, I have a strange issue with fonts.xml. I recognized that the time was missing in the home screen and figured out that TitanLight22 cannot be displayed. Reason seems to be that the number of fonts that can be used is limited to 19 and TitanLight20 is my 19

    No problem here with original fonts.xml, 19 fonts defined in total.
    #17 TitanLight20
    #18 TitanLight22
    #19 TitanLight32

    Titan Extended v13.1.286 (MP1.3 AND MP1.4)

    Attached is fonts.xml from MP1.4, the 1.3 version has an alias at the bottom. I think you have edited or themed your fonts.xml and changed it.
     

    Attachments

    • fonts.xml
      2.8 KB
    Last edited:

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    #1: Titan Extended: Press left/right on a submenu throws an error (MediaPortal.1.log):
    Code:
    [2013-06-09 15:27:19,232] [Error  ] [MPMain  ] [ERROR] - OnMessage exception:System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
    Parameter name: index
      at System.Collections.ArrayList.get_Item(Int32 index)
      at TitanEditor.TitanPlugin.GUIPropertyManager_OnPropertyChanged(String tag, String tagValue)
      at MediaPortal.GUI.Library.GUIPropertyManager.OnPropertyChangedHandler.Invoke(String tag, String tagValue)
      at MediaPortal.GUI.Library.GUIPropertyManager.SetProperty(String tag, String tagvalue)
      at MediaPortal.GUI.Library.GUIButtonControl.set_Focus(Boolean value)
      at MediaPortal.GUI.Library.GUIControl.OnMessage(GUIMessage message)
      at MediaPortal.GUI.Library.GUIButtonControl.OnMessage(GUIMessage message)
      at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
    Steps to reproduce:
    1. Open a submenu
    2. Press left or right (last added media is displayed) + error is thrown

    #2: Music submenu shows lowest item outside the boundries:
    Music_Side_Menu.png

    #3 Only when using RDP!
    [hide]#3: Pressing F9 (Context Menu) in NowPlaying (Music) throws an error (MediaPortal_Context_Menu.log):
    Code:
    [2013-06-09 15:39:27,447] [Log	] [MPMain  ] [ERROR] - Exception: System.Exception: exception occurred ---> System.NullReferenceException: Object reference not set to an instance of an object.
      at MediaPortal.GUI.Music.GUIMusicPlayingNow.OnShowContextMenu()
      at MediaPortal.GUI.Library.GUIWindow.OnAction(Action action)
      at MediaPortal.GUI.Music.GUIMusicPlayingNow.OnAction(Action action)
      at MediaPortal.GUI.Library.GUIWindowManager.OnAction(Action action)
      at MediaPortalApp.OnAction(Action action)
      --- End of inner exception stack trace ---
      at MediaPortalApp.OnAction(Action action)
      at MediaPortal.GUI.Library.OnActionHandler.Invoke(Action action)
      at MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages()
      at MediaPortalApp.FrameMove()  Message: exception occurred  Site  : Void OnAction(MediaPortal.GUI.Library.Action)  Source : MediaPortal  Inner Exception(s):  -> exception occurred  -> Object reference not set to an instance of an object.  Stack Trace:	 at MediaPortalApp.OnAction(Action action)
      at MediaPortal.GUI.Library.OnActionHandler.Invoke(Action action)
      at MediaPortal.GUI.Library.GUIWindowManager.DispatchThreadMessages()
      at MediaPortalApp.FrameMove()
    [/hide]

    #4: Entering TV Section and press 'Record Now' (without a channel showing below) throws an error (MediaPortal_TV_Record_Now.log) (Seems to be an MP issue, and probably fixed now) :D :
    Code:
    [2013-06-09 15:44:52,007] [Error  ] [MPMain  ] [ERROR] - OnMessage exception:System.NullReferenceException: Object reference not set to an instance of an object.
      at TvPlugin.TVHome.ManualRecord(Channel channel, Int32 dialogId)
      at TvPlugin.TVHome.OnRecord()
      at TvPlugin.TVHome.OnClicked(Int32 controlId, GUIControl control, ActionType actionType)
      at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
    Preferably it should show a popup that no channel is selected (or something like that).

    #5: NowPlaying in Radio section is only accessible through side menu and not with the RED teletext button (MP issue?):
    When Music is playing (MyMusic!) and you press the RED teletext button, it jumps to NowPlaying.
    Code:
    [2013-06-09 16:30:43,030] [Log	] [MPMain  ] [DEBUG] - Window: MediaPortal.GUI.Music.GUIMusicPlayingNow init
    Since we have a NowPlaying screen for Radio also, wouldn't it be better if that would be consistent with MyMusic section? It's doing:
    Code:
    [2013-06-09 16:27:17,382] [Log	] [MPMain  ] [DEBUG] - g_Player: ShowFullScreenWindow
    [2013-06-09 16:27:17,382] [Log	] [MPMain  ] [DEBUG] - g_Player: ShowFullScreenWindow cannot switch to fullscreen

    And last but not least a request to support TvWishList ;)
     
    Last edited:

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Seems we still have a ToggleButton control in Titan (or is it the plugin @offbyone)?
    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)
    Also tested with DW, and that doesn't throw an error.
    Code:
    [2013-06-10 20:36:54,997] [Log	] [MPMain  ] [DEBUG] - PluginManager: Begin loading '\windows\OnlineVideos.MediaPortal1.dll' (non threaded)
    [2013-06-10 20:36:54,997] [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:36:55,060] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name '-' does not exist
    [2013-06-10 20:36:55,060] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name '-' does not exist
    [2013-06-10 20:36:55,060] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name '-' does not exist
    [2013-06-10 20:36:55,060] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name '-' does not exist
    [2013-06-10 20:36:55,060] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name '-' does not exist
    [2013-06-10 20:36:55,060] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name '-' does not exist
    [2013-06-10 20:36:55,075] [Log	] [MPMain  ] [WARN ] - GUIFontManager: Font with the name '-' does not exist
    [2013-06-10 20:36:55,075] [Log	] [MPMain  ] [DEBUG] - PluginManager: End loading '\windows\OnlineVideos.MediaPortal1.dll' (78,0011 ms running time)

    And a tiny overlap of text on long channel names:
    Overlap.png
     
    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