-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Why do I have to change my Settings path?
Path of Building does not handle Unicode strings (most characters that appear outside of this table). This means that if any save location contains those characters, PoB will fail to load or save files to it, including your Settings.xml.
Unfortunately when PoB switched from a 32-bit application to a 64-bit one it lost some of the functionality Windows provided "for free" in translating a Unicode path correctly on the back end. We're working on a fix for Unicode in general, but this workaround was a faster fix to stop PoB from hard crashing for people on startup.
Yes! By default, PoB will check your Documents
folder. If that location contains those pesky Unicode characters, it'll fail. You can right-click the Documents folder and edit that location. See this issue comment for a succinct explanation and accompanying picture: https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/7431#issuecomment-2017643145