[UASECO Warning] [MapList] Could not read Map

UASECO is a fork of the XAseco2/1.03 controller for Trackmania and has been overhauled to support the Modescript Gamemodes of Trackmania².

Moderators: undef.de, NADEO

endbase
Posts: 475
Joined: 26 Jun 2011, 19:34

Re: [UASECO Warning] [MapList] Could not read Map

Post by endbase »

Ech off is just about displaying info nothing more there is something wrong with your maps looking at the log :P
User avatar
hacki65
Posts: 80
Joined: 20 Mar 2012, 12:56

Re: [UASECO Warning] [MapList] Could not read Map

Post by hacki65 »

Dude, your maplist can work with the dedicated server but not with uaseco. Take the advise from hackie and change your maplist and try again :roflol:

I think especally the entry for script have to be like this:
<script_name>TimeAttack.Script.txt</script_name>
Snorfold
Posts: 25
Joined: 26 May 2018, 11:34

Re: [UASECO Warning] [MapList] Could not read Map

Post by Snorfold »

I have change my map list time server work, but no uaseco i have the same logfile:

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<playlist>
	<gameinfos>
		<script_name>TimeAttack.Script.txt</script_name>
		<comment></comment>
	</gameinfos>

	<filter>
		<random_map_order>0</random_map_order>
	</filter>

	<mode_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_IsChannelServer" type="boolean" value="0"/> 
		<setting name="S_Debug_DisplayChannelProgression" type="boolean" value="0"/> 
		<setting name="S_MatchmakingAPIUrl" type="text" value="https://v4.live.maniaplanet.com/ingame/public/matchmaking"/> 
		<setting name="S_MatchmakingMatchServers" type="text" value=""/> 
		<setting name="S_MatchmakingMode" type="integer" value="0"/> 
		<setting name="S_MatchmakingRematchRatio" type="real" value="-1"/> 
		<setting name="S_MatchmakingRematchNbMax" type="integer" value="2"/> 
		<setting name="S_MatchmakingVoteForMap" type="boolean" value="0"/> 
		<setting name="S_MatchmakingProgressive" type="boolean" value="0"/> 
		<setting name="S_MatchmakingWaitingTime" type="integer" value="20"/> 
		<setting name="S_MatchmakingEnablePenalty" type="boolean" value="1"/> 
		<setting name="S_LobbyRoundPerMap" type="integer" value="6"/> 
		<setting name="S_LobbyMatchmakerPerRound" type="integer" value="30"/> 
		<setting name="S_LobbyMatchmakerWait" type="integer" value="2"/> 
		<setting name="S_LobbyMatchmakerTime" type="integer" value="8"/> 
		<setting name="S_LobbyDisplayMasters" type="boolean" value="1"/> 
		<setting name="S_LobbyDisableUI" type="boolean" value="0"/> 
		<setting name="S_LobbyAggressiveTransfer" type="boolean" value="1"/> 
		<setting name="S_KickTimedOutPlayers" type="boolean" value="1"/> 
		<setting name="S_MatchmakingErrorMessage" type="text" value="Â’An error occured in the matchmaking API. If the problem persist please try to contact this server administrator."/> 
		<setting name="S_MatchmakingLogAPIError" type="boolean" value="0"/> 
		<setting name="S_MatchmakingLogAPIDebug" type="boolean" value="0"/> 
		<setting name="S_MatchmakingLogMiscDebug" type="boolean" value="0"/> 
		<setting name="S_ProgressiveActivation_WaitingTime" type="integer" value="180000"/> 
		<setting name="S_ProgressiveActivation_PlayersNbRatio" type="integer" value="1"/> 
		<setting name="S_AllowRespawn" type="boolean" value="1"/> 
		<setting name="S_RespawnBehaviour" type="integer" value="0"/> 
		<setting name="S_UseLegacyXmlRpcCallbacks" type="boolean" value="1"/> 
		<setting name="S_TimeLimit" type="integer" value="1200"/>
		<setting name="S_WarmUpNb" type="integer" value="0"/> 
		<setting name="S_WarmUpDuration" type="integer" value="0"/> 
	</mode_script_settings>

	<startindex>0</startindex>
	<map>
		<file>SRVM\OhCDeTouteBeaute.Map.Gbx</file>
	</map>
	<map>
		<file>SRVM\Omapelaled.Map.Gbx</file>
	</map>
	<map>
		<file>SRVM\Stranger choses.Map.Gbx</file>
	</map>
