Go Back Age of Conan Europe Forums > Community Forums > English Forum > General Forums > Technical Issues and Solutions
Reload this Page Assertion Failed !cUrl.empty()
Reply
Old 6th January 2012, 05:37     dfms007 is offline   #1
dfms007
 


Lightbulb Assertion Failed !cUrl.empty() SOLVED

this output is from wireshark
hope to help funcom resolve it:


my client sends this:

GET /patchnotes.php?UniverseName=&Language=en HTTP/1.1
Host: msgs.ageofconan.com
Accept: */*
-------------------------------------------

response from server:

HTTP/1.1 200 OK
Date: Fri, 06 Jan 2012 05:15:34 GMT
Server: Apache/2.0.52 (Red Hat)
X-Powered-By: PHP/4.3.9
Content-Length: 447
Connection: close
Content-Type: text/html; charset=UTF-8
<?xml version="1.0" encoding="utf-8"?>
<p padding-bottom="10" padding-top="9" padding-left="2">
<p face="Arial" size="11" colour="e38f35">
Welcome to Age of Conan!
</p>
<p padding-top="2" face="Arial" size="11" colour="8a8a89">
<p>
There was a problem trying to fetch the latest patchnotes. Please try again later!
</p>
<p padding-bottom="0">
Sincerely,
</p>
<p top-padding="0" >
Funcom
</p>
</p>
</p>
--------------------------------------------

the problem is that client sends EMPTY UniverseName
so i changed my LocalConfig.xml file


from original version:
<HttpPatchAddr> http://aoc-eu-update.live.ageofconan.com/upm </HttpPatchAddr>
<ClientHttpPatchAddr> http://aoc-eu-gameupdate.live.ageofconan.com/upm </ClientHttpPatchAddr>
<ControlHttpPatchAddr> http://aoc-eu-control.live.ageofconan.com/upm </ControlHttpPatchAddr>
<HttpPatchFolder> AoCLiveEU </HttpPatchFolder>
<UniverseAddr> aoc-eu-um.live.ageofconan.com:7000 </UniverseAddr>
<DevName> conan </DevName>
<UniverseVersion> 2 </UniverseVersion>
<PatchVersion> x079aee94105926b06c13f81fc87312b1 </PatchVersion>


to this:
<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>
<UniverseAddr>dm01-sto.ageofconan.com:7000</UniverseAddr>
<ClientHttpPatchAddr>http://aoc-eu-gameupdate.live.ageofconan.com/upm </ClientHttpPatchAddr>
<DevName>conan</DevName>
<UniverseVersion>2</UniverseVersion>
<UseCorePhysics>False</UseCorePhysics>
<PreferencesName>Conan</PreferencesName>
<Languages>en,es,fr,de,ru,pl</Languages>
<EnableOfflineAaTraining>True</EnableOfflineAaTraining>
<EnableKhitanCharacters>True</EnableKhitanCharacters>
<EnableAlternateAdvancement>True</EnableAlternateAdvancement>
<EnableOfflineLeveling>True</EnableOfflineLeveling>
<ControlHttpPatchAddr>http://aoc-eu-control.live.ageofconan.com/upm</ControlHttpPatchAddr>
<PatchVersion>x01d6f8f8ffd146eab449b2dd98ff6fcf</PatchVersion>
</Client>
</Universe>
</Config>


Now, client sends proper value for UniverseName patchnotes.php?UniverseName=AoCLiveEU

and WORKS

remember to run ConanPatcher.exe at the end

/cheers palavoskylos DT


*after change, wireshark output:

GET /patchnotes.php?UniverseName=AoCLiveEU&Language=en HTTP/1.1
Host: msgs.ageofconan.com
Accept: */*

HTTP/1.1 200 OK
Date: Fri, 06 Jan 2012 05:58:55 GMT
Server: Apache/2.0.52 (Red Hat)
X-Powered-By: PHP/4.3.9
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

Last edited by dfms007; 6th January 2012 at 07:29..
Reply With Quote
Old 6th January 2012, 10:25     Tyserie is offline   #2
Tyserie
 


Default

Quote:
Originally Posted by dfms007 View Post
this output is from wireshark
hope to help funcom resolve it:


my client sends this:

