ss13-daedalus / daedalus

A custom SS13 fork.
GNU General Public License v3.0
14 stars 7 forks source link

New runtime errors spotted #73

Open dopeghoti opened 12 years ago

dopeghoti commented 12 years ago
runtime error: bad resource file
verb name: Examine (/obj/item/weapon/photo/examine)
  source file: photo.dm,28
  usr: Leon Dingeldong (/mob/living/carbon/human)
  src: the photo (/obj/item/weapon/photo)
  call stack:
the photo (/obj/item/weapon/photo): Examine()
the photo (/obj/item/weapon/photo): attack self(Leon Dingeldong (/mob/living/carbon/human))
the photo (/obj/item/weapon/photo): DblClick(null, "mapwindow.map", "icon-x=13;icon-y=15;left=1;scr...")
Mon May 28 16:38:08 2012

runtime error: Cannot read null.current
proc name: check completion (/datum/objective/steal/check_completion)
  source file: steal.dm,6
  usr: null
  src: /datum/objective/steal/nuke_di... (/datum/objective/steal/nuke_disk)
  call stack:
/datum/objective/steal/nuke_di... (/datum/objective/steal/nuke_disk): check completion()
wizard (/datum/game_mode/wizard): auto declare completion wizard()
/datum/controller/game_ticker (/datum/controller/game_ticker): declare completion()
/datum/controller/game_ticker (/datum/controller/game_ticker): process()

runtime error: Cannot read null.current
proc name: check completion (/datum/objective/steal/phorontank/check_completion)
  source file: steal.dm,51
  usr: null
  src: /datum/objective/steal/phoront... (/datum/objective/steal/phorontank)
  call stack:
/datum/objective/steal/phoront... (/datum/objective/steal/phorontank): check completion()
wizard (/datum/game_mode/wizard): auto declare completion wizard()
/datum/controller/game_ticker (/datum/controller/game_ticker): declare completion()
/datum/controller/game_ticker (/datum/controller/game_ticker): process()

runtime error: Cannot read null.current
proc name: check completion (/datum/objective/steal/check_completion)
  source file: steal.dm,6
  usr: null
  src: /datum/objective/steal/RCD (/datum/objective/steal/RCD)
  call stack:
/datum/objective/steal/RCD (/datum/objective/steal/RCD): check completion()
wizard (/datum/game_mode/wizard): auto declare completion wizard()
/datum/controller/game_ticker (/datum/controller/game_ticker): declare completion()
/datum/controller/game_ticker (/datum/controller/game_ticker): process()

runtime error: Cannot read null.current
proc name: check completion (/datum/objective/steal/pacid/check_completion)
  source file: steal.dm,573
  usr: null
  src: /datum/objective/steal/pacid (/datum/objective/steal/pacid)
  call stack:
/datum/objective/steal/pacid (/datum/objective/steal/pacid): check completion()
wizard (/datum/game_mode/wizard): auto declare completion wizard()
/datum/controller/game_ticker (/datum/controller/game_ticker): declare completion()
/datum/controller/game_ticker (/datum/controller/game_ticker): process()

runtime error: Cannot read null.current
proc name: check completion (/datum/objective/hijack/check_completion)
  source file: hijack.dm,8
  usr: null
  src: /datum/objective/hijack (/datum/objective/hijack)
  call stack:
/datum/objective/hijack (/datum/objective/hijack): check completion()
wizard (/datum/game_mode/wizard): auto declare completion wizard()
/datum/controller/game_ticker (/datum/controller/game_ticker): declare completion()
/datum/controller/game_ticker (/datum/controller/game_ticker): process()
sunfall commented 12 years ago

These should have been fixed by the above commit and the one before it.

sunfall commented 12 years ago

...but this doesn't fix the photo runtime, so reopening.

ghost commented 12 years ago

Methinks we've fixed that already. I'd check the apporpriate file that governs cameras/photos to see what was changed.