By the way, I often got freezes of the client when using BlueVision, something I did not know with other skin. It is related to the menu, I'm pretty sure
When this happens, the GUI is not responding any more and I need to "kill" the process.[2015-03-13 21:34:28,353] [76798 ] [AMQ 'MenuModel'] [ERROR] - Unhandled exception in message handler of async message queue 'MenuModel' when handling a message of type 'UpdateMenu'
System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.InvalidOperationException: Die Auflistung wurde geändert. Der Enumerationsvorgang kann möglicherweise nicht ausgeführt werden.
bei System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
bei System.Collections.Generic.List`1.Enumerator.MoveNextRare()
bei System.Collections.Generic.List`1.Enumerator.MoveNext()
bei MediaPortal.UI.SkinEngine.MarkupExtensions.BindingExtension.ResetChangeHandlerAttachments()
bei MediaPortal.UI.SkinEngine.MarkupExtensions.BindingExtension.GetSourceDataDescriptor(IDataDescriptor& result)
bei MediaPortal.UI.SkinEngine.MarkupExtensions.BindingExtension.UpdateSourceValue()
bei MediaPortal.UI.SkinEngine.MarkupExtensions.BindingExtension.OnBindingSourceChange(IObservable observable)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bei System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
bei MediaPortal.Common.General.WeakEventMulticastDelegate.Fire(Object[] parameters) in c:\_MP\Quellcode\MediaPortal-2\MediaPortal\Source\Core\MediaPortal.Common\General\WeakEventMulticastDelegate.cs:Zeile 99.
bei MediaPortal.UiComponents.SkinBase.Models.MenuModel.UpdateMenu(NavigationContext context)
bei MediaPortal.UiComponents.SkinBase.Models.MenuModel.UpdateMenus()
bei MediaPortal.UiComponents.SkinBase.Models.MenuModel.CheckUpdateMenus()
bei MediaPortal.UiComponents.SkinBase.Models.MenuModel.OnMessageReceived(AsynchronousMessageQueue queue, SystemMessage message)
bei MediaPortal.Common.Messaging.AsynchronousMessageQueue.DoWork() in c:\_MP\Quellcode\MediaPortal-2\MediaPortal\Source\Core\MediaPortal.Common\Messaging\AsynchronousMessageQueue.cs:Zeile 150.