runtime_condensed
-
671
count
playsound(): volume below SOUND_AUDIBLE_VOLUME_MIN. 2 < 3 inplaysound(/proc/playsound:53)src: null
src_loc:
usr: Gerald BadMann (/mob/living/carbon/human)
-
13
count
bad index inbitmask smooth(/atom/proc/bitmask_smooth:427)src: the full tile window (/obj/structure/window/fulltile)
src_loc: the plating (85,41,13) (/turf/open/floor/plating)
usr: null
-
4
count
Cannot modify null.client. inDestroy(/client/Destroy:588)src: Kurrynthius (/client)
src_loc:
usr: null
-
3
count
undefined proc or verb /turf/open/misc/beach/sand/(). inSendSignal(/datum/proc/_SendSignal:117)src: the sand (92,36,13) (/turf/open/misc/beach/sand)
src_loc:
usr: null
-
2
count
Cannot read null.post_logout_callbacks inbecome uncliented(/mob/proc/become_uncliented:1551)src: Aaron Browne (/mob/living/carbon/human)
src_loc: the floor (165,50,1) (/turf/open/floor/iron)
usr: (src)
-
2
count
Mob with client has been deleted. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: Aaron Browne (/mob/living/carbon/human)
-
2
count
Cannot read null._listen_lookup inUnregisterSignal(/datum/proc/UnregisterSignal:72)src: Toggle Flashlight (/datum/action/item_action/toggle_computer_light)
src_loc:
usr: Gerald BadMann (/mob/living/carbon/human)
-
2
count
undefined proc or verb /turf/open/misc/beach/coast/(). inSendSignal(/datum/proc/_SendSignal:117)src: the coastline (100,34,13) (/turf/open/misc/beach/coast)
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
turf_expose overridden. Use override = TRUE to suppress this warning. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: Charles Elliott (/mob/living/carbon/human)
-
1
count
Mob without client but with associated ckey, null, has been deleted. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: Aaron Browne (/mob/living/carbon/human)
-
1
count
/datum/beam destroy proc was called multiple times, likely due to a qdel loop in the Destroy logic inqdel(/proc/qdel:362)src: null
src_loc:
usr: Gerald BadMann (/mob/living/carbon/human)
{
"data": {
"runtimes": [
{
"count": 671,
"message": "playsound(): volume below SOUND_AUDIBLE_VOLUME_MIN. 2 < 3",
"proc_name": "playsound (\/proc\/playsound)",
"source_file": "code\/game\/sound.dm,53",
"src": "null",
"src_loc": null,
"usr": "Gerald BadMann (\/mob\/living\/carbon\/human)"
},
{
"count": 13,
"message": "bad index",
"proc_name": "bitmask smooth (\/atom\/proc\/bitmask_smooth)",
"source_file": "code\/__HELPERS\/icon_smoothing.dm,427",
"src": "the full tile window (\/obj\/structure\/window\/fulltile)",
"src_loc": "the plating (85,41,13) (\/turf\/open\/floor\/plating)",
"usr": "null"
},
{
"count": 4,
"message": "Cannot modify null.client.",
"proc_name": "Destroy (\/client\/Destroy)",
"source_file": "code\/modules\/client\/client_procs.dm,588",
"src": "Kurrynthius (\/client)",
"src_loc": null,
"usr": "null"
},
{
"count": 3,
"message": "undefined proc or verb \/turf\/open\/misc\/beach\/sand\/().",
"proc_name": " SendSignal (\/datum\/proc\/_SendSignal)",
"source_file": "code\/datums\/signals.dm,117",
"src": "the sand (92,36,13) (\/turf\/open\/misc\/beach\/sand)",
"src_loc": null,
"usr": "null"
},
{
"count": 2,
"message": "Cannot read null.post_logout_callbacks",
"proc_name": "become uncliented (\/mob\/proc\/become_uncliented)",
"source_file": "code\/modules\/mob\/mob.dm,1551",
"src": "Aaron Browne (\/mob\/living\/carbon\/human)",
"src_loc": "the floor (165,50,1) (\/turf\/open\/floor\/iron)",
"usr": "(src)"
},
{
"count": 2,
"message": "Mob with client has been deleted.",
"proc_name": " stack trace (\/proc\/_stack_trace)",
"source_file": "code\/__HELPERS\/stack_trace.dm,4",
"src": "null",
"src_loc": null,
"usr": "Aaron Browne (\/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": "Toggle Flashlight (\/datum\/action\/item_action\/toggle_computer_light)",
"src_loc": null,
"usr": "Gerald BadMann (\/mob\/living\/carbon\/human)"
},
{
"count": 2,
"message": "undefined proc or verb \/turf\/open\/misc\/beach\/coast\/().",
"proc_name": " SendSignal (\/datum\/proc\/_SendSignal)",
"source_file": "code\/datums\/signals.dm,117",
"src": "the coastline (100,34,13) (\/turf\/open\/misc\/beach\/coast)",
"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": "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": "Charles Elliott (\/mob\/living\/carbon\/human)"
},
{
"count": 1,
"message": "Mob without client but with associated ckey, null, has been deleted.",
"proc_name": " stack trace (\/proc\/_stack_trace)",
"source_file": "code\/__HELPERS\/stack_trace.dm,4",
"src": "null",
"src_loc": null,
"usr": "Aaron Browne (\/mob\/living\/carbon\/human)"
},
{
"count": 1,
"message": "\/datum\/beam destroy proc was called multiple times, likely due to a qdel loop in the Destroy logic",
"proc_name": "qdel (\/proc\/qdel)",
"source_file": "code\/controllers\/subsystem\/garbage.dm,362",
"src": "null",
"src_loc": null,
"usr": "Gerald BadMann (\/mob\/living\/carbon\/human)"
}
],
"total_count": 703
},
"parser": null,
"id": -1,
"datetime": {
"date": "2025-03-05 17:11:40.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"round": 249899,
"key": "runtime_condensed",
"type": "generated",
"version": 1,
"json": "{\"runtimes\":[{\"count\":671,\"message\":\"playsound(): volume below SOUND_AUDIBLE_VOLUME_MIN. 2 < 3\",\"proc_name\":\"playsound (\/proc\/playsound)\",\"source_file\":\"code\/game\/sound.dm,53\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"Gerald BadMann (\/mob\/living\/carbon\/human)\"},{\"count\":13,\"message\":\"bad index\",\"proc_name\":\"bitmask smooth (\/atom\/proc\/bitmask_smooth)\",\"source_file\":\"code\/__HELPERS\/icon_smoothing.dm,427\",\"src\":\"the full tile window (\/obj\/structure\/window\/fulltile)\",\"src_loc\":\"the plating (85,41,13) (\/turf\/open\/floor\/plating)\",\"usr\":\"null\"},{\"count\":4,\"message\":\"Cannot modify null.client.\",\"proc_name\":\"Destroy (\/client\/Destroy)\",\"source_file\":\"code\/modules\/client\/client_procs.dm,588\",\"src\":\"Kurrynthius (\/client)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":3,\"message\":\"undefined proc or verb \/turf\/open\/misc\/beach\/sand\/().\",\"proc_name\":\" SendSignal (\/datum\/proc\/_SendSignal)\",\"source_file\":\"code\/datums\/signals.dm,117\",\"src\":\"the sand (92,36,13) (\/turf\/open\/misc\/beach\/sand)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":2,\"message\":\"Cannot read null.post_logout_callbacks\",\"proc_name\":\"become uncliented (\/mob\/proc\/become_uncliented)\",\"source_file\":\"code\/modules\/mob\/mob.dm,1551\",\"src\":\"Aaron Browne (\/mob\/living\/carbon\/human)\",\"src_loc\":\"the floor (165,50,1) (\/turf\/open\/floor\/iron)\",\"usr\":\"(src)\"},{\"count\":2,\"message\":\"Mob with client has been deleted.\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"Aaron Browne (\/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\":\"Toggle Flashlight (\/datum\/action\/item_action\/toggle_computer_light)\",\"src_loc\":null,\"usr\":\"Gerald BadMann (\/mob\/living\/carbon\/human)\"},{\"count\":2,\"message\":\"undefined proc or verb \/turf\/open\/misc\/beach\/coast\/().\",\"proc_name\":\" SendSignal (\/datum\/proc\/_SendSignal)\",\"source_file\":\"code\/datums\/signals.dm,117\",\"src\":\"the coastline (100,34,13) (\/turf\/open\/misc\/beach\/coast)\",\"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\":\"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\":\"Charles Elliott (\/mob\/living\/carbon\/human)\"},{\"count\":1,\"message\":\"Mob without client but with associated ckey, null, has been deleted.\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"Aaron Browne (\/mob\/living\/carbon\/human)\"},{\"count\":1,\"message\":\"\/datum\/beam destroy proc was called multiple times, likely due to a qdel loop in the Destroy logic\",\"proc_name\":\"qdel (\/proc\/qdel)\",\"source_file\":\"code\/controllers\/subsystem\/garbage.dm,362\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"Gerald BadMann (\/mob\/living\/carbon\/human)\"}],\"total_count\":703}",
"originalUrl": "https:\/\/sybil-logs.tgstation13.org\/2025\/03\/05\/round-249899\/runtime.condensed.json"
}
Install Gentoo