I don't know cause of problem it's also happen to me on main character or another account but some character on my main account can select character or exit game with no crash.
However you can use this code it's work untill problem will be solve ...
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Threading;
using System.Windows.Forms;
using ArcheBuddy.Bot.Classes;
namespace CharacterSelect
{
public class CharacterSelect : Core
{
public void PluginRun()
{
ClearLogs();
if (gameState == GameState.Ingame)
{
Log(me.name + " Leave to Character Select");
LeaveWorldToCharacterSelect();
}
else
Log("Your character not in game");
}
}
}