runtime_condensed
-
25
count
Cannot read null.x inget teleport turfs(/proc/get_teleport_turfs:227)src: null
src_loc:
usr: (src)
-
23
count
Cannot read null.loc inis on hyperspace(/datum/component/shuttle_cling/proc/is_on_hyperspace:132)src: /datum/component/shuttle_cling (/datum/component/shuttle_cling)
src_loc:
usr: null
-
23
count
Component /datum/component/shuttle_cling was created with a deleted parent or was deleted itself before it could be added to a parent inNew(/datum/component/New:59)src: /datum/component/shuttle_cling (/datum/component/shuttle_cling)
src_loc:
usr: null
-
23
count
bad index inRemoveFromParent(/datum/component/proc/_RemoveFromParent:131)src: /datum/component/shuttle_cling (/datum/component/shuttle_cling)
src_loc:
usr: null
-
20
count
bad color inrefresh values(/datum/light_source/proc/refresh_values:428)src: /datum/light_source (/datum/light_source)
src_loc:
usr: null
-
10
count
Cannot read null.active_addictions inui data(/obj/machinery/medical_kiosk/ui_data:320)src: the medical kiosk (/obj/machinery/medical_kiosk)
src_loc:
usr: Bingle Jingleberry (/mob/living/carbon/human)
-
6
count
Tried to track a qdeleted datum (the bee) in ai datum blackboard (key: BB_monkey_enemies)! Please ensure that we are not doing this by adding handling where necessary. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: (src)
-
2
count
atom_init_success_on overridden. Use override = TRUE to suppress this warning. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: (src)
-
2
count
A client was Del()'d without a persistent_client! This should not be happening. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: (src)
-
2
count
atom_entered overridden. Use override = TRUE to suppress this warning. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: (src)
-
1
count
bad client ininitialize(/datum/tgui_window/proc/initialize:123)src: /datum/tgui_window (/datum/tgui_window)
src_loc:
usr: null
-
1
count
Cannot read null.air inreturn air(/obj/machinery/atmospherics/pipe/return_air:80)src: the pipe (/obj/machinery/atmospherics/pipe/smart/manifold/cyan/visible)
src_loc: the floor (141,38,13) (/turf/open/floor/iron/white)
usr: null
-
1
count
undefined proc or verb /turf/open/floor/plating/run armor check(). inbaton effect(/obj/item/melee/baton/proc/baton_effect:236)src: the stun baton (/obj/item/melee/baton/security)
src_loc: the plating (220,72,1) (/turf/open/floor/plating)
usr: null
-
1
count
Found undeleted query, check the sql.log for the undeleted query and add a delete call to the query datum. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: (src)
-
1
count
remove_thing_from_blackboard_key called with an invalid "thing" argument (the bee). (The passed value is not tracked in the passed list.) inremove thing from blackboard key(/datum/ai_controller/proc/remove_thing_from_blackboard_key:891)src: /datum/ai_controller/monkey (/datum/ai_controller/monkey)
src_loc:
usr: null
-
1
count
addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: Harvey Wile (as Captain) (/mob/living/carbon/human)
{
"data": {
"runtimes": [
{
"count": 25,
"message": "Cannot read null.x",
"proc_name": "get teleport turfs (\/proc\/get_teleport_turfs)",
"source_file": "code\/datums\/helper_datums\/teleport.dm,227",
"src": "null",
"src_loc": null,
"usr": "(src)"
},
{
"count": 23,
"message": "Cannot read null.loc",
"proc_name": "is on hyperspace (\/datum\/component\/shuttle_cling\/proc\/is_on_hyperspace)",
"source_file": "code\/datums\/components\/shuttle_cling.dm,132",
"src": "\/datum\/component\/shuttle_cling (\/datum\/component\/shuttle_cling)",
"src_loc": null,
"usr": "null"
},
{
"count": 23,
"message": "Component \/datum\/component\/shuttle_cling was created with a deleted parent or was deleted itself before it could be added to a parent",
"proc_name": "New (\/datum\/component\/New)",
"source_file": "code\/datums\/components\/_component.dm,59",
"src": "\/datum\/component\/shuttle_cling (\/datum\/component\/shuttle_cling)",
"src_loc": null,
"usr": "null"
},
{
"count": 23,
"message": "bad index",
"proc_name": " RemoveFromParent (\/datum\/component\/proc\/_RemoveFromParent)",
"source_file": "code\/datums\/components\/_component.dm,131",
"src": "\/datum\/component\/shuttle_cling (\/datum\/component\/shuttle_cling)",
"src_loc": null,
"usr": "null"
},
{
"count": 20,
"message": "bad color",
"proc_name": "refresh values (\/datum\/light_source\/proc\/refresh_values)",
"source_file": "code\/modules\/lighting\/lighting_source.dm,428",
"src": "\/datum\/light_source (\/datum\/light_source)",
"src_loc": null,
"usr": "null"
},
{
"count": 10,
"message": "Cannot read null.active_addictions",
"proc_name": "ui data (\/obj\/machinery\/medical_kiosk\/ui_data)",
"source_file": "code\/game\/machinery\/medical_kiosk.dm,320",
"src": "the medical kiosk (\/obj\/machinery\/medical_kiosk)",
"src_loc": null,
"usr": "Bingle Jingleberry (\/mob\/living\/carbon\/human)"
},
{
"count": 6,
"message": "Tried to track a qdeleted datum (the bee) in ai datum blackboard (key: BB_monkey_enemies)! Please ensure that we are not doing this by adding handling where necessary.",
"proc_name": " stack trace (\/proc\/_stack_trace)",
"source_file": "code\/__HELPERS\/stack_trace.dm,4",
"src": "null",
"src_loc": null,
"usr": "(src)"
},
{
"count": 2,
"message": "atom_init_success_on overridden. Use override = TRUE to suppress this warning.",
"proc_name": " stack trace (\/proc\/_stack_trace)",
"source_file": "code\/__HELPERS\/stack_trace.dm,4",
"src": "null",
"src_loc": null,
"usr": "(src)"
},
{
"count": 2,
"message": "A client was Del()'d without a persistent_client! This should not be happening.",
"proc_name": " stack trace (\/proc\/_stack_trace)",
"source_file": "code\/__HELPERS\/stack_trace.dm,4",
"src": "null",
"src_loc": null,
"usr": "(src)"
},
{
"count": 2,
"message": "atom_entered overridden. Use override = TRUE to suppress this warning.",
"proc_name": " stack trace (\/proc\/_stack_trace)",
"source_file": "code\/__HELPERS\/stack_trace.dm,4",
"src": "null",
"src_loc": null,
"usr": "(src)"
},
{
"count": 1,
"message": "bad client",
"proc_name": "initialize (\/datum\/tgui_window\/proc\/initialize)",
"source_file": "code\/modules\/tgui\/tgui_window.dm,123",
"src": "\/datum\/tgui_window (\/datum\/tgui_window)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "Cannot read null.air",
"proc_name": "return air (\/obj\/machinery\/atmospherics\/pipe\/return_air)",
"source_file": "code\/modules\/atmospherics\/machinery\/pipes\/pipes.dm,80",
"src": "the pipe (\/obj\/machinery\/atmospherics\/pipe\/smart\/manifold\/cyan\/visible)",
"src_loc": "the floor (141,38,13) (\/turf\/open\/floor\/iron\/white)",
"usr": "null"
},
{
"count": 1,
"message": "undefined proc or verb \/turf\/open\/floor\/plating\/run armor check().",
"proc_name": "baton effect (\/obj\/item\/melee\/baton\/proc\/baton_effect)",
"source_file": "code\/game\/objects\/items\/melee\/baton.dm,236",
"src": "the stun baton (\/obj\/item\/melee\/baton\/security)",
"src_loc": "the plating (220,72,1) (\/turf\/open\/floor\/plating)",
"usr": "null"
},
{
"count": 1,
"message": "Found undeleted query, check the sql.log for the undeleted query and add a delete call to the query datum.",
"proc_name": " stack trace (\/proc\/_stack_trace)",
"source_file": "code\/__HELPERS\/stack_trace.dm,4",
"src": "null",
"src_loc": null,
"usr": "(src)"
},
{
"count": 1,
"message": "remove_thing_from_blackboard_key called with an invalid \"thing\" argument (the bee). (The passed value is not tracked in the passed list.)",
"proc_name": "remove thing from blackboard key (\/datum\/ai_controller\/proc\/remove_thing_from_blackboard_key)",
"source_file": "code\/datums\/ai\/_ai_controller.dm,891",
"src": "\/datum\/ai_controller\/monkey (\/datum\/ai_controller\/monkey)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait",
"proc_name": " stack trace (\/proc\/_stack_trace)",
"source_file": "code\/__HELPERS\/stack_trace.dm,4",
"src": "null",
"src_loc": null,
"usr": "Harvey Wile (as Captain) (\/mob\/living\/carbon\/human)"
}
],
"total_count": 142
},
"parser": null,
"id": -1,
"datetime": {
"date": "2025-11-17 03:55:11.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"round": 257910,
"key": "runtime_condensed",
"type": "generated",
"version": 1,
"json": "{\"runtimes\":[{\"count\":25,\"message\":\"Cannot read null.x\",\"proc_name\":\"get teleport turfs (\/proc\/get_teleport_turfs)\",\"source_file\":\"code\/datums\/helper_datums\/teleport.dm,227\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":23,\"message\":\"Cannot read null.loc\",\"proc_name\":\"is on hyperspace (\/datum\/component\/shuttle_cling\/proc\/is_on_hyperspace)\",\"source_file\":\"code\/datums\/components\/shuttle_cling.dm,132\",\"src\":\"\/datum\/component\/shuttle_cling (\/datum\/component\/shuttle_cling)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":23,\"message\":\"Component \/datum\/component\/shuttle_cling was created with a deleted parent or was deleted itself before it could be added to a parent\",\"proc_name\":\"New (\/datum\/component\/New)\",\"source_file\":\"code\/datums\/components\/_component.dm,59\",\"src\":\"\/datum\/component\/shuttle_cling (\/datum\/component\/shuttle_cling)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":23,\"message\":\"bad index\",\"proc_name\":\" RemoveFromParent (\/datum\/component\/proc\/_RemoveFromParent)\",\"source_file\":\"code\/datums\/components\/_component.dm,131\",\"src\":\"\/datum\/component\/shuttle_cling (\/datum\/component\/shuttle_cling)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":20,\"message\":\"bad color\",\"proc_name\":\"refresh values (\/datum\/light_source\/proc\/refresh_values)\",\"source_file\":\"code\/modules\/lighting\/lighting_source.dm,428\",\"src\":\"\/datum\/light_source (\/datum\/light_source)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":10,\"message\":\"Cannot read null.active_addictions\",\"proc_name\":\"ui data (\/obj\/machinery\/medical_kiosk\/ui_data)\",\"source_file\":\"code\/game\/machinery\/medical_kiosk.dm,320\",\"src\":\"the medical kiosk (\/obj\/machinery\/medical_kiosk)\",\"src_loc\":null,\"usr\":\"Bingle Jingleberry (\/mob\/living\/carbon\/human)\"},{\"count\":6,\"message\":\"Tried to track a qdeleted datum (the bee) in ai datum blackboard (key: BB_monkey_enemies)! Please ensure that we are not doing this by adding handling where necessary.\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":2,\"message\":\"atom_init_success_on overridden. Use override = TRUE to suppress this warning.\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":2,\"message\":\"A client was Del()'d without a persistent_client! This should not be happening.\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":2,\"message\":\"atom_entered overridden. Use override = TRUE to suppress this warning.\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":1,\"message\":\"bad client\",\"proc_name\":\"initialize (\/datum\/tgui_window\/proc\/initialize)\",\"source_file\":\"code\/modules\/tgui\/tgui_window.dm,123\",\"src\":\"\/datum\/tgui_window (\/datum\/tgui_window)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot read null.air\",\"proc_name\":\"return air (\/obj\/machinery\/atmospherics\/pipe\/return_air)\",\"source_file\":\"code\/modules\/atmospherics\/machinery\/pipes\/pipes.dm,80\",\"src\":\"the pipe (\/obj\/machinery\/atmospherics\/pipe\/smart\/manifold\/cyan\/visible)\",\"src_loc\":\"the floor (141,38,13) (\/turf\/open\/floor\/iron\/white)\",\"usr\":\"null\"},{\"count\":1,\"message\":\"undefined proc or verb \/turf\/open\/floor\/plating\/run armor check().\",\"proc_name\":\"baton effect (\/obj\/item\/melee\/baton\/proc\/baton_effect)\",\"source_file\":\"code\/game\/objects\/items\/melee\/baton.dm,236\",\"src\":\"the stun baton (\/obj\/item\/melee\/baton\/security)\",\"src_loc\":\"the plating (220,72,1) (\/turf\/open\/floor\/plating)\",\"usr\":\"null\"},{\"count\":1,\"message\":\"Found undeleted query, check the sql.log for the undeleted query and add a delete call to the query datum.\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":1,\"message\":\"remove_thing_from_blackboard_key called with an invalid \\\"thing\\\" argument (the bee). (The passed value is not tracked in the passed list.)\",\"proc_name\":\"remove thing from blackboard key (\/datum\/ai_controller\/proc\/remove_thing_from_blackboard_key)\",\"source_file\":\"code\/datums\/ai\/_ai_controller.dm,891\",\"src\":\"\/datum\/ai_controller\/monkey (\/datum\/ai_controller\/monkey)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"Harvey Wile (as Captain) (\/mob\/living\/carbon\/human)\"}],\"total_count\":142}",
"originalUrl": "https:\/\/terry-logs.tgstation13.org\/2025\/11\/17\/round-257910\/runtime.condensed.json"
}
Install Gentoo