- October 29, 2005
- 5,335
- 4,954
- Home Country
- Hungary
I think yes.Hmm @regeszter was the topbar bug fix included or not ?
It is in master: https://github.com/MediaPortal/MediaPortal-1/commit/963779a832eb4b7c08b9779210e6f935af312f2e
I think yes.Hmm @regeszter was the topbar bug fix included or not ?
I think yes.Hmm @regeszter was the topbar bug fix included or not ?
It is in master: https://github.com/MediaPortal/MediaPortal-1/commit/963779a832eb4b7c08b9779210e6f935af312f2e
Then it does not work. Can anyone test this too?
Then it does not work. Can anyone test this too?
Can you explain me the issue (with log)?
Sure. The Blue Circle never hides if the Topbar Plugin is disabled. If i enable the Plugin and start MP, the blue Circle is not visible. It shows if i start Media or let the Topbar move in.
Sure. The Blue Circle never hides if the Topbar Plugin is disabled. If i enable the Plugin and start MP, the blue Circle is not visible. It shows if i start Media or let the Topbar move in.
According to your logs, the patch is working. MP1-4656 Skinsetting 'topbar.focused' with Topbar plugin disabled causes huge logflood
We need new patch for this issue.
[2015-11-21 11:22:56,912] [Log ] [MPMain ] [DEBUG] - PluginManager: Begin Loading '\process\ApolloPlugin.dll'
[2015-11-21 11:22:57,038] [Log ] [MPMain ] [INFO ] - PluginManager: Plugin: 'C:\Program Files\Team MediaPortal\MediaPortal\Plugins\process\ApolloPlugin.dll' / Version: 1.0.0.0
...
[2015-11-21 11:23:02,885] [Log ] [MPMain ] [DEBUG] - PluginManager: Begin starting 'ApolloPlugin.ImagePlugin'
[2015-11-21 11:23:04,522] [Error ] [MPMain ] [ERROR] - PluginManager: Unable to start plugin: ApolloPlugin.ImagePlugin exception: System.IO.FileNotFoundException: Could not find file 'C:\ProgramData\Team MediaPortal\MediaPortal\skin\Apollo\latestmedia_defines.xml'.
File name: 'C:\ProgramData\Team MediaPortal\MediaPortal\skin\Apollo\latestmedia_defines.xml'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at ApolloPlugin.ImagePlugin.MediaPortal.GUI.Library.IPlugin.Start()
at MediaPortal.GUI.Library.PluginManager.StartProcessPlugins()
[2015-11-21 11:23:05,270] [Log ] [MPMain ] [DEBUG] - PluginManager: End starting 'ApolloPlugin.ImagePlugin' (2385,1364 ms running time)
This is already fixed for next release but affects nothing anyway so nothing to worry about until then.Error on MP.log
Code:[2015-11-21 11:22:56,912] [Log ] [MPMain ] [DEBUG] - PluginManager: Begin Loading '\process\ApolloPlugin.dll' [2015-11-21 11:22:57,038] [Log ] [MPMain ] [INFO ] - PluginManager: Plugin: 'C:\Program Files\Team MediaPortal\MediaPortal\Plugins\process\ApolloPlugin.dll' / Version: 1.0.0.0 ... [2015-11-21 11:23:02,885] [Log ] [MPMain ] [DEBUG] - PluginManager: Begin starting 'ApolloPlugin.ImagePlugin' [2015-11-21 11:23:04,522] [Error ] [MPMain ] [ERROR] - PluginManager: Unable to start plugin: ApolloPlugin.ImagePlugin exception: System.IO.FileNotFoundException: Could not find file 'C:\ProgramData\Team MediaPortal\MediaPortal\skin\Apollo\latestmedia_defines.xml'. File name: 'C:\ProgramData\Team MediaPortal\MediaPortal\skin\Apollo\latestmedia_defines.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy) at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver) at System.Threading.CompressedStack.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state) at System.Xml.XmlTextReaderImpl.OpenUrl() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(String filename) at ApolloPlugin.ImagePlugin.MediaPortal.GUI.Library.IPlugin.Start() at MediaPortal.GUI.Library.PluginManager.StartProcessPlugins() [2015-11-21 11:23:05,270] [Log ] [MPMain ] [DEBUG] - PluginManager: End starting 'ApolloPlugin.ImagePlugin' (2385,1364 ms running time)