Problem with myserver

Here you can post threads specific to the current release of the core (099)

Moderator: POL Developer

Post Reply
Fred
New User
Posts: 8
Joined: Tue Nov 19, 2019 1:19 pm

Problem with myserver

Post 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?..
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: Problem with myserver

Post 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
}

Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: Problem with myserver

Post 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
}

Post Reply