TauCetiStation/TauCetiClassic

Спавн ``jungle_controller`` в каком-либо виде ложит сервер

Open

#8,633 opened on Feb 18, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)DM (433 forks)batch import
BugGood First Issue

Repository metrics

Stars
 (153 stars)
PR merge metrics
 (Avg merge 27d 14h) (41 merged PRs in 30d)

Description

Подробное описание проблемы

Infinite loop suspected--switching proc to background.
If it is not an infinite loop, either do 'set background=1' or set world.loop_checks=0.
proc name: atom init (/obj/machinery/jungle_controller/atom_init)
  source file: jungle.dm,156
  usr: Masaki Turncoat (/mob/dead/observer)
  src: the jungle controller (/obj/machinery/jungle_controller)
  usr.loc: the floor (129,149,2) (/turf/simulated/floor)
  src.loc: the floor (129,149,2) (/turf/simulated/floor)
  call stack:
the jungle controller (/obj/machinery/jungle_controller): atom init(0)
Atoms (/datum/controller/subsystem/atoms): InitAtom(the jungle controller (/obj/machinery/jungle_controller), /list (/list))
the jungle controller (/obj/machinery/jungle_controller): New(0)

Contributor guide