runtime_condensed
-
21
count
Cannot read null.air inrelocate airs(/obj/machinery/atmospherics/components/proc/relocate_airs:348)src: External Gas to Loop (/obj/machinery/atmospherics/components/binary/pump)
src_loc: space (165,158,2) (/turf/open/space)
usr: null
-
12
count
Cannot execute null.reset cooldowns(). inprocess cell(/turf/open/process_cell:354)src: the plating (173,138,2) (/turf/open/floor/plating)
src_loc:
usr: null
-
8
count
Cannot modify null.dismantle_cooldown. inprocess cell(/turf/open/process_cell:354)src: the floor (154,162,2) (/turf/open/floor/iron)
src_loc:
usr: null
-
4
count
Division by zero inFit Viewport(/client/verb/fit_viewport:392)src: Z00mber (/client)
src_loc:
usr: Z00mber (/mob/dead/new_player)
-
2
count
-
2
count
Cannot execute null.log message(). inlog combat(/proc/log_combat:32)src: null
src_loc:
usr: (src)
-
2
count
Division by zero inequalize(/datum/gas_mixture/proc/equalize:277)src: /datum/gas_mixture (/datum/gas_mixture)
src_loc:
usr: null
-
1
count
Invalid timer: ]Timer: 32289 ([0x21065793]), TTR: 321588, wait:4 Flags: TIMER_CLIENT_TIME, TIMER_STOPPABLE, callBack: [0x21090719], callBack.object: /datum/looping_sound/generator(/datum/looping_sound/generator), callBack.delegate:start_sound_loop, source: code/datums/looping_sounds/_looping_sound.dm:220Prev: NULL, Next: NULL, SPENT(321588), QDELETED, NO CALLBACK world.time: 96040.5, head_offset: 96000, practical_offset: 82, REALTIMEOFDAY: 321588 infire(/datum/controller/subsystem/timer/fire:123)src: Sound Loops (/datum/controller/subsystem/timer/sound_loops)
src_loc:
usr: null
-
1
count
turf_expose overridden. Use override = TRUE to suppress this warning. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: 0
-
1
count
Failed to create a character for latejoin. inAttemptLateSpawn(/mob/dead/new_player/proc/AttemptLateSpawn:187)src: MrAdriaxis (/mob/dead/new_player)
src_loc: the cordon (8,248,1) (/turf/cordon)
usr: (src)
-
1
count
https://tts.scriptis.net/tts-voices: status code 502 instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: (src)
-
1
count
Cannot execute null.RegisterSignal(). inupdate signals(/datum/component/connect_range/proc/update_signals:99)src: /datum/component/connect_range (/datum/component/connect_range)
src_loc:
usr: Runtime (/mob/living/basic/pet/cat/runtime)
-
1
count
list index out of bounds indisconnect(/obj/machinery/atmospherics/proc/disconnect:403)src: the green pipe (/obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible)
src_loc: space (164,153,2) (/turf/open/space)
usr: null
-
1
count
Cannot execute null.UnregisterSignal(). inunregister signals(/datum/component/connect_range/proc/unregister_signals:113)src: /datum/component/connect_range (/datum/component/connect_range)
src_loc:
usr: Runtime (/mob/living/basic/pet/cat/runtime)
-
1
count
Invalid timer: ]Timer: 32289 ([0x21065793]), TTR: 321588, wait:4 Flags: TIMER_CLIENT_TIME, TIMER_STOPPABLE, callBack: [0x21090719], callBack.object: /datum/looping_sound/generator(/datum/looping_sound/generator), callBack.delegate:start_sound_loop, source: code/datums/looping_sounds/_looping_sound.dm:220Prev: NULL, Next: NULL, SPENT(321588), QDELETED, NO CALLBACK world.time: 96041, head_offset: 96000, practical_offset: 82, REALTIMEOFDAY: 321588 infire(/datum/controller/subsystem/timer/fire:123)src: Sound Loops (/datum/controller/subsystem/timer/sound_loops)
src_loc:
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
Cannot read null.screen inpersistent inventory update(/datum/hud/dextrous/drone/persistent_inventory_update:37)src: /datum/hud/dextrous/drone (/datum/hud/dextrous/drone)
src_loc:
usr: Brendan Stahl (/mob/dead/observer)
{
"data": {
"runtimes": [
{
"count": 21,
"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": "External Gas to Loop (\/obj\/machinery\/atmospherics\/components\/binary\/pump)",
"src_loc": "space (165,158,2) (\/turf\/open\/space)",
"usr": "null"
},
{
"count": 12,
"message": "Cannot execute null.reset cooldowns().",
"proc_name": "process cell (\/turf\/open\/process_cell)",
"source_file": "code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,354",
"src": "the plating (173,138,2) (\/turf\/open\/floor\/plating)",
"src_loc": null,
"usr": "null"
},
{
"count": 8,
"message": "Cannot modify null.dismantle_cooldown.",
"proc_name": "process cell (\/turf\/open\/process_cell)",
"source_file": "code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,354",
"src": "the floor (154,162,2) (\/turf\/open\/floor\/iron)",
"src_loc": null,
"usr": "null"
},
{
"count": 4,
"message": "Division by zero",
"proc_name": "Fit Viewport (\/client\/verb\/fit_viewport)",
"source_file": "code\/modules\/client\/verbs\/ooc.dm,392",
"src": "Z00mber (\/client)",
"src_loc": null,
"usr": "Z00mber (\/mob\/dead\/new_player)"
},
{
"count": 2,
"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 execute null.log message().",
"proc_name": "log combat (\/proc\/log_combat)",
"source_file": "code\/__HELPERS\/logging\/attack.dm,32",
"src": "null",
"src_loc": null,
"usr": "(src)"
},
{
"count": 2,
"message": "Division by zero",
"proc_name": "equalize (\/datum\/gas_mixture\/proc\/equalize)",
"source_file": "code\/modules\/atmospherics\/gasmixtures\/gas_mixture.dm,277",
"src": "\/datum\/gas_mixture (\/datum\/gas_mixture)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "Invalid timer: ]Timer: 32289 ([0x21065793]), TTR: 321588, wait:4 Flags: TIMER_CLIENT_TIME, TIMER_STOPPABLE, callBack: [0x21090719], callBack.object: \/datum\/looping_sound\/generator(\/datum\/looping_sound\/generator), callBack.delegate:start_sound_loop, source: code\/datums\/looping_sounds\/_looping_sound.dm:220Prev: NULL, Next: NULL, SPENT(321588), QDELETED, NO CALLBACK world.time: 96040.5, head_offset: 96000, practical_offset: 82, REALTIMEOFDAY: 321588",
"proc_name": "fire (\/datum\/controller\/subsystem\/timer\/fire)",
"source_file": "code\/controllers\/subsystem\/timer.dm,123",
"src": "Sound Loops (\/datum\/controller\/subsystem\/timer\/sound_loops)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "turf_expose 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": "0"
},
{
"count": 1,
"message": "Failed to create a character for latejoin.",
"proc_name": "AttemptLateSpawn (\/mob\/dead\/new_player\/proc\/AttemptLateSpawn)",
"source_file": "code\/modules\/mob\/dead\/new_player\/new_player.dm,187",
"src": "MrAdriaxis (\/mob\/dead\/new_player)",
"src_loc": "the cordon (8,248,1) (\/turf\/cordon)",
"usr": "(src)"
},
{
"count": 1,
"message": "https:\/\/tts.scriptis.net\/tts-voices: status code 502",
"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 execute null.RegisterSignal().",
"proc_name": "update signals (\/datum\/component\/connect_range\/proc\/update_signals)",
"source_file": "code\/datums\/components\/connect_range.dm,99",
"src": "\/datum\/component\/connect_range (\/datum\/component\/connect_range)",
"src_loc": null,
"usr": "Runtime (\/mob\/living\/basic\/pet\/cat\/runtime)"
},
{
"count": 1,
"message": "list index out of bounds",
"proc_name": "disconnect (\/obj\/machinery\/atmospherics\/proc\/disconnect)",
"source_file": "code\/modules\/atmospherics\/machinery\/atmosmachinery.dm,403",
"src": "the green pipe (\/obj\/machinery\/atmospherics\/pipe\/smart\/manifold4w\/green\/visible)",
"src_loc": "space (164,153,2) (\/turf\/open\/space)",
"usr": "null"
},
{
"count": 1,
"message": "Cannot execute null.UnregisterSignal().",
"proc_name": "unregister signals (\/datum\/component\/connect_range\/proc\/unregister_signals)",
"source_file": "code\/datums\/components\/connect_range.dm,113",
"src": "\/datum\/component\/connect_range (\/datum\/component\/connect_range)",
"src_loc": null,
"usr": "Runtime (\/mob\/living\/basic\/pet\/cat\/runtime)"
},
{
"count": 1,
"message": "Invalid timer: ]Timer: 32289 ([0x21065793]), TTR: 321588, wait:4 Flags: TIMER_CLIENT_TIME, TIMER_STOPPABLE, callBack: [0x21090719], callBack.object: \/datum\/looping_sound\/generator(\/datum\/looping_sound\/generator), callBack.delegate:start_sound_loop, source: code\/datums\/looping_sounds\/_looping_sound.dm:220Prev: NULL, Next: NULL, SPENT(321588), QDELETED, NO CALLBACK world.time: 96041, head_offset: 96000, practical_offset: 82, REALTIMEOFDAY: 321588",
"proc_name": "fire (\/datum\/controller\/subsystem\/timer\/fire)",
"source_file": "code\/controllers\/subsystem\/timer.dm,123",
"src": "Sound Loops (\/datum\/controller\/subsystem\/timer\/sound_loops)",
"src_loc": null,
"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": "Cannot read null.screen",
"proc_name": "persistent inventory update (\/datum\/hud\/dextrous\/drone\/persistent_inventory_update)",
"source_file": "code\/_onclick\/hud\/drones.dm,37",
"src": "\/datum\/hud\/dextrous\/drone (\/datum\/hud\/dextrous\/drone)",
"src_loc": null,
"usr": "Brendan Stahl (\/mob\/dead\/observer)"
}
],
"total_count": 61
},
"parser": null,
"id": -1,
"datetime": {
"date": "2025-02-12 04:18:53.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"round": 249183,
"key": "runtime_condensed",
"type": "generated",
"version": 1,
"json": "{\"runtimes\":[{\"count\":21,\"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\":\"External Gas to Loop (\/obj\/machinery\/atmospherics\/components\/binary\/pump)\",\"src_loc\":\"space (165,158,2) (\/turf\/open\/space)\",\"usr\":\"null\"},{\"count\":12,\"message\":\"Cannot execute null.reset cooldowns().\",\"proc_name\":\"process cell (\/turf\/open\/process_cell)\",\"source_file\":\"code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,354\",\"src\":\"the plating (173,138,2) (\/turf\/open\/floor\/plating)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":8,\"message\":\"Cannot modify null.dismantle_cooldown.\",\"proc_name\":\"process cell (\/turf\/open\/process_cell)\",\"source_file\":\"code\/modules\/atmospherics\/environmental\/LINDA_turf_tile.dm,354\",\"src\":\"the floor (154,162,2) (\/turf\/open\/floor\/iron)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":4,\"message\":\"Division by zero\",\"proc_name\":\"Fit Viewport (\/client\/verb\/fit_viewport)\",\"source_file\":\"code\/modules\/client\/verbs\/ooc.dm,392\",\"src\":\"Z00mber (\/client)\",\"src_loc\":null,\"usr\":\"Z00mber (\/mob\/dead\/new_player)\"},{\"count\":2,\"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 execute null.log message().\",\"proc_name\":\"log combat (\/proc\/log_combat)\",\"source_file\":\"code\/__HELPERS\/logging\/attack.dm,32\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":2,\"message\":\"Division by zero\",\"proc_name\":\"equalize (\/datum\/gas_mixture\/proc\/equalize)\",\"source_file\":\"code\/modules\/atmospherics\/gasmixtures\/gas_mixture.dm,277\",\"src\":\"\/datum\/gas_mixture (\/datum\/gas_mixture)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"Invalid timer: ]Timer: 32289 ([0x21065793]), TTR: 321588, wait:4 Flags: TIMER_CLIENT_TIME, TIMER_STOPPABLE, callBack: [0x21090719], callBack.object: \/datum\/looping_sound\/generator(\/datum\/looping_sound\/generator), callBack.delegate:start_sound_loop, source: code\/datums\/looping_sounds\/_looping_sound.dm:220Prev: NULL, Next: NULL, SPENT(321588), QDELETED, NO CALLBACK world.time: 96040.5, head_offset: 96000, practical_offset: 82, REALTIMEOFDAY: 321588\",\"proc_name\":\"fire (\/datum\/controller\/subsystem\/timer\/fire)\",\"source_file\":\"code\/controllers\/subsystem\/timer.dm,123\",\"src\":\"Sound Loops (\/datum\/controller\/subsystem\/timer\/sound_loops)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"turf_expose 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\":\"0\"},{\"count\":1,\"message\":\"Failed to create a character for latejoin.\",\"proc_name\":\"AttemptLateSpawn (\/mob\/dead\/new_player\/proc\/AttemptLateSpawn)\",\"source_file\":\"code\/modules\/mob\/dead\/new_player\/new_player.dm,187\",\"src\":\"MrAdriaxis (\/mob\/dead\/new_player)\",\"src_loc\":\"the cordon (8,248,1) (\/turf\/cordon)\",\"usr\":\"(src)\"},{\"count\":1,\"message\":\"https:\/\/tts.scriptis.net\/tts-voices: status code 502\",\"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 execute null.RegisterSignal().\",\"proc_name\":\"update signals (\/datum\/component\/connect_range\/proc\/update_signals)\",\"source_file\":\"code\/datums\/components\/connect_range.dm,99\",\"src\":\"\/datum\/component\/connect_range (\/datum\/component\/connect_range)\",\"src_loc\":null,\"usr\":\"Runtime (\/mob\/living\/basic\/pet\/cat\/runtime)\"},{\"count\":1,\"message\":\"list index out of bounds\",\"proc_name\":\"disconnect (\/obj\/machinery\/atmospherics\/proc\/disconnect)\",\"source_file\":\"code\/modules\/atmospherics\/machinery\/atmosmachinery.dm,403\",\"src\":\"the green pipe (\/obj\/machinery\/atmospherics\/pipe\/smart\/manifold4w\/green\/visible)\",\"src_loc\":\"space (164,153,2) (\/turf\/open\/space)\",\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot execute null.UnregisterSignal().\",\"proc_name\":\"unregister signals (\/datum\/component\/connect_range\/proc\/unregister_signals)\",\"source_file\":\"code\/datums\/components\/connect_range.dm,113\",\"src\":\"\/datum\/component\/connect_range (\/datum\/component\/connect_range)\",\"src_loc\":null,\"usr\":\"Runtime (\/mob\/living\/basic\/pet\/cat\/runtime)\"},{\"count\":1,\"message\":\"Invalid timer: ]Timer: 32289 ([0x21065793]), TTR: 321588, wait:4 Flags: TIMER_CLIENT_TIME, TIMER_STOPPABLE, callBack: [0x21090719], callBack.object: \/datum\/looping_sound\/generator(\/datum\/looping_sound\/generator), callBack.delegate:start_sound_loop, source: code\/datums\/looping_sounds\/_looping_sound.dm:220Prev: NULL, Next: NULL, SPENT(321588), QDELETED, NO CALLBACK world.time: 96041, head_offset: 96000, practical_offset: 82, REALTIMEOFDAY: 321588\",\"proc_name\":\"fire (\/datum\/controller\/subsystem\/timer\/fire)\",\"source_file\":\"code\/controllers\/subsystem\/timer.dm,123\",\"src\":\"Sound Loops (\/datum\/controller\/subsystem\/timer\/sound_loops)\",\"src_loc\":null,\"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\":\"Cannot read null.screen\",\"proc_name\":\"persistent inventory update (\/datum\/hud\/dextrous\/drone\/persistent_inventory_update)\",\"source_file\":\"code\/_onclick\/hud\/drones.dm,37\",\"src\":\"\/datum\/hud\/dextrous\/drone (\/datum\/hud\/dextrous\/drone)\",\"src_loc\":null,\"usr\":\"Brendan Stahl (\/mob\/dead\/observer)\"}],\"total_count\":61}",
"originalUrl": "https:\/\/terry-logs.tgstation13.org\/2025\/02\/12\/round-249183\/runtime.condensed.json"
}
Install Gentoo