Crashing "Setting up swarm Connection"

Hello

I have a bug in UE4.4, when i want to build Lighting, or simply build in general engine freezz when "Setting up swarm connection " reaches 100%
I’ve had to change sessions lately, due to a windows problem, i transfered everything (appdata;documents,…), maybe it’s a hint ?

bump please

Buump please need help

Need help please

Hi MyPix,

Your issue has been assigned to one of our staff to look into. Please be patient; most of us are not here on weekend, and we each have a multitude of posts awaiting us when we return on Monday. You are not being ignored, so please do not continue to bump your own post. Thanks!

I Think i’ve found answer, i had to change session and i copied everything included engine, i think that some environment variable are located to my old session ( first message said something like "can’t create cache … %old sess dir%) so i’ll need to reinstall it, i’ll edit when done

Okay so i found message which says that i need to update SwarmAgent.config.exe with new location of my cache, but all i found in it is

<?xml version="1.0"?>
<configuration>
    <configSections>
        <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
            <section name="Agent.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
        </sectionGroup>
    </configSections>
    <applicationSettings>
        <Agent.Properties.Settings>
            <setting name="CoordinatorRemotingPort" serializeAs="String">
                <value>8009</value>
            </setting>
            <setting name="AgentRemotingPort" serializeAs="String">
                <value>8008</value>
            </setting>
            <setting name="StatsDatabaseName" serializeAs="String">
                <value>engine-db</value>
            </setting>
        </Agent.Properties.Settings>
    </applicationSettings>
    <startup>
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
    </startup>
</configuration>

Hi,

Have you tried installing and using 4.4.3 version of engine since that would be a more updated version than 4.4 or if you have access latest version that was recently release 4.6?

If so, can you install one of these via launcher or get source build via GitHub to try?

Thank you!

Tim