I’ve transferred a godot project folder to another pc, and now as soon as I open the project I have this error in the console (Image 1), and after trying running the project I have another error (Image 2).
It’s probably some issue with the .net sdk version, it wants the version 8.0.15 but I don’t think that exists, best I found was version 8.0.408 but after installing it didn’t help.
Image 1
Image 2
Any help would be greatly appreciated!
Your link wouldn’t load for me. Perhaps you could just embed the shots in your post?
and the second error occurs when i try to build the project, it says failed to build project and writes out this error:
My internet connection sometimes decides to be crap. The external links to imgur required me to load their whole site and it’s not cached. It was timing out. Anyway.
Good news is these are related errors.
A couple of things:
- When you post for help, there’s a header for telling us what Godot version you are using. This is important. Things change a lot, sometimes even between small versions.
- Based on your error, it appears that you are having an issue with the .NET version. That’s also important to know.
If you want to use C# then you have the right version. You just need to install the .NET sdk. Here’s instructions on that: 🏁 Godot 4 C# Setup Guide
If you do not want to use C#, you have the wrong version. Go here https://godotengine.org/ and download the regular version (blue download button.)