Skip to content
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

Running old GUI versions against settings of a newer versions leads to a crash #562

Open
zuckerruebe opened this issue Oct 28, 2024 · 1 comment

Comments

@zuckerruebe
Copy link
Contributor

When implementing #548 we didn't consider that old versions will try and read the settings.json created by our newer version of the GUI. Because the settings JSON has a __version__ unknown to the old GUI it won't be able to deserialize it and crash.

The workaround is to delete the settings.json file at %APPDATA%\..\Local\SPF OST\pytrnsys-gui (you can past this verbatim into the file explorer "address bar"). The user will then have to set the path to TrnEXE.exe again.

@zuckerruebe
Copy link
Contributor Author

FYI: @sebastian-swob, @ahobeost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant