Advertisement
Guest User

Untitled

a guest
Jul 7th, 2023
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. Internal build system error. BuildProgram exited with code 1.
  2. error: Could not set up a toolchain for Architecture x64. Make sure you have the right build tools installed for il2cpp builds. Details:
  3. IL2CPP C++ code builder is unable to build C++ code. In order to build C++ code for Windows Desktop, you must have one of these installed:
  4. * Visual Studio 2022 or newer with C++ compilers and Windows 10 (or newer) SDK (recommended)
  5. * Visual Studio 2019 with C++ compilers and Windows 10 (or newer) SDK
  6. * Visual Studio 2017 with C++ compilers and Windows 10 (or newer) SDK
  7. * Visual Studio 2015 with C++ compilers and Windows 10 (or newer) SDK
  8.  
  9. Visual Studio 2017 (or newer) is detected using `vswhere.exe` as well as VSCOMNTOOLS environment variables.
  10. Visual Studio 2015 is detected by looking at "SOFTWARE\Microsoft\VisualStudio\14.0_Config\InstallDir" in the registry as well as VSCOMNTOOLS environment variables.
  11. Windows 10 (or newer) SDK is detected by looking at "SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0\InstallationFolder" in the registry.
  12.  
  13. Unable to detect any compatible Visual Studio installation!
  14.  
  15. Windows 10 (or newer) SDK is not installed. You can install from here: https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
  16.  
  17.  
  18. Unity.IL2CPP.Bee.BuildLogic.ToolchainNotFoundException: IL2CPP C++ code builder is unable to build C++ code. In order to build C++ code for Windows Desktop, you must have one of these installed:
  19. * Visual Studio 2022 or newer with C++ compilers and Windows 10 (or newer) SDK (recommended)
  20. * Visual Studio 2019 with C++ compilers and Windows 10 (or newer) SDK
  21. * Visual Studio 2017 with C++ compilers and Windows 10 (or newer) SDK
  22. * Visual Studio 2015 with C++ compilers and Windows 10 (or newer) SDK
  23.  
  24. Visual Studio 2017 (or newer) is detected using `vswhere.exe` as well as VSCOMNTOOLS environment variables.
  25. Visual Studio 2015 is detected by looking at "SOFTWARE\Microsoft\VisualStudio\14.0_Config\InstallDir" in the registry as well as VSCOMNTOOLS environment variables.
  26. Windows 10 (or newer) SDK is detected by looking at "SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0\InstallationFolder" in the registry.
  27.  
  28. Unable to detect any compatible Visual Studio installation!
  29.  
  30. Windows 10 (or newer) SDK is not installed. You can install from here: https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
  31.  
  32.  
  33. at Unity.IL2CPP.Bee.BuildLogic.WindowsDesktop.WindowsDesktopBuildLogic.UserAvailableToolchainFor(Architecture architecture, NPath toolChainPath, NPath sysRootPath)
  34. at PlayerBuildProgramLibrary.PlayerBuildProgramBase.GetIl2CppToolChain(PlatformBuildLogic platform, Architecture architecture, NPath toolChainPath, NPath sysrootPath)
  35. at PlayerBuildProgramLibrary.PlayerBuildProgramBase.SetupIl2CppBuild()
  36. at PlayerBuildProgramLibrary.PlayerBuildProgramBase.<SetupPlayerBuild>b__94_0()
  37. at Bee.Core.TinyProfiler2Base.Section[T](String label, Func`1 func, Dictionary`2 metadata)
  38. at PlayerBuildProgramLibrary.PlayerBuildProgramBase.SetupPlayerBuild()
  39. at WinPlayerBuildProgram.WinPlayerBuildProgram.SetupPlayerBuild()
  40. at PlayerBuildProgramLibrary.PlayerBuildProgramBase.RunBuildProgram()
  41. at PlayerBuildProgramTypeWrapper.Run(String[] args)
  42. at Program.Main(String[] args)
  43. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement