Solutions to Godot common and special errors: =================================================== *** When a project folder has been copied/moved/renamed the Godot game engine can freeze. When this happens you should: 1. press and then press . Using your mouse select and then from the options select "End task". 2. Navigate to your project in your documents folder and delete the file "project_metadata.cfg". Mine is found at: C:\Users\edarm\Documents\Godot_4.1.3\projs\starter\.godot\editor Now you can restart your Godot project and the error will be gone and Godot will recreate the delete file ("project_metadata.cfg") If confused, see the picture: godotError1 ---------------------------------------------------