Godot: Godot no puede localizar MSBuild

Creado en 3 feb. 2019  ·  1Comentario  ·  Fuente: godotengine/godot

Versión de Godot:

919fa75803177d0dc8f03c16b6be1360140145e1 Mono

Sistema operativo / dispositivo incluida la versión:

Ubuntu 18.10

Descripcion del problema:

Godot se bloquea al abrir un proyecto con el error:

WARNING: godot_icall_BuildInstance_get_MSBuildPath: Cannot find binary for 'MSBuild (Mono)'
   At: modules/mono/editor/godotsharp_builds.cpp:157.

Unhandled Exception:
System.IO.FileNotFoundException: Cannot find the MSBuild executable.
  at GodotSharpTools.Build.BuildInstance.GetMSBuildPath () [0x00013] in <3784b87b8dcf4df689003e241edd60cb>:0 
  at GodotSharpTools.Build.BuildInstance.Build (System.String loggerAssemblyPath, System.String loggerOutputDir, System.String[] customProperties) [0x0003d] in <3784b87b8dcf4df689003e241edd60cb>:0 

Sin embargo, msbuild está instalado, ya que puedo compilar el editor con él y puedo llamarlo desde la terminal:

Microsoft (R) Build Engine version 16.0.0.0 for Mono
Copyright (C) Microsoft Corporation. All rights reserved.

MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
bug core mono

Comentario más útil

Sigo teniendo este problema en v3.1.1.stable.mono.official Se ha resuelto?

Descubrí que msbuild se puede ejecutar usando dotnet msbuild lugar de msbuild .

>Todos los comentarios

Sigo teniendo este problema en v3.1.1.stable.mono.official Se ha resuelto?

Descubrí que msbuild se puede ejecutar usando dotnet msbuild lugar de msbuild .

¿Fue útil esta página
0 / 5 - 0 calificaciones

Temas relacionados

n-pigeon picture n-pigeon  ·  3Comentarios

bojidar-bg picture bojidar-bg  ·  3Comentarios

mefihl picture mefihl  ·  3Comentarios

blurymind picture blurymind  ·  3Comentarios

RebelliousX picture RebelliousX  ·  3Comentarios