SocketIOClient-Unreal icon indicating copy to clipboard operation
SocketIOClient-Unreal copied to clipboard

Engine crashes after closing project

Open BavGames opened this issue 3 years ago • 8 comments

Adsız

BavGames avatar Jan 19 '22 17:01 BavGames

hello I'm trying to make a multiplayer project, if I put ChatWinActor on the map and start the game as 3player or more, and close it, the engine crashes immediately, it wasn't like this before

BavGames avatar Jan 19 '22 17:01 BavGames

Adsız

BavGames avatar Jan 19 '22 17:01 BavGames

Adsız

BavGames avatar Jan 19 '22 17:01 BavGames

Adsız

BavGames avatar Jan 19 '22 17:01 BavGames

Adsız

BavGames avatar Jan 19 '22 17:01 BavGames

sorry for the tag @getnamo

BavGames avatar Jan 19 '22 17:01 BavGames

Error specifies trying to generate object after garbage collection (which I assume happens due to project closing), this is caused by some SIOJson value being generated during shutdown procedure, which according to the stack happens because you get a response over the network. You may wish to try to disconnect earlier before project close and see if the problem still persists.

getnamo avatar Jan 20 '22 01:01 getnamo

Error specifies trying to generate object after garbage collection (which I assume happens due to project closing), this is caused by some SIOJson value being generated during shutdown procedure, which according to the stack happens because you get a response over the network. You may wish to try to disconnect earlier before project close and see if the problem still persists.

yes, when I disconnect from the server and close the project, the crash disappears, what could be the reason, how can I solve it?

BavGames avatar Jan 21 '22 23:01 BavGames