Dedicated Server EXC Memory stream is not expandable

Katori_Rea

New member
There is a problem with my server. When I use SteamNetworking to connect, I can enter normally. There are no other problems and no error messages are displayed. But when I want to use LiteNetLib to connect, "EXC Memory stream is not expandable" appears. And the screen is stuck in "Loading data".

Server logs of using LiteNetLib connect

Server logs of using SteamNetworking connect

Client logs of LiteNetLib connect

Client logs of SteamNetworking connect

How can I solve "EXC Memory stream is not expandable" from using LiteNetLib for sever, need help.

 
Full logs is too large to uploaded, I'll try to fix the port, If the problem is still here, I'll try to uploaded a complete log file, thank for answer the question.

 
I checked for the port, in vanilla game everything worked fine, so it's due to mod files large than default  memory stream in LiteNetLib when send packet to client.

Now the problem is how to edit memory stream in which file and position, is there a suggest?

 
I checked for the port, in vanilla game everything worked fine, so it's due to mod files large than default  memory stream in LiteNetLib when send packet to client.

Now the problem is how to edit memory stream in which file and position, is there a suggest?


That error doesn't entirely mean the mods were making too big of packets, if data is not sent properly then the same error will be thrown

 
Back
Top