Crash - remoteUAV_trackEntities
-
I've been getting this crash, somewhat often, for as long as I can remember. I have reinstalled the base game files as well as Plutonium itself. The only mods or scripts I use are Bot Warfare (latest version) and a simple mapvote, which does
load_dsr [dsr]
, followed bymap [map]
2 seconds later. It seems to me that this should not cause an "array index out of range" error in the UAV script. Is it possible that Bot Warfare is causing this, or have any of you experienced something similar? If not, how would I go about debugging it?******* script runtime error ******* array index 19139800 out of range at function "remoteUAV_trackEntities" in file "maps/mp/killstreaks/_remoteuav.gsc" at function "remoteUAV_Track" in file "maps/mp/killstreaks/_remoteuav.gsc" ************************************ ******* script runtime error ******* type 'undefined' cannot be indexed; only strings, vectors and arrays can at function "remoteUAV_trackEntities" in file "maps/mp/killstreaks/_remoteuav.gsc" at function "remoteUAV_Track" in file "maps/mp/killstreaks/_remoteuav.gsc" ************************************ ******* script runtime error ******* attempted to treat an expression of type 'undefined' as a field object at function "remoteUAV_trackEntities" in file "maps/mp/killstreaks/_remoteuav.gsc" at function "remoteUAV_Track" in file "maps/mp/killstreaks/_remoteuav.gsc" ************************************
Edit: I am running Plutonium on the latest version of Wine (from winehq.org, not the repo) on Ubuntu 22.04 LTS.
-
This is not a crash Cosbys Perc 30s. It's a script runtime error. It does not affect gameplay but may cause hitching if it happens frequently.