Skip to content
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

Error Code 5: Can't create char [WINDOWS 10 Home] #30

Open
willer69 opened this issue Aug 4, 2020 · 4 comments
Open

Error Code 5: Can't create char [WINDOWS 10 Home] #30

willer69 opened this issue Aug 4, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@willer69
Copy link

willer69 commented Aug 4, 2020

imagen

@willer69 willer69 changed the title Error Code 5: Can't create char [WINDOWS 10 Home] Error Code 5: Can't create char [WINDOWS 10 Home] #bug Aug 4, 2020
@willer69 willer69 changed the title Error Code 5: Can't create char [WINDOWS 10 Home] #bug Error Code 5: Can't create char [WINDOWS 10 Home] Aug 4, 2020
@NathanLovato
Copy link
Contributor

Could you please copy and paste the messages from your command line as text here? The picture is hiding some of the text.

@NathanLovato NathanLovato added the bug Something isn't working label Aug 4, 2020
@willer69
Copy link
Author

willer69 commented Aug 5, 2020

imagen

I create the character. then I choose the color, press the create button and I have the game without the character.
I have downloaded it several times to the game and always the same error.

imagen

@NathanLovato
Copy link
Contributor

The error says the RPC function was not found. This means that your local running nakama server instance did not register get_world_id, which is either:

  • You are not running the nakama server from the correct directory
  • You are missing the .lua module that registers remote procedure calls (RPC)

Ensure you're running the docker-compose command from the correct folder, that contains the lua modules. It's this one: https://github.com/heroiclabs/nakama-godot-demo/tree/master/nakama

I think this isn't a bug in the demo.

@mojoyup1528
Copy link

Its not a bug. Im getting the same issue even today (in 2024). Its probably that the modules are not loading or being recognized. I didnt use a docker to run the server or run cockroach. I went the batch way and just downloaded the folders and installed cockroach from the msi and have the folders in a desktop folder unzipped. I created a bat file to run the cmd commands for each and it runs cockroach, creates the server all good. It understands client connection and authentication but just as the OP, getting past this is an issue becuase in the cmd log for nakama, it doesnt load the 2 lua modules even though they are in the godot project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants