Issues Picking up Items #3
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
gabrielgad/CommandQueueExtended#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Every so often, while going on runs, I'll just randomly not be able to pick up items. This occurs in both singleplayer and multiplayer. Patchwork remedies include clearing the queue and opening a command orb of the color you cleared, opening an orb of a color you haven't set or cannot be set i.e. equipments (works most consistently), and swapping stages. Here are some logs and the modlist code is: 019b80c5-7917-9be4-54c9-728d6f325f1e
I have the same issue
[Error : Unity Log] ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Stack trace:
System.Collections.Generic.List
1[T].get_Item (System.Int32 index) (at <7e05db41a20b45108859fa03b97088d4>:IL_0009) LookingGlass.CommandItemCount.CommandItemCountClass.SubmitChoice (System.Action2[T1,T2] orig, RoR2.PickupPickerController self, System.Int32 index) (at /home/runner/work/LookingGlass/LookingGlass/LookingGlass/CommandMenu/CommandItemCount.cs:250)(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.HookRoR2.PickupPickerController::SubmitChoice?-1971199656(RoR2.PickupPickerController,int) (at IL_001F)
CommandQueue.CommandQueue+<>c__DisplayClass11_1+<g__submitChoiceNextFrame|0>d.MoveNext () (at :IL_003A)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at :IL_0026)
This pops up in the console when the issue occurs.