Titan - Bug Reports & Issues (1 Viewer)

daki

Portal Pro
July 26, 2009
58
1
Home Country
Germany Germany
i reinstalled the skin already (and cleaned up cache) - should i give a try to "deinstalling and remoing all remaining files manually"?
 

daki

Portal Pro
July 26, 2009
58
1
Home Country
Germany Germany
same error after deleting it..

here is the full logfile

Code:
[2013-08-11 09:53:51,265] [Error  ] [MPMain  ] [ERROR] - SkinSettings: Error loading settings from C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\SkinSettings.xml - Das Stammelement ist nicht vorhanden.
[2013-08-11 09:54:28,159] [Error  ] [MPMain  ] [ERROR] - PluginManager: 'BluRayPlayerLauncher, Version=0.1.1.1, Culture=neutral, PublicKeyToken=null' is tagged as incompatible with the current MediaPortal version and won't be loaded!
[2013-08-11 09:54:30,546] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
  bei MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
[2013-08-11 09:54:30,546] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
  bei MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
[2013-08-11 09:54:30,546] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
  bei MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
[2013-08-11 09:54:30,546] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
  bei MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
[2013-08-11 09:54:30,546] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
  bei MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
[2013-08-11 09:54:30,546] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
  bei MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
[2013-08-11 09:54:30,546] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
  bei MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
[2013-08-11 09:54:30,562] [Error  ] [MPMain  ] [ERROR] - Unable to load control. exception:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
  bei MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)
[2013-08-11 09:54:39,344] [Error  ] [MPMain  ] [ERROR] - PluginManager: 'AndroidRemote, Version=0.2.4.0, Culture=neutral, PublicKeyToken=null' is tagged as incompatible with the current MediaPortal version and won't be loaded!
[2013-08-11 09:54:39,391] [Error  ] [MPMain  ] [ERROR] - PluginManager: 'MyVolume, Version=1.0.6.0, Culture=neutral, PublicKeyToken=null' is tagged as incompatible with the current MediaPortal version and won't be loaded!
 

GaryMartynUK

MP Donator
  • Premium Supporter
  • June 12, 2012
    89
    77
    49
    Portsmouth
    Home Country
    United Kingdom United Kingdom
    Tiny bug to report that I could not see already mentioned. Sorry if this turns out to have already been covered.

    When in the videos plug-in (MP included one, not Moving pictures or My films) When you pull up the side menu and scroll down the list it goes through each item in turn. When scrolling up the list it jumps from `Film set-up` to `Playlists` and skips `scan`. Single change in the xml of which item to pass focus to when going up from film setup I assume.
     
    Last edited:

    elliottmc

    Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    Tiny bug to report that I could not see already mentioned. Sorry if this turns out to have already been covered.

    When in the videos plug-in (MP included one, not Moving pictures or My films) When you pull up the side menu and scroll down the list it goes through each item in turn. When scrolling up the list it jumps from `Film set-up` to `Playlists` and skips `scan`. Single change in the xml of which item to pass focus to when going up from film setup I assume.

    Confirmed. Should be a trivial fix. Thanks for reporting. @ncoH

    Edit: In Jira so we don't forget.

    https://issues.team-mediaportal.com/browse/MP1-4181
     
    Last edited:

    AtTimesPerplexed

    MP Donator
  • Premium Supporter
  • May 8, 2011
    127
    48
    Home Country
    New Zealand New Zealand
    I'm not seeing any descriptions in Recorded TV OSD in Titan or StreamedMP.
    Untitled.jpg

    But it shows up in Defaultwide.
    Untitled3.jpg

    It works in 1.4 and any Git build before this commit, all builds after this have the same problem.
    Live TV, videos, MovPics, TVSeries work fine. Have tried on 2 computers, the same on both.
     

    AtTimesPerplexed

    MP Donator
  • Premium Supporter
  • May 8, 2011
    127
    48
    Home Country
    New Zealand New Zealand
    I'm not seeing any descriptions in Recorded TV OSD in Titan or StreamedMP.
    View attachment 135573

    But it shows up in Defaultwide.
    View attachment 135574
    .

    Fixed it myself, had to change this code in TVOSD.xml
    Code:
    <description>Plot</description>
    		<type>textboxscrollup</type>
    		<id>38</id>

    to this
    Code:
    <description>Plot</description>
    		<type>textboxscrollup</type>
    		<id>1</id>
    Same with StreamedMP.
     

    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
    433
    @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
    582
    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