Cannot export my Godot 4 project

Godot Version

4.1.1

Question

Under this are the errors that shows up

Could not create child process: rcedit "C:/Users/patri/Desktop/Eksamens projekt(virker?).exe" --set-icon C:/Users/patri/AppData/Local/Godot/_rcedit.ico

  editor/export/editor_export_platform.h:175 - Resources Modification: Could not start rcedit executable. Configure rcedit path in the Editor Settings (Export > Windows > rcedit), or disable "Application > Modify Resources" in the export preset.

  Attempting to parent and popup a dialog that already has a parent.

 Safe save failed. This may be a permissions problem, but also may happen because you are running a paranoid antivirus. If this is the case, please switch to Windows Defender or disable the 'safe save' option in editor settings. This makes it work, but increases the risk of file corruption in a crash.

  Can't add child '@AcceptDialog@23706' to '@AcceptDialog@1097', already has a parent '@ProgressDialog@22574'.

scene/main/window.cpp:1594 - Condition "!is_inside_tree()" is true.

These are the errors that show up in the output when I try to export. I have just tried to export to a Windows runnable. I tried exporting another one of my projects and that worked just fine so no antivirus or privacy settings, that is making this problem happen. Thanks in advance.

Not sure what OS you’re using but your project name or path might be an issue:

Specifically, the question mark and round braces. Windows does not allow question marks in filenames.

If you encounter an issue related to saving, like so:

Safe save failed. This may be a permissions problem, but also may happen because you are running a paranoid antivirus. If this is the case, please switch to Windows Defender or disable the ‘safe save’ option in editor settings. This makes it work, but increases the risk of file corruption in a crash.

You can disable the safe save by: clicking Editor on the top nav bar then → Editor Settings look for Filesystem category, click On Save and you will find a checkbox for the Safe Save.