errors when trying to open projects.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AndrewD

errors when trying to open projects.

I switched from version 3.1.1 to 3.2.1 and when I try to open projects (which were created on 3.1.1), I get an error without text.

cmd issues this:

Godot Engine v3.2.1.stable. official - https://godotengine.org
OpenGL ES 3.0 Renderer: AMD Radeon™ R4 Graphics

ERROR: Cannot open file ‘C:\Users/79137/AppData/Roaming/Godot/editor_settings-3.tres’.
At: scene/resources/resource_format_text.cpp:1228
ERROR: Failed loading resource: C:\Users/79137/AppData/Roaming/Godot/editor_settings-3.tres.
At: core/io/resource_loader.cpp:278
WARNING: create: Could not open config file.
At: editor/editor_settings.cpp:934
ERROR: Cannot save file ‘C:\Users\79137\AppData\Roaming/Godot/editor_settings-3.tres’.
At: scene/resources/resource_format_text.cpp:1470
ERROR: save: Error saving editor settings to C:\Users\79137\AppData\Roaming/Godot/editor_settings-3.tres
At: editor/editor_settings.cpp:1059
Scanning projects at: C:/Andrei/Godot
Found 7 projects.
ERROR: Cannot save file ‘C:\Users\79137\AppData\Roaming/Godot/editor_settings-3.tres’.
At: scene/resources/resource_format_text.cpp:1470
ERROR: save: Error saving editor settings to C:\Users\79137\AppData\Roaming/Godot/editor_settings-3.tres
At: editor/editor_settings.cpp:1059

If you exit the project, the list of projects will disappear.
How do I fix this?

Also, I would be very grateful if you drop the link to download version 3.1.1.

:bust_in_silhouette: Reply From: jgodfrey

I’m not sure what the expected upgrade path is from 3.1.x to 3.2.x… Maybe you first need to upgrade your 3.1.1 project to 3.1.2, and then to 3.2.x - though I’m actually sure.

The download links for 3.1.x are:

3.1.2 - Index of /godotengine/3.1.2/
3.1.1 - Index of /godotengine/3.1.1/

How to upgrade projeсt?

AndrewD | 2020-06-15 05:26

Generally, I think the project should auto-upgrade when you run the next-newer version of Godot against it. IRC, that was my experience when running a 3.1.2 project in 3.2.0.

jgodfrey | 2020-06-15 13:45