Lighting build failed. Swarm failed to kick off

Hello, i am trying to build the lighting in my project but in all levels the build fails, saying that swarm fails to kick off

Got plenty of space on the install hard drive, and i’m using the source version of ue4.11

Log
MapCheck: New page: Map Check

LightingResults: New page: Lighting Build - Apr 17, 2016, 3:36:44 PM

LogSwarmInterface: [OpenConnection] Registering TCP channel …

LogSwarmInterface: [OpenConnection] Connecting to agent …

LogSwarmInterface: [TryOpenConnection] Testing the Agent

LogSwarmInterface: [TryOpenConnection] Opening Connection to Agent

LogSwarmInterface: [TryOpenConnection] Local Process ID is 9436

LightingResults:Warning: Performance Warning No importance volume found and the scene is so large that the automatically synthesized volume will not yield good results. Please add a tightly bounding lightmass importance volume to optimize your scene’s quality and lighting build times.

LogStaticLightingSystem: Running Lightmass w/ ImmediateImport mode ENABLED

LogStaticLightingSystem: Running Lightmass w/ ImmediateProcess mode ENABLED

LogStaticLightingSystem: Running Lightmass w/ Sorting mode ENABLED

LogStaticLightingSystem: Running Lightmass w/ Mapping paddings ENABLED

LogStaticLightingSystem: Running Lightmass w/ Mapping debug paddings DISABLED

LogEditorBuildUtils: Build time 0:00:05

Error, fatal in BeginJobSpecification

Error, fatal in EndJobSpecification

Hello Mulldoon,

You might need to rebuild UnrealLightmass.cpp within VS under the development editor target. I would also be sure you have added a ‘Lightmass Importance Volume’ around your scene so it can initialize and build effectively.

I would also take a look at the Swarm Agent Troubleshooting Guide on the Epic Wiki to see if the suggestions there can help resolve your issue.

Let me know if you have further questions.

Thank you,

Rebuilt the lightmas tool, its now working.
Cheers

Rebuilding UnrealLightmass.cpp worked for me. Thanks.

THIS WORKED FOR ME:

If you’re using 4.10 or later you will need to have the VS2015 dependencies installed.
You can download the Visual Studio Dependencies from Microsoft’s website:

VS2013: http://www.microsoft.com/en-us/download/details.aspx?id=40784
VS2015: Download Visual C++ Redistributable for Visual Studio 2015 from Official Microsoft Download Center

I tried to follow, but I found that there is No Swarm Agent for Linux, or I don’t know how to launch a GUI for it