My game crashed while I was playing (no obvious cause), and now I get this error whenever I try to load a map or create a character while GRealm is loaded:
System.NullReferenceException: Object reference not set to an instance of an object.
at Shockah.AccSlots.MBase.<OnModCall>b__4(Player player)
at BaseMod.BasePlayer.HasAccessories(Player player, Int32[] types, Boolean vanity, Boolean oneOf, Boolean& social, Int32& index)
at GRealm.MPlayer.<.ctor>b__7(PlayerLayer layer, Player drawPlayer, SpriteBatch sb)
at TAPI.PlayerLayer.Action.OnDraw(Player drawPlayer, SpriteBatch sb)
at TAPI.PlayerLayer.Draw(Player drawPlayer, SpriteBatch sb)
at Terraria.Main.DrawPlayer(Player drawPlayer, Vector2 Position, Single rotation, Vector2 rotationOrigin, Single shadow)
at TAPI.MenuButtonDrawPlayer.Draw(SpriteBatch SP, Boolean mouseOver)
at TAPI.MenuPage.Draw(SpriteBatch SP)
at TAPI.Menu.DrawMenu()
at Terraria.Main.Draw(GameTime gameTime)
At the time of the crash, I was playing with Shockah's tooltips, accessory slot (looks like this is probably where the conflict lies) and suffixes mods, as well as the Elemental Boots mod. However, I get this error even if GRealm and your base API are the only two mods that I load. I don't get the error if all I load is the base API.
Edit: more details.