</playlist>
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: [UASECO Warning] [MapList] Could not read Map

Post by undef.de »

As I wrote at viewtopic.php?p=298721#p298721, there is something wrong with your pathes, because 4 of 5 maps where working fine here.

Anyway, please ZIP the complete folder in where you have installed the dedicated server and UASECO and send it to me with www.wetransfer.com to the mail I have sent to you by PM.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
Snorfold
Posts: 25
Joined: 26 May 2018, 11:34

Re: [UASECO Warning] [MapList] Could not read Map

Post by Snorfold »

The problem is map.class.php

Code: Select all

[2018-06-12 16:09:13] [MapList] Progressing maps: [UASECO Warning] [MapList] Could not read Map [C:\Users\Clayton\Desktop\srv\UserData\Maps\SRVM\OhCDeTouteBeaute.Map.Gbx]: GBX map error: Unable to read GBX data from C:\Users\Clayton\Desktop\srv\UserData\Maps\SRVM\OhCDeTouteBeaute.Map.Gbx
[PHP Notice] Trying to get property of non-object on line 102 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 104 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 107 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 109 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 112 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 119 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 126 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 150 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 151 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 152 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 153 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 154 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 156 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 157 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 158 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 160 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 161 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 162 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 163 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 164 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 166 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 167 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 168 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 170 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 171 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 173 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 174 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
[PHP Notice] Trying to get property of non-object on line 175 in file C:\Users\Clayton\Desktop\srv\UASECO-master\includes\core\map.class.php
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: [UASECO Warning] [MapList] Could not read Map

Post by undef.de »

As I told you, your path setup was wrong:
UASECO was looking into the folder
C:\Users\Clayton\Desktop\srv\UserData\Maps\SRVM\OhCDeTouteBeaute.Map.Gbx, but your maps where stored in
C:\Users\Clayton\Desktop\srv\GameData\Maps\SRVM\OhCDeTouteBeaute.Map.Gbx, that is why UASECO was not able to find the map files.

I'll send you a cleaned up version of your setup in a second. I did not test to start both, but they should start.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
Snorfold
Posts: 25
Joined: 26 May 2018, 11:34

Re: [UASECO Warning] [MapList] Could not read Map

Post by Snorfold »

THANKS ITS WORKING, but why my dedicated server works if my maps is not in a good folder ? And where i can make an donation for you ? I dont have some money i can just give 5$ to you but want give it to you, you are an nice guys.
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: [UASECO Warning] [MapList] Could not read Map

Post by undef.de »

Snorfold wrote: 12 Jun 2018, 21:25 THANKS ITS WORKING, but why my dedicated server works if my maps is not in a good folder?
I have no clue, I never used that folder. 8-)
Snorfold wrote: 12 Jun 2018, 21:25 And where i can make an donation for you ? I dont have some money i can just give 5$ to you but want give it to you, you are an nice guys.
https://www.uaseco.org/ at the bottom left, but keep it, no need to donate.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
Snorfold
Posts: 25
Joined: 26 May 2018, 11:34

Re: [UASECO Warning] [MapList] Could not read Map

Post by Snorfold »

And its possible to disable database local connection and local record ? i just need dedimania record :)
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: [UASECO Warning] [MapList] Could not read Map

Post by undef.de »

Yes, just remove

Code: Select all

	<plugin>plugin.local_records.php</plugin>
from config/plugins.xml. But some other plugins which require that plugin have to be disalbed too. You will see which they are on each start of UASECO.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 5 guests