runtime_condensed
-
51
count
Cannot read null.air inreturn air(/obj/machinery/atmospherics/pipe/return_air:80)src: the pipe (/obj/machinery/atmospherics/pipe/heat_exchanging/simple)
src_loc: the reinforced floor (158,110,8) (/turf/open/floor/engine)
usr: null
-
51
count
Cannot execute null.archive(). inprocess cell(/turf/open/process_cell:289)src: space (150,192,8) (/turf/open/space)
src_loc:
usr: null
-
51
count
Cannot read null.temperature inprocess atmos(/obj/machinery/atmospherics/pipe/heat_exchanging/process_atmos:38)src: the pipe (/obj/machinery/atmospherics/pipe/heat_exchanging/simple)
src_loc: the reinforced floor (158,110,8) (/turf/open/floor/engine)
usr: null
-
32
count
Cannot read null.temperature inGetTemperature(/turf/open/GetTemperature:397)src: the reinforced floor (158,110,8) (/turf/open/floor/engine)
src_loc:
usr: null
-
24
count
undefined variable /turf/closed/indestructible/rock/snow/var/run_later inprocess cell(/turf/open/process_cell:284)src: space (164,150,8) (/turf/open/space)
src_loc:
usr: null
-
16
count
undefined variable /turf/closed/indestructible/syndicate/var/run_later inprocess cell(/turf/open/process_cell:284)src: space (164,148,8) (/turf/open/space)
src_loc:
usr: null
-
12
count
list index out of bounds inload tier list(/datum/dynamic_ruleset/proc/load_tier_list:131)src: Space Changeling (/datum/dynamic_ruleset/midround/from_ghosts/space_changeling)
src_loc:
usr: null
-
10
count
undefined variable /turf/closed/indestructible/opsglass/var/run_later inprocess cell(/turf/open/process_cell:284)src: space (169,131,8) (/turf/open/space)
src_loc:
usr: null
-
8
count
Cannot read null.air inprocess atmos(/obj/machinery/atmospherics/components/binary/pump/process_atmos:65)src: the omni gas pump (/obj/machinery/atmospherics/components/binary/pump/on)
src_loc: the titanium tile (163,109,8) (/turf/open/floor/mineral/titanium/tiled/yellow)
usr: null
-
8
count
Cannot execute null.return temperature(). inequalize(/datum/gas_mixture/proc/equalize:260)src: /datum/gas_mixture (/datum/gas_mixture)
src_loc:
usr: null
-
2
count
-
2
count
Cannot read null._listen_lookup inUnregisterSignal(/datum/proc/UnregisterSignal:72)src: Titan\'s Finale (/datum/action/cooldown/mob_cooldown/projectile_attack/colossus_final)
src_loc:
usr: null
-
1
count
Cannot read null.gases inhandle slime stasis(/mob/living/basic/slime/proc/handle_slime_stasis:25)src: the grey baby slime (355) (/mob/living/basic/slime)
src_loc: the floor (151,110,8) (/turf/open/floor/circuit/red/off)
usr: null
-
1
count
Cannot read null.actions inenable cooldown actions(/datum/action/cooldown/proc/enable_cooldown_actions:210)src: Titan\'s Finale (/datum/action/cooldown/mob_cooldown/projectile_attack/colossus_final)
src_loc:
usr: null
-
1
count
undefined variable /turf/closed/wall/mineral/diamond/var/run_later inprocess cell(/turf/open/process_cell:284)src: space (173,120,8) (/turf/open/space)
src_loc:
usr: null
-
1
count
tool_act_wrench overridden. Use override = TRUE to suppress this warning. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: (src)
-
1
count
Cannot read null.click_intercept inRemove(/datum/action/cooldown/Remove:129)src: Titan\'s Finale (/datum/action/cooldown/mob_cooldown/projectile_attack/colossus_final)
src_loc:
usr: null
{
"data": {
"runtimes": [
{
"count": 51,
"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\/heat_exchanging\/simple)",
"src_loc": "the reinforced floor (158,110,8) (\/turf\/open\/floor\/engine)",
"usr": "null"
},
{
"count": 51,
"message": "Cannot execute null.archive().",
"proc_name": "process cell (\/turf\/open\/process_cell)",
"source_file": "code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,289",
"src": "space (150,192,8) (\/turf\/open\/space)",
"src_loc": null,
"usr": "null"
},
{
"count": 51,
"message": "Cannot read null.temperature",
"proc_name": "process atmos (\/obj\/machinery\/atmospherics\/pipe\/heat_exchanging\/process_atmos)",
"source_file": "code\/modules\/atmospherics\/machinery\/pipes\/heat_exchange\/he_pipes.dm,38",
"src": "the pipe (\/obj\/machinery\/atmospherics\/pipe\/heat_exchanging\/simple)",
"src_loc": "the reinforced floor (158,110,8) (\/turf\/open\/floor\/engine)",
"usr": "null"
},
{
"count": 32,
"message": "Cannot read null.temperature",
"proc_name": "GetTemperature (\/turf\/open\/GetTemperature)",
"source_file": "code\/game\/turfs\/open\/_open.dm,397",
"src": "the reinforced floor (158,110,8) (\/turf\/open\/floor\/engine)",
"src_loc": null,
"usr": "null"
},
{
"count": 24,
"message": "undefined variable \/turf\/closed\/indestructible\/rock\/snow\/var\/run_later",
"proc_name": "process cell (\/turf\/open\/process_cell)",
"source_file": "code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,284",
"src": "space (164,150,8) (\/turf\/open\/space)",
"src_loc": null,
"usr": "null"
},
{
"count": 16,
"message": "undefined variable \/turf\/closed\/indestructible\/syndicate\/var\/run_later",
"proc_name": "process cell (\/turf\/open\/process_cell)",
"source_file": "code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,284",
"src": "space (164,148,8) (\/turf\/open\/space)",
"src_loc": null,
"usr": "null"
},
{
"count": 12,
"message": "list index out of bounds",
"proc_name": "load tier list (\/datum\/dynamic_ruleset\/proc\/load_tier_list)",
"source_file": "code\/controllers\/subsystem\/dynamic\/_dynamic_ruleset.dm,131",
"src": "Space Changeling (\/datum\/dynamic_ruleset\/midround\/from_ghosts\/space_changeling)",
"src_loc": null,
"usr": "null"
},
{
"count": 10,
"message": "undefined variable \/turf\/closed\/indestructible\/opsglass\/var\/run_later",
"proc_name": "process cell (\/turf\/open\/process_cell)",
"source_file": "code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,284",
"src": "space (169,131,8) (\/turf\/open\/space)",
"src_loc": null,
"usr": "null"
},
{
"count": 8,
"message": "Cannot read null.air",
"proc_name": "process atmos (\/obj\/machinery\/atmospherics\/components\/binary\/pump\/process_atmos)",
"source_file": "code\/modules\/atmospherics\/machinery\/components\/binary_devices\/pump.dm,65",
"src": "the omni gas pump (\/obj\/machinery\/atmospherics\/components\/binary\/pump\/on)",
"src_loc": "the titanium tile (163,109,8) (\/turf\/open\/floor\/mineral\/titanium\/tiled\/yellow)",
"usr": "null"
},
{
"count": 8,
"message": "Cannot execute null.return temperature().",
"proc_name": "equalize (\/datum\/gas_mixture\/proc\/equalize)",
"source_file": "code\/modules\/atmospherics\/gasmixtures\/gas_mixture.dm,260",
"src": "\/datum\/gas_mixture (\/datum\/gas_mixture)",
"src_loc": null,
"usr": "null"
},
{
"count": 2,
"message": "Tried to track a qdeleted datum (the afterimage demonic watcher) in ai datum blackboard (key: BB_basic_current_target)! 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": "Cannot read null._listen_lookup",
"proc_name": "UnregisterSignal (\/datum\/proc\/UnregisterSignal)",
"source_file": "code\/datums\/signals.dm,72",
"src": "Titan\\'s Finale (\/datum\/action\/cooldown\/mob_cooldown\/projectile_attack\/colossus_final)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "Cannot read null.gases",
"proc_name": "handle slime stasis (\/mob\/living\/basic\/slime\/proc\/handle_slime_stasis)",
"source_file": "code\/modules\/mob\/living\/basic\/slime\/life.dm,25",
"src": "the grey baby slime (355) (\/mob\/living\/basic\/slime)",
"src_loc": "the floor (151,110,8) (\/turf\/open\/floor\/circuit\/red\/off)",
"usr": "null"
},
{
"count": 1,
"message": "Cannot read null.actions",
"proc_name": "enable cooldown actions (\/datum\/action\/cooldown\/proc\/enable_cooldown_actions)",
"source_file": "code\/datums\/actions\/cooldown_action.dm,210",
"src": "Titan\\'s Finale (\/datum\/action\/cooldown\/mob_cooldown\/projectile_attack\/colossus_final)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "undefined variable \/turf\/closed\/wall\/mineral\/diamond\/var\/run_later",
"proc_name": "process cell (\/turf\/open\/process_cell)",
"source_file": "code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,284",
"src": "space (173,120,8) (\/turf\/open\/space)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "tool_act_wrench 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": "Cannot read null.click_intercept",
"proc_name": "Remove (\/datum\/action\/cooldown\/Remove)",
"source_file": "code\/datums\/actions\/cooldown_action.dm,129",
"src": "Titan\\'s Finale (\/datum\/action\/cooldown\/mob_cooldown\/projectile_attack\/colossus_final)",
"src_loc": null,
"usr": "null"
}
],
"total_count": 272
},
"parser": null,
"id": -1,
"datetime": {
"date": "2025-11-05 09:11:43.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"round": 257541,
"key": "runtime_condensed",
"type": "generated",
"version": 1,
"json": "{\"runtimes\":[{\"count\":51,\"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\/heat_exchanging\/simple)\",\"src_loc\":\"the reinforced floor (158,110,8) (\/turf\/open\/floor\/engine)\",\"usr\":\"null\"},{\"count\":51,\"message\":\"Cannot execute null.archive().\",\"proc_name\":\"process cell (\/turf\/open\/process_cell)\",\"source_file\":\"code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,289\",\"src\":\"space (150,192,8) (\/turf\/open\/space)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":51,\"message\":\"Cannot read null.temperature\",\"proc_name\":\"process atmos (\/obj\/machinery\/atmospherics\/pipe\/heat_exchanging\/process_atmos)\",\"source_file\":\"code\/modules\/atmospherics\/machinery\/pipes\/heat_exchange\/he_pipes.dm,38\",\"src\":\"the pipe (\/obj\/machinery\/atmospherics\/pipe\/heat_exchanging\/simple)\",\"src_loc\":\"the reinforced floor (158,110,8) (\/turf\/open\/floor\/engine)\",\"usr\":\"null\"},{\"count\":32,\"message\":\"Cannot read null.temperature\",\"proc_name\":\"GetTemperature (\/turf\/open\/GetTemperature)\",\"source_file\":\"code\/game\/turfs\/open\/_open.dm,397\",\"src\":\"the reinforced floor (158,110,8) (\/turf\/open\/floor\/engine)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":24,\"message\":\"undefined variable \/turf\/closed\/indestructible\/rock\/snow\/var\/run_later\",\"proc_name\":\"process cell (\/turf\/open\/process_cell)\",\"source_file\":\"code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,284\",\"src\":\"space (164,150,8) (\/turf\/open\/space)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":16,\"message\":\"undefined variable \/turf\/closed\/indestructible\/syndicate\/var\/run_later\",\"proc_name\":\"process cell (\/turf\/open\/process_cell)\",\"source_file\":\"code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,284\",\"src\":\"space (164,148,8) (\/turf\/open\/space)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":12,\"message\":\"list index out of bounds\",\"proc_name\":\"load tier list (\/datum\/dynamic_ruleset\/proc\/load_tier_list)\",\"source_file\":\"code\/controllers\/subsystem\/dynamic\/_dynamic_ruleset.dm,131\",\"src\":\"Space Changeling (\/datum\/dynamic_ruleset\/midround\/from_ghosts\/space_changeling)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":10,\"message\":\"undefined variable \/turf\/closed\/indestructible\/opsglass\/var\/run_later\",\"proc_name\":\"process cell (\/turf\/open\/process_cell)\",\"source_file\":\"code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,284\",\"src\":\"space (169,131,8) (\/turf\/open\/space)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":8,\"message\":\"Cannot read null.air\",\"proc_name\":\"process atmos (\/obj\/machinery\/atmospherics\/components\/binary\/pump\/process_atmos)\",\"source_file\":\"code\/modules\/atmospherics\/machinery\/components\/binary_devices\/pump.dm,65\",\"src\":\"the omni gas pump (\/obj\/machinery\/atmospherics\/components\/binary\/pump\/on)\",\"src_loc\":\"the titanium tile (163,109,8) (\/turf\/open\/floor\/mineral\/titanium\/tiled\/yellow)\",\"usr\":\"null\"},{\"count\":8,\"message\":\"Cannot execute null.return temperature().\",\"proc_name\":\"equalize (\/datum\/gas_mixture\/proc\/equalize)\",\"source_file\":\"code\/modules\/atmospherics\/gasmixtures\/gas_mixture.dm,260\",\"src\":\"\/datum\/gas_mixture (\/datum\/gas_mixture)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":2,\"message\":\"Tried to track a qdeleted datum (the afterimage demonic watcher) in ai datum blackboard (key: BB_basic_current_target)! 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\":\"Cannot read null._listen_lookup\",\"proc_name\":\"UnregisterSignal (\/datum\/proc\/UnregisterSignal)\",\"source_file\":\"code\/datums\/signals.dm,72\",\"src\":\"Titan\\\\'s Finale (\/datum\/action\/cooldown\/mob_cooldown\/projectile_attack\/colossus_final)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot read null.gases\",\"proc_name\":\"handle slime stasis (\/mob\/living\/basic\/slime\/proc\/handle_slime_stasis)\",\"source_file\":\"code\/modules\/mob\/living\/basic\/slime\/life.dm,25\",\"src\":\"the grey baby slime (355) (\/mob\/living\/basic\/slime)\",\"src_loc\":\"the floor (151,110,8) (\/turf\/open\/floor\/circuit\/red\/off)\",\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot read null.actions\",\"proc_name\":\"enable cooldown actions (\/datum\/action\/cooldown\/proc\/enable_cooldown_actions)\",\"source_file\":\"code\/datums\/actions\/cooldown_action.dm,210\",\"src\":\"Titan\\\\'s Finale (\/datum\/action\/cooldown\/mob_cooldown\/projectile_attack\/colossus_final)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"undefined variable \/turf\/closed\/wall\/mineral\/diamond\/var\/run_later\",\"proc_name\":\"process cell (\/turf\/open\/process_cell)\",\"source_file\":\"code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,284\",\"src\":\"space (173,120,8) (\/turf\/open\/space)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"tool_act_wrench 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\":\"Cannot read null.click_intercept\",\"proc_name\":\"Remove (\/datum\/action\/cooldown\/Remove)\",\"source_file\":\"code\/datums\/actions\/cooldown_action.dm,129\",\"src\":\"Titan\\\\'s Finale (\/datum\/action\/cooldown\/mob_cooldown\/projectile_attack\/colossus_final)\",\"src_loc\":null,\"usr\":\"null\"}],\"total_count\":272}",
"originalUrl": "https:\/\/terry-logs.tgstation13.org\/2025\/11\/05\/round-257541\/runtime.condensed.json"
}
Install Gentoo