For a while now, my MUD has been having this trouble with weird rent file deletions that happen when someone rents. It only occassionally happens. I made logs whenever Crash_delete_file() is called and discovered when the deletion happens. Whenever a person rents, his obj file rentcode = RENT_RENTED. But, that character is not extracted. We go on to auto crash save. Rent file is made again, but this time with rentcode = RENT_CRASH. extract_char_pending() is called and rent file gets deleted because of the flag. Am I correct? This is the only thing I can think of that can be the cause of this problem. _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/24/03 PDT