Why do i get that?

Ultima Art: Unable to read client files.

Anyone know ?

Code:
--------------------------------------------------------------------------------

ServUO - [http://www.servuo.com] Version 0.5, Build 5881.41253
Publish 54
Core: Optimizing for 4 64-bit processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...done (cached)
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...
Finished (4154 items, 1035 mobiles, 5 customs) (0,57 seconds)
Regions: Loading...done
World: Loading...
...done (49191 items, 11163 mobiles, 2 customs) (1,51 seconds)
ServerList: Auto-detecting public IP address...
ServerList: >>> services.servuo.com
ServerList: <<< 174.92.151.86
ServerList: Done: '174.92.151.86'
05:15:01 Joeku's Staff Runebook: Loading...
05:15:01   Account: Master... done.
05:15:01 Listening: 169.254.99.155:2593
05:15:01 Listening: 192.168.137.1:2593
05:15:01 Listening: 169.254.125.77:2593
05:15:01 Listening: 192.168.2.11:2593
05:15:01 Listening: 127.0.0.1:2593
05:15:01 ----------------------------------------------------------------------
05:15:01 Warning: Static EOS for Felucca (820, 13)
05:15:03 Ultima Art: Unable to read client files.
05:15:07 Ultima Art: Unable to read client files.
05:15:44 Ultima Art: Unable to read client files.
 
Run ServUO in admin mode, likely you have UAC enabled and have UO installed on your C drive. This causes issues with file permissions when ServUO attempts to read the game files.
 
Very interesting... I never thought of that. I have also observed these messages when the server does not have it's own dedicated copy of LegacyArt.mul, like if I am running two servers side-by-side or if I have UOFiddler trying to precache items.
 
Very interesting... I never thought of that. I have also observed these messages when the server does not have it's own dedicated copy of LegacyArt.mul, like if I am running two servers side-by-side or if I have UOFiddler trying to precache items.

That was one of the issues i had as well. Thats why we (Ruaduck and Me) had the discussion of implementing this : http://stackoverflow.com/questions/...nistrator-with-or-without-elevated-privileges I use this already on my ScriptSDK for Stealth.
 
Back