- Moderator
- #61
Hi,
I have locally merge the branch to 1.3.0 alpha and change skin files and i get this error :
I have attached the skinfile change (maybe i do something wrong)
When merging the branch to alpha, i have corrected TAB in the code, there is a lot, if you can corrected it directly on your own branch
I also attach *.cs files after the merge and TAB corrected
Thanks.
I have locally merge the branch to 1.3.0 alpha and change skin files and i get this error :
Code:
2012-06-03 10:04:08.874059 [ERROR][MPMain(1)]: GUIWindow: Error in PreAllocResources for MediaPortal.GUI.Library.GUITVProgressControl - System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.GUI.Library.GUITVProgressControl.PreAllocResources()
at MediaPortal.GUI.Library.GUIWindow.AllocResources()
2012-06-03 10:04:08.874059 [ERROR][MPMain(1)]: GUIWindow: Error in PreAllocResources for MediaPortal.GUI.Library.GUITVProgressControl - System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.GUI.Library.GUITVProgressControl.PreAllocResources()
at MediaPortal.GUI.Library.GUIWindow.AllocResources()
2012-06-03 10:04:08.905061 [ERROR][(36)]: render exception:System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.GUI.Library.GUITVProgressControl.calculateMarkerSizeAndPosition(Int32 iXPos, Int32 iYPos, Single fTotWidth)
at MediaPortal.GUI.Library.GUITVProgressControl.Render(Single timePassed)
at MediaPortal.GUI.Library.GUIControl.DoRender(Single timePassed, UInt32 currentTime)
at MediaPortal.GUI.Library.GUIWindow.Render(Single timePassed)
2012-06-03 10:04:08.934063 [ERROR][(36)]: render exception:System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.GUI.Library.GUITVProgressControl.calculateMarkerSizeAndPosition(Int32 iXPos, Int32 iYPos, Single fTotWidth)
at MediaPortal.GUI.Library.GUITVProgressControl.Render(Single timePassed)
at MediaPortal.GUI.Library.GUIControl.DoRender(Single timePassed, UInt32 currentTime)
at MediaPortal.GUI.Library.GUIWindow.Render(Single timePassed)
2012-06-03 10:04:08.951064 [ERROR][(36)]: render exception:System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.GUI.Library.GUITVProgressControl.calculateMarkerSizeAndPosition(Int32 iXPos, Int32 iYPos, Single fTotWidth)
at MediaPortal.GUI.Library.GUITVProgressControl.Render(Single timePassed)
at MediaPortal.GUI.Library.GUIControl.DoRender(Single timePassed, UInt32 currentTime)
at MediaPortal.GUI.Library.GUIWindow.Render(Single timePassed)
I have attached the skinfile change (maybe i do something wrong)
When merging the branch to alpha, i have corrected TAB in the code, there is a lot, if you can corrected it directly on your own branch
I also attach *.cs files after the merge and TAB corrected
Thanks.
Attachments
Last edited:
France