GET /patchnotes.php?UniverseName=&Language=en HTTP/1.1
Host: msgs.ageofconan.com
Accept: */*
-------------------------------------------

response from server:

HTTP/1.1 200 OK
Date: Fri, 06 Jan 2012 05:15:34 GMT
Server: Apache/2.0.52 (Red Hat)
X-Powered-By: PHP/4.3.9
Content-Length: 447
Connection: close
Content-Type: text/html; charset=UTF-8
<?xml version="1.0" encoding="utf-8"?>
<p padding-bottom="10" padding-top="9" padding-left="2">
<p face="Arial" size="11" colour="e38f35">
Welcome to Age of Conan!
</p>
<p padding-top="2" face="Arial" size="11" colour="8a8a89">
<p>
There was a problem trying to fetch the latest patchnotes. Please try again later!
</p>
<p padding-bottom="0">
Sincerely,
</p>
<p top-padding="0" >
Funcom
</p>
</p>
</p>
--------------------------------------------

the problem is that client sends EMPTY UniverseName
so i changed my LocalConfig.xml file


from original version:
<HttpPatchAddr> http://aoc-eu-update.live.ageofconan.com/upm </HttpPatchAddr>
<ClientHttpPatchAddr> http://aoc-eu-gameupdate.live.ageofconan.com/upm </ClientHttpPatchAddr>
<ControlHttpPatchAddr> http://aoc-eu-control.live.ageofconan.com/upm </ControlHttpPatchAddr>
<HttpPatchFolder> AoCLiveEU </HttpPatchFolder>
<UniverseAddr> aoc-eu-um.live.ageofconan.com:7000 </UniverseAddr>
<DevName> conan </DevName>
<UniverseVersion> 2 </UniverseVersion>
<PatchVersion> x079aee94105926b06c13f81fc87312b1 </PatchVersion>


to this:
<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>
<UniverseAddr>dm01-sto.ageofconan.com:7000</UniverseAddr>
<ClientHttpPatchAddr>http://aoc-eu-gameupdate.live.ageofconan.com/upm </ClientHttpPatchAddr>
<DevName>conan</DevName>
<UniverseVersion>2</UniverseVersion>
<UseCorePhysics>False</UseCorePhysics>
<PreferencesName>Conan</PreferencesName>
<Languages>en,es,fr,de,ru,pl</Languages>
<EnableOfflineAaTraining>True</EnableOfflineAaTraining>
<EnableKhitanCharacters>True</EnableKhitanCharacters>
<EnableAlternateAdvancement>True</EnableAlternateAdvancement>
<EnableOfflineLeveling>True</EnableOfflineLeveling>
<ControlHttpPatchAddr>http://aoc-eu-control.live.ageofconan.com/upm</ControlHttpPatchAddr>
<PatchVersion>x01d6f8f8ffd146eab449b2dd98ff6fcf</PatchVersion>
</Client>
</Universe>
</Config>


Now, client sends proper value for UniverseName patchnotes.php?UniverseName=AoCLiveEU

and WORKS

remember to run ConanPatcher.exe at the end

/cheers palavoskylos DT


*after change, wireshark output:

GET /patchnotes.php?UniverseName=AoCLiveEU&Language=en HTTP/1.1
Host: msgs.ageofconan.com
Accept: */*

HTTP/1.1 200 OK
Date: Fri, 06 Jan 2012 05:58:55 GMT
Server: Apache/2.0.52 (Red Hat)
X-Powered-By: PHP/4.3.9
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

Hi mate, it's working now. Thx, great troubleshooting.
Reply With Quote
Old 17th January 2012, 18:44     Vireon is offline   #3
Vireon
 


Default

This worked for me, Funcom take note!!!!!!!!!!!!!!
Reply With Quote
Old 17th January 2012, 19:03     Zaelot is offline   #4
Zaelot
Assassin Khitai
   
Zaelot's Avatar

A Conttarii to the Knee

English server Fury PvP
Default

Nothing I do gets past Scanning Files 1/4 so annoying any other fixes?
Reply With Quote
Old 19th February 2012, 22:14     mesfigas is offline   #5
mesfigas
 


Default

thanks palavoskylos your solution works perfect
Reply With Quote
Old 7th May 2012, 09:03     jvroig is offline   #6
jvroig
 


Default

Thank you!

This also worked for me. I've been unable to patch since re-installation more than a week ago. This solved my problem immediately.

Just curious:
Has Funcom made any statement about this? How come a clean reinstall (in my case, from Steam) results in a problem that needs this fix?
Reply With Quote
Old 24th May 2012, 16:54     locky666 is offline   #7
locky666
Demonologist Stygian
   
locky666's Avatar

Night Watch

English server Fury PvP
Default

It helps, TY!
Reply With Quote
Old 7th June 2012, 18:08     Sternitzky is offline   #8
Sternitzky
Guardian Aquilonian


German server Mitra PvE
Default

Quote:
Originally Posted by dfms007 View Post
so i changed my LocalConfig.xml file


from original version:
<HttpPatchAddr> http://aoc-eu-update.live.ageofconan.com/upm </HttpPatchAddr>
<ClientHttpPatchAddr> http://aoc-eu-gameupdate.live.ageofconan.com/upm </ClientHttpPatchAddr>
<ControlHttpPatchAddr> http://aoc-eu-control.live.ageofconan.com/upm </ControlHttpPatchAddr>
<HttpPatchFolder> AoCLiveEU </HttpPatchFolder>
<UniverseAddr> aoc-eu-um.live.ageofconan.com:7000 </UniverseAddr>
<DevName> conan </DevName>
<UniverseVersion> 2 </UniverseVersion>
<PatchVersion> x079aee94105926b06c13f81fc87312b1 </PatchVersion>


to this:
<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>
<UniverseAddr>dm01-sto.ageofconan.com:7000</UniverseAddr>
<ClientHttpPatchAddr>http://aoc-eu-gameupdate.live.ageofconan.com/upm </ClientHttpPatchAddr>
<DevName>conan</DevName>
<UniverseVersion>2</UniverseVersion>
<UseCorePhysics>False</UseCorePhysics>
<PreferencesName>Conan</PreferencesName>
<Languages>en,es,fr,de,ru,pl</Languages>
<EnableOfflineAaTraining>True</EnableOfflineAaTraining>
<EnableKhitanCharacters>True</EnableKhitanCharacters>
<EnableAlternateAdvancement>True</EnableAlternateAdvancement>
<EnableOfflineLeveling>True</EnableOfflineLeveling>
<ControlHttpPatchAddr>http://aoc-eu-control.live.ageofconan.com/upm</ControlHttpPatchAddr>
<PatchVersion>x01d6f8f8ffd146eab449b2dd98ff6fcf</PatchVersion>
</Client>
</Universe>
</Config>
Thank you very much. Worked perfectly!
Reply With Quote
Old 9th August 2012, 11:18     Raczer is offline   #9
Raczer
Dark Templar Aquilonian
   
Raczer's Avatar

AFJ

English server Crom PvE
Question Acces denied

How can i change to LocalConfig.xml file? it says that i have no promission :/
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


All times are GMT. The time now is 15:50.

Top

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.