Closed videoP closed 6 years ago
Happened on racepack6 on or shortly after map load.
First DB error was at "G_UpdateOtherLocalRun 3" (SQLITE_CANTOPEN)
Also noticed this a minute earlier in G_AddPlayerLog (not database related, just a simple FS_Open failure) Com_Printf ("ERROR: Couldn't load player logfile %s\n", PLAYER_LOG);
So maybe its a problem with the filesystem?
There was no FTP access prior to this so I think we can rule that out as a culprit.
keep logging it and see if it only happens in that spot or if its random
started happening around when the playtime tracking was added? but it also seems to only happen when the .db file is downloaded/uploaded via FTP