ERROR: I keep getting this error..

From: Corey Hoitsma (choitsma@netcom.com)
Date: 06/06/96


I keep getting this error:

Thu Jun  6 17:44:55 :: Vethnos [usr11ip24.azstarnet.com] new player.
Thu Jun  6 17:45:00 :: Vethnos entering game with no equipment.
Thu Jun  6 17:45:00 :: Vethnos advanced to level 1
Thu Jun  6 17:46:07 :: error (handler.c): trying to illegally extract obj 
from obj
^ This is where the MUD crashes ^


This is the code FOR the error:

void obj_from_obj(struct obj_data * obj)
{
  struct obj_data *temp, *obj_from;
 
  if (obj->in_obj == NULL) {
    log("error (handler.c): trying to illegally extract obj from obj");
    return;
  }
  obj_from = obj->in_obj;
  REMOVE_FROM_LIST(obj, obj_from->contains, next_content);

I just wanna know: Does this have to do with a zon file? does it have
to do with a ZONE at all?  Can someone give me
an example when this error could occure? Thanks!


Corey Hoitsma                   AKA -= Myrddin =-
             choitsma@netcom.com
Tazmania			tazmania.ah.net 7000



This archive was generated by hypermail 2b30 : 12/18/00 PST