Error while starting the server in the batch-mode.

If I start the mode with gui, then everything works fine. If I run in the batchmod, then there is such an error and the server does not reach the stage of loading the scene.
Any ideas?

InvalidCastException: Cannot cast from source type to destination type.
at (wrapper managed-to-native) object:__icall_wrapper_mono_object_castclass (object,intptr)
at UdpKit.UdpEvent.As[UdpEventStartDone] () [0x00000] in :0
at BoltCore.PollNetwork () [0x00000] in :0
at BoltCore.Poll () [0x00000] in :0
at BoltPoll.FixedUpdate () [0x00000] in :0

Comments