I am trying to make a bitmap skin and so far so good, almost done.
The only problem I have is whenever I hover the play button, MB generates the following error message:
MusicBee v2.1.4734.13890 (Win6.2), 21 Dec 2012 19:59:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at #=qrFvdHkd$OybiK2v2HRQ2CAkiBrwfvXVbblB3guUEZsM=.#=q5NkjF6aXFNSL3fGXR7BbMKKxF_goXtzc2iqcoJA2XJg=(Int32 #=qCK5wJdA$qA$PQoY7CR8ETg==, #=qUKatLCBFAO_qW1seKK55VRU71zS53Hd3Ff2okTbKIDnW5uXx9HSQpyC0WY$B$RIF #=qeg97T1NqKbL5c5t0w1rFqQ==, #=q5d7x$BIWqWF7y11y0AC$c7eeMY6UlnK9K8VvDdVNw9Fk5pP52TW3_cQh6LQdqxFv #=q_212lkShIWSmczqNtTKWFg==)
at #=qrFvdHkd$OybiK2v2HRQ2CAkiBrwfvXVbblB3guUEZsM=.OnMouseMove(MouseEventArgs #=qKGipUMuCreGeoQ0qIT99FQ==)
at System.Windows.Forms.Control.WmMouseMove(Message& m)
at System.Windows.Forms.Control.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)
The "previous" button correctly shows its highlighted version, the play button generates this message, and the next button does not display its highlighed version.
All works fine within the skin creator.
Any idea?