Page 1 of 1

Problem with myserver

Posted: Mon Jan 27, 2020 1:39 pm
by Fred
Hello I use the core 099 end fantasia distro, I get this error;

INSTALLING: Exported Vital - RegenRate and MaxValue functions ...
Error reading configuration file config/tiles.cfg:
Expected '}' on a blank line after element properties
Near line: 4485
Element started on line: 4483
Server Shutdown: load_tiles_cfg
Initiating POL Cleanup....
Execution aborted due to: Configuration file error.


How can i resolve?..

Re: Problem with myserver

Posted: Mon Jan 27, 2020 11:38 pm
by Yukiko
The first thing I would do is run starthere.bat (or starthere.sh if you are running Linux) again and regenerate the tiles.cfg.

If that does not work, look at the tiles.cfg and be certain that the file contains valid data. The contents of the file should be human readable and should not contain any strange or unusual characters. In particuler examine the lines just before the line indicated in the error POL gave you.
This is an example of tiles.cfg entries:

Code: Select all

tile 0x1
{
    Desc nodraw
    UoFlags 0x00020000
    Height 0
    Weight 0
    OverFlight 0
    Movable 1
}

tile 0x2
{
    Desc ankh
    UoFlags 0x0400a040
    Height 12
    Weight 255
    BlockSight 1
    OverFlight 0
    Blocking 1
    DescPrependAn 1
}


Re: Problem with myserver

Posted: Tue Jan 28, 2020 12:24 am
by Yukiko
Nando reminded me to mention a setting in uoconvert.cfg that might be causing a problem.

If you are using a pre High Seas Adventure client, be sure to set the UseNewHSAFormat to 0.

Code: Select all

ClientOptions
{
    UseNewHSAFormat 1
}