gameboy9 / randoTracker

Generic tracking software for randomizers
GNU General Public License v3.0
4 stars 3 forks source link

Tracker Error on Right Click #43

Closed Marilith closed 6 years ago

Marilith commented 6 years ago

Action:

Remotely connected tracker right clicks on tracker item.

Expected:

Displayed tracker item cycles backwards to the previous item in the list.

Result:

System.IndexOutOfRangeException: Index was outside the bounds of the array. at RandoTracker.Form1.changePicture(Int32 playerNumber, Int32 labelNumber, Boolean backwards) at RandoTracker.Form1.<>c__DisplayClass93_0.b__1() at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

Datyedyeguy commented 6 years ago

Appears to be the same error as #38. Closing this as a dupe.