Advertisement
Guest User

Out of Range Issue

a guest
Aug 23rd, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. 2023-08-23T19:41:26 85.803 INF Disconnect
  2. 2023-08-23T19:41:26 85.808 INF [NET] ServerShutdown
  3. 2023-08-23T19:41:26 85.808 INF NET: Stopping server protocols
  4. 2023-08-23T19:41:26 85.954 INF NET: LiteNetLib server stopped
  5. 2023-08-23T19:41:26 85.956 INF Exited thread SteamNetworkingServer
  6. 2023-08-23T19:41:26 85.957 INF [Steamworks.NET] NET: Server stopped
  7. 2023-08-23T19:41:26 85.958 INF [EOS-P2PS] Server stopped
  8. 2023-08-23T19:41:26 85.960 INF SaveAndCleanupWorld
  9. ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  10. Parameter name: index
  11. at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <03bd9b261dff4c2b8b568aca27f561b2>:0
  12. at DroneManager.RemoveAllVehiclesFromMap () [0x000c6] in <d7dcfa4979674f179c13273f8b30b551>:0
  13. at GameManager.SaveAndCleanupWorld () [0x0006e] in <d7dcfa4979674f179c13273f8b30b551>:0
  14. at ConnectionManager.StopServers () [0x00028] in <d7dcfa4979674f179c13273f8b30b551>:0
  15. at GameManager.Disconnect () [0x0014c] in <d7dcfa4979674f179c13273f8b30b551>:0
  16. at XUiC_InGameMenuWindow.exitGame (XUiC_SaveDirtyPrefab+ESelectedAction _action) [0x00022] in <d7dcfa4979674f179c13273f8b30b551>:0
  17. at XUiC_InGameMenuWindow.BtnExit_OnPressed (XUiController _sender, System.Int32 _mouseButton) [0x00031] in <d7dcfa4979674f179c13273f8b30b551>:0
  18. at XUiC_SimpleButton.Btn_OnPress (XUiController _sender, System.Int32 _mouseButton) [0x00010] in <d7dcfa4979674f179c13273f8b30b551>:0
  19. at XUiController.OnPressed (System.Int32 _mouseButton) [0x0000e] in <d7dcfa4979674f179c13273f8b30b551>:0
  20. at XUiController.Pressed (System.Int32 _mouseButton) [0x00000] in <d7dcfa4979674f179c13273f8b30b551>:0
  21. at XUiView.OnClick (UnityEngine.GameObject _go) [0x0003f] in <d7dcfa4979674f179c13273f8b30b551>:0
  22. at UIEventListener.OnClick () [0x0001c] in <d7dcfa4979674f179c13273f8b30b551>:0
  23. UnityEngine.GameObject:SendMessage(GameObject, String, Object, SendMessageOptions)
  24. UICamera:Notify(GameObject, String, Object)
  25. UICamera:ProcessRelease(Boolean, Single)
  26. UICamera:ProcessTouch(Boolean, Boolean)
  27. UICamera:ProcessMouse()
  28. UICamera:ProcessEvents()
  29. UICamera:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement