ID:171756
 
hi, dunno where this belongs, but i made another game, and when i run it, i get these errors spamming in the text window:

Welcome BYOND! (Version 339.869)
Connecting to file://(censored)
runtime error: bad gender
proc name: Login (/mob/Login)
usr: ShakerDeath (/mob)
src: ShakerDeath (/mob)
call stack:
ShakerDeath (/mob): Login()
runtime error: bad loc
proc name: Stat (/mob/Stat)
usr: ShakerDeath (/mob)
src: ShakerDeath (/mob)
call stack:
A runtime error is an error with your code, unless it says BYOND Error: it really has nothing to do with this place, also before people fix things, we need to see your code. Probably your login code.
Bad gender and bad loc. Sounds like you're setting the gender and loc to something they really don't like being set to. We need to see mob/Login() and mob/Stat().