SylenThunder
Community Moderator / IT Guru
This issue is completely got me stumped.
I've wiped the server client and clean installed. (Even wiped the OS) I've completely nuked the client on my system. Other people can connect to the server without a problem. Heck, I used to be able to connect to the server without a problem. I've tried completely nuking all of my player data from the server as well, yet I'm still unable to connect.
Client log
https://pastebin.com/raw/a1fea5Xh
Server log
https://pastebin.com/raw/WzfrmDKn
You can see where I am initiating a connection to the server starting at line 651.
It just repeats this anywhere from five to twelve times and then I get a "Connection Failed" error in my client.
If I use a different user account, I can log in just fine. Which leads me to believe it's something on the server side with my character that is messed up, however deleting my character data has had zero effect.
I've wiped the server client and clean installed. (Even wiped the OS) I've completely nuked the client on my system. Other people can connect to the server without a problem. Heck, I used to be able to connect to the server without a problem. I've tried completely nuking all of my player data from the server as well, yet I'm still unable to connect.
Client log
https://pastebin.com/raw/a1fea5Xh
Server log
https://pastebin.com/raw/WzfrmDKn
You can see where I am initiating a connection to the server starting at line 651.
Code:
2020-10-15T14:33:43 1754.790 INF NET: LiteNetLib: Connect from: 192.168.1.214:53466
2020-10-15T14:33:43 1754.800 INF Started thread NCS_Reader_2_0
2020-10-15T14:33:43 1754.800 INF Started thread NCS_Writer_2_0
2020-10-15T14:33:43 1754.810 INF Started thread NCS_Reader_2_1
2020-10-15T14:33:43 1754.810 INF Started thread NCS_Writer_2_1
2020-10-15T14:33:43 1754.810 INF [NET] PlayerConnected EntityID=-1, PlayerID='', OwnerID='', PlayerName=''
2020-10-15T14:33:43 1754.813 INF NPCID.Write
2020-10-15T14:33:43 1754.852 INF NET: LiteNetLib: Client disconnect from: 192.168.1.214:53466 (RemoteConnectionClose)
2020-10-15T14:33:43 1754.852 INF [NET] PlayerDisconnected EntityID=-1, PlayerID='', OwnerID='', PlayerName=''
2020-10-15T14:33:43 1754.852 INF Disconnected player not found in client list...
2020-10-15T14:33:43 1754.879 INF Player disconnected: EntityID=-1, PlayerID='', OwnerID='', PlayerName=''
2020-10-15T14:33:43 1754.880 INF [EAC] FreeUser: EntityID=-1, PlayerID='', OwnerID='', PlayerName=''
If I use a different user account, I can log in just fine. Which leads me to believe it's something on the server side with my character that is messed up, however deleting my character data has had zero effect.