Hello!

Have you encountered the “Swarm Failed to Kick Off” error on an Unreal Engine project when trying to build a level? I did, after we switched to a custom engine build. Since most of the resources on the web were not helpful. Here’s a really simply fix that may work for you.

(Step 3 is the most important. I did the first two steps, but they may be unnecessary. Back up any files you want kept!)

  1. Delete the stuff in this folder (or equivalent location – wherever your engine is installed.)

E:\UE4_14\UnrealEngine-4.14\Engine\Saved\Swarm\SwarmCache

2. Delete all the stuff in this folder (or equivalent for your engine version.)

C:\Users\YOURWindowsUser\AppData\Local\UnrealEngine\4.14

3. Open the UE4.sln file in your engine install folder.

Build UnrealLightmass. Once this is done, run the editor and you should be able to build your levels again.

That last step should almost certainly resolve your issue. If not, there are other solutions on the net, but this is the one that fixed it for me.

Hope that helps somebody out there!

— Zag

PATREON PLUG: http://www.patreon.com/geoffkeene

If you like my ramblings, game dev tips, and want me to do more, please consider a small donation to my efforts. I tend to live pretty cheap, so anything helps! There’s also some sweet rewards you can check out!

UE4 Fix – “Lighting build failed. Swarm failed to kick off.”相关推荐

  1. Ubuntu18.04报错:Aborted (core dumped) (classes.jar.toc.tmp ) ninja: build stopped: subcommand failed解决

    报错:/bin/bash: line 1: 13460 Aborted (core dumped) ( out/host/linux-x86/bin/ijar out/target/common/ob ...

  2. clang++.exe: error: unknown argument: ‘-static-openmp‘ ninja: build stopped: subcommand failed.

    Android Studuio运行YOLOV5-NCNN项目时报错: com.intellij.openapi.externalSystem.model.ExternalSystemException ...

  3. 编译出错 ninja: build stopped: subcommand failed Android

    解决方法 错误:ninja: build stopped: subcommand failed. 办法一:按照提示:ulimit -c unlimited 该命令的详细解释参考:https://www ...

  4. Android10源码编译报错ninja: build stopped: subcommand failed处理

    1.背景说明 虚拟机:wsl 2.0 Ubuntu18.04 虚拟机配置:8G内存,1T存储 软件版本:Android10源码,无任何修改 报错内容:编译至97%时,ninja编译中断,ninja: ...

  5. FATAL ERROR: MarkCompactCollector: young object promotion failed Allocation failed - JavaScript heap

    有一个angular的项目,工程比较大,在一个内存为8G的笔记本上运行打包命令失败,报错: FATAL ERROR: MarkCompactCollector: young object promot ...

  6. Android Studio问题解决:Gradle sync failed: Sync failed: reason unknown

    文章目录 一.遇到问题 二.排查问题 三.解决问题 一.遇到问题 今天遇到Gradle sync failed: Sync failed: reason unknown这个问题 也不说清楚具体啥问题, ...

  7. OCI runtime exec failed: exec failed:解决方法

    引入了一个镜像,由于要修改一个参数,因此要进入容器中,一般使用 docker exec -it 容器名 /bin/bash 然而报错 [root@mylinux ~]# docker exec -it ...

  8. git clone 报错 Clone failed: Authentication failed for

    为什么80%的码农都做不了架构师?>>>    新装了系统,git和phpstorm的配置全都没有了,重新安装了git和phpstorm 系统:windows10 代码托管平台:阿里 ...

  9. 【Docker】OCI runtime exec failed: exec failed: container_linux.go:348: starting container process cau

    1.背景 docker执行命令 (base) lcc@lcc flink-1.10.0$ docker exec -it mysqld-exporter /bin/bash OCI runtime e ...

最新文章

  1. PHP实现递归的三种方法
  2. UE4游戏开发基础命令
  3. 20145303 《信息安全系统设计基础》第7周学习总结(2)
  4. 零样本学习的相关概念——综述
  5. python读取cad元素_python3读取autocad图形文件.py实例
  6. 深度学习模型---稀疏编码 Sparse Coding
  7. php 表示每月一号,关于适合每月一号发的说说
  8. 记一次紧(you)张(dian)刺(wu)激(liao)的数学建模
  9. python自动化测试面试题None is ==详解
  10. win10计算机 需要新应用,手把手为你win10系统商店出现“需要新应用打开此ms-windows-store”的还原步骤...
  11. Oracle 如何删除控制文件中rman备份到磁带的备份集信息(RMAN-06091)
  12. 记参加哈工大SCIR(赛尔)实验室笔试
  13. eagle PCB软件使用心得
  14. 偏最小二乘,主成分分析,主成分回归,奇异值之间的关系
  15. 迷阵突围 (dijkstra求次短路)邻接表,邻接矩阵
  16. JDK11安装-macos
  17. 云桌面初体验 之 爱上无影云桌面
  18. 《FLUENT 14.0超级学习手册》——1.3 CFD软件的构成
  19. matlab中的下标都是从1开始
  20. python爬取新闻存入数据库_python爬取数据存入数据库

热门文章

  1. 织梦DEDE网站后台如何上传附件
  2. FastDFS java api调用
  3. 80--查询分组关联属性
  4. 计算机网络重要机制(一)可靠数据传输
  5. 实验10 编写子程序
  6. xamarin android 标签,安卓端Tabbedpage调整在底部位置和标签及取消Android API28 以下的点击特效—-xamarin.forms学习笔记(一)...
  7. 【算法设计与分析】05 有关函数的渐进的界的定理
  8. 【OS学习笔记】八 实模式:编写主引导扇区代码-另一种更高效的写法
  9. 【Makefile由浅入深完全学习记录3】伪目标的引入
  10. Makefile工程管理语法与使用技巧