Swarm agent crashing

There is a very similar question already posted, but in an effort to get some kind of response I’m risking the faux pas of posting this.

On build (lighting or otherwise) swarm agent boots up, then crashes.Unreal says “failed to connect to swarm”.

I have no firewall running and not anti-virus running. It seems to be a problem with verifying the ‘certificate’. I’m guessing this is some kind of .net issue. I have installed the latest MS updates of .net - so nothing funky going on there.

I have UDK from 2011 on this machine and that version of swarm runs just fine- unfortunately that doesn’t help me at all with unreal4 building.

Below are my logs.

My Windows Log:

<?xml version="1.0" encoding="UTF-16"?>
<WERReportMetadata>
    <OSVersionInformation>
       <WindowsNTVersion>6.1</WindowsNTVersion>
       <Build>7601 Service Pack 1</Build>
       <Product>(0x3): Windows 7 Home Premium</Product>
       <Edition>HomePremium</Edition>
       <BuildString>7601.18247.amd64fre.win7sp1_gdr.130828-1532</BuildString>
       <Revision>1130</Revision>
       <Flavor>Multiprocessor Free</Flavor>
       <Architecture>X64</Architecture>
       <LCID>1033</LCID>
    </OSVersionInformation>
    <ParentProcessInformation>
       <ParentProcessId>2088</ParentProcessId>
       <ParentProcessPath>C:\Windows\explorer.exe</ParentProcessPath>
       <ParentProcessCmdLine>C:\Windows\Explorer.EXE</ParentProcessCmdLine>
    </ParentProcessInformation>
    <ProblemSignatures>
       <EventType>CLR20r3</EventType>
       <Parameter0>swarmagent.exe</Parameter0>
       <Parameter1>1.7.2891.0</Parameter1>
       <Parameter2>53342c2f</Parameter2>
       <Parameter3>mscorlib</Parameter3>
       <Parameter4>4.0.30319.18444</Parameter4>
       <Parameter5>52717d7e</Parameter5>
       <Parameter6>3559</Parameter6>
       <Parameter7>2b</Parameter7>
       <Parameter8>System.Text.EncoderFallback</Parameter8>
    </ProblemSignatures>
    <DynamicSignatures>
       <Parameter1>6.1.7601.2.1.0.768.3</Parameter1>
       <Parameter2>1033</Parameter2>
       <Parameter22>f4c1</Parameter22>
       <Parameter23>f4c18d792700773fa4ea1141341d1f90</Parameter23>
       <Parameter24>f101</Parameter24>
       <Parameter25>f101bccf5f3c96c6fccb9276404384a5</Parameter25>
    </DynamicSignatures>
    <SystemInformation>
       <MID>424DD63C-2C5D-4D6B-93AF-83BC650CF57B</MID>
       <MarkerFile>1028_Dell_STU_8100</MarkerFile>
       <SystemManufacturer>Dell Inc.</SystemManufacturer>
       <SystemProductName> XPS 8100</SystemProductName>
       <BIOSVersion>A05</BIOSVersion>
    </SystemInformation>
</WERReportMetadata>

Unreal Log:

Starting up SwarmAgent ... ... registering SwarmAgent with remoting service ... registering SwarmAgent network channels ... initializing SwarmAgent ...... checking certificate ......... certificate check has failed ...... initializing cache ......... using cache folder 'C:\Program Files\Unreal Engine\4.0\Engine\Binaries\DotNET/SwarmCache' ......... recreating SwarmAgent cache staging area ...... initializing connection to SwarmCoordinator ......... using SwarmCoordinator on RENDER-01 [PingCoordinator] Determined that we couldn't ping the coordinator [PingCoordinator] Coordinator ping failed ......... SwarmCoordinator failed to be initialized ...... initializing local performance monitoring subsystem ...... local performance monitoring subsystem initialization failed

Are you using a Swarm Coordinator with multiple Swarm agents on your network? If yes, can you post a screenshot of your Swarm settings? It looks like you’re just running with the default settings, i.e. the Swarm coordinator is still configured as RENDER-01, which is our coordinator here at Epic HQ. You need to change that name to the name of your computer that runs the Swarm Coordinator.

The certificate check failing is not really an error. You can ignore it.

If you are just using Swarm locally on your PC, i.e. no coordinator, then please go to the Settings and enable verbose logging so that we can get some more output. Post the logs here, thanks!

Hi ,

Please continue this conversation on this thread: Why is SwarmAgent crashing after failing to connect to Swarm? - Rendering - Epic Developer Community Forums as the two reports are very similar and may have the same answer. Thank you!