runtime_condensed
-
104
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
-
46
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: Bengt Bengtsson (/mob/living/carbon/human)
-
37
count
get_language_holder() called on a QDELing atom, this will try to re-instantiate the language holder that's about to be deleted, which is bad. inget language holder(/atom/movable/proc/get_language_holder:1539)src: the recharger (/obj/machinery/recharger)
src_loc: null
usr: null
-
17
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
-
17
count
Incompatible /datum/component/wet_floor transfer attempt to a /turf/open/floor/mineral/titanium/blue! inTakeComponent(/datum/proc/TakeComponent:458)src: the shuttle floor (175,35,6) (/turf/open/floor/mineral/titanium/blue)
src_loc:
usr: null
-
11
count
Cannot execute null.remove all languages(). inremove all languages(/atom/movable/proc/remove_all_languages:1564)src: the recharger (/obj/machinery/recharger)
src_loc: null
usr: null
-
11
count
Cannot execute null.grant language(). ingrant language(/atom/movable/proc/grant_language:1548)src: the recharger (/obj/machinery/recharger)
src_loc: null
usr: null
-
11
count
Cannot modify null.selected_language. inset active language(/atom/movable/proc/set_active_language:1624)src: the recharger (/obj/machinery/recharger)
src_loc: null
usr: null
-
9
count
Cannot execute null.resolve(). inCanAStarPass(/turf/open/openspace/CanAStarPass:154)src: the ice chasm (104,81,4) (/turf/open/openspace/icemoon/keep_below)
src_loc:
usr: null
-
4
count
Cannot read null.spoken_languages inemp act(/obj/machinery/vending/emp_act:307)src: the ShadyCigs Deluxe (/obj/machinery/vending/cigarette)
src_loc: null
usr: null
-
4
count
Cannot modify null.power_light. inupdate(/obj/machinery/power/apc/proc/update:35)src: the Atmospherics APC (/obj/machinery/power/apc/auto_name/directional/west)
src_loc: null
usr: null
-
4
count
Cannot read null.mod_parts ingenerate worn overlay(/obj/item/mod/module/proc/generate_worn_overlay:397)src: MOD storage module (/obj/item/mod/module/storage)
src_loc: the engineering MOD control un... (/obj/item/mod/control/pre_equipped/engineering)
usr: null
-
4
count
teleporter_new_target overridden. Use override = TRUE to suppress this warning. instack trace(/proc/_stack_trace:4)src: null
src_loc:
usr: Captain (/mob/living/carbon/human)
-
2
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: the lightgeist (/mob/living/basic/lightgeist)
-
2
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: the lightgeist (/mob/living/basic/lightgeist)
-
2
count
bad client ininitialize(/datum/tgui_window/proc/initialize:123)src: /datum/tgui_window (/datum/tgui_window)
src_loc:
usr: null
-
2
count
-
2
count
invalid object type 0:0 inremove wibbly filters(/proc/remove_wibbly_filters:323)src: null
src_loc:
usr: Captain (/mob/living/carbon/human)
-
2
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)
src_loc: the ice chasm (112,65,4) (/turf/open/openspace/icemoon/keep_below)
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.seen_messages infinish image generation(/datum/chatmessage/proc/finish_image_generation:210)src: /datum/chatmessage (/datum/chatmessage)
src_loc:
usr: null
-
1
count
/obj/structure/transit_tube_pod destroy proc was called multiple times, likely due to a qdel loop in the Destroy logic inqdel(/proc/qdel:367)src: null
src_loc:
usr: (src)
-
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
tried to generate a supply pack without a valid crate type ingenerate(/datum/supply_pack/proc/generate:76)src: .38 Rubber Magazine Single-Pac... (/datum/supply_pack/goody/rubber)
src_loc:
usr: null
{
"data": {
"runtimes": [
{
"count": 104,
"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": 46,
"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": "Bengt Bengtsson (\/mob\/living\/carbon\/human)"
},
{
"count": 37,
"message": "get_language_holder() called on a QDELing atom, this will try to re-instantiate the language holder that's about to be deleted, which is bad.",
"proc_name": "get language holder (\/atom\/movable\/proc\/get_language_holder)",
"source_file": "code\/game\/atoms_movable.dm,1539",
"src": "the recharger (\/obj\/machinery\/recharger)",
"src_loc": "null",
"usr": "null"
},
{
"count": 17,
"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": 17,
"message": "Incompatible \/datum\/component\/wet_floor transfer attempt to a \/turf\/open\/floor\/mineral\/titanium\/blue!",
"proc_name": "TakeComponent (\/datum\/proc\/TakeComponent)",
"source_file": "code\/datums\/components\/_component.dm,458",
"src": "the shuttle floor (175,35,6) (\/turf\/open\/floor\/mineral\/titanium\/blue)",
"src_loc": null,
"usr": "null"
},
{
"count": 11,
"message": "Cannot execute null.remove all languages().",
"proc_name": "remove all languages (\/atom\/movable\/proc\/remove_all_languages)",
"source_file": "code\/game\/atoms_movable.dm,1564",
"src": "the recharger (\/obj\/machinery\/recharger)",
"src_loc": "null",
"usr": "null"
},
{
"count": 11,
"message": "Cannot execute null.grant language().",
"proc_name": "grant language (\/atom\/movable\/proc\/grant_language)",
"source_file": "code\/game\/atoms_movable.dm,1548",
"src": "the recharger (\/obj\/machinery\/recharger)",
"src_loc": "null",
"usr": "null"
},
{
"count": 11,
"message": "Cannot modify null.selected_language.",
"proc_name": "set active language (\/atom\/movable\/proc\/set_active_language)",
"source_file": "code\/game\/atoms_movable.dm,1624",
"src": "the recharger (\/obj\/machinery\/recharger)",
"src_loc": "null",
"usr": "null"
},
{
"count": 9,
"message": "Cannot execute null.resolve().",
"proc_name": "CanAStarPass (\/turf\/open\/openspace\/CanAStarPass)",
"source_file": "code\/game\/turfs\/open\/openspace.dm,154",
"src": "the ice chasm (104,81,4) (\/turf\/open\/openspace\/icemoon\/keep_below)",
"src_loc": null,
"usr": "null"
},
{
"count": 4,
"message": "Cannot read null.spoken_languages",
"proc_name": "emp act (\/obj\/machinery\/vending\/emp_act)",
"source_file": "code\/modules\/vending\/_vending.dm,307",
"src": "the ShadyCigs Deluxe (\/obj\/machinery\/vending\/cigarette)",
"src_loc": "null",
"usr": "null"
},
{
"count": 4,
"message": "Cannot modify null.power_light.",
"proc_name": "update (\/obj\/machinery\/power\/apc\/proc\/update)",
"source_file": "code\/modules\/power\/apc\/apc_power_proc.dm,35",
"src": "the Atmospherics APC (\/obj\/machinery\/power\/apc\/auto_name\/directional\/west)",
"src_loc": "null",
"usr": "null"
},
{
"count": 4,
"message": "Cannot read null.mod_parts",
"proc_name": "generate worn overlay (\/obj\/item\/mod\/module\/proc\/generate_worn_overlay)",
"source_file": "code\/modules\/mod\/modules\/_module.dm,397",
"src": "MOD storage module (\/obj\/item\/mod\/module\/storage)",
"src_loc": "the engineering MOD control un... (\/obj\/item\/mod\/control\/pre_equipped\/engineering)",
"usr": "null"
},
{
"count": 4,
"message": "teleporter_new_target 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": "Captain (\/mob\/living\/carbon\/human)"
},
{
"count": 2,
"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": "the lightgeist (\/mob\/living\/basic\/lightgeist)"
},
{
"count": 2,
"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": "the lightgeist (\/mob\/living\/basic\/lightgeist)"
},
{
"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": 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": "invalid object type 0:0",
"proc_name": "remove wibbly filters (\/proc\/remove_wibbly_filters)",
"source_file": "code\/__HELPERS\/filters.dm,323",
"src": "null",
"src_loc": null,
"usr": "Captain (\/mob\/living\/carbon\/human)"
},
{
"count": 2,
"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)",
"src_loc": "the ice chasm (112,65,4) (\/turf\/open\/openspace\/icemoon\/keep_below)",
"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.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": "\/obj\/structure\/transit_tube_pod 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,367",
"src": "null",
"src_loc": null,
"usr": "(src)"
},
{
"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": "tried to generate a supply pack without a valid crate type",
"proc_name": "generate (\/datum\/supply_pack\/proc\/generate)",
"source_file": "code\/modules\/cargo\/packs\/_packs.dm,76",
"src": ".38 Rubber Magazine Single-Pac... (\/datum\/supply_pack\/goody\/rubber)",
"src_loc": null,
"usr": "null"
}
],
"total_count": 296
},
"parser": null,
"id": -1,
"datetime": {
"date": "2025-05-10 04:26:03.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"round": 252062,
"key": "runtime_condensed",
"type": "generated",
"version": 1,
"json": "{\"runtimes\":[{\"count\":104,\"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\":46,\"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\":\"Bengt Bengtsson (\/mob\/living\/carbon\/human)\"},{\"count\":37,\"message\":\"get_language_holder() called on a QDELing atom, this will try to re-instantiate the language holder that's about to be deleted, which is bad.\",\"proc_name\":\"get language holder (\/atom\/movable\/proc\/get_language_holder)\",\"source_file\":\"code\/game\/atoms_movable.dm,1539\",\"src\":\"the recharger (\/obj\/machinery\/recharger)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":17,\"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\":17,\"message\":\"Incompatible \/datum\/component\/wet_floor transfer attempt to a \/turf\/open\/floor\/mineral\/titanium\/blue!\",\"proc_name\":\"TakeComponent (\/datum\/proc\/TakeComponent)\",\"source_file\":\"code\/datums\/components\/_component.dm,458\",\"src\":\"the shuttle floor (175,35,6) (\/turf\/open\/floor\/mineral\/titanium\/blue)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":11,\"message\":\"Cannot execute null.remove all languages().\",\"proc_name\":\"remove all languages (\/atom\/movable\/proc\/remove_all_languages)\",\"source_file\":\"code\/game\/atoms_movable.dm,1564\",\"src\":\"the recharger (\/obj\/machinery\/recharger)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":11,\"message\":\"Cannot execute null.grant language().\",\"proc_name\":\"grant language (\/atom\/movable\/proc\/grant_language)\",\"source_file\":\"code\/game\/atoms_movable.dm,1548\",\"src\":\"the recharger (\/obj\/machinery\/recharger)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":11,\"message\":\"Cannot modify null.selected_language.\",\"proc_name\":\"set active language (\/atom\/movable\/proc\/set_active_language)\",\"source_file\":\"code\/game\/atoms_movable.dm,1624\",\"src\":\"the recharger (\/obj\/machinery\/recharger)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":9,\"message\":\"Cannot execute null.resolve().\",\"proc_name\":\"CanAStarPass (\/turf\/open\/openspace\/CanAStarPass)\",\"source_file\":\"code\/game\/turfs\/open\/openspace.dm,154\",\"src\":\"the ice chasm (104,81,4) (\/turf\/open\/openspace\/icemoon\/keep_below)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":4,\"message\":\"Cannot read null.spoken_languages\",\"proc_name\":\"emp act (\/obj\/machinery\/vending\/emp_act)\",\"source_file\":\"code\/modules\/vending\/_vending.dm,307\",\"src\":\"the ShadyCigs Deluxe (\/obj\/machinery\/vending\/cigarette)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":4,\"message\":\"Cannot modify null.power_light.\",\"proc_name\":\"update (\/obj\/machinery\/power\/apc\/proc\/update)\",\"source_file\":\"code\/modules\/power\/apc\/apc_power_proc.dm,35\",\"src\":\"the Atmospherics APC (\/obj\/machinery\/power\/apc\/auto_name\/directional\/west)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":4,\"message\":\"Cannot read null.mod_parts\",\"proc_name\":\"generate worn overlay (\/obj\/item\/mod\/module\/proc\/generate_worn_overlay)\",\"source_file\":\"code\/modules\/mod\/modules\/_module.dm,397\",\"src\":\"MOD storage module (\/obj\/item\/mod\/module\/storage)\",\"src_loc\":\"the engineering MOD control un... (\/obj\/item\/mod\/control\/pre_equipped\/engineering)\",\"usr\":\"null\"},{\"count\":4,\"message\":\"teleporter_new_target 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\":\"Captain (\/mob\/living\/carbon\/human)\"},{\"count\":2,\"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\":\"the lightgeist (\/mob\/living\/basic\/lightgeist)\"},{\"count\":2,\"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\":\"the lightgeist (\/mob\/living\/basic\/lightgeist)\"},{\"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\":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\":\"invalid object type 0:0\",\"proc_name\":\"remove wibbly filters (\/proc\/remove_wibbly_filters)\",\"source_file\":\"code\/__HELPERS\/filters.dm,323\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"Captain (\/mob\/living\/carbon\/human)\"},{\"count\":2,\"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)\",\"src_loc\":\"the ice chasm (112,65,4) (\/turf\/open\/openspace\/icemoon\/keep_below)\",\"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.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\":\"\/obj\/structure\/transit_tube_pod 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,367\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"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\":\"tried to generate a supply pack without a valid crate type\",\"proc_name\":\"generate (\/datum\/supply_pack\/proc\/generate)\",\"source_file\":\"code\/modules\/cargo\/packs\/_packs.dm,76\",\"src\":\".38 Rubber Magazine Single-Pac... (\/datum\/supply_pack\/goody\/rubber)\",\"src_loc\":null,\"usr\":\"null\"}],\"total_count\":296}",
"originalUrl": "https:\/\/terry-logs.tgstation13.org\/2025\/05\/10\/round-252062\/runtime.condensed.json"
}
Install Gentoo