Page 1 of 1

"No maps in the playlist match the server settings."[fixed]

Posted: 14 May 2019, 16:29
by Floo42
Hello,

I tried to install a new map on my server, but I struggle to install it, each time I try to launch the server with this map, i get the error
"...ERROR: No maps in the playlist match the server settings."

I tried several other maps and they are working well, i also tried to save the map again after opening it in the map editor without success

Here's my matchsettings file :

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<playlist>
   <gameinfos>
      <game_mode>0</game_mode>
      <chat_time>10000</chat_time>
      <finishtimeout>1</finishtimeout>
      <allwarmupduration>0</allwarmupduration>
      <disablerespawn>0</disablerespawn>
      <forceshowallopponents>0</forceshowallopponents>
      <script_name><![CDATA[TimeAttack.Script.txt]]></script_name>
   </gameinfos>
   <filter>
      <is_lan>1</is_lan>
      <is_internet>1</is_internet>
      <is_solo>0</is_solo>
      <is_hotseat>0</is_hotseat>
      <sort_index>1000</sort_index>
      <random_map_order>0</random_map_order>
   </filter>
   <script_settings>
      <setting name="S_ChatTime" type="integer" value="10" />
      <setting name="S_UseClublinks" type="boolean" value="0" />
      <setting name="S_UseClublinksSponsors" type="boolean" value="0" />
      <setting name="S_NeutralEmblemUrl" type="text" value="" />
      <setting name="S_ScriptEnvironment" type="text" value="production" />
      <setting name="S_AllowRespawn" type="boolean" value="1" />
      <setting name="S_UseLegacyXmlRpcCallbacks" type="boolean" value="1" />
      <setting name="S_WarmUpNb" type="integer" value="0" />
      <setting name="S_WarmUpDuration" type="integer" value="0" />
      <setting name="S_TimeLimit" type="integer" value="300" />
   </script_settings>
   <startindex>0</startindex>
<map>
<file>zrt01.Map.Gbx</file>
<ident>A83ZvS6ke33NjxXgLFMzGgsML_e</ident>
</map>
</playlist>
Thanks in advance for your help

Re: "No maps in the playlist match the server settings." when launching the server

Posted: 14 May 2019, 20:41
by Nesquiik
Hello,

I've a same problem with a TM² Server for the same Maps (ZrT Cup #2019 - Titatituto (merci michel) from mania-exchange or download from official Server)

Wait for a solution...

Code: Select all

[2019/05/14 21:31:22] Starting ManiaPlanet Date=2019-04-01_19_00 Svn=91007 GameVersion=3.3.0...
[2019/05/14 21:31:22] Configuration file : dedicated_cfg.txt
[2019/05/14 21:31:22] Loading system configuration...
[2019/05/14 21:31:22] ...system configuration loaded
[2019/05/14 21:31:22] Loading cache...
[2019/05/14 21:31:22] ...OK
[2019/05/14 21:31:22] Loading dedicated server configuration...
[2019/05/14 21:31:22] ...Dedicated server configuration loaded
[2019/05/14 21:31:22] Connecting to master server...
[2019/05/14 21:31:23] ...OK
[2019/05/14 21:31:23] Identifying on master server...
[2019/05/14 21:31:23] ...OK
[2019/05/14 21:31:24] Listening for xml-rpc commands on port 5000.
[2019/05/14 21:31:24] Match settings file : MatchSettings\maplist.txt
[2019/05/14 21:31:24] Loading match settings...
[2019/05/14 21:31:24] ...Match settings loaded
[2019/05/14 21:31:24] Autostart server on internet
[2019/05/14 21:31:24] URL: maniaplanet://#join=***********:*****@TMStadium@nadeo
[2019/05/14 21:31:24] Starting server...
[2019/05/14 21:31:24] ...ERROR: No maps in the playlist match the server settings.
[2019/05/14 21:31:24] Disconnection of nesquiikserver(***.***.**.***:2350)
[2019/05/14 21:31:24] ...Server stopped
[2019/05/14 21:31:24] Server not running, exiting.
[2019/05/14 21:31:24] Exiting...

Re: "No maps in the playlist match the server settings." when launching the server

Posted: 14 May 2019, 21:06
by fng_thatoneguy
Is your map "zrt01.Map.Gbx" located in the UserData/Maps root folder, or did you place it in
"UserData/Maps/My Maps"
or
"UserData/Maps/Downloaded"?

If the map lives swomewhere other than UserData/Maps you will have to provide the relative path from there to the map file.
Example, if you put it in "UserData/Maps/Downloaded" you would put:

<map><file>Downloaded/zrt01.Map.Gbx</file></map>

I'm guessing the game can't find your map file.

Re: "No maps in the playlist match the server settings." when launching the server

Posted: 14 May 2019, 22:10
by Nesquiik
Hello
for me the file is on UserData/Maps and my config point to the correct location, i've other maps in the same folder and this work fine not this maps

Re: "No maps in the playlist match the server settings." when launching the server

Posted: 14 May 2019, 22:19
by fng_thatoneguy
Is it perhaps an older map that requires recomputing shadows, making the map unrecognizable by this version of the server?

Re: "No maps in the playlist match the server settings." when launching the server

Posted: 14 May 2019, 22:57
by Miss
This map probably has some special gamemode/rules set up. Maybe you need to run this map in the TMAll/TM2 pack instead of TMStadium?

Re: "No maps in the playlist match the server settings." when launching the server

Posted: 15 May 2019, 10:59
by sebdev
Jon l'admin ZRTCUP m'a dit qu'il fallait prendre la version ManiaPlanetDedicatedServer de lundi soir pour faire fonctionner Titatituto (merci michel).

Jon the ZrTCup admin told me that we need monday evening ManiaPlanetDedicatedServer version to run Titatituto (merci michel).

Re: "No maps in the playlist match the server settings." when launching the server

Posted: 15 May 2019, 12:11
by Miss
Ah, see this thread: viewtopic.php?f=261&t=45763

If you're downloading "ManiaplanetServer_Latest.zip", that one hasn't been updated yet.

Re: "No maps in the playlist match the server settings." when launching the server

Posted: 15 May 2019, 12:47
by Floo42
I can confirm that after updating the server with the new ManiaPlanetServer (13/05) it is working fine ! thank you very much