Godot Crashing upon opening a project

Godot Version: 4.4.1

Godot crashes upon opening a project in editor mode. It doesn’t return an error. I can still run it through Godot. Worthwhile mentioning is that this error started to occur after I downloaded Godot on a new machine (I also can’t open new projects so the Issue can’t be corrupted files)
I apprechiate your help.
Screenshot (4)

What OS is your new machine?

Windows 11, the other one was 11 aswell.

Try running the project from the command line with --verbose:
Not sure what it is on Windows, but it may be something like:
executable.exe --editor --verbose --path C:\your\project\path

1 Like

It worked: On Windows (11) it’s in command prompt:

cd C:\Godot\Application\Folder

Godot.exe --editor --verbose “D:\Project\Path\project.godot”