Another item to troubleshooting

This commit is contained in:
nsubiron 2017-11-27 16:23:31 +01:00
parent fd165601ed
commit 817e70ad1c
1 changed files with 9 additions and 0 deletions

View File

@ -17,3 +17,12 @@ UseNetworking=false
UE4 Editor goes to a low performance mode when out of focus. It can be disabled
in the editor preferences. Go to "Edit->Editor Preferences->Performance" and
disable the "Use Less CPU When in Background" option.
#### Fatal error: file '/usr/include/linux/version.h' has been modified since the precompiled header
This happens from time to time due to Linux updates. It is possible to force a
rebuild of all the project files with
$ cd Unreal/CarlaUE4/
$ make CarlaUE4Editor ARGS=-clean
$ make CarlaUE4Editor