coupdeforce / swmud

Star Wars MUD LPC mudlib
6 stars 0 forks source link

runtime error on <fstun [mob]> #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Getting a runtime error when player attempts to use fstun on a mob. <fstun> by 
itself correctly returns "force stun whom?", but errors when argument is 
provided. error copied below:

[errors] (Fido) Error logged to /log/runtime
[errors] *Bad argument 1 to lower_case()
         *Expected: string Got: 0.
[errors] /std/race/wookiee#12202 (/std/object/names.c) at line 187

dbxwhere fido
Fri Aug 31 12:09:39 2012
*Bad argument 1 to lower_case()
Expected: string Got: 0.
Object: /std/race/wookiee#12202 (/std/object/names.c) at line 187

#0: '<fake>' at /secure/user#12998 (/<driver>) at line 0
#1: 'dispatch_modal_input' at /secure/user#12998 (/secure/user/inputsys.c) at 
line 288
#2: '<fake>' at /obj/mudlib/pshell#12999 (/<driver>) at line 0
#3: 'shell_input' at /obj/mudlib/pshell#12999 (/obj/secure/shell.c) at line 118
#4: 'execute_command' at /obj/mudlib/pshell#12999 at line 142
#5: 'call_main' at /cmds/guild/jedi/fstun (/obj/secure/cmd.c) at line 34
#6: 'main' at /cmds/guild/jedi/fstun at line 78
#7: 'id' at /std/race/wookiee#12202 (/std/body.c) at line 462
#8: 'id' at /std/race/wookiee#12202 (/std/object/names.c) at line 187

Original issue reported on code.google.com by lostinpl...@gmail.com on 31 Aug 2012 at 5:45

GoogleCodeExporter commented 9 years ago
Fixed issue with id() in /std/object/names.c

Original comment by coupdefo...@gmail.com on 31 Aug 2012 at 7:28