Impossible to join my friend on private server

Status
Not open for further replies.

Guiguipo17

Refugee
Hello, I have the game since 1 week since yesterday impossible to join my friend on our private server

At the beginning i was the problem with EAC authentification failed, my friend disable the EAC on the server, now i'm block at the creating player

at the line 448 i have an error please what can i do ?

https://pastebin.com/rwDuMG7f

I tried to delete and install it 3 times and nothing

Sorry for my terrible english

Thank you for your help

View attachment 31112View attachment 31112

output_log__2020-01-06__21-46-30.txt

 

Attachments

Last edited by a moderator:
Error in the log indicates that your player data was corrupted. Your friend hosting will need to wipe your player profile on the server.

 
For what it is worth, I joined my own private server so I could compare my log to yours. What I have below starts at your line 440:

Code:
2020-01-06T19:18:52 3249.423 INF Biomes image size w= 4096, h = 4096
2020-01-06T19:18:53 3249.678 INF Loading and creating biomes took 414ms
2020-01-06T19:18:53 3250.508 INF Loading and creating shader control textures took 830ms
2020-01-06T19:18:55 3251.977 INF Loading and parsing of generator took 1469ms
2020-01-06T19:18:55 3252.587 INF [DECO] read 568/1020
2020-01-06T19:18:56 3253.239 INF createWorld() done
2020-01-06T19:18:56 3253.506 INF PlayerId(171, 0)
2020-01-06T19:18:56 3253.506 INF Allowed ChunkViewDistance: 6
2020-01-06T19:18:56 3253.550 INF Created player with id=171
2020-01-06T19:18:56 3253.550 INF Found own player entity with id 171
2020-01-06T19:18:57 3253.635 WRN InitBreadCrumbs boidster (898.0, 71.1, -373.7)
What I note is that the PlayerID() call shows a...more normal?...player ID of 171, whereas your log shows:

Code:
2020-01-06T21:48:36 96.971 INF PlayerId(20041, 0)
I say "normal" only because later in your log it has:

Code:
2020-01-06T21:48:36 97.126 INF Created player with id=171
2020-01-06T21:48:36 97.155 INF Created player with id=181
So it seems that whatever PlayerID() is doing on your side is not returning a valid value, and the input to it (assuming it's actually a function) of 20041 is not a typical PlayerID. So you get this error:

Object reference not set to an instance of an object at GameManager.PlayerId (System.Int32 _playerId

And but so, I guess I'd start looking into what defines a player on a server. You have a Steam login which is how the game identifies you (make sure you are logged in), and there would be save files both on your PC and on the server. Maybe one of those is corrupt?

When you reinstalled, did you go find your old save data and delete it? Completely wipe the install directory and your /users/<you>/AppData/roaming/7DaysToDie stuff (assuming Windows)?

I am throwing darts here; not sure what could be going on. Good luck.

- - - Updated - - -

Aw, man, ninjad by ST.

Does he lose all of his progress with that wipe?

 
Does he lose all of his progress with that wipe?
Sadly, yes. But it's the only valid option. Even a mis-match on the ID would be corrected automatically. There is corrupted data inside the player file itself.

 
Hello,

Thank you both for your reponse,

@boidster yeah i clean all the data save on my computer

@Sylenthunder I said to myself that it did not come from my computer when I saw this error, can you tell me how to wipe my profile without losing my friends' profiles, file name and location please

Thank you for your help

 
I'm back, my friend was deleted the correct line, i try and i spawn with a new caracter it's work so i just leave the server

I try to play now but i have again the same problem different id for creating player

What we can do i have no problem with the files of the game (verified by steam)

output_log__2020-01-07__19-26-39.txt

 

Attachments

Last edited by a moderator:
Status
Not open for further replies.
Back
Top