Advertisement
Guest User

msbuild error Unreal 5

a guest
Jul 24th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. System.UnauthorizedAccessException: Access to the path '/home/zerophase/.dotnet/3.1.401.toolpath.sentinel' is denied.
  2. ---> System.IO.IOException: Permission denied
  3. --- End of inner exception stack trace ---
  4. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
  5. at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
  6. at System.IO.FileStream.OpenHandle(FileMode mode, FileShare share, FileOptions options)
  7. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
  8. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  9. at System.IO.File.Create(String path)
  10. at Microsoft.Extensions.EnvironmentAbstractions.FileWrapper.CreateEmptyFile(String path)
  11. at Microsoft.DotNet.Configurer.FileSystemExtensions.<>c__DisplayClass0_0.<CreateIfNotExists>b__0()
  12. at Microsoft.DotNet.Cli.Utils.FileAccessRetrier.RetryOnIOException(Action action)
  13. at Microsoft.DotNet.Configurer.FileSystemExtensions.CreateIfNotExists(IFileSystem fileSystem, String filePath)
  14. at Microsoft.DotNet.Configurer.FileSentinel.Create()
  15. at Microsoft.DotNet.Configurer.DotnetFirstTimeUseConfigurer.Configure()
  16. at Microsoft.DotNet.Cli.Program.ConfigureDotNetForFirstTimeUse(IFirstTimeUseNoticeSentinel firstTimeUseNoticeSentinel, IAspNetCertificateSentinel aspNetCertificateSentinel, IFileSentinel toolPathSentinel, Boolean isDotnetBeingInvokedFromNativeInstaller, DotnetFirstRunConfiguration dotnetFirstRunConfiguration, IEnvironmentProvider environmentProvider)
  17. at Microsoft.DotNet.Cli.Program.ProcessArgs(String[] args, ITelemetry telemetryClient)
  18. at Microsoft.DotNet.Cli.Program.Main(String[] args)
  19. GenerateProjectFiles ERROR: Failed to build UnrealBuildTool
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement