Hi,
I have installed the nakama c++ library from here Releases · heroiclabs/nakama-cpp · GitHub and linked it to my project with cmake. But I have the problem that the code auto client = Nakama::createDefaultClient(params);
crashes with error “bad allocation”. This is on windows. When I try it with macOS it crashes at the third call of rtClient->tick()
due to EXC_BAD_ACCESS
.
What could this be?