249527 249529

runtime_condensed


Raw Data
{
    "data": {
        "runtimes": [
            {
                "count": 459,
                "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": 51,
                "message": "type mismatch: null -= \/datum\/move_loop\/smooth_move (\/datum\/move_loop\/smooth_move)",
                "proc_name": "dequeue loop (\/datum\/controller\/subsystem\/movement\/proc\/dequeue_loop)",
                "source_file": "code\/controllers\/subsystem\/movement\/movement.dm,117",
                "src": "Newtonian Movement (\/datum\/controller\/subsystem\/movement\/newtonian_movement)",
                "src_loc": null,
                "usr": "null"
            },
            {
                "count": 51,
                "message": "A move loop attempted to queue while already queued",
                "proc_name": " stack trace (\/proc\/_stack_trace)",
                "source_file": "code\/__HELPERS\/stack_trace.dm,4",
                "src": "null",
                "src_loc": null,
                "usr": "(src)"
            },
            {
                "count": 15,
                "message": "TTS tried to play a sound to a deleted mob.",
                "proc_name": " stack trace (\/proc\/_stack_trace)",
                "source_file": "code\/__HELPERS\/stack_trace.dm,4",
                "src": "null",
                "src_loc": null,
                "usr": "(src)"
            },
            {
                "count": 12,
                "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": "Eurosia (\/mob\/living\/carbon\/human)"
            },
            {
                "count": 7,
                "message": "Cannot execute null.add member().",
                "proc_name": "add member (\/obj\/machinery\/atmospherics\/pipe\/add_member)",
                "source_file": "code\/modules\/atmospherics\/machinery\/datum_pipeline.dm,194",
                "src": "the green pipe (\/obj\/machinery\/atmospherics\/pipe\/heat_exchanging\/simple)",
                "src_loc": null,
                "usr": "B.U.G.S. (\/mob\/living\/silicon\/robot)"
            },
            {
                "count": 5,
                "message": "Cannot read null._listen_lookup",
                "proc_name": "end orbit (\/datum\/component\/orbiter\/proc\/end_orbit)",
                "source_file": "code\/datums\/components\/orbiter.dm,110",
                "src": "\/datum\/component\/orbiter (\/datum\/component\/orbiter)",
                "src_loc": null,
                "usr": "Hides-On-Station (\/mob\/dead\/observer)"
            },
            {
                "count": 4,
                "message": "Cannot read null.orbiters",
                "proc_name": "Destroy (\/datum\/component\/orbiter\/Destroy)",
                "source_file": "code\/datums\/components\/orbiter.dm,37",
                "src": "\/datum\/component\/orbiter (\/datum\/component\/orbiter)",
                "src_loc": null,
                "usr": "Queenie Default Shell-285 (\/mob\/living\/silicon\/robot\/shell)"
            },
            {
                "count": 4,
                "message": "No craft sheet on user ??",
                "proc_name": "attempt slapcraft (\/datum\/element\/slapcrafting\/proc\/attempt_slapcraft)",
                "source_file": "code\/datums\/elements\/slapcrafting.dm,46",
                "src": "\/datum\/element\/slapcrafting (\/datum\/element\/slapcrafting)",
                "src_loc": null,
                "usr": "B.U.G.S. (\/mob\/living\/silicon\/robot)"
            },
            {
                "count": 4,
                "message": "Cannot read null.current_user",
                "proc_name": "Click (\/atom\/movable\/screen\/radial\/slice\/Click)",
                "source_file": "code\/_onclick\/hud\/radial.dm,53",
                "src": "the open (\/atom\/movable\/screen\/radial\/slice)",
                "src_loc": null,
                "usr": "Echo Lalya (\/mob\/living\/carbon\/human)"
            },
            {
                "count": 3,
                "message": "Incompatible \/datum\/component\/orbiter transfer attempt to a \/mob\/living\/silicon\/ai!",
                "proc_name": "TakeComponent (\/datum\/proc\/TakeComponent)",
                "source_file": "code\/datums\/components\/_component.dm,448",
                "src": "Queenie (\/mob\/living\/silicon\/ai)",
                "src_loc": null,
                "usr": "Queenie Default Shell-285 (\/mob\/living\/silicon\/robot\/shell)"
            },
            {
                "count": 3,
                "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": "Echo Lalya (\/mob\/living\/carbon\/human)"
            },
            {
                "count": 2,
                "message": "Cannot read null.air",
                "proc_name": "merge (\/datum\/pipeline\/proc\/merge)",
                "source_file": "code\/modules\/atmospherics\/machinery\/datum_pipeline.dm,173",
                "src": "\/datum\/pipeline (\/datum\/pipeline)",
                "src_loc": null,
                "usr": "B.U.G.S. (\/mob\/living\/silicon\/robot)"
            },
            {
                "count": 2,
                "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": "Artyom Petrovich (\/mob\/living\/carbon\/human)"
            },
            {
                "count": 2,
                "message": "Found painting size with no matching canvas type",
                "proc_name": "load persistent (\/obj\/structure\/sign\/painting\/proc\/load_persistent)",
                "source_file": "code\/modules\/art\/paintings.dm,683",
                "src": "the Public Painting Exhibit mo... (\/obj\/structure\/sign\/painting\/library)",
                "src_loc": "the floor (80,130,2) (\/turf\/open\/floor\/wood)",
                "usr": "null"
            },
            {
                "count": 1,
                "message": "attackby_secondary must return an SECONDARY_ATTACK_* define, please consult code\/__DEFINES\/combat.dm",
                "proc_name": "melee attack chain (\/obj\/item\/proc\/melee_attack_chain)",
                "source_file": "code\/_onclick\/item_attack.dm,56",
                "src": "the destination tagger (\/obj\/item\/dest_tagger)",
                "src_loc": null,
                "usr": "Artyom Petrovich (\/mob\/living\/carbon\/human)"
            },
            {
                "count": 1,
                "message": "Cannot read null.armor",
                "proc_name": "check armor (\/mob\/living\/carbon\/human\/proc\/check_armor)",
                "source_file": "code\/modules\/mob\/living\/carbon\/human\/human_defense.dm,31",
                "src": "Artyom Petrovich (\/mob\/living\/carbon\/human)",
                "src_loc": "null",
                "usr": "null"
            },
            {
                "count": 1,
                "message": "json_decode error: Unexpected character at  (character 1)",
                "proc_name": "load wall engravings (\/datum\/controller\/subsystem\/persistence\/proc\/load_wall_engravings)",
                "source_file": "code\/controllers\/subsystem\/persistence\/engravings.dm,7",
                "src": "Persistence (\/datum\/controller\/subsystem\/persistence)",
                "src_loc": null,
                "usr": "null"
            },
            {
                "count": 1,
                "message": "Cannot execute null.Execute().",
                "proc_name": "LogAhelp (\/datum\/controller\/subsystem\/blackbox\/proc\/LogAhelp)",
                "source_file": "code\/controllers\/subsystem\/blackbox.dm,314",
                "src": "Blackbox (\/datum\/controller\/subsystem\/blackbox)",
                "src_loc": null,
                "usr": "Faith Jackson (\/mob\/living\/carbon\/human)"
            },
            {
                "count": 1,
                "message": "Cannot read null.bleed_mod",
                "proc_name": "bleed (\/mob\/living\/carbon\/human\/bleed)",
                "source_file": "code\/modules\/mob\/living\/blood.dm,134",
                "src": "Artyom Petrovich (\/mob\/living\/carbon\/human)",
                "src_loc": "null",
                "usr": "null"
            },
            {
                "count": 1,
                "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,379",
                "src": "Database (\/datum\/controller\/subsystem\/dbcore)",
                "src_loc": null,
                "usr": "Faith Jackson (\/mob\/living\/carbon\/human)"
            },
            {
                "count": 1,
                "message": "Cannot read null.client",
                "proc_name": "unset ranged ability (\/datum\/action\/innate\/proc\/unset_ranged_ability)",
                "source_file": "code\/datums\/actions\/innate_action.dm,72",
                "src": "Overload Machine (\/datum\/action\/innate\/ai\/ranged\/overload_machine)",
                "src_loc": null,
                "usr": "Queenie (\/mob\/living\/silicon\/ai)"
            },
            {
                "count": 1,
                "message": "Cannot read null.name",
                "proc_name": "announce (\/datum\/round_event\/shuttle_catastrophe\/announce)",
                "source_file": "code\/modules\/events\/shuttle_catastrophe.dm,37",
                "src": "\/datum\/round_event\/shuttle_cat... (\/datum\/round_event\/shuttle_catastrophe)",
                "src_loc": null,
                "usr": "null"
            },
            {
                "count": 1,
                "message": "recursive_jsonify got an empty list after serialization",
                "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": "json_decode error: Unexpected character at  (character 1)",
                "proc_name": "save wall engravings (\/datum\/controller\/subsystem\/persistence\/proc\/save_wall_engravings)",
                "source_file": "code\/controllers\/subsystem\/persistence\/engravings.dm,57",
                "src": "Persistence (\/datum\/controller\/subsystem\/persistence)",
                "src_loc": null,
                "usr": "null"
            },
            {
                "count": 1,
                "message": "json_decode error: Unexpected character at  (character 1)",
                "proc_name": "load prisoner tattoos (\/datum\/controller\/subsystem\/persistence\/proc\/load_prisoner_tattoos)",
                "source_file": "code\/controllers\/subsystem\/persistence\/tattoos.dm,6",
                "src": "Persistence (\/datum\/controller\/subsystem\/persistence)",
                "src_loc": null,
                "usr": "null"
            },
            {
                "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": "Neuroplasty (\/mob\/dead\/new_player)",
                "src_loc": "the cordon (8,248,1) (\/turf\/cordon)",
                "usr": "(src)"
            },
            {
                "count": 1,
                "message": "A poster was initialized with a qdeleted poster_structure, something's gone wrong",
                "proc_name": " stack trace (\/proc\/_stack_trace)",
                "source_file": "code\/__HELPERS\/stack_trace.dm,4",
                "src": "null",
                "src_loc": null,
                "usr": "Milk (\/mob\/living\/carbon\/human)"
            },
            {
                "count": 1,
                "message": "Cannot read null.max_damage",
                "proc_name": "updatehealth (\/mob\/living\/carbon\/updatehealth)",
                "source_file": "code\/modules\/mob\/living\/carbon\/carbon.dm,577",
                "src": "Artyom Petrovich (\/mob\/living\/carbon\/human)",
                "src_loc": "null",
                "usr": "null"
            },
            {
                "count": 1,
                "message": "json_decode error: Unexpected character at  (character 1)",
                "proc_name": "save prisoner tattoos (\/datum\/controller\/subsystem\/persistence\/proc\/save_prisoner_tattoos)",
                "source_file": "code\/controllers\/subsystem\/persistence\/tattoos.dm,32",
                "src": "Persistence (\/datum\/controller\/subsystem\/persistence)",
                "src_loc": null,
                "usr": "null"
            },
            {
                "count": 1,
                "message": "Incompatible \/datum\/component\/orbiter transfer attempt to a \/mob\/living\/brain!",
                "proc_name": "TakeComponent (\/datum\/proc\/TakeComponent)",
                "source_file": "code\/datums\/components\/_component.dm,448",
                "src": "Looks-At-Bugs (\/mob\/living\/brain)",
                "src_loc": null,
                "usr": "Queenie Engineering Shell-285 (\/mob\/living\/silicon\/robot\/shell)"
            }
        ],
        "total_count": 640
    },
    "parser": null,
    "id": -1,
    "datetime": {
        "date": "2025-02-22 07:56:55.000000",
        "timezone_type": 3,
        "timezone": "UTC"
    },
    "round": 249528,
    "key": "runtime_condensed",
    "type": "generated",
    "version": 1,
    "json": "{\"runtimes\":[{\"count\":459,\"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\":51,\"message\":\"type mismatch: null -= \/datum\/move_loop\/smooth_move (\/datum\/move_loop\/smooth_move)\",\"proc_name\":\"dequeue loop (\/datum\/controller\/subsystem\/movement\/proc\/dequeue_loop)\",\"source_file\":\"code\/controllers\/subsystem\/movement\/movement.dm,117\",\"src\":\"Newtonian Movement (\/datum\/controller\/subsystem\/movement\/newtonian_movement)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":51,\"message\":\"A move loop attempted to queue while already queued\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":15,\"message\":\"TTS tried to play a sound to a deleted mob.\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"(src)\"},{\"count\":12,\"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\":\"Eurosia (\/mob\/living\/carbon\/human)\"},{\"count\":7,\"message\":\"Cannot execute null.add member().\",\"proc_name\":\"add member (\/obj\/machinery\/atmospherics\/pipe\/add_member)\",\"source_file\":\"code\/modules\/atmospherics\/machinery\/datum_pipeline.dm,194\",\"src\":\"the green pipe (\/obj\/machinery\/atmospherics\/pipe\/heat_exchanging\/simple)\",\"src_loc\":null,\"usr\":\"B.U.G.S. (\/mob\/living\/silicon\/robot)\"},{\"count\":5,\"message\":\"Cannot read null._listen_lookup\",\"proc_name\":\"end orbit (\/datum\/component\/orbiter\/proc\/end_orbit)\",\"source_file\":\"code\/datums\/components\/orbiter.dm,110\",\"src\":\"\/datum\/component\/orbiter (\/datum\/component\/orbiter)\",\"src_loc\":null,\"usr\":\"Hides-On-Station (\/mob\/dead\/observer)\"},{\"count\":4,\"message\":\"Cannot read null.orbiters\",\"proc_name\":\"Destroy (\/datum\/component\/orbiter\/Destroy)\",\"source_file\":\"code\/datums\/components\/orbiter.dm,37\",\"src\":\"\/datum\/component\/orbiter (\/datum\/component\/orbiter)\",\"src_loc\":null,\"usr\":\"Queenie Default Shell-285 (\/mob\/living\/silicon\/robot\/shell)\"},{\"count\":4,\"message\":\"No craft sheet on user ??\",\"proc_name\":\"attempt slapcraft (\/datum\/element\/slapcrafting\/proc\/attempt_slapcraft)\",\"source_file\":\"code\/datums\/elements\/slapcrafting.dm,46\",\"src\":\"\/datum\/element\/slapcrafting (\/datum\/element\/slapcrafting)\",\"src_loc\":null,\"usr\":\"B.U.G.S. (\/mob\/living\/silicon\/robot)\"},{\"count\":4,\"message\":\"Cannot read null.current_user\",\"proc_name\":\"Click (\/atom\/movable\/screen\/radial\/slice\/Click)\",\"source_file\":\"code\/_onclick\/hud\/radial.dm,53\",\"src\":\"the open (\/atom\/movable\/screen\/radial\/slice)\",\"src_loc\":null,\"usr\":\"Echo Lalya (\/mob\/living\/carbon\/human)\"},{\"count\":3,\"message\":\"Incompatible \/datum\/component\/orbiter transfer attempt to a \/mob\/living\/silicon\/ai!\",\"proc_name\":\"TakeComponent (\/datum\/proc\/TakeComponent)\",\"source_file\":\"code\/datums\/components\/_component.dm,448\",\"src\":\"Queenie (\/mob\/living\/silicon\/ai)\",\"src_loc\":null,\"usr\":\"Queenie Default Shell-285 (\/mob\/living\/silicon\/robot\/shell)\"},{\"count\":3,\"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\":\"Echo Lalya (\/mob\/living\/carbon\/human)\"},{\"count\":2,\"message\":\"Cannot read null.air\",\"proc_name\":\"merge (\/datum\/pipeline\/proc\/merge)\",\"source_file\":\"code\/modules\/atmospherics\/machinery\/datum_pipeline.dm,173\",\"src\":\"\/datum\/pipeline (\/datum\/pipeline)\",\"src_loc\":null,\"usr\":\"B.U.G.S. (\/mob\/living\/silicon\/robot)\"},{\"count\":2,\"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\":\"Artyom Petrovich (\/mob\/living\/carbon\/human)\"},{\"count\":2,\"message\":\"Found painting size with no matching canvas type\",\"proc_name\":\"load persistent (\/obj\/structure\/sign\/painting\/proc\/load_persistent)\",\"source_file\":\"code\/modules\/art\/paintings.dm,683\",\"src\":\"the Public Painting Exhibit mo... (\/obj\/structure\/sign\/painting\/library)\",\"src_loc\":\"the floor (80,130,2) (\/turf\/open\/floor\/wood)\",\"usr\":\"null\"},{\"count\":1,\"message\":\"attackby_secondary must return an SECONDARY_ATTACK_* define, please consult code\/__DEFINES\/combat.dm\",\"proc_name\":\"melee attack chain (\/obj\/item\/proc\/melee_attack_chain)\",\"source_file\":\"code\/_onclick\/item_attack.dm,56\",\"src\":\"the destination tagger (\/obj\/item\/dest_tagger)\",\"src_loc\":null,\"usr\":\"Artyom Petrovich (\/mob\/living\/carbon\/human)\"},{\"count\":1,\"message\":\"Cannot read null.armor\",\"proc_name\":\"check armor (\/mob\/living\/carbon\/human\/proc\/check_armor)\",\"source_file\":\"code\/modules\/mob\/living\/carbon\/human\/human_defense.dm,31\",\"src\":\"Artyom Petrovich (\/mob\/living\/carbon\/human)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":1,\"message\":\"json_decode error: Unexpected character at  (character 1)\",\"proc_name\":\"load wall engravings (\/datum\/controller\/subsystem\/persistence\/proc\/load_wall_engravings)\",\"source_file\":\"code\/controllers\/subsystem\/persistence\/engravings.dm,7\",\"src\":\"Persistence (\/datum\/controller\/subsystem\/persistence)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"Cannot execute null.Execute().\",\"proc_name\":\"LogAhelp (\/datum\/controller\/subsystem\/blackbox\/proc\/LogAhelp)\",\"source_file\":\"code\/controllers\/subsystem\/blackbox.dm,314\",\"src\":\"Blackbox (\/datum\/controller\/subsystem\/blackbox)\",\"src_loc\":null,\"usr\":\"Faith Jackson (\/mob\/living\/carbon\/human)\"},{\"count\":1,\"message\":\"Cannot read null.bleed_mod\",\"proc_name\":\"bleed (\/mob\/living\/carbon\/human\/bleed)\",\"source_file\":\"code\/modules\/mob\/living\/blood.dm,134\",\"src\":\"Artyom Petrovich (\/mob\/living\/carbon\/human)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":1,\"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,379\",\"src\":\"Database (\/datum\/controller\/subsystem\/dbcore)\",\"src_loc\":null,\"usr\":\"Faith Jackson (\/mob\/living\/carbon\/human)\"},{\"count\":1,\"message\":\"Cannot read null.client\",\"proc_name\":\"unset ranged ability (\/datum\/action\/innate\/proc\/unset_ranged_ability)\",\"source_file\":\"code\/datums\/actions\/innate_action.dm,72\",\"src\":\"Overload Machine (\/datum\/action\/innate\/ai\/ranged\/overload_machine)\",\"src_loc\":null,\"usr\":\"Queenie (\/mob\/living\/silicon\/ai)\"},{\"count\":1,\"message\":\"Cannot read null.name\",\"proc_name\":\"announce (\/datum\/round_event\/shuttle_catastrophe\/announce)\",\"source_file\":\"code\/modules\/events\/shuttle_catastrophe.dm,37\",\"src\":\"\/datum\/round_event\/shuttle_cat... (\/datum\/round_event\/shuttle_catastrophe)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"recursive_jsonify got an empty list after serialization\",\"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\":\"json_decode error: Unexpected character at  (character 1)\",\"proc_name\":\"save wall engravings (\/datum\/controller\/subsystem\/persistence\/proc\/save_wall_engravings)\",\"source_file\":\"code\/controllers\/subsystem\/persistence\/engravings.dm,57\",\"src\":\"Persistence (\/datum\/controller\/subsystem\/persistence)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"json_decode error: Unexpected character at  (character 1)\",\"proc_name\":\"load prisoner tattoos (\/datum\/controller\/subsystem\/persistence\/proc\/load_prisoner_tattoos)\",\"source_file\":\"code\/controllers\/subsystem\/persistence\/tattoos.dm,6\",\"src\":\"Persistence (\/datum\/controller\/subsystem\/persistence)\",\"src_loc\":null,\"usr\":\"null\"},{\"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\":\"Neuroplasty (\/mob\/dead\/new_player)\",\"src_loc\":\"the cordon (8,248,1) (\/turf\/cordon)\",\"usr\":\"(src)\"},{\"count\":1,\"message\":\"A poster was initialized with a qdeleted poster_structure, something's gone wrong\",\"proc_name\":\" stack trace (\/proc\/_stack_trace)\",\"source_file\":\"code\/__HELPERS\/stack_trace.dm,4\",\"src\":\"null\",\"src_loc\":null,\"usr\":\"Milk (\/mob\/living\/carbon\/human)\"},{\"count\":1,\"message\":\"Cannot read null.max_damage\",\"proc_name\":\"updatehealth (\/mob\/living\/carbon\/updatehealth)\",\"source_file\":\"code\/modules\/mob\/living\/carbon\/carbon.dm,577\",\"src\":\"Artyom Petrovich (\/mob\/living\/carbon\/human)\",\"src_loc\":\"null\",\"usr\":\"null\"},{\"count\":1,\"message\":\"json_decode error: Unexpected character at  (character 1)\",\"proc_name\":\"save prisoner tattoos (\/datum\/controller\/subsystem\/persistence\/proc\/save_prisoner_tattoos)\",\"source_file\":\"code\/controllers\/subsystem\/persistence\/tattoos.dm,32\",\"src\":\"Persistence (\/datum\/controller\/subsystem\/persistence)\",\"src_loc\":null,\"usr\":\"null\"},{\"count\":1,\"message\":\"Incompatible \/datum\/component\/orbiter transfer attempt to a \/mob\/living\/brain!\",\"proc_name\":\"TakeComponent (\/datum\/proc\/TakeComponent)\",\"source_file\":\"code\/datums\/components\/_component.dm,448\",\"src\":\"Looks-At-Bugs (\/mob\/living\/brain)\",\"src_loc\":null,\"usr\":\"Queenie Engineering Shell-285 (\/mob\/living\/silicon\/robot\/shell)\"}],\"total_count\":640}",
    "originalUrl": "https:\/\/manuel-logs.tgstation13.org\/2025\/02\/22\/round-249528\/runtime.condensed.json"
}