Antidote-for-Tox / objcTox

No longer maintained
Mozilla Public License 2.0
37 stars 12 forks source link

Crash when loading bad profile #98

Closed dvor closed 9 years ago

dvor commented 9 years ago

I have used 0.4.0 on my iPod touch 5th, I saved the .tox file in my Dropbox. When I click on select on the profiles page, it would crash, and crashes every time I open the app.

Probably tox save was outdated, need to investigate.

It seems that OCTTox couldn't create tox instance, dealloc method was called and app crashed on

void tox_kill(Tox *tox)
{
    Messenger *m = tox;
    kill_groupchats(m->group_chat_object); <<<<<<<<<<<<<
    kill_messenger(m);
    logger_kill_global();
}