ID:147516
 
i get a run time error, why do i get this message. i log in, and it asks me which character i want to be, i click one, and it shutsdown and says:
runtime error: Cannot read null.name
proc name: SaveMob (/client/proc/SaveMob)
source file: new_char_handling.dm,65
usr: null
src: Ghostofthematrix (/client)
call stack:
Ghostofthematrix (/client): SaveMob()
Ghostofthematrix (/client): Del()
Login()
Login()
Login()
Login()
Read(players/g/ghostofthematrix.sav (/savefile))
Ghostofthematrix (/client): LoadMob("MajinGotenks")
ChooseCharacter()
Login()
runtime error: Cannot modify null.mob.
proc name: LoadMob (/client/proc/LoadMob)
source file: new_char_handling.dm,71
usr: null
src:
call stack:
LoadMob("MajinGotenks")
ChooseCharacter()
Login()
BYOND(337.857) BUG: bad ref (3:157) in DecRefCount(DM new_char_handling.dm:71)



page me if you can help me.
Post the client/SaveMob() proc.