The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

This is the error I get when I try to spawn my players in my game.

ERROR: Node not found: locallevel.
At: scene/main/node.cpp:1381
ERROR: processgetnode: Failed to get path from RPC: locallevel.
At: core/io/multiplayer
api.cpp:256
ERROR: Invalid packet received. Requested node was not found.
At: core/io/multiplayer_api.cpp:204
ERROR: Node not found: locallevel.
At: scene/main/node.cpp:1381

I really need help I can't spawn my players.

in Engine by (14 points)

1 Answer

0 votes

very likely the server and client have a different tree structure, therefore the RPC call cannot find the node that was supposed to find (because on the server it has one name, and on the client another name)

by (1,514 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.