Help Anyone help " Illegal characters in path"

Gezza

Golden Oldie
Golden Oldie
Sep 23, 2008
2,201
61
155
uk
Only way i can get the server to run is if i wipe all characters >.<
 

Attachments

  • Screenshot 2023-09-22 155441.png
    Screenshot 2023-09-22 155441.png
    276.6 KB · Views: 35

Gezza

Golden Oldie
Golden Oldie
Sep 23, 2008
2,201
61
155
uk
Cheers, but the problem persists. I still get the same error message. I have attempted several times with the server exited.
 
Upvote 0

Jev

ғᴜᴄᴋɪɴɢ ᴊᴇᴠ
Staff member
Moderator
May 16, 2017
3,434
21
1,981
175
Worthing, West Sussex
Cheers, but the problem persists. I still get the same error message. I have attempted several times with the server exited.
You might need to delete your ADB file inside your server directory. Worth noting: In your server’s config Ini, edited the archive months to 999, it can be found at the bottom of the config file.
 
  • Like
Reactions: Gezza
Upvote 0

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
run the server in debug mode, add a breakpoint to the "saveArchivedCharacters" and when it hits that player - update the name to something sensible, then let it save as normal.

alternatively, just change the code slightly and add a try/catch around that code to skip over the saving when it errors.

I'm guessing the issue happens because character names like that have been allowed in code due to chinese character sets - but windows doesn't like saving a filename in the format.
 
  • Like
Reactions: Gezza and Jev
Upvote 0