runtime_condensed
-
24
count
Cannot read null.air inrelocate airs(/obj/machinery/atmospherics/components/proc/relocate_airs:348)src: Supermatter Engine omni air sc... (/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4)
src_loc: space (82,117,2) (/turf/open/space)
usr: null
-
14
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: (src)
-
5
count
-
3
count
Cannot execute null.get thrower(). inhitby(/mob/living/hitby:222)src: Spencer Wood (/mob/living/carbon/human)
src_loc: the floor (163,84,2) (/turf/open/floor/iron)
usr: (src)
-
3
count
-
2
count
Cannot read null.client inremove and refresh(/datum/storage/proc/remove_and_refresh:695)src: /datum/storage/backpack (/datum/storage/backpack)
src_loc:
usr: null
-
2
count
bad client ininitialize(/datum/tgui_window/proc/initialize:123)src: /datum/tgui_window (/datum/tgui_window)
src_loc:
usr: null
-
1
count
Cannot execute null.return air(). inLateInitialize(/obj/structure/closet/LateInitialize:172)src: the freezer (/obj/structure/closet/crate/freezer)
src_loc: null
usr: null
-
1
count
Cannot read null.prefs inget payload(/datum/tgui/proc/get_payload:235)src: /datum/tgui (/datum/tgui)
src_loc:
usr: null
-
1
count
TTS tried to play a sound to a deleted mob. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: (src)
-
1
count
Incompatible /datum/component/wet_floor transfer attempt to a /turf/open/floor/iron/dark! inTakeComponent(/datum/proc/TakeComponent:458)src: the floor (215,72,1) (/turf/open/floor/iron/dark)
src_loc:
usr: null
-
1
count
Invalid timer: ]Timer: 6133 ([0x2108393c]), TTR: 317321, wait:10 Flags: TIMER_CLIENT_TIME, TIMER_STOPPABLE, callBack: [0x2102f8c6], callBack.object: /datum/looping_sound/microwave(/datum/looping_sound/microwave), callBack.delegate:start_sound_loop, source: code/datums/looping_sounds/_looping_sound.dm:221Prev: NULL, Next: NULL, SPENT(317321), QDELETED, NO CALLBACK world.time: 4950, head_offset: 4800, practical_offset: 301, REALTIMEOFDAY: 317321 infire(/datum/controller/subsystem/timer/fire:122)src: Sound Loops (/datum/controller/subsystem/timer/sound_loops)
src_loc:
usr: null
-
1
count
Cannot read null.active_storage inhide contents(/datum/storage/proc/hide_contents:1060)src: /datum/storage/backpack (/datum/storage/backpack)
src_loc:
usr: null
-
1
count
Cannot read null.seen_messages infinish image generation(/datum/chatmessage/proc/finish_image_generation:210)src: /datum/chatmessage (/datum/chatmessage)
src_loc:
usr: null
-
1
count
movable_moved overridden. Use override = TRUE to suppress this warning. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: (src)
-
1
count
Empty or null string in to_chat proc call. into chat(/proc/to_chat:74)src: null
src_loc:
usr: Milo Meowser (/mob/living/carbon/human)
-
1
count
Cannot execute null.GetComponent(). inDestroy(/datum/component/wet_floor/Destroy:49)src: /datum/component/wet_floor (/datum/component/wet_floor)
src_loc:
usr: null
-
1
count
remove_thing_from_blackboard_key called with an invalid "thing" argument (the hivelord brood). (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/pu... (/datum/ai_controller/monkey/pun_pun)
src_loc:
usr: null
{
"data": {
"runtimes": [
{
"count": 24,
"message": "Cannot read null.air",
"proc_name": "relocate airs (\/obj\/machinery\/atmospherics\/components\/proc\/relocate_airs)",
"source_file": "code\/modules\/atmospherics\/machinery\/components\/components_base.dm,348",
"src": "Supermatter Engine omni air sc... (\/obj\/machinery\/atmospherics\/components\/unary\/vent_scrubber\/on\/layer4)",
"src_loc": "space (82,117,2) (\/turf\/open\/space)",
"usr": "null"
},
{
"count": 14,
"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": "(src)"
},
{
"count": 5,
"message": "Tried to track a qdeleted datum (the hivelord brood) 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": 3,
"message": "Cannot execute null.get thrower().",
"proc_name": "hitby (\/mob\/living\/hitby)",
"source_file": "code\/modules\/mob\/living\/living_defense.dm,222",
"src": "Spencer Wood (\/mob\/living\/carbon\/human)",
"src_loc": "the floor (163,84,2) (\/turf\/open\/floor\/iron)",
"usr": "(src)"
},
{
"count": 3,
"message": "Cannot read null.z",
"proc_name": "is valid z level (\/proc\/is_valid_z_level)",
"source_file": "code\/__HELPERS\/levels.dm,15",
"src": "null",
"src_loc": null,
"usr": "(src)"
},
{
"count": 2,
"message": "Cannot read null.client",
"proc_name": "remove and refresh (\/datum\/storage\/proc\/remove_and_refresh)",
"source_file": "code\/datums\/storage\/storage.dm,695",
"src": "\/datum\/storage\/backpack (\/datum\/storage\/backpack)",
"src_loc": null,
"usr": "null"
},
{
"count": 2,
"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 execute null.return air().",
"proc_name": "LateInitialize (\/obj\/structure\/closet\/LateInitialize)",
"source_file": "code\/game\/objects\/structures\/crates_lockers\/closets.dm,172",
"src": "the freezer (\/obj\/structure\/closet\/crate\/freezer)",
"src_loc": "null",
"usr": "null"
},
{
"count": 1,
"message": "Cannot read null.prefs",
"proc_name": "get payload (\/datum\/tgui\/proc\/get_payload)",
"source_file": "code\/modules\/tgui\/tgui.dm,235",
"src": "\/datum\/tgui (\/datum\/tgui)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "TTS tried to play a sound to a deleted mob.",
"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": "Incompatible \/datum\/component\/wet_floor transfer attempt to a \/turf\/open\/floor\/iron\/dark!",
"proc_name": "TakeComponent (\/datum\/proc\/TakeComponent)",
"source_file": "code\/datums\/components\/_component.dm,458",
"src": "the floor (215,72,1) (\/turf\/open\/floor\/iron\/dark)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "Invalid timer: ]Timer: 6133 ([0x2108393c]), TTR: 317321, wait:10 Flags: TIMER_CLIENT_TIME, TIMER_STOPPABLE, callBack: [0x2102f8c6], callBack.object: \/datum\/looping_sound\/microwave(\/datum\/looping_sound\/microwave), callBack.delegate:start_sound_loop, source: code\/datums\/looping_sounds\/_looping_sound.dm:221Prev: NULL, Next: NULL, SPENT(317321), QDELETED, NO CALLBACK world.time: 4950, head_offset: 4800, practical_offset: 301, REALTIMEOFDAY: 317321",
"proc_name": "fire (\/datum\/controller\/subsystem\/timer\/fire)",
"source_file": "code\/controllers\/subsystem\/timer.dm,122",
"src": "Sound Loops (\/datum\/controller\/subsystem\/timer\/sound_loops)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "Cannot read null.active_storage",
"proc_name": "hide contents (\/datum\/storage\/proc\/hide_contents)",
"source_file": "code\/datums\/storage\/storage.dm,1060",
"src": "\/datum\/storage\/backpack (\/datum\/storage\/backpack)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "Cannot read null.seen_messages",
"proc_name": "finish image generation (\/datum\/chatmessage\/proc\/finish_image_generation)",
"source_file": "code\/datums\/chatmessage.dm,210",
"src": "\/datum\/chatmessage (\/datum\/chatmessage)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "movable_moved 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": "Empty or null string in to_chat proc call.",
"proc_name": "to chat (\/proc\/to_chat)",
"source_file": "code\/modules\/tgchat\/to_chat.dm,74",
"src": "null",
"src_loc": null,
"usr": "Milo Meowser (\/mob\/living\/carbon\/human)"
},
{
"count": 1,
"message": "Cannot execute null.GetComponent().",
"proc_name": "Destroy (\/datum\/component\/wet_floor\/Destroy)",
"source_file": "code\/datums\/components\/wet_floor.dm,49",
"src": "\/datum\/component\/wet_floor (\/datum\/component\/wet_floor)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "remove_thing_from_blackboard_key called with an invalid \"thing\" argument (the hivelord brood). (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\/pu... (\/datum\/ai_controller\/monkey\/pun_pun)",
"src_loc": null,
"usr": "null"
}
],
"total_count": 64
},
"parser": null,
"id": -1,
"datetime": {
"date": "2025-05-05 08:40:05.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"round": 251899,
"key": "runtime_condensed",
"type": "generated",
"version": 1,
"json": "{\"runtimes\":[{\"count\":24,\"message\":\"Cannot read null.air\",\"proc_name\":\"relocate airs (\/obj\/machinery\/atmospherics\/components\/proc\/relocate_airs)\",\"source_file\":\"code\/modules\/atmospherics\/machinery\/components\/components_base.dm,348\",\"src\":\"Supermatter Engine omni air sc... (\/obj\/machinery\/atmospherics\/components\/unary\/vent_scrubber\/on\/layer4)\",\"src_loc\":\"space (82,117,2) (\/turf\/open\/space)\",\"usr\":\"null\"},{\"count\":14,\"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\":\"(src)\"},{\"count\":5,\"message\":\"Tried to track a qdeleted datum (the hivelord brood) 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\":3,\"message\":\"Cannot execute null.get thrower().\",\"proc_name\":\"hitby (\/mob\/living\/hitby)\",\"source_file\":\"code\/modules\/mob\/living\/living_defense.dm,222\",\"src\":\"Spencer Wood (\/mob\/living\/carbon\/human)\",\"src_loc\":\"the floor (163,84,2) (\/turf\/open\/floor\/iron)\",\"usr\":\"(src)\"},{\"count\":3,\"message\":\"Cannot read null.z\",\"proc_name\":\"is valid z level (\/proc\/is_valid_z_level)\",\"source_file\":\"code\/__HELPERS\/levels.dm,15\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":2,\"message\":\"Cannot read null.client\",\"proc_name\":\"remove and refresh (\/datum\/storage\/proc\/remove_and_refresh)\",\"source_file\":\"code\/datums\/storage\/storage.dm,695\",\"src\":\"\/datum\/storage\/backpack (\/datum\/storage\/backpack)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":2,\"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 execute null.return air().\",\"proc_name\":\"LateInitialize (\/obj\/structure\/closet\/LateInitialize)\",\"source_file\":\"code\/game\/objects\/structures\/crates_lockers\/closets.dm,172\",\"src\":\"the freezer (\/obj\/structure\/closet\/crate\/freezer)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot read null.prefs\",\"proc_name\":\"get payload (\/datum\/tgui\/proc\/get_payload)\",\"source_file\":\"code\/modules\/tgui\/tgui.dm,235\",\"src\":\"\/datum\/tgui (\/datum\/tgui)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"TTS tried to play a sound to a deleted mob.\",\"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\":\"Incompatible \/datum\/component\/wet_floor transfer attempt to a \/turf\/open\/floor\/iron\/dark!\",\"proc_name\":\"TakeComponent (\/datum\/proc\/TakeComponent)\",\"source_file\":\"code\/datums\/components\/_component.dm,458\",\"src\":\"the floor (215,72,1) (\/turf\/open\/floor\/iron\/dark)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"Invalid timer: ]Timer: 6133 ([0x2108393c]), TTR: 317321, wait:10 Flags: TIMER_CLIENT_TIME, TIMER_STOPPABLE, callBack: [0x2102f8c6], callBack.object: \/datum\/looping_sound\/microwave(\/datum\/looping_sound\/microwave), callBack.delegate:start_sound_loop, source: code\/datums\/looping_sounds\/_looping_sound.dm:221Prev: NULL, Next: NULL, SPENT(317321), QDELETED, NO CALLBACK world.time: 4950, head_offset: 4800, practical_offset: 301, REALTIMEOFDAY: 317321\",\"proc_name\":\"fire (\/datum\/controller\/subsystem\/timer\/fire)\",\"source_file\":\"code\/controllers\/subsystem\/timer.dm,122\",\"src\":\"Sound Loops (\/datum\/controller\/subsystem\/timer\/sound_loops)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot read null.active_storage\",\"proc_name\":\"hide contents (\/datum\/storage\/proc\/hide_contents)\",\"source_file\":\"code\/datums\/storage\/storage.dm,1060\",\"src\":\"\/datum\/storage\/backpack (\/datum\/storage\/backpack)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot read null.seen_messages\",\"proc_name\":\"finish image generation (\/datum\/chatmessage\/proc\/finish_image_generation)\",\"source_file\":\"code\/datums\/chatmessage.dm,210\",\"src\":\"\/datum\/chatmessage (\/datum\/chatmessage)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"movable_moved 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\":\"Empty or null string in to_chat proc call.\",\"proc_name\":\"to chat (\/proc\/to_chat)\",\"source_file\":\"code\/modules\/tgchat\/to_chat.dm,74\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"Milo Meowser (\/mob\/living\/carbon\/human)\"},{\"count\":1,\"message\":\"Cannot execute null.GetComponent().\",\"proc_name\":\"Destroy (\/datum\/component\/wet_floor\/Destroy)\",\"source_file\":\"code\/datums\/components\/wet_floor.dm,49\",\"src\":\"\/datum\/component\/wet_floor (\/datum\/component\/wet_floor)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"remove_thing_from_blackboard_key called with an invalid \\\"thing\\\" argument (the hivelord brood). (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\/pu... (\/datum\/ai_controller\/monkey\/pun_pun)\",\"src_loc\":null,\"usr\":\"null\"}],\"total_count\":64}",
"originalUrl": "https:\/\/terry-logs.tgstation13.org\/2025\/05\/05\/round-251899\/runtime.condensed.json"
}
Install Gentoo