g****s 发帖数: 306 | 1 谁知道这三个问题怎么处理,请指教
$ more debug.log
Bad argument 1 to call_other()
Expected: string or array or object Got: 0.
program: adm/obj/simul_efun.c, object: adm/obj/simul_efun, file: /adm/simul_efun
/message.c:8
' timecross' in 'd/sandland/mogaoku.c' (' d/sandland/mogaoku') /d/sandland
/mogaoku.c:45
' message_vision' in 'adm/obj/simul_efun.c' (' adm/obj/simul_efun') /adm/simul_
efun/message.c:8
Error in call out.
Bad argument 1 to wizardp()
Expected: object Got: 0.
program: feature/move.c, object: | a*****e 发帖数: 1700 | 2
说明有一个 call_out 在要被执行时它的 object 已经被 destroy 掉了?
说明你给 wizardp() 的参数不小心变成了 0 ?
有个地方 call 了 do_sigh 可是 do_sigh 根本没有被定义?
通常在 heart_beat() 执行中发生的 error 都会迫使那个 object 上的
Heart beat 被 turn off.
【在 g****s 的大作中提到】 : 谁知道这三个问题怎么处理,请指教 : $ more debug.log : Bad argument 1 to call_other() : Expected: string or array or object Got: 0. : program: adm/obj/simul_efun.c, object: adm/obj/simul_efun, file: /adm/simul_efun : /message.c:8 : ' timecross' in 'd/sandland/mogaoku.c' (' d/sandland/mogaoku') /d/sandland : /mogaoku.c:45 : ' message_vision' in 'adm/obj/simul_efun.c' (' adm/obj/simul_efun') /adm/simul_ : efun/message.c:8
|
|