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

Moderator: NADEO

Post Reply
User avatar
Floo42
Posts: 2
Joined: 14 May 2019, 16:24

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

Post 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
Nesquiik
Posts: 2
Joined: 14 May 2019, 20:33

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

Post 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...
User avatar
fng_thatoneguy
Posts: 722
Joined: 05 Jan 2011, 18:06
Location: That One Place
Contact:

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

Post 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.
Image
Nesquiik
Posts: 2
Joined: 14 May 2019, 20:33

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

Post 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
User avatar
fng_thatoneguy
Posts: 722
Joined: 05 Jan 2011, 18:06
Location: That One Place
Contact:

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

Post by fng_thatoneguy »

Is it perhaps an older map that requires recomputing shadows, making the map unrecognizable by this version of the server?
Image
User avatar
Miss
Posts: 2151
Joined: 05 Jan 2016, 11:34
Location: The Netherlands
Contact:

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

Post 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?
3080 RTX, Ryzen 3700X, 32GB RAM, Windows 11
Forum moderator, opinions are my own. :thx:
Check out Image openplanet, the alternative ManiaPlanet & Turbo scripting platform! (Openplanet subforum)
I also stream and tweet.
sebdev
Posts: 1
Joined: 15 May 2019, 10:57

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

Post 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).
Last edited by sebdev on 15 May 2019, 14:13, edited 1 time in total.
User avatar
Miss
Posts: 2151
Joined: 05 Jan 2016, 11:34
Location: The Netherlands
Contact:

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

Post 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.
3080 RTX, Ryzen 3700X, 32GB RAM, Windows 11
Forum moderator, opinions are my own. :thx:
Check out Image openplanet, the alternative ManiaPlanet & Turbo scripting platform! (Openplanet subforum)
I also stream and tweet.
User avatar
Floo42
Posts: 2
Joined: 14 May 2019, 16:24

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

Post by Floo42 »

I can confirm that after updating the server with the new ManiaPlanetServer (13/05) it is working fine ! thank you very much
Post Reply

Return to “Dedicated Server”

Who is online

Users browsing this forum: No registered users and 0 guests