I was in game a short time ago and tried to enter the Candyland gate when I saw this message in yellow text near Santa's house :
"You see: Error [TID]: Token Out of Range : 3 : 1050045"
I lagged out of game after that. Anyway, don't know what it means of course lol or if it had anything to do with my lagging out. Just thought I'd throw it in here.
Biki
That looks like a Cliloc error. It won't do any harm, just looks ugly.
What is Cliloc?
Well.. It's a file called cliloc.enu in your UO folder. It contains a bunch of phrases and names for things in the game and references them to a number.
For example.. 500117 = With some effort, you reunite your spirit and your body.
If something in the game is using a cliloc number that doesn't exist or doesn't have an entry associated with it then that error will occur.
possible cause...
That cliloc number "1050045" has variables associated with it
1050045 = ~1_PREFIX~~2_NAME~~3_SUFFIX~
I'm not sure where those variables get their values from.. But here's another example of one that uses variables..
1050044 = ~1_COUNT~ items, ~2_WEIGHT~ stones
That one is obvious. It is used on bags isn't it? That is how the bag displays the number of items and stones the bag contains to the player.
So.. I would check on what item the error is coming from and see if those variables can be filled in in-game or not.