2884784276937S / HypatiaStation

We have moved to https://github.com/HypatiaStation/HypatiaStation Do not commit here, go commit there.
https://github.com/HypatiaStation/HypatiaStation
Other
3 stars 1 forks source link

Runtimes/Errors #2

Open Askarn opened 11 years ago

Askarn commented 11 years ago

Note: The proc name, source file, src and usr are all from the FIRST of the identical runtimes. Everything else is cropped.

Total unique runtimes: 22 Total runtimes: 176

\ Runtimes **

The following runtime has occured 76 time(s). runtime error: Cannot read null.backup_author proc name: attack hand (/obj/machinery/newscaster/attack_hand) source file: newscaster.dm,421 usr: Rose Vanleer (/mob/living/carbon/human) src: the newscaster (/obj/machinery/newscaster)

The following runtime has occured 43 time(s). runtime error: undefined variable /turf/unsimulated/wall/var/air_check_directions proc name: ConsiderRebuild (/datum/controller/air_system/proc/ConsiderRebuild) source file: FEA_system.dm,366 usr: null src: /datum/controller/air_system (/datum/controller/air_system)

The following runtime has occured 10 time(s). runtime error: Cannot create objects of type null. proc name: New (/obj/item/weapon/archaeological_find/New) source file: finds.dm,330 usr: Lamzira Svanidze (/mob/living/carbon/human) src: the object (/obj/item/weapon/archaeological_find)

The following runtime has occured 8 time(s). runtime error: Cannot execute null.total moles(). proc name: breathe (/mob/living/carbon/human/proc/breathe)

The following runtime has occured 6 time(s). runtime error: Cannot read null.group_multiplier proc name: ZMerge (/proc/ZMerge)

The following runtime has occured 5 time(s). runtime error: Cannot modify null.artifact_distance. proc name: attackby (/obj/structure/boulder/attackby) source file: artifact.dm,48 usr: Jax Willard (/mob/living/carbon/human) src: the rocky debris (/obj/structure/boulder)

The following runtime has occured 4 time(s). runtime error: undefined proc or verb /mob/living/carbon/monkey/get organ().

The following runtime has occured 4 time(s). runtime error: Cannot read null.being_used proc name: Topic (/obj/machinery/artifact_harvester/Topic) source file: artifact_harvester.dm,138 usr: Anchovi Yomad (/mob/living/carbon/human) src: Exotic Particle Harvester (/obj/machinery/artifact_harvester)

The following runtime has occured 3 time(s). runtime error: Cannot modify null.eye. proc name: shake camera (/proc/shake_camera)

The following runtime has occured 3 time(s). runtime error: undefined proc or verb /turf/space/throw at().

The following runtime has occured 2 time(s). runtime error: undefined variable /turf/space/var/air_check_directions proc name: ConsiderRebuild (/datum/controller/air_system/proc/ConsiderRebuild)

The following runtime has occured 2 time(s). runtime error: Cannot read null.eye proc name: shake camera (/proc/shake_camera)

The following runtime has occured 1 time(s). runtime error: list index out of bounds proc name: mod list add (/client/proc/mod_list_add)

The following runtime has occured 1 time(s). runtime error: Cannot modify null.sterile. proc name: Break (/obj/structure/lamarr/proc/Break)

The following runtime has occured 1 time(s). runtime error: Cannot modify null.loc. proc name: Topic (/obj/machinery/computer/curer/Topic) source file: curer.dm,123 usr: Tanner Alekseev (/mob/living/carbon/human) src: Cure Research Machine (/obj/machinery/computer/curer)

The following runtime has occured 1 time(s). runtime error: Cannot read null.loc proc name: attack hand (/obj/structure/mirror/attack_hand) source file: mirror.dm,32 usr: null src: the mirror (/obj/structure/mirror)

The following runtime has occured 1 time(s). runtime error: Cannot read null.images proc name: process hud (/obj/item/clothing/glasses/hud/health/process_hud) source file: hud.dm,63 usr: null src: Health Scanner HUD (/obj/item/clothing/glasses/hud/health)

The following runtime has occured 1 time(s). runtime error: undefined variable /turf/simulated/floor/plating/airless/asteroid/var/finds proc name: attackby (/turf/simulated/mineral/attackby) source file: mine_turfs.dm,359 usr: Jax Willard (/mob/living/carbon/human) src: Asteroid (116,159,5) (/turf/simulated/floor/plating/airless/asteroid)

The following runtime has occured 1 time(s). runtime error: undefined proc or verb /turf/simulated/floor/plating/airless/asteroid/throw at().

The following runtime has occured 1 time(s). runtime error: undefined proc or verb /turf/simulated/mineral/throw at().

The following runtime has occured 1 time(s). runtime error: undefined proc or verb /turf/simulated/mineral/gold/throw at().

The following runtime has occured 1 time(s). runtime error: Cannot read null.x proc name: Delete (/client/proc/cmd_admin_delete)

TwistedAkai commented 11 years ago

runtime error: undefined variable /turf/unsimulated/wall/var/air_check_directions Ignore this one until the jungle removal is pushed to live.

runtime error: undefined proc or verb /turf/simulated/floor/plating/airless/asteroid/throw at(). This and the other three probably caused by buildmode throw. Explains why you can't throw turfs. I'll make a fix for it at the root turf level.

runtime error: undefined variable /turf/simulated/floor/plating/airless/asteroid/var/finds This is caused by the proc for mining the asteroid wall looking at an asteroid floor. Only possible cause I can think of is two people mining the same square.

runtime error: Cannot read null.images I don't know how in the hell this one happens. Last I looked, there's three separate checks that should prevent it.

runtime error: Cannot modify null.eye. Missing client. Should just need a check if it doesn't have one. If it does, no clue.

runtime error: Cannot execute null.total moles(). This would require there not be an air datum for the zone, no zone for the turf, or no turf that can be found for the mob. To my knowledge, the turf's air datum is not used except in setting the zone air datum.