Bad Timestamp on Chinese Locale file
Closed this issue · 7 comments
Hey,
I help write a program that parses mods for Factorio. A user recently reported a problem with your Mod that caused our program to crash. The file "/locale/zh-CN/default.cfg" seems to have a weird timestamp which is causing the issue. I installed the mod today using the in-game mod UI.
It's not a big deal as our program mostly needs recipe information but this could break other users or programs as well and it seems like a quick fix.
Thanks!
The modified timestamp was something like 0001-01-01 00:00:00
Hey,
sorry for only coming back to this now.
While the timestamp is technically valid it is of course wrong. I dug into it and can only assume that the travis server I'm using to build this mod had a hickup.
Can you please check the .17 version and see if everything is fine for you there? On my windows machine it looks okay (but yeah, windows...). I can only check on a mac tomorrow.
I assume it is okay for now. If you still have issues please reopen the ticket.
Thanks :)
Not sure why I didn't notice it before but it looks like quest.cfg in that same directory has the same issue. I'm seeing this in the 0.17.2.1 version
Thanks!