runtime_condensed
-
18
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
-
5
count
The girder taking damage after deletion intake damage(/atom/proc/take_damage:21)src: the girder (/obj/structure/girder)
src_loc: null
usr: null
-
4
count
Attempting to create a new db query during the world shutdown inNewQuery(/datum/controller/subsystem/dbcore/proc/NewQuery:381)src: Database (/datum/controller/subsystem/dbcore)
src_loc:
usr: null
-
4
count
Cannot modify null.client. inDestroy(/client/Destroy:600)src: Berserker6662 (/client)
src_loc:
usr: null
-
3
count
playsound(): no soundin passed inplaysound(/proc/playsound:25)src: null
src_loc:
usr: Spencer Wood (/mob/living/carbon/human)
-
3
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: Spencer Wood (/mob/living/carbon/human)
-
2
count
The full tile reinforced window taking damage after deletion intake damage(/atom/proc/take_damage:21)src: the full tile reinforced windo... (/obj/structure/window/reinforced/fulltile)
src_loc: null
usr: null
-
1
count
Cannot execute null.Execute(). inset exp from db(/client/proc/set_exp_from_db:91)src: Oooolllleeeek (/client)
src_loc:
usr: Oooolllleeeek (/mob/dead/new_player)
-
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 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: null
-
1
count
Cannot execute null.Execute(). inload all achievements(/datum/achievement_data/proc/load_all_achievements:39)src: /datum/achievement_data (/datum/achievement_data)
src_loc:
usr: null
-
1
count
Cannot execute null.is localhost(). inNew(/datum/hud/new_player/New:31)src: /datum/hud/new_player (/datum/hud/new_player)
src_loc:
usr: ChronicPwnage (/mob/dead/new_player)
-
1
count
Cannot execute null.Execute(). inset db player flags(/client/proc/set_db_player_flags:199)src: Oooolllleeeek (/client)
src_loc:
usr: Oooolllleeeek (/mob/dead/new_player)
-
1
count
Cannot execute null.Execute(). inSlowInit(/atom/movable/screen/lobby/button/bottom/poll/SlowInit:487)src: View Available Polls (/atom/movable/screen/lobby/button/bottom/poll)
src_loc:
usr: Oooolllleeeek (/mob/dead/new_player)
-
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: null
{
"data": {
"runtimes": [
{
"count": 18,
"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": 5,
"message": "The girder taking damage after deletion",
"proc_name": "take damage (\/atom\/proc\/take_damage)",
"source_file": "code\/game\/atom\/atom_defense.dm,21",
"src": "the girder (\/obj\/structure\/girder)",
"src_loc": "null",
"usr": "null"
},
{
"count": 4,
"message": "Attempting to create a new db query during the world shutdown",
"proc_name": "NewQuery (\/datum\/controller\/subsystem\/dbcore\/proc\/NewQuery)",
"source_file": "code\/controllers\/subsystem\/dbcore.dm,381",
"src": "Database (\/datum\/controller\/subsystem\/dbcore)",
"src_loc": null,
"usr": "null"
},
{
"count": 4,
"message": "Cannot modify null.client.",
"proc_name": "Destroy (\/client\/Destroy)",
"source_file": "code\/modules\/client\/client_procs.dm,600",
"src": "Berserker6662 (\/client)",
"src_loc": null,
"usr": "null"
},
{
"count": 3,
"message": "playsound(): no soundin passed",
"proc_name": "playsound (\/proc\/playsound)",
"source_file": "code\/game\/sound.dm,25",
"src": "null",
"src_loc": null,
"usr": "Spencer Wood (\/mob\/living\/carbon\/human)"
},
{
"count": 3,
"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": "Spencer Wood (\/mob\/living\/carbon\/human)"
},
{
"count": 2,
"message": "The full tile reinforced window taking damage after deletion",
"proc_name": "take damage (\/atom\/proc\/take_damage)",
"source_file": "code\/game\/atom\/atom_defense.dm,21",
"src": "the full tile reinforced windo... (\/obj\/structure\/window\/reinforced\/fulltile)",
"src_loc": "null",
"usr": "null"
},
{
"count": 1,
"message": "Cannot execute null.Execute().",
"proc_name": "set exp from db (\/client\/proc\/set_exp_from_db)",
"source_file": "code\/modules\/jobs\/job_exp.dm,91",
"src": "Oooolllleeeek (\/client)",
"src_loc": null,
"usr": "Oooolllleeeek (\/mob\/dead\/new_player)"
},
{
"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 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": "null"
},
{
"count": 1,
"message": "Cannot execute null.Execute().",
"proc_name": "load all achievements (\/datum\/achievement_data\/proc\/load_all_achievements)",
"source_file": "code\/datums\/achievements\/_achievement_data.dm,39",
"src": "\/datum\/achievement_data (\/datum\/achievement_data)",
"src_loc": null,
"usr": "null"
},
{
"count": 1,
"message": "Cannot execute null.is localhost().",
"proc_name": "New (\/datum\/hud\/new_player\/New)",
"source_file": "code\/_onclick\/hud\/new_player.dm,31",
"src": "\/datum\/hud\/new_player (\/datum\/hud\/new_player)",
"src_loc": null,
"usr": "ChronicPwnage (\/mob\/dead\/new_player)"
},
{
"count": 1,
"message": "Cannot execute null.Execute().",
"proc_name": "set db player flags (\/client\/proc\/set_db_player_flags)",
"source_file": "code\/modules\/jobs\/job_exp.dm,199",
"src": "Oooolllleeeek (\/client)",
"src_loc": null,
"usr": "Oooolllleeeek (\/mob\/dead\/new_player)"
},
{
"count": 1,
"message": "Cannot execute null.Execute().",
"proc_name": "SlowInit (\/atom\/movable\/screen\/lobby\/button\/bottom\/poll\/SlowInit)",
"source_file": "code\/_onclick\/hud\/new_player.dm,487",
"src": "View Available Polls (\/atom\/movable\/screen\/lobby\/button\/bottom\/poll)",
"src_loc": null,
"usr": "Oooolllleeeek (\/mob\/dead\/new_player)"
},
{
"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": "null"
}
],
"total_count": 47
},
"parser": null,
"id": -1,
"datetime": {
"date": "2025-05-12 08:01:34.000000",
"timezone_type": 3,
"timezone": "UTC"
},
"round": 252139,
"key": "runtime_condensed",
"type": "generated",
"version": 1,
"json": "{\"runtimes\":[{\"count\":18,\"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\":5,\"message\":\"The girder taking damage after deletion\",\"proc_name\":\"take damage (\/atom\/proc\/take_damage)\",\"source_file\":\"code\/game\/atom\/atom_defense.dm,21\",\"src\":\"the girder (\/obj\/structure\/girder)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":4,\"message\":\"Attempting to create a new db query during the world shutdown\",\"proc_name\":\"NewQuery (\/datum\/controller\/subsystem\/dbcore\/proc\/NewQuery)\",\"source_file\":\"code\/controllers\/subsystem\/dbcore.dm,381\",\"src\":\"Database (\/datum\/controller\/subsystem\/dbcore)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":4,\"message\":\"Cannot modify null.client.\",\"proc_name\":\"Destroy (\/client\/Destroy)\",\"source_file\":\"code\/modules\/client\/client_procs.dm,600\",\"src\":\"Berserker6662 (\/client)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":3,\"message\":\"playsound(): no soundin passed\",\"proc_name\":\"playsound (\/proc\/playsound)\",\"source_file\":\"code\/game\/sound.dm,25\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"Spencer Wood (\/mob\/living\/carbon\/human)\"},{\"count\":3,\"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\":\"Spencer Wood (\/mob\/living\/carbon\/human)\"},{\"count\":2,\"message\":\"The full tile reinforced window taking damage after deletion\",\"proc_name\":\"take damage (\/atom\/proc\/take_damage)\",\"source_file\":\"code\/game\/atom\/atom_defense.dm,21\",\"src\":\"the full tile reinforced windo... (\/obj\/structure\/window\/reinforced\/fulltile)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot execute null.Execute().\",\"proc_name\":\"set exp from db (\/client\/proc\/set_exp_from_db)\",\"source_file\":\"code\/modules\/jobs\/job_exp.dm,91\",\"src\":\"Oooolllleeeek (\/client)\",\"src_loc\":null,\"usr\":\"Oooolllleeeek (\/mob\/dead\/new_player)\"},{\"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 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\":\"null\"},{\"count\":1,\"message\":\"Cannot execute null.Execute().\",\"proc_name\":\"load all achievements (\/datum\/achievement_data\/proc\/load_all_achievements)\",\"source_file\":\"code\/datums\/achievements\/_achievement_data.dm,39\",\"src\":\"\/datum\/achievement_data (\/datum\/achievement_data)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot execute null.is localhost().\",\"proc_name\":\"New (\/datum\/hud\/new_player\/New)\",\"source_file\":\"code\/_onclick\/hud\/new_player.dm,31\",\"src\":\"\/datum\/hud\/new_player (\/datum\/hud\/new_player)\",\"src_loc\":null,\"usr\":\"ChronicPwnage (\/mob\/dead\/new_player)\"},{\"count\":1,\"message\":\"Cannot execute null.Execute().\",\"proc_name\":\"set db player flags (\/client\/proc\/set_db_player_flags)\",\"source_file\":\"code\/modules\/jobs\/job_exp.dm,199\",\"src\":\"Oooolllleeeek (\/client)\",\"src_loc\":null,\"usr\":\"Oooolllleeeek (\/mob\/dead\/new_player)\"},{\"count\":1,\"message\":\"Cannot execute null.Execute().\",\"proc_name\":\"SlowInit (\/atom\/movable\/screen\/lobby\/button\/bottom\/poll\/SlowInit)\",\"source_file\":\"code\/_onclick\/hud\/new_player.dm,487\",\"src\":\"View Available Polls (\/atom\/movable\/screen\/lobby\/button\/bottom\/poll)\",\"src_loc\":null,\"usr\":\"Oooolllleeeek (\/mob\/dead\/new_player)\"},{\"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\":\"null\"}],\"total_count\":47}",
"originalUrl": "https:\/\/terry-logs.tgstation13.org\/2025\/05\/12\/round-252139\/runtime.condensed.json"
}
Install Gentoo