-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSBUILD error - A Godot Engine build callback failed #29763
Comments
Hmm, @ShyRed commented |
@neikeq Still holds true. @hammeron-art What scons build command do you use for building Godot? I'm using |
@ShyRed After generating the glue
I build from the vsproj generated from Scons in Visual Studio 2017 IDE so I can use the debugger. Building from the command prompt was no difference too. |
By the way, my MSBuild version is 4.7.3056.0 |
You should have a 15.xx version of MSBuild, if you are using VS 2017 (see MSBuild releases)... Please open a command prompt and enter
|
@ShyRed I got Build Engine version 4.7.3056.0 because I followed this process https://help.bittitan.com/hc/en-us/articles/115008111067-How-do-I-check-which-version-of-NET-Framework-I-have-installed- It shows the same version as you with the process you described:
But the command string looks a little different:
It must be causing parsing issues. Comparation at the end:
I get this output with proper escaped quotes in the command string with
|
Hey @hammeron-art , thanks for the feedback. I believe the problem might be the result of an outdated In your It is strange that escaping makes it work for you, though. I never got that to work and thus removed the quotes from GodotSharpTools... 🤔 |
@ShyRed Yeah, I assumed that |
Can this issue considered fixed? Regarding |
If this is still a valid issue, #30842 may fix it. |
#31008 fix the last issue in a fresh build. |
Was the error |
Yes. |
Godot version:
Mono bd937ea
OS/device including version:
Windows 10 Pro
Issue description:
Related to #29290
Mono build fails on Windows. I'm getting this error:
This code works just fine on Windows too:
Steps to reproduce:
I just press F5 in the Editor.
Minimal reproduction project:
The text was updated successfully, but these errors were encountered: