splewis / csgo-multi-1v1

CS:GO Sourcemod plugin to create multi-1v1 arena servers
GNU General Public License v3.0
278 stars 68 forks source link

Error ArrayList.SwapAt | SwapArenas | ShuffleArenas | Event_OnRoundPreStart #272

Open crashzk opened 4 years ago

crashzk commented 4 years ago

Expected behavior

When a player chooses a team he joins the chosen team.

Actual behavior

When I click to choose one of the teams nothing happens, I don’t join either team.

Map of the event was am_vila: https://gamebanana.com/maps/188250

Server error log:

L 09/16/2020 - 00:38:56: [SM] Exception reported: Invalid index 14 (count: 14)
L 09/16/2020 - 00:38:56: [SM] Blaming: multi1v1.smx
L 09/16/2020 - 00:38:56: [SM] Call stack trace:
L 09/16/2020 - 00:38:56: [SM]   [0] ArrayList.SwapAt
L 09/16/2020 - 00:38:56: [SM]   [1] Line 182, ./scripting/multi1v1/spawns.sp::SwapArenas
L 09/16/2020 - 00:38:56: [SM]   [2] Line 175, ./scripting/multi1v1/spawns.sp::ShuffleArenas
L 09/16/2020 - 00:38:56: [SM]   [3] Line 533, ./scripting/multi1v1.sp::Event_OnRoundPreStart
L 09/16/2020 - 00:39:06: [SM] Exception reported: Invalid index 14 (count: 14)
L 09/16/2020 - 00:39:06: [SM] Blaming: multi1v1.smx
L 09/16/2020 - 00:39:06: [SM] Call stack trace:
L 09/16/2020 - 00:39:06: [SM]   [0] ArrayList.SwapAt
L 09/16/2020 - 00:39:06: [SM]   [1] Line 182, ./scripting/multi1v1/spawns.sp::SwapArenas
L 09/16/2020 - 00:39:06: [SM]   [2] Line 175, ./scripting/multi1v1/spawns.sp::ShuffleArenas
L 09/16/2020 - 00:39:06: [SM]   [3] Line 533, ./scripting/multi1v1.sp::Event_OnRoundPreStart
L 09/16/2020 - 00:39:10: Error log file session closed.

Steps to reproduce

splewis commented 4 years ago

Does this only happen on that map? Have you reported it to the map creator?

crashzk commented 4 years ago

So far I've only seen this map, I reported it to the map creator too.