IndexOutOfRangeException during event processing of Dynamic update; resetting event buffer

Issue #110 closed
Former user created an issue

I get this error as soon as I open QC on android. I am using the new input system, but have the old one enabled, and am able to interact with QC just fine.

Occurs in: Android Build

Does not occur in: Editor

Comments (4)

  1. Ethan SK

    2020/07/10 00:07:20.220 14441 14467 Error Unity IndexOutOfRangeException: Index was outside the bounds of the array.
    2020/07/10 00:07:20.220 14441 14467 Error Unity at UnityEngine.InputSystem.Utilities.ArrayHelpers.IndexOfReference[TValue] (TValue[] array, TValue value, System.Int32 startIndex, System.Int32 count) [0x00020] in /Users/ethansarif-kattan/CodeProjects/Ye-Olde-Meme-Game-2/Ye Olde Meme Game 2/Library/PackageCache/com.unity.inputsystem@1.0.0/InputSystem/Utilities/ArrayHelpers.cs:172
    2020/07/10 00:07:20.220 14441 14467 Error Unity at UnityEngine.InputSystem.Users.InputUser.OnDeviceChange (UnityEngine.InputSystem.InputDevice device, UnityEngine.InputSystem.InputDeviceChange change) [0x002eb] in /Users/ethansarif-kattan/CodeProjects/Ye-Olde-Meme-Game-2/Ye Olde Meme Game 2/Library/PackageCache/com.unity.inputsystem@1.0.0/InputSystem/Plugins/Users/InputUser.cs:1657
    2020/07/10 00:07:20.220 14441 14467 Error Unity at UnityEngine.InputSystem.InputManager.OnUpdate (UnityEngine.InputSystem.LowLevel.InputUpdateType updateType, UnityEngine.InputSystem.LowLevel.InputEventBuffer& eventBuffer) [0x005fe] in /Users/ethansarif-kattan/CodeProjects/Ye-Olde-Meme-Game-2/Ye Olde Meme Game 2/Library/Pa

    got from android logcat in the end

  2. Log in to comment