runtime_condensed
-
25
count
-
9
count
list index out of bounds indisconnect(/obj/machinery/atmospherics/proc/disconnect:403)src: the violet pipe (/obj/machinery/atmospherics/pipe/smart/manifold/violet/hidden)
src_loc: the floor (211,64,1) (/turf/open/floor/iron/dark/small)
usr: null
-
6
count
movable_moved overridden. Use override = TRUE to suppress this warning. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: (src)
-
4
count
Cannot read null.initial_language_holder inget hallucinating spoken languages(/datum/hallucination/chat/proc/get_hallucinating_spoken_languages:23)src: /datum/hallucination/chat (/datum/hallucination/chat)
src_loc:
usr: null
-
2
count
undefined proc or verb /obj/structure/closet/crate/secure/freezer/commsagent/ignition effect(). intry burn(/datum/element/burn_on_item_ignition/proc/try_burn:32)src: /datum/element/burn_on_item_ig... (/datum/element/burn_on_item_ignition)
src_loc:
usr: Agent Clarion (/mob/living/carbon/human)
-
2
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)
-
2
count
Division by zero inget catchable fish names(/datum/fish_source/proc/get_catchable_fish_names:494)src: /datum/fish_source/lavaland/ic... (/datum/fish_source/lavaland/icemoon)
src_loc:
usr: Agent Clarion (/mob/living/carbon/human)
-
2
count
No valid destination passed into forceMove inforceMove(/atom/movable/proc/forceMove:1121)src: the ebeam (/obj/effect/ebeam)
src_loc:
usr: Reservoir (as Agent Clarion) (/mob/living/carbon/human)
-
2
count
Cannot read null._listen_lookup inUnregisterSignal(/datum/proc/UnregisterSignal:72)src: /datum/component/overlay_light... (/datum/component/overlay_lighting)
src_loc:
usr: null
-
1
count
Cannot read null.layout_prefs_used inget payload(/datum/tgui/proc/get_payload:235)src: /datum/tgui (/datum/tgui)
src_loc:
usr: null
-
1
count
playsound(): volume below SOUND_AUDIBLE_VOLUME_MIN. 0 < 3 inplaysound(/proc/playsound:28)src: null
src_loc:
usr: Agent Clarion (/mob/living/carbon/human)
-
1
count
undefined proc or verb /obj/structure/secure_safe/caps_spare/ignition effect(). intry burn(/datum/element/burn_on_item_ignition/proc/try_burn:32)src: /datum/element/burn_on_item_ig... (/datum/element/burn_on_item_ignition)
src_loc:
usr: Rummages-In-Garbage (/mob/living/carbon/human)
-
1
count
Qdeleted thing being thrown around. inthrow at(/atom/movable/proc/throw_at:1340)src: the banana glutton (/mob/living/basic/clown/mutant/glutton)
src_loc: null
usr: null
-
1
count
Cannot execute null.add atom colour(). infinish roasting(/obj/item/melee/roastingstick/proc/finish_roasting:512)src: the advanced roasting stick (/obj/item/melee/roastingstick)
src_loc:
usr: Reservoir (as Agent Clarion) (/mob/living/carbon/human)
-
1
count
Cannot read null.open_uis inon open(/datum/controller/subsystem/tgui/proc/on_open:295)src: tgui (/datum/controller/subsystem/tgui)
src_loc:
usr: null
{
"data": {
"runtimes": [
{
"count": 25,
"message": "playsound(): no soundin passed",
"proc_name": "playsound (\/proc\/playsound)",
"source_file": "code\/game\/sound.dm,25",
"src": "null",
"src_loc": null,
"usr": "(src)"
},
{
"count": 9,
"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 violet pipe (\/obj\/machinery\/atmospherics\/pipe\/smart\/manifold\/violet\/hidden)",
"src_loc": "the floor (211,64,1) (\/turf\/open\/floor\/iron\/dark\/small)",
"usr": "null"
},
{
"count": 6,
"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": 4,
"message": "Cannot read null.initial_language_holder",
"proc_name": "get hallucinating spoken languages (\/datum\/hallucination\/chat\/proc\/get_hallucinating_spoken_languages)",
"source_file": "code\/modules\/hallucination\/fake_chat.dm,23",
"src": "\/datum\/hallucination\/chat (\/datum\/hallucination\/chat)",
"src_loc": null,
"usr": "null"
},
{
"count": 2,
"message": "undefined proc or verb \/obj\/structure\/closet\/crate\/secure\/freezer\/commsagent\/ignition effect().",
"proc_name": "try burn (\/datum\/element\/burn_on_item_ignition\/proc\/try_burn)",
"source_file": "code\/datums\/elements\/burn_when_item_ignition.dm,32",
"src": "\/datum\/element\/burn_on_item_ig... (\/datum\/element\/burn_on_item_ignition)",
"src_loc": null,
"usr": "Agent Clarion (\/mob\/living\/carbon\/human)"
},
{
"count": 2,
"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": 2,
"message": "Division by zero",
"proc_name": "get catchable fish names (\/datum\/fish_source\/proc\/get_catchable_fish_names)",
"source_file": "code\/modules\/fishing\/sources\/_fish_source.dm,494",
"src": "\/datum\/fish_source\/lavaland\/ic... (\/datum\/fish_source\/lavaland\/icemoon)",
"src_loc": null,
"usr": "Agent Clarion (\/mob\/living\/carbon\/human)"
},
{
"count": 2,
"message": "No valid destination passed into forceMove",
"proc_name": "forceMove (\/atom\/movable\/proc\/forceMove)",
"source_file": "code\/game\/atoms_movable.dm,1121",
"src": "the ebeam (\/obj\/effect\/ebeam)",
"src_loc": null,
"usr": "Reservoir (as Agent Clarion) (\/mob\/living\/carbon\/human)"
},
{
"count": 2,
"message": "Cannot read null._listen_lookup",
"proc_name": "UnregisterSignal (\/datum\/proc\/UnregisterSignal)",
"source_file": "code\/datums\/signals.dm,72",
"src": "\/datum\/component\/overlay_light... (\/datum\/component\/overlay_lighting)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "Cannot read null.layout_prefs_used",
"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": "playsound(): volume below SOUND_AUDIBLE_VOLUME_MIN. 0 < 3",
"proc_name": "playsound (\/proc\/playsound)",
"source_file": "code\/game\/sound.dm,28",
"src": "null",
"src_loc": null,
"usr": "Agent Clarion (\/mob\/living\/carbon\/human)"
},
{
"count": 1,
"message": "undefined proc or verb \/obj\/structure\/secure_safe\/caps_spare\/ignition effect().",
"proc_name": "try burn (\/datum\/element\/burn_on_item_ignition\/proc\/try_burn)",
"source_file": "code\/datums\/elements\/burn_when_item_ignition.dm,32",
"src": "\/datum\/element\/burn_on_item_ig... (\/datum\/element\/burn_on_item_ignition)",
"src_loc": null,
"usr": "Rummages-In-Garbage (\/mob\/living\/carbon\/human)"
},
{
"count": 1,
"message": "Qdeleted thing being thrown around.",
"proc_name": "throw at (\/atom\/movable\/proc\/throw_at)",
"source_file": "code\/game\/atoms_movable.dm,1340",
"src": "the banana glutton (\/mob\/living\/basic\/clown\/mutant\/glutton)",
"src_loc": "null",
"usr": "null"
},
{
"count": 1,
"message": "Cannot execute null.add atom colour().",
"proc_name": "finish roasting (\/obj\/item\/melee\/roastingstick\/proc\/finish_roasting)",
"source_file": "code\/game\/objects\/items\/melee\/misc.dm,512",
"src": "the advanced roasting stick (\/obj\/item\/melee\/roastingstick)",
"src_loc": null,
"usr": "Reservoir (as Agent Clarion) (\/mob\/living\/carbon\/human)"
},
{
"count": 1,
"message": "Cannot read null.open_uis",
"proc_name": "on open (\/datum\/controller\/subsystem\/tgui\/proc\/on_open)",
"source_file": "code\/controllers\/subsystem\/tgui.dm,295",
"src": "tgui (\/datum\/controller\/subsystem\/tgui)",
"src_loc": null,
"usr": "null"
}
],
"total_count": 60
},
"parser": null,
"id": -1,
"datetime": {
"date": "2025-04-09 01:57:10.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"round": 251027,
"key": "runtime_condensed",
"type": "generated",
"version": 1,
"json": "{\"runtimes\":[{\"count\":25,\"message\":\"playsound(): no soundin passed\",\"proc_name\":\"playsound (\/proc\/playsound)\",\"source_file\":\"code\/game\/sound.dm,25\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":9,\"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 violet pipe (\/obj\/machinery\/atmospherics\/pipe\/smart\/manifold\/violet\/hidden)\",\"src_loc\":\"the floor (211,64,1) (\/turf\/open\/floor\/iron\/dark\/small)\",\"usr\":\"null\"},{\"count\":6,\"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\":4,\"message\":\"Cannot read null.initial_language_holder\",\"proc_name\":\"get hallucinating spoken languages (\/datum\/hallucination\/chat\/proc\/get_hallucinating_spoken_languages)\",\"source_file\":\"code\/modules\/hallucination\/fake_chat.dm,23\",\"src\":\"\/datum\/hallucination\/chat (\/datum\/hallucination\/chat)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":2,\"message\":\"undefined proc or verb \/obj\/structure\/closet\/crate\/secure\/freezer\/commsagent\/ignition effect().\",\"proc_name\":\"try burn (\/datum\/element\/burn_on_item_ignition\/proc\/try_burn)\",\"source_file\":\"code\/datums\/elements\/burn_when_item_ignition.dm,32\",\"src\":\"\/datum\/element\/burn_on_item_ig... (\/datum\/element\/burn_on_item_ignition)\",\"src_loc\":null,\"usr\":\"Agent Clarion (\/mob\/living\/carbon\/human)\"},{\"count\":2,\"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\":2,\"message\":\"Division by zero\",\"proc_name\":\"get catchable fish names (\/datum\/fish_source\/proc\/get_catchable_fish_names)\",\"source_file\":\"code\/modules\/fishing\/sources\/_fish_source.dm,494\",\"src\":\"\/datum\/fish_source\/lavaland\/ic... (\/datum\/fish_source\/lavaland\/icemoon)\",\"src_loc\":null,\"usr\":\"Agent Clarion (\/mob\/living\/carbon\/human)\"},{\"count\":2,\"message\":\"No valid destination passed into forceMove\",\"proc_name\":\"forceMove (\/atom\/movable\/proc\/forceMove)\",\"source_file\":\"code\/game\/atoms_movable.dm,1121\",\"src\":\"the ebeam (\/obj\/effect\/ebeam)\",\"src_loc\":null,\"usr\":\"Reservoir (as Agent Clarion) (\/mob\/living\/carbon\/human)\"},{\"count\":2,\"message\":\"Cannot read null._listen_lookup\",\"proc_name\":\"UnregisterSignal (\/datum\/proc\/UnregisterSignal)\",\"source_file\":\"code\/datums\/signals.dm,72\",\"src\":\"\/datum\/component\/overlay_light... (\/datum\/component\/overlay_lighting)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot read null.layout_prefs_used\",\"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\":\"playsound(): volume below SOUND_AUDIBLE_VOLUME_MIN. 0 < 3\",\"proc_name\":\"playsound (\/proc\/playsound)\",\"source_file\":\"code\/game\/sound.dm,28\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"Agent Clarion (\/mob\/living\/carbon\/human)\"},{\"count\":1,\"message\":\"undefined proc or verb \/obj\/structure\/secure_safe\/caps_spare\/ignition effect().\",\"proc_name\":\"try burn (\/datum\/element\/burn_on_item_ignition\/proc\/try_burn)\",\"source_file\":\"code\/datums\/elements\/burn_when_item_ignition.dm,32\",\"src\":\"\/datum\/element\/burn_on_item_ig... (\/datum\/element\/burn_on_item_ignition)\",\"src_loc\":null,\"usr\":\"Rummages-In-Garbage (\/mob\/living\/carbon\/human)\"},{\"count\":1,\"message\":\"Qdeleted thing being thrown around.\",\"proc_name\":\"throw at (\/atom\/movable\/proc\/throw_at)\",\"source_file\":\"code\/game\/atoms_movable.dm,1340\",\"src\":\"the banana glutton (\/mob\/living\/basic\/clown\/mutant\/glutton)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot execute null.add atom colour().\",\"proc_name\":\"finish roasting (\/obj\/item\/melee\/roastingstick\/proc\/finish_roasting)\",\"source_file\":\"code\/game\/objects\/items\/melee\/misc.dm,512\",\"src\":\"the advanced roasting stick (\/obj\/item\/melee\/roastingstick)\",\"src_loc\":null,\"usr\":\"Reservoir (as Agent Clarion) (\/mob\/living\/carbon\/human)\"},{\"count\":1,\"message\":\"Cannot read null.open_uis\",\"proc_name\":\"on open (\/datum\/controller\/subsystem\/tgui\/proc\/on_open)\",\"source_file\":\"code\/controllers\/subsystem\/tgui.dm,295\",\"src\":\"tgui (\/datum\/controller\/subsystem\/tgui)\",\"src_loc\":null,\"usr\":\"null\"}],\"total_count\":60}",
"originalUrl": "https:\/\/sybil-logs.tgstation13.org\/2025\/04\/09\/round-251027\/runtime.condensed.json"
}
Install Gentoo