DemigodsRPG / Demigods3

The (now defunct) Demigods RPG experience for survival/PvP Minecraft servers.
http://www.demigodsrpg.com/
MIT License
4 stars 2 forks source link

Character switching is throwing a stack overflow error. #144

Closed alexbennett closed 11 years ago

alexbennett commented 11 years ago

This breaks the entire save. Needs to be fixed as soon as possible.

HmmmQuestionMark commented 11 years ago

Wow. Its funny how bugs like this pop up sorta randomly. -_- Gah.

alexbennett commented 11 years ago

Woohoo, JOhm! Lol.

It's something about manipulating the objects within themselves before they save. The first thing I'd check are the create methods. I had the same issue with binds and solved it by not calling the save() method inside of some of the setters. I just took them out and manually forced a save. Still not sure why this would randomly popup though.