Titan - Bug Reports & Issues (10 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
    45
    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,860
    835
    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,743
    1,754
    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,418
    4,717
    50
    ::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,418
    4,717
    50
    ::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

    MP1 MP2 MP2 - V2.3 EPG has stopped DE
    The only configuration that is certain to work is when the MP client and MP server are from the same release. It is sometimes possible to use MP clients from a release that is different to the MP server, but whether it works depends on the specific changes that were made between the two releases. -- from CyberSimian in the UK
    The only configuration that is certain to work is when the MP client and MP server are from the same release. It is sometimes...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Replies
    10
    Views
    4K
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the Requirements and you've filled in your System Specs. Have a look at our MediaPortal Wiki! Maybe the solution is already there. Have a look at our Jira (Bug and Issue Tracker)and the threads in this section, maybe...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Replies
    0
    Views
    1K
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the Requirements and you've filled in your System Specs. Have a look at our MediaPortal Wiki! Maybe the solution is already there. Have a look at our Jira (Bug and Issue Tracker)and the threads in this section, maybe...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Replies
    0
    Views
    867
    I do not know why this xml was in my theme folders, it must have sneaked in some time ago (years?). I simply removed the file. The Latest Media Handler plugin seems to be working as expected. I've had no lock-ups.
    I do not know why this xml was in my theme folders, it must have sneaked in some time ago (years?). I simply removed the file. The...
    Before you create this bug report: Make sure that your system (windows, codecs and drivers) is up to date, matching the...
    Replies
    13
    Views
    2K
    Attached are new TV service logs with your latest DLL. I see lots of EPG events and none of the messages from earlier. Congratulations!
    Attached are new TV service logs with your latest DLL. I see lots of EPG events and none of the messages from earlier. Congratulations!
    I have some weird behavior trying to operate the MP GUI in a new installation of MP 1.36 under Windows 11 Pro. Some of the remote...
    Replies
    33
    Views
    6K
    Top Bottom