Release/5.3.3 #1506
Locked
Athanasius
started this conversation in
Announcement
Release/5.3.3
#1506
Replies: 1 comment
-
Hi Athanasius, just wanted to thank you for the quick response and fix. All working fine, as I am sure you are already aware. Regards, JC |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release 5.3.3
Unfortunately 5.3.2 failed to fully address the issues caused by the different Journal filenames when using the Odyssey Update 11 client. It's fine if you run EDMarketConnector first and then the game, as the code path that detects a new file always does just that.
But the code for EDMarketConnector startup to find the current newest Journal file relied on sorting the filenames and that would mean the new-style names would always sort as 'oldest'.
This release fixes that code to properly use the file modification timestamp to determine the newest file on startup.
This discussion was created from the release Release/5.3.3.
Beta Was this translation helpful? Give feedback.
All reactions