- Moderator
- #401
Try, and attach LMH logsame Log than Fanart thread. but the file : MediaPortal-Error.log
What did you change ?
Try, and attach LMH logsame Log than Fanart thread. but the file : MediaPortal-Error.log
LMH Do not skins loads. I can not even imagine how it is used.I'm not sure if it's the correct way but i already use that to fix the loadskin error
Added analysis upon receipt the active window.What did you change ?
Those. its OK now?or now, on resume, none GUI freeze after resume. previously the GUI freeze few sec before to be usable. and i can see this one because i use the Xmas theme
Edit, this mean that maybe Utils.GetLatestsFacade(ControlID); need to be in sync but i'm not sure.
internal static GUIFacadeControl GetLatestsFacade(int ControlID)
{
try
{
if (GUIWindowManager.ActiveWindow > (int)GUIWindow.Window.WINDOW_INVALID)
{
GUIWindow gw = GUIWindowManager.GetWindow(GUIWindowManager.ActiveWindow);
GUIControl gc = gw.GetControl(ControlID);
return gc as GUIFacadeControl;
}
}
catch (Exception ex)
{
logger.Debug("GetLatestsFacade: " + GUIWindowManager.ActiveWindow + " - " + ControlID);
logger.Error("GetLatestsFacade: " + ex);
}
return null;
}
Yes, Seems to be OK. Very betterThose. its OK now?