Exception thrown: read access violation.
player->m_social was nullptr.
I am not getting much info from my debugging session. Only thing I get is from SocialMgr.cpp line 191
PlayerSocialMap::iterator itr = player->GetSocial()->m_playerSocialMap.find(friend_lowguid);
I am guessing its from trying to get the friends list.
I do have to mention that using git submodule init/update won't work. what it pulls doesn't compile giving boost/asio.h not found errors, so I just pulled master branch from github and placed it in src/modules/Bots (did same with immersive. Should do same with tests, but I dont compile tests. it gives same error on revision pulled with submodule update.)
Exception thrown: read access violation.
player->m_social was nullptr.
I am not getting much info from my debugging session. Only thing I get is from SocialMgr.cpp line 191
PlayerSocialMap::iterator itr = player->GetSocial()->m_playerSocialMap.find(friend_lowguid);
I am guessing its from trying to get the friends list.
I do have to mention that using git submodule init/update won't work. what it pulls doesn't compile giving boost/asio.h not found errors, so I just pulled master branch from github and placed it in src/modules/Bots (did same with immersive. Should do same with tests, but I dont compile tests. it gives same error on revision pulled with submodule update.)