Cannot load game

This usually happens if the game version is not in sync with the latest version. If you are running quickstarter that bypasses the patcher which allows you to start the game without patching.

If you have quickstarter installed then you need to manually run conan patcher to patch the game.

If you don’t have quickstarter installed then you most likely have a corrupt localconfig.

Here’s the localconfig. Find it in the main directory and replace the text with this. Might help :person_shrugging:

<Config>
  <Self>
    <ConfigKey>Universe/Client/</ConfigKey>
  </Self>
  <Universe>
    <Client>
      <ClientFileName>AgeOfConan.exe</ClientFileName>
      <ClientFileNameDX10>AgeOfConanDX10.exe</ClientFileNameDX10>
      <HttpPatchAddr>http://aoc-eu-update.live.ageofconan.com/upm</HttpPatchAddr>
      <HttpPatchFolder>AoCLiveEU</HttpPatchFolder>
      <HTTPMaxConnections>5</HTTPMaxConnections>
      <PreferencesName>Conan</PreferencesName>
      <UseCorePhysics>False</UseCorePhysics>
      <ClientHttpPatchAddr>http://aoc-eu-gameupdate.live.ageofconan.com/upm</ClientHttpPatchAddr>
      <ControlHttpPatchAddr>http://aoc-eu-control.live.ageofconan.com/upm</ControlHttpPatchAddr>
      <DevName>conan</DevName>
      <UniverseVersion>2</UniverseVersion>
      <Languages>en,es,fr,de,ru,pl</Languages>
      <EnableOfflineLeveling>False</EnableOfflineLeveling>
      <EnableKhitanCharacters>True</EnableKhitanCharacters>
      <EnableAlternateAdvancement>True</EnableAlternateAdvancement>
      <EnableOfflineAaTraining>True</EnableOfflineAaTraining>
      <PatchVersion>x2415731e261f929936356732afb4f155</PatchVersion>
      <UniverseAddr>dm09-nj4.ageofconan.com:7010</UniverseAddr>
    </Client>
  </Universe>
</Config>

1 Like