When connecting to a server with a map that is not installed, it downloads the map, but then at the end, it fails stating "cannot move file".
The Cache directory is created by UT during the first autodownload. The offending codes are not open, therefore we are in no position to fix it (send an email to epicgames). A workaound is to create the Cache directory beforehand with sufficient perms:
mkdir Cache
chmod 755 Cache
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Surely if we create the Cache directory at install and set appropriate permissions, that will resolve the problem - since it will not need to be created at the first autodownload?
Alternatively, maybe Daniel can look at the code in question and submit a change to Epic for the next patch?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It was a permission problem on the \"Cache\" folder. For all I know, it was created by the install program.
The Cache directory is created by UT during the first autodownload. The offending codes are not open, therefore we are in no position to fix it (send an email to epicgames). A workaound is to create the Cache directory beforehand with sufficient perms:
mkdir Cache
chmod 755 Cache
Surely if we create the Cache directory at install and set appropriate permissions, that will resolve the problem - since it will not need to be created at the first autodownload?
Alternatively, maybe Daniel can look at the code in question and submit a change to Epic for the next patch?