-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exceptions on createDefaultClient and rtClient->tick() #160
Comments
Could you provide a minimal reproducer of the problem for us to look at? Is it unmodified example/main.cpp from this repo? |
I only changed the ipAddress in example/main.cpp.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nakama Server version 3.22.0+4a4c53d7
nakama cpp version: [v2.8.5]
When I run nakama-cpp/example/main.cpp in a windows environment
different parts crash in both releasebuild and debugbuild.
In releasebuild
auto client = Nakama::createDefaultClient(params);
an exception is raised at runtime, and
In debug build
rtClient->tick() crashes on the third call.
Similar issues encountered in the past
C++ SDK crashes on createDefaultClient - Heroic Labs
I tried v2.7.0 and the situation did not change.
Log in debug build: --------------------------------------------------------
Server side log: -----------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered: