Dingf / GDCommunityLauncher

The launcher for the Grim Dawn Community League project
MIT License
1 stars 2 forks source link

The launcher save folder does not work properly when non-Latin characters are in the path #4

Open Dingf opened 1 year ago

Dingf commented 1 year ago

When any wide characters are present in the path, the launcher is unable to create or locate the seasonal save folder. Additionally, any changes to the in-game settings are not preserved.

The intuitive fix would be to use wide strings, but many of the path functions in Game.dll return regular, non-wide strings. Further investigation is required as to how the game normally supports wide characters in the path.