My problem is that when I start my server, it stops because it can not find a map.
The map was created with the esl_comp@lt_forever as TitlePack and I also put on pack in the server configuration.
Here are my last log :
Code: Select all
[2019/03/26 23:23:03] Starting ManiaPlanet Date=2019-02-27_22_00 Svn=90237 GameVersion=3.3.0...
[2019/03/26 23:23:03] Configuration file : dedicated_cfg.txt
[2019/03/26 23:23:03] Loading system configuration...
[2019/03/26 23:23:03] ...system configuration loaded
[2019/03/26 23:23:03] Loading cache...
[2019/03/26 23:23:03] ...OK
[2019/03/26 23:23:03] Loading dedicated server configuration...
[2019/03/26 23:23:03] ...Dedicated server configuration loaded
[2019/03/26 23:23:03] Connecting to master server...
[2019/03/26 23:23:03] ...OK
[2019/03/26 23:23:04] Identifying on master server...
[2019/03/26 23:23:04] ...OK
[2019/03/26 23:23:06] Listening for xml-rpc commands on port 5010.
[2019/03/26 23:23:06] Match settings file : MatchSettings\MatchSetting_djclement50_2019_03_26_18_18.txt
[2019/03/26 23:23:06] Loading match settings...
[2019/03/26 23:23:06] ...Match settings loaded
[2019/03/26 23:23:06] Autostart server on internet
[2019/03/26 23:23:06] URL: maniaplanet://#join=desposerv@esl_comp@lt_forever
[2019/03/26 23:23:06] Starting server...
[2019/03/26 23:23:06] ...ERROR: No maps in the playlist match the server settings.
[2019/03/26 23:23:06] Disconnection of desposerv(127.0.0.1:2360)
[2019/03/26 23:23:06] ...Server stopped
[2019/03/26 23:23:06] Server not running, exiting.
[2019/03/26 23:23:07] Exiting...
Cordially