Jump to content

Unable to start multi-server


Recommended Posts

Hey guys, I always get following error when starting dedicated server.

Missing 'is_master' config field.

I checked both my server.ini files, and both have the is_master field with overworld set to true and cave set to false. 

Overworld setting:

[NETWORK]
server_port = 10999


[SHARD]
is_master = true

[ACCOUNT]
encode_user_path = true

Cave setting:

[NETWORK]
server_port = 10998


[SHARD]
is_master = false
name = Caves
id = 253123887

[ACCOUNT]
encode_user_path = true

[STEAM]
master_server_port = 12348
authentication_port = 12347

I wonder if anyone knows how I can fix it? Thanks. 

Link to comment
Share on other sites

First thing that comes to my mind is, do you have those server.ini files in the correct location? (Just making sure)

cluster/Master/server.ini
cluster/Caves/server.ini

And did you configure your launch script to use the correct file/cluster locations?

Link to comment
Share on other sites

13 hours ago, Daniel86268 said:

First thing that comes to my mind is, do you have those server.ini files in the correct location? (Just making sure)


cluster/Master/server.ini
cluster/Caves/server.ini

And did you configure your launch script to use the correct file/cluster locations?

Yes they are in the right folder. Based on the log they are reading from the configured overworld and cave folder as well. It can also detect port changes in the config setting if i update it, but it just not recognize the is_master attribute...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...