docker-spaceengineers
docker-spaceengineers copied to clipboard
network readers disposed
Hey,
i got the server up and running although i seem to be running into the same problem which was mentioned in #24,
The response from that thread was you reverted back to wine version 6, although in your most recent image you use 9 for winestaging and 9.9 for latest, for each of those versions i still obtain the same issue.
Server logs:
Peer2Peer_SessionRequest <user id>
Peer2Peer_ConnectionFailed <user id>, Timeout
User left <user id>
client logs:
Joining server: <server name + details>
MyGuiScreenProgress MyGuiScreenBase.LoadContent
GUI Stats: Update 0.222711222222222, Draw 0.164333555555556
MyConfig.Save() - START
<config path>
MyConfig.Save() - END
MyGuiScreenIntroVideo MyGuiScreenBase.UnloadContent - START
MyGuiScreenIntroVideo MyGuiScreenBase.UnloadContent - END
MyGuiScreenProgress MyGuiScreenBase.UnloadContent - START
MyGuiScreenProgress MyGuiScreenBase.UnloadContent - END
MyGuiScreenJoinGame MyGuiScreenBase.UnloadContent - START
MyGuiScreenJoinGame MyGuiScreenBase.UnloadContent - END
MyGuiScreenMainMenu MyGuiScreenBase.UnloadContent - START
MyGuiScreenMainMenu MyGuiScreenBase.UnloadContent - END
Network readers disposed
MyGuiScreenIntroVideo MyGuiScreenBase.LoadContent
MyGuiScreenMainMenu MyGuiScreenBase.LoadContent
MyGuiScreenServerReconnector MyGuiScreenBase.LoadContent
MyConfig.Save() - START
<config path>
MyConfig.Save() - END
the only log that stood out to this for me was Network readers disposed
, i looked for this online and found people having similar issues although they were able to resolve it by modifying their NAT. I have double checked on both a strict and open NAT and on different networks that i keep having this same problem.
All the files have 777 permissions so that shouldnt be a problem.
What is going wrong here and what is the solution?
Thank you,