Airsim: Makefile:252: recipe for target 'CrashReportClient-Linux-Shipping' failed

Created on 17 Dec 2017  路  6Comments  路  Source: microsoft/AirSim

We followed the unreal steps to download for linux and we keep getting this fail code ...Help Please!

doc update

Most helpful comment

Fixed it.
This helped:

$ chown -R user: filepath //mention user and the path to the directory
$ su user
$ make

Do not use 'sudo' or 'root user' while executing make command as it leads to another error where it shows:
"Refusing to run with the root privileges."

All 6 comments

Could you please list exact steps, OS and UE versions you are using. In order to help, we need much more information.

Closing due to inactivity.

Getting the same error.

OS - Ubuntu 17.10
Running Unreal 4.17

Fixed it.
This helped:

$ chown -R user: filepath //mention user and the path to the directory
$ su user
$ make

Do not use 'sudo' or 'root user' while executing make command as it leads to another error where it shows:
"Refusing to run with the root privileges."

Oh my god! I was looking to compile it and couldn't because of that same error as AmbFlye. Thank you very much, mashrin. You saved me!!!!

@mashrin I am wondering if you used "user" or if you replaced that with the actual username of the respective machine. Thank you in advance.

Was this page helpful?
0 / 5 - 0 ratings