-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project has become unworkable after path changes #66273
Comments
Same issue. Also on Windows. |
Same issue. Me on Windows too. |
This is the same issue: |
/confirmed Windows (Visual Studio) as well. It worked two days ago, but the code downloaded and compiled today does not find the saved games. |
Is anyone working on a fix for this bc if not temporarily reverting the PR would seem like a good idea |
Yes. The function lexically_normal() transform |
* Append a path delimiter for the 'dot' directory. * Update src/filesystem.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Describe the bug
#65822 has unfortunately made the project unworkable for me (I'm using Windows 10, Visual Studio 2022). After updating my fork and building, the game said I had no saves available, even though there were plenty in
./save
. Looking in the directory, I saw that the game had created new folders named.save
,.config
, etc., and was trying to use those.After copying my saves into that folder they would show up, but fail to load with this error:
I'm able to start a new game just fine and load into the game, but after save-quitting and trying to load the save it just created, I get the same error.
I made a fresh clone of the newest upstream to see if that would fix it but that was even worse - the .exe couldn't even get to the title screen, just showing the error
Failed to write options to "./config/options.json": opening file failed
.Noticing that #65822 affected the paths, I tested it by resetting my fork to that commit (a6233fc), and it failed. I then reset to right before that commit (ef1335a) and it worked fine.
Attach save file
N/A
Steps to reproduce
.save
/.config
directories it shouldn't be using.Expected behavior
For the paths to not get mucked up.
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions],
No Rail Stations [No_Rail_Stations]
]
Additional context
The user Love has said on Discord that Android builds fine, so this might be Windows-specific.
The text was updated successfully, but these errors were encountered: