我有一个基于Windows的商业发行游戏,在最近更新之前,它在Mac上一直运行良好。现在有报道称它在启动时崩溃(我自己没有Mac)
统一版本为2017.2.0f3。我想知道更新是否可以解决这个问题。
这是player.log:
comm -2 -3 <(find $dir -maxdepth 1 -type f|sort) <(sudo lsof $dir/* | awk '(NR>1) {print $9}'|sort) | xargs -I {} mv {} $move_dir
还有一些Mac问题报告:
rsync
崩溃报告:
rsync -axuv --delete-after --progress Source/ Target/
有什么想法吗?