Couldn't open project: Unknown kind in savefile: direction
- Dominant language
- Rust
- Stars
- 21
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
I see that lots of changes happened, that's awesome !
However I can't open my saved projects. When I click on them I get a popup that says `Couldn't open project: Unknown kind in savefile: direction`.
Hopefully it's an easy one to fix, otherwise I can recreate the various projects.
Thanks,
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for the save/load code handling project files, likely in a module like `src/save_load.rs`. The error mentions 'direction' as an unknown kind, so check the serialization format (maybe serde) and how enum variants like 'Direction' are tagged. Compare the current code against older saved files to see what changed. Running the project and trying to load a saved file with debugging will show where the parse fails.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100