Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage.dm runtime [PL] #19935

Closed
GDNgit opened this issue Dec 16, 2022 · 2 comments
Closed

Storage.dm runtime [PL] #19935

GDNgit opened this issue Dec 16, 2022 · 2 comments
Labels
Runtime This issue is a runtime error

Comments

@GDNgit
Copy link
Contributor

GDNgit commented Dec 16, 2022

[2022-12-15T23:36:27] Runtime in storage.dm,474: Cannot read null.s_active
[2022-12-15T23:36:27]   proc name: remove from storage (/obj/item/storage/proc/remove_from_storage)
[2022-12-15T23:36:27]   usr: *REDACTED USER*
[2022-12-15T23:36:27]   usr.loc: The floor (181,99,2) (/turf/simulated/floor/plasteel)
[2022-12-15T23:36:27]   src: the box of latex gloves (/obj/item/storage/box/gloves)
[2022-12-15T23:36:27]   src.loc: the floor (180,99,2) (/turf/simulated/floor/plasteel)
[2022-12-15T23:36:27]   call stack:
[2022-12-15T23:36:27]   the box of latex gloves (/obj/item/storage/box/gloves): remove from storage(the latex gloves (/obj/item/clothing/gloves/color/latex), Sophie Minxen (/mob/living/carbon/human))
[2022-12-15T23:36:27]   the box of latex gloves (/obj/item/storage/box/gloves): Exited(the latex gloves (/obj/item/clothing/gloves/color/latex), Sophie Minxen (/mob/living/carbon/human))
[2022-12-15T23:36:27]   the latex gloves (/obj/item/clothing/gloves/color/latex): forceMove(Sophie Minxen (/mob/living/carbon/human))
[2022-12-15T23:36:27]   Sophie Minxen (/mob/living/carbon/human): put in r hand(the latex gloves (/obj/item/clothing/gloves/color/latex), 0)
[2022-12-15T23:36:27]   Sophie Minxen (/mob/living/carbon/human): put in active hand(the latex gloves (/obj/item/clothing/gloves/color/latex))
[2022-12-15T23:36:27]   the latex gloves (/obj/item/clothing/gloves/color/latex): attack hand(Sophie Minxen (/mob/living/carbon/human), 0)
[2022-12-15T23:36:27]   Sophie Minxen (/mob/living/carbon/human): UnarmedAttack(the latex gloves (/obj/item/clothing/gloves/color/latex), 1)
[2022-12-15T23:36:27]   Sophie Minxen (/mob/living/carbon/human): ClickOn(the latex gloves (/obj/item/clothing/gloves/color/latex), "icon-x=11;icon-y=7;left=1;butt...")
[2022-12-15T23:36:27]   the latex gloves (/obj/item/clothing/gloves/color/latex): Click(null, "mapwindow.map", "icon-x=11;icon-y=7;left=1;butt...")

mobs_viewing returned a null value, which is somewhat concerning

for(var/_M in mobs_viewing)
		var/mob/M = _M
		if((M.s_active == src) && M.client)
			M.client.screen -= I
@GDNgit
Copy link
Contributor Author

GDNgit commented Dec 16, 2022

[2022-12-16T00:09:20] Runtime in storage.dm,207: Cannot read null.client
[2022-12-16T00:09:20]   proc name: hide from (/obj/item/storage/proc/hide_from)
[2022-12-16T00:09:20]   usr: *REDACTED USER*
[2022-12-16T00:09:20]   usr.loc: The floor (167,42,2) (/turf/simulated/floor/plasteel)
[2022-12-16T00:09:20]   src: the box (/obj/item/storage/box/survival)
[2022-12-16T00:09:20]   src.loc: Plastic Garland (/mob/living/carbon/human)
[2022-12-16T00:09:20]   call stack:
[2022-12-16T00:09:20]   the box (/obj/item/storage/box/survival): hide from(null)
[2022-12-16T00:09:20]   the box (/obj/item/storage/box/survival): update viewers()
[2022-12-16T00:09:20]   the box (/obj/item/storage/box/survival): equipped(Plastic Garland (/mob/living/carbon/human), 5, null)
[2022-12-16T00:09:20]   Plastic Garland (/mob/living/carbon/human): put in r hand(the box (/obj/item/storage/box/survival), 0)
[2022-12-16T00:09:20]   Plastic Garland (/mob/living/carbon/human): put in active hand(the box (/obj/item/storage/box/survival))
[2022-12-16T00:09:20]   the box (/obj/item/storage/box/survival): attack hand(Plastic Garland (/mob/living/carbon/human), 0)
[2022-12-16T00:09:20]   the box (/obj/item/storage/box/survival): attack hand(Plastic Garland (/mob/living/carbon/human))
[2022-12-16T00:09:20]   Plastic Garland (/mob/living/carbon/human): UnarmedAttack(the box (/obj/item/storage/box/survival), 1)
[2022-12-16T00:09:20]   Plastic Garland (/mob/living/carbon/human): ClickOn(the box (/obj/item/storage/box/survival), "icon-x=19;icon-y=16;left=1;but...")
[2022-12-16T00:09:20]   the box (/obj/item/storage/box/survival): Click(null, "mapwindow.map", "icon-x=19;icon-y=16;left=1;but...")
[2022-12-16T00:12:47] Runtime in objective.dm,50: undefined variable /datum/objective/assassinate/var/members
[2022-12-16T00:12:47]   proc name: get owners (/datum/objective/proc/get_owners)
[2022-12-16T00:12:47]   src: /datum/objective/escape/escape... (/datum/objective/escape/escape_with_identity)
[2022-12-16T00:12:47]   call stack:
[2022-12-16T00:12:47]   /datum/objective/escape/escape... (/datum/objective/escape/escape_with_identity): get owners()
[2022-12-16T00:12:47]   /datum/objective/escape/escape... (/datum/objective/escape/escape_with_identity): check completion()
[2022-12-16T00:12:47]   /datum/objective/escape/escape... (/datum/objective/escape/escape_with_identity): check completion()
[2022-12-16T00:12:47]   changeling (/datum/game_mode/changeling): auto declare completion changeling()
[2022-12-16T00:12:47]   Ticker (/datum/controller/subsystem/ticker): declare completion()
[2022-12-16T00:12:47]   Ticker (/datum/controller/subsystem/ticker): fire(0)
[2022-12-16T00:12:47]   Ticker (/datum/controller/subsystem/ticker): ignite(0)
[2022-12-16T00:12:47]   Master (/datum/controller/master): RunQueue()
[2022-12-16T00:12:47]   Master (/datum/controller/master): Loop()
[2022-12-16T00:12:47]   Master (/datum/controller/master): StartProcessing(0)

And it got worse!

@matttheficus matttheficus added the Runtime This issue is a runtime error label Dec 17, 2022
@silverplatedelta
Copy link
Contributor

No runtimes like this since jan 2023. Seems someone fixed it. Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Runtime This issue is a runtime error
Projects
None yet
Development

No branches or pull requests

3 participants