I have problems on make SlateViewer

Hii I have this error when I’m trying compiling SlateViewer.

Here the error:

bash “/home/adrian/UnrealEngine/Engine/Build/BatchFiles/Linux/Build.sh” SlateViewer Linux Development
/usr/lib/mono/4.5/Microsoft.Common.targets: error : Access to the path “/home/adrian/UnrealEngine/Engine/Source/Programs/UnrealBuildTool/obj/Development/UnrealBuildTool.csproj.FilesWrittenAbsolute.txt” is denied. at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x7fced98e22c0 + 0x005ed> in :0
at System.IO.FileStream…ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, System.String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) <0x7fced98e2210 + 0x0004d> in :0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)
at System.IO.StreamWriter.CreateFile (System.String path, Boolean append, Boolean checkHost) <0x7fced9754b80 + 0x00095> in :0
at System.IO.StreamWriter…ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize, Boolean checkHost) <0x7fced9754840 + 0x00073> in :0
at System.IO.StreamWriter…ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) <0x7fced9754800 + 0x00035> in :0
at System.IO.StreamWriter…ctor (System.String path, Boolean append) <0x7fced9754780 + 0x00032> in :0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool)
at Microsoft.Build.Tasks.WriteLinesToFile.Execute () <0x4125e2d0 + 0x00103> in :0
Failed to build to build tool (UnrealBuildTool)
Makefile:393: fallo en las instrucciones para el objetivo ‘SlateViewer’
make: *** [SlateViewer] Error 1

Thank you.

It seams like the engine don’t have permission to access a file, maybe run it as admin, or make sure your files are not -only. Sometimes source control can be blocking those files if you are using any

I tried to put sudo and change permissions of txt but it didn’t work

I dunno, but it has to be a permission issue

Hey Akapad-

Which version of the engine are you attempting to build? Can you confirm ./Setup.sh and ./GenerateProjectFiles.sh were ran prior to the “make” step? If possible, could you include the full output from the terminal window for additional information?

Hey Akapad-

We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will follow up.

Cheers