Page 1 of 1

issue loading charc screen

Posted: Mon Jul 25, 2011 6:24 pm
by Galdace
Hello,

Anyone have any problems since the THF update? I get the following UI error on my XP system.

UIErrorLog created at Mon Jul 25 12:14:51 2011
[Mon Jul 25 12:14:52 2011] XML reference error! Ui2DAnimation[6]:A_CornerSquare[533] referenced but NEVER declared!

[Mon Jul 25 12:14:52 2011] Error validating symbol table.
[Mon Jul 25 12:14:52 2011] Error validating symbol table.


Galdace

Re: issue loading charc screen

Posted: Mon Jul 25, 2011 6:28 pm
by Vaion
Which client are you using? The installers from 7-24 update should work for all clients.

Re: issue loading charc screen

Posted: Mon Jul 25, 2011 6:48 pm
by Galdace
I am using Titanium. Do you know what that is looking for with that error?

Re: issue loading charc screen

Posted: Mon Jul 25, 2011 6:54 pm
by Galdace
The interesting thing is my Laptop with Windows 7 on it works fine. This issue seems to be isolated to my XP operating system. I am trying to avoid reloading Titanium..but I fear that be what I have to do.

Re: issue loading charc screen

Posted: Mon Jul 25, 2011 8:08 pm
by Vaion
It is looking for a file named A_cornersquare. Pretty much what that message is saying is that the file is being called for in the UI however it is not in your default folder. If it works on your other comp, try copying the default folder from the working computer to the one that doesnt work.
Personally I dont remember the cornersquare file from when I was playing with the UI files, but then again I don't run Titanium so it's possible that it does exsist.

Re: issue loading charc screen

Posted: Mon Jul 25, 2011 9:08 pm
by Galdace
I did your idea of copying the default...worked like a charm! Thanks!

Galdace