#Unknown message id 16543 for connection connection(500708770)

12 messages · Page 1 of 1 (latest)

past pagoda
#

share ready to play message creation as well please. Where does that your Awake function run?

light shard
#

@past pagoda Hi, thanks: there you go

#

I have moved the message registration to the "OnStart Server" method because I see that the base class does it there, but I still have the same problem

#

All this logic is inside this class:

past pagoda
light shard
#

I'll try it @past pagoda Thanks brother!

light shard
#

@past pagoda message I'd 16543 is not related to my message(PlayerReadyToPlay)

past pagoda
#

sorry for late reply, this discord account is bit less active than my main. Em, please share the error in this group as well, to make it easier to follow.

From messaging side these are common errors:

  1. Order of actions. Send message before the connection is complete. Adding some frames of wait helps sometimes
  2. Awake vs Start. I sometimes suggest to move network stuff from awake to start, as sometimes it gives unwanted effects. Like some stuff is not ready when you try to access it, and it considers it as difference in server and client
light shard
#

Hi, thank you so much! can i pay you to help me with this?

#

I have another post "Server kick out players" with more info

past pagoda
#

I am not profesional mirror developer, so I cannot take money for you, as time for me to solve the problem would be longer than standarts. what I can do is to help you to guiode you correct dirrection