2008-11-01, 10:31 PM
Crash in Settings plug-in when attempting to change skins to/from Slick
From the PVRX2 log, this may be where the error occured:
Code:
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at GBPVRX2.Popups.xef6c58fa1e847ef8.getPostBackgroundRenderList()
at GBPVRX2.Popups.PopupBase.GetRenderList()
at GBPVRX2.BaseButtonListUiTask.GetRenderList()
at GBPVRX2.MenuTask.x1c55deafde32e1eb.GetRenderList()
at GBPVRX2.x0061b801bdf12d35.xdb012c437aec4a40(Boolean xd23bf32f3b17e3be)
at GBPVRX2.x0061b801bdf12d35.xf11d09f6e9e3e55b()
at GBPVRX2.xdd215986d9a64c86.ReturnToMainMenu()
at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
From the PVRX2 log, this may be where the error occured:
Code:
2008-11-01 15:25:15.687 WARNING [1] requested skin file not found: C:\Program Files\Devnz\GBPVR\skin2\Slick\Settings\SkinSelectPopup.xml
2008-11-01 15:25:15.687 WARNING [1] using file from default skin instead: C:\Program Files\Devnz\GBPVR\skin2\Blue\Settings\SkinSelectPopup.xml
2008-11-01 15:25:15.734 VERBOSE [1] Unexpected error get image from callback (@preview): System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at GBPVRX2.Popups.xef6c58fa1e847ef8.GetImage(Hashtable parameters, String name, Int32 width, Int32 height)
at GBPVRX2.SkinHelper2.getNamedImage(Image image, String name, Hashtable parameters, XmlNode fromNode)