/*NO CODE, sorry Code problem forum, but this is still the best place for it to go I think lol */
Problem description:
Anyway, its weird, on my game, weird bugs happen (shocker). Anyway, if the game is hosted for a few days with no break (rehost) then some of the players massively lose a lot of verbs. I'd love to blame byond, but if it were byond then other people would get it too. The problem isn't necessarily the bug, the problem is there is NO ERROR. Nothing goes wrong, nothing breaks, or anything. Just hosted for a few days and randomly decides "Time to F*ck some people over HAHAHAA". That's the part I don't get. I mean there is no error log at all. And there's no part in the coding that would erase all their verbs like that either. It's bizarre. There's just nothing in the code that goes "Hi, time for you to lose all your verbs, kthxbai"
So, any known causes/fixes?
1) Even if you don't have a afterFewDays_DeleteAllVerbs() function, the code is still to blame.
Perhaps you do have something somewhere that adds/removes verbs that is malfunctioning.
If you have made code that gives administrators the ability to edit variables of objects in the world, perhaps one is abusing it.
Or perhaps the player's vars list is being accessed some other way. Anything that accesses that list has the potential to cause great havoc. For example, cloning functions often loop through everything in that list.
2) It is a Byond bug that hasn't been reported. If this is the case and you could find the root and replicate it on demand, that would be great.
3) The computer is freaking out. You said it happens to everyone, right? If so, perhaps the PC used as the server is issues. I know my old laptop is doing crazy things right now that don't make sense, even when I'm just at the desktop sometimes, hence the backups I did today. I think it might die soon.