You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 toTrnEXE.exe
again.The text was updated successfully, but these errors were encountered: