MorphZ
3
I dug a little deeper by now.
The issue is related to Funcom Services and the BattlePass Synchronization across Servers. It has nothing to do with the private server itself.
The first user created on all servers has the character ID 29. (game.db file)
Because I wiped my character after setting up the in-game server configuration - I got the ID 30.
It’s also a good idea to auto increment the ID’s in case a player deletes their character. BUT:
The next user that joined the server after me got the ID 29… again. The same ID that my old character had before I deleted it. Why wouldn’t it just go to 31 (or whatever number - just not 29!)?
I am 99% sure that this is the problem. Somehow Funcom decided it would be a good idea to include this character ID in the battlepass DB instead of relying on the Steam IDs…
Now the Funcom BattlePass Service expects ID 29 to be me. but it isn’t. hence the errors in the log.
I cannot correct it myself - I could - potentially - switch the character IDs for 30 and 29 on all tables in the game.db file. But then again the ID wouldn’t align for the User that has the ID 29 right now. And I’d get the same error. But for another character.
I don’t expect you to fix this issue. But it would be nice to have the theory confirmed so nobody wastes time trying to figure the solution.
Kind regards