Connection could not be established [FIXED]

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

Post Reply
Swordman844555
Posts: 6
Joined: 17 Feb 2018, 10:29

Connection could not be established [FIXED]

Post by Swordman844555 »

Log ...

Code: Select all

[2018-02-17 10:07:48] ###############################################################################
[2018-02-17 10:07:48] [UASECO] Initializing...
[2018-02-17 10:07:48] [PHP] Checking for required and wanted PHP extensions...
[2018-02-17 10:07:48] [PHP] » Checking "Exchangeable Image Information" (exif): OK!
[2018-02-17 10:07:48] [PHP] » Checking "File Transfer Protocol" (ftp): OK!
[2018-02-17 10:07:48] [PHP] » Checking "ICONV character set conversion facility" (iconv): OK!
[2018-02-17 10:07:48] [PHP] » Checking "Image Processing and GD" (gd): OK!
[2018-02-17 10:07:48] [PHP] » Checking "JavaScript Object Notation" (json): OK!
[2018-02-17 10:07:48] [PHP] » Checking "LibXML" (libxml): OK!
[2018-02-17 10:07:48] [PHP] » Checking "Multibyte String" (mbstring): OK!
[2018-02-17 10:07:48] [PHP] » Checking "MySQL Improved" (mysqli): OK!
[2018-02-17 10:07:48] [PHP] » Checking "SimpleXML" (SimpleXML): OK!
[2018-02-17 10:07:48] [Config] Load settings [config/UASECO.xml]
[2018-02-17 10:07:48] [UASECO][WARNING] ###############################################################################################################
[2018-02-17 10:07:48] [UASECO][WARNING] You should setup a working mail to be able to contact you, change it in [config/UASECO.xml] at <admin_contact>!
[2018-02-17 10:07:48] [UASECO][WARNING] ###############################################################################################################
[2018-02-17 10:07:48] [UASECO][WARNING] To increase security you should setup a lock password at <lock_password> in [config/UASECO.xml]!
[2018-02-17 10:07:48] [Config] Load admin and operator lists [config/adminops.xml]
[2018-02-17 10:07:48] [Config] Load banned IPs list [config/bannedips.xml]
[2018-02-17 10:07:48] [PHP] Setup memory limit to unlimited
[2018-02-17 10:07:48] [PHP] Setup script timeout to 120 seconds
[2018-02-17 10:07:48] [Dedicated] Try to connect to Maniaplanet dedicated server at 185.114.226.198:50001 (timeout 180s)
[PHP Warning] socket_last_error(): supplied resource is not a valid Socket resource on line 146 in file /home/tm2/uaseco/includes/core/XmlRpc/GbxRemote.php
[UASECO Warning] [Dedicated] [3] connect - Connection timed out during handshake (Success)
[UASECO Fatal Error] [Dedicated] ...connection could not be established! on line 398 in file /home/tm2/uaseco/uaseco.php
[UASECO Exception] Error returned: "Connection interrupted while reading header" [2] at GbxRemote::query() for method "ManualFlowControlEnable" with arguments:
array(1) {
  [0]=>
  bool(false)
}

[UASECO Exception] Error returned: "Connection interrupted while writing" [2] at GbxRemote::query() for method "ManualFlowControlProceed" with arguments:
array(0) {
}

[UASECO Exception] Error returned: "Connection interrupted while writing" [2] at GbxRemote::query() for method "SendHideManialinkPage" with arguments:
array(0) {
}
Last edited by undef.de on 17 Feb 2018, 17:46, edited 1 time in total.
User avatar
ItsPhenom
Posts: 27
Joined: 24 Dec 2017, 11:40
Location: Kitzingen, Germany
Contact:

Re: Need help pls ...

Post by ItsPhenom »

Double check your ip:port you are connecting to. Default is 5000, is there a chance your server is running on 5001 and you have one 0 to much? :thumbsup:

Code: Select all

[2018-02-17 10:07:48] [Dedicated] Try to connect to Maniaplanet dedicated server at 185.114.226.198:50001 (timeout 180s)
Image
Image
Swordman844555
Posts: 6
Joined: 17 Feb 2018, 10:29

Re: Connection could not be established

Post by Swordman844555 »

I Fix this ...

Code: Select all

[2018-02-17 20:49:06] ###############################################################################
[2018-02-17 20:49:06] [UASECO] Initializing...
[2018-02-17 20:49:06] [PHP] Checking for required and wanted PHP extensions...
[2018-02-17 20:49:06] [PHP] » Checking "Exchangeable Image Information" (exif): OK!
[2018-02-17 20:49:06] [PHP] » Checking "File Transfer Protocol" (ftp): OK!
[2018-02-17 20:49:06] [PHP] » Checking "ICONV character set conversion facility" (iconv): OK!
[2018-02-17 20:49:06] [PHP] » Checking "Image Processing and GD" (gd): OK!
[2018-02-17 20:49:06] [PHP] » Checking "JavaScript Object Notation" (json): OK!
[2018-02-17 20:49:06] [PHP] » Checking "LibXML" (libxml): OK!
[2018-02-17 20:49:06] [PHP] » Checking "Multibyte String" (mbstring): OK!
[2018-02-17 20:49:06] [PHP] » Checking "MySQL Improved" (mysqli): OK!
[2018-02-17 20:49:06] [PHP] » Checking "SimpleXML" (SimpleXML): OK!
[2018-02-17 20:49:06] [Config] Load settings [config/UASECO.xml]
[2018-02-17 20:49:06] [UASECO][WARNING] ###############################################################################################################
[2018-02-17 20:49:06] [UASECO][WARNING] You should setup a working mail to be able to contact you, change it in [config/UASECO.xml] at <admin_contact>!
[2018-02-17 20:49:06] [UASECO][WARNING] ###############################################################################################################
[2018-02-17 20:49:06] [UASECO][WARNING] To increase security you should setup a lock password at <lock_password> in [config/UASECO.xml]!
[2018-02-17 20:49:06] [Config] Load admin and operator lists [config/adminops.xml]
[2018-02-17 20:49:06] [Config] Load banned IPs list [config/bannedips.xml]
[2018-02-17 20:49:06] [PHP] Setup memory limit to unlimited
[2018-02-17 20:49:06] [PHP] Setup script timeout to 120 seconds
[2018-02-17 20:49:06] [Dedicated] Try to connect to Maniaplanet dedicated server at 185.114.226.198:5000 (timeout 180s)
[PHP Warning] socket_last_error(): supplied resource is not a valid Socket resource on line 146 in file /home/tm2/uaseco/includes/core/XmlRpc/GbxRemote.php
[UASECO Warning] [Dedicated] [3] connect - Connection timed out during handshake (Success)
[UASECO Fatal Error] [Dedicated] ...connection could not be established! on line 398 in file /home/tm2/uaseco/uaseco.php
[UASECO Exception] Error returned: "Connection interrupted while reading header" [2] at GbxRemote::query() for method "ManualFlowControlEnable" with arguments:
array(1) {
  [0]=>
  bool(false)
}

[UASECO Exception] Error returned: "Connection interrupted while writing" [2] at GbxRemote::query() for method "ManualFlowControlProceed" with arguments:
array(0) {
}

[UASECO Exception] Error returned: "Connection interrupted while writing" [2] at GbxRemote::query() for method "SendHideManialinkPage" with arguments:
array(0) {
}

User avatar
ItsPhenom
Posts: 27
Joined: 24 Dec 2017, 11:40
Location: Kitzingen, Germany
Contact:

Re: Connection could not be established

Post by ItsPhenom »

You dont need to put exactly 5000 as port in it, it was just to tell you that this is the default port and it looked like you had one 0 too much :lol:

You need to use the XMLRPC port the server listens to.. in your dedicated_cfg.txt there should be this two lines somewhere

Code: Select all

		<xmlrpc_port>5000</xmlrpc_port>
		<xmlrpc_allowremote>False</xmlrpc_allowremote>
Use the port which is there at xmlrpc_port. if its 5001 then you need to use this, if its 1337 you need to use 1337. If its really 50001 your port were correct and the failure is probably somewhere else.
If UASECO is running NOT on the same machine, you need to set xmlrpc_alloweremote to True. If not leave it False
Image
Image
Swordman844555
Posts: 6
Joined: 17 Feb 2018, 10:29

Re: Connection could not be established

Post by Swordman844555 »

[PHP Fatal Error] Call to undefined method UASECO::buildStriplingInfo() on line 2351 in file /home/tm2/uaseco/uaseco.php

Code: Select all

[2018-02-18 12:47:13] ###############################################################################
[2018-02-18 12:47:13] [UASECO] Initializing...
[2018-02-18 12:47:13] [PHP] Checking for required and wanted PHP extensions...
[2018-02-18 12:47:13] [PHP] » Checking "Exchangeable Image Information" (exif): OK!
[2018-02-18 12:47:13] [PHP] » Checking "File Transfer Protocol" (ftp): OK!
[2018-02-18 12:47:13] [PHP] » Checking "ICONV character set conversion facility" (iconv): OK!
[2018-02-18 12:47:13] [PHP] » Checking "Image Processing and GD" (gd): OK!
[2018-02-18 12:47:13] [PHP] » Checking "JavaScript Object Notation" (json): OK!
[2018-02-18 12:47:13] [PHP] » Checking "LibXML" (libxml): OK!
[2018-02-18 12:47:13] [PHP] » Checking "Multibyte String" (mbstring): OK!
[2018-02-18 12:47:13] [PHP] » Checking "MySQL Improved" (mysqli): OK!
[2018-02-18 12:47:13] [PHP] » Checking "SimpleXML" (SimpleXML): OK!
[2018-02-18 12:47:13] [Config] Load settings [config/UASECO.xml]
[2018-02-18 12:47:13] [UASECO][WARNING] ###############################################################################################################
[2018-02-18 12:47:13] [UASECO][WARNING] You should setup a working mail to be able to contact you, change it in [config/UASECO.xml] at <admin_contact>!
[2018-02-18 12:47:13] [UASECO][WARNING] ###############################################################################################################
[2018-02-18 12:47:13] [UASECO][WARNING] To increase security you should setup a lock password at <lock_password> in [config/UASECO.xml]!
[2018-02-18 12:47:13] [Config] Load admin and operator lists [config/adminops.xml]
[2018-02-18 12:47:13] [Config] Load banned IPs list [config/bannedips.xml]
[2018-02-18 12:47:13] [PHP] Setup memory limit to unlimited
[2018-02-18 12:47:13] [PHP] Setup script timeout to 120 seconds
[2018-02-18 12:47:13] [Dedicated] Try to connect to Maniaplanet dedicated server at 127.0.0.1:50002 (timeout 240s)
[2018-02-18 12:47:13] [Dedicated] Try to authenticate with login [SuperAdmin] and password [***********] (masked password)
[2018-02-18 12:47:14] [Dedicated] ...connection established successfully!
[2018-02-18 12:47:14] [Database] Try to connect to database server on [localhost] with database [uaseco], login [*****] and password [*************] (masked password)
[2018-02-18 12:47:14] [Database] ...connection established successfully to a MySQL/5.5.59 server!
[2018-02-18 12:47:14] [Database] Checking database structure:
[2018-02-18 12:47:14] [Database] » Found table `uaseco_authors`
[2018-02-18 12:47:14] [Database] » Found table `uaseco_maphistory`
[2018-02-18 12:47:14] [Database] » Found table `uaseco_maps`
[2018-02-18 12:47:14] [Database] » Found table `uaseco_players`
[2018-02-18 12:47:14] [Database] » Found table `uaseco_playlist`
[2018-02-18 12:47:14] [Database] » Found table `uaseco_rankings`
[2018-02-18 12:47:14] [Database] » Found table `uaseco_ratings`
[2018-02-18 12:47:14] [Database] » Found table `uaseco_records`
[2018-02-18 12:47:14] [Database] » Found table `uaseco_settings`
[2018-02-18 12:47:14] [Database] » Found table `uaseco_times`
[2018-02-18 12:47:14] [Database] ...successfully done!
[2018-02-18 12:47:14] [Plugin] Loading plugins [config/plugins.xml]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.manialinks.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.modescript_handler.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.checkpoints.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.map.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.local_records.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.rasp.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/chat.admin.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/chat.server.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.panels.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.dedimania.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.welcome_center.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.tachometer.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.info_bar.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.stunt_messages.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.donate.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.rounds.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.round_points.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.round_autoend.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.mania_exchange.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.rasp_jukebox.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.uptodate.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/chat.help.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/chat.records.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/chat.rasp.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.customize_quit_dialog.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.effect_studio.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.mania_karma.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.records_eyepiece.php]
[2018-02-18 12:47:14] [Plugin] » initialize [plugins/plugin.vote_manager.php]
[2018-02-18 12:47:14] [Plugin] Checking dependencies of Plugins...
[2018-02-18 12:47:14] [Plugin] ...successfully done!
[2018-02-18 12:47:14] [Plugin] Registering events and chat commands...
[2018-02-18 12:47:14] [Plugin] ...successfully done!
[2018-02-18 12:47:14] [MapList] Reading complete map list from server...
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A01.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A01.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A02.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A02.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A03.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A03.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A04.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A04.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A05.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A05.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A06.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A06.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A07.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A07.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A08.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A08.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A09.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A09.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A10.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A10.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A11.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A11.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A12.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A12.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A13.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A13.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A14.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A14.Map.Gbx
[UASECO Warning] [MapList] Could not read Map [/home/tm2/UserData/Maps/Campaigns/0/A15.Map.Gbx]: GBX map error: Unable to read GBX data from /home/tm2/UserData/Maps/Campaigns/0/A15.Map.Gbx
[2018-02-18 12:47:14] [MapList] ...successfully done, read 0 maps which matches server settings!
[2018-02-18 12:47:14] [Playlist] Reading map history...
[2018-02-18 12:47:14] [Playlist] ...successfully done!
[2018-02-18 12:47:14] [ModescriptHandler] Checking version from dedicated Server Modescripts...
[2018-02-18 12:47:14] [ModescriptHandler] » version 2017-07-12 from "Modes/TrackMania/Rounds.Script.txt" ok.
[2018-02-18 12:47:14] [ModescriptHandler] » version 2017-07-12 from "Modes/TrackMania/TimeAttack.Script.txt" ok.
[2018-02-18 12:47:14] [ModescriptHandler] » version 2017-07-12 from "Modes/TrackMania/Team.Script.txt" ok.
[2018-02-18 12:47:14] [ModescriptHandler] » version 2017-07-12 from "Modes/TrackMania/Laps.Script.txt" ok.
[2018-02-18 12:47:14] [ModescriptHandler] » version 2017-07-12 from "Modes/TrackMania/Cup.Script.txt" ok.
[2018-02-18 12:47:14] [ModescriptHandler] » version 2016-04-13 from "Modes/TrackMania/TeamAttack.Script.txt" ok.
[2018-02-18 12:47:14] [ModescriptHandler] » version 2017-08-11 from "Modes/TrackMania/Chase.Script.txt" ok.
[2018-02-18 12:47:14] [ModescriptHandler] ...successfully done!
[PHP Notice] Undefined index: WARM_UP_NUMBER on line 465 in file /home/tm2/uaseco/plugins/plugin.modescript_handler.php
[PHP Notice] Undefined index: WARM_UP_DURATION on line 466 in file /home/tm2/uaseco/plugins/plugin.modescript_handler.php
[2018-02-18 12:47:15] [LocalRecords] Load config file [config/local_records.xml]
[2018-02-18 12:47:15] [Rasp] Loading config file [config/rasp.xml]
[2018-02-18 12:47:15] [Rasp] Cleaning up unused data...
[2018-02-18 12:47:15] [Rasp] » Cleaning up `uaseco_maps`
[2018-02-18 12:47:15] [Rasp] » Cleaning up `uaseco_players`
[2018-02-18 12:47:15] [Rasp] ...successfully done!
[2018-02-18 12:47:15] [Rasp] Checking for environment separation directories for maps from ManiaExchange...
[2018-02-18 12:47:15] [Rasp] » Found "Canyon"
[2018-02-18 12:47:15] [Rasp] » Found "Stadium"
[2018-02-18 12:47:15] [Rasp] » Found "Valley"
[2018-02-18 12:47:15] [Rasp] » Found "Lagoon"
[2018-02-18 12:47:15] [Panel] Load default panel background [config/panels/PanelBGCard.xml]
[2018-02-18 12:47:15] [Panel] Load default admin panel [config/panels/AdminAboveCPListSmall2.xml]
[2018-02-18 12:47:15] [Dedimania] ********************************************************
[2018-02-18 12:47:15] [Dedimania] Dataserver connection on Dedimania...
[2018-02-18 12:47:15] [Dedimania] Try connection on 8082/Dedimania...
[2018-02-18 12:47:15] [Webaccess] (8082/Dedimania.8092): send: deflate, receive: deflate
[2018-02-18 12:47:15] [Dedimania] Connection and status ok! (Dedimania.8092)
[2018-02-18 12:47:15] [Dedimania] ********************************************************
[2018-02-18 12:47:15] [RaspJukebox] Loading config file [config/rasp.xml]
[2018-02-18 12:47:15] [UpToDate] Load config file [config/uptodate.xml]
[2018-02-18 12:47:15] [EffectStudio] Setup events and effects...
[2018-02-18 12:47:15] [EffectStudio] ...successfully done!
[2018-02-18 12:47:15] [ManiaKarma] ********************************************************
[2018-02-18 12:47:15] [ManiaKarma] Starting version 2.0.0 - Maniaplanet
[2018-02-18 12:47:15] [ManiaKarma] Parsed "config/mania_karma.xml" successfully, starting checks...
[2018-02-18 12:47:15] [ManiaKarma] » Set Server location to "Germany"
[2018-02-18 12:47:15] [ManiaKarma] » Trying to authenticate with central database "api/maniaplanet-trackmania2-v4.php"...
[2018-02-18 12:47:15] [ManiaKarma] » Successfully started with async communication.
[2018-02-18 12:47:15] [ManiaKarma] » The API set the Request-URL to "api/maniaplanet-trackmania2-v4.php"
[2018-02-18 12:47:15] [ManiaKarma] ********************************************************
[2018-02-18 12:47:15] [RecordsEyepiece] ********************************************************
[2018-02-18 12:47:15] [RecordsEyepiece] Starting version 1.1.1 - Maniaplanet
[2018-02-18 12:47:15] [RecordsEyepiece] Parsed "config/records_eyepiece.xml" successfully, starting checks...
[2018-02-18 12:47:15] [RecordsEyepiece] » Plugin MusicServer is not available, hide <music_widget>.
[2018-02-18 12:47:15] [RecordsEyepiece] » Setup for <features><maplist><mapimages><access_url> is not correct in "records_eyepiece.xml"
[2018-02-18 12:47:15] [RecordsEyepiece] » Build and cache all Widget bodies...
[2018-02-18 12:47:15] [RecordsEyepiece] » Checking Database for required extensions...
[2018-02-18 12:47:15] [RecordsEyepiece] » Found column `MostFinished`
[2018-02-18 12:47:15] [RecordsEyepiece] » Found column `MostRecords`.
[2018-02-18 12:47:15] [RecordsEyepiece] » Found column `RoundPoints`.
[2018-02-18 12:47:15] [RecordsEyepiece] » Found column `TeamPoints`.
[2018-02-18 12:47:15] [RecordsEyepiece] » Found column `WinningPayout`.
[2018-02-18 12:47:15] [RecordsEyepiece] Updating `MostFinished` counts for all Players...
[2018-02-18 12:47:15] [RecordsEyepiece] Updating `MostRecords` counts for all Players...
[2018-02-18 12:47:15] [RecordsEyepiece] Checking entries for the <placement_widget>...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "Always"...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "Race"...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "Rounds"...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "TimeAttack"...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "Team"...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "Laps"...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "Cup"...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "TeamAttack"...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "Chase"...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "Knockout"...
[2018-02-18 12:47:15] [RecordsEyepiece] » Working on all <placement> with <display> "Doppler"...
[2018-02-18 12:47:16] [RecordsEyepiece] Finished.
[2018-02-18 12:47:16] [RecordsEyepiece] ********************************************************
####[UASECO]#########################################################################
» Server:        Ł๕ร Ðยเ Ðεยƫςсĥłαηđ *New* (rookie844555), join link: "maniaplanet://#join=rookie844555@TMCanyon@nadeo"
» Title:         TMCanyon@nadeo
» Gamemode:      "TimeAttack" with script "TimeAttack.Script.txt" version "2017-07-12"
» Dedicated:     ManiaPlanet/3.3.0 build 2017-11-17_18_00, using Method-API 2013-04-16, ModeScript-API 2.3.0
»                MatchSettings: maplist_server1.txt
»                Ports: Connections 2350, P2P 3450, XmlRpc 50002
»                Network: Send 125 KB, Receive 171 KB
»                Uptime: 48 minutes 43 seconds
» -----------------------------------------------------------------------------------
» UASECO:        Version 0.9.6 build 2017-09-02, running on 127.0.0.1:50002,
»                based upon the work of the authors and projects of:
»                - Xymph (XAseco2),
»                - Florian Schnell, AssemblerManiac and many others (ASECO),
»                - Kremsy (MPASECO)
» Author:        (UASECO)
» Website:       
» -----------------------------------------------------------------------------------
» OS:            Linux 447 3.16.0-4-amd64 #1 SMP Debian 3.16.51-3 (2017-12-13) x86_64
» -----------------------------------------------------------------------------------
» PHP:           PHP/5.6.33-0+deb8u1
»                MemoryLimit: -1
»                MaxExecutionTime: 120 seconds
»                AllowUrlFopen: true
»                Streams: compress.bzip2, compress.zlib, data, file, ftp, ftps, glob, http, https, phar, php, ssh2.exec, ssh2.scp, ssh2.sftp, ssh2.shell, ssh2.tunnel, zip
»                GD-Lib: Version: 2.1.1-dev, JPEG: true, PNG: true, FreeType: true
» -----------------------------------------------------------------------------------
» Database:      Server:  MySQL/5.5.59-0+deb8u1
»                Client:  5.5.59
»                Connect: Localhost via UNIX socket
»                Status:  Started: 2018-02-07 20:56; Threads: 1; Questions: 2681; Slow queries: 0; Opens: 350; Flush tables: 1; Open tables: 176; Queries per second avg: 0.002
#####################################################################################
[2018-02-18 12:47:16] [Player] Connection from Player [**********] from Germany [Nick: Player, IP: 111.222.333.444, Rank: 13146, Id: 1]
[PHP Fatal Error] Call to undefined method UASECO::buildStriplingInfo() on line 2351 in file /home/tm2/uaseco/uaseco.php
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Connection could not be established

Post by undef.de »

First of all: UASECO can't read any maps, please check if "/home/tm2/UserData/Maps/Campaigns/0/" is correct and make sure that the dedicated server and UASECO are on the same hardware.

Then your config/modescript_settings.xml seems not to be up to date (<warm_up_number> and <warm_up_duration> are missed).

About the error "Call to undefined method UASECO::buildStriplingInfo()": I have no clue how that could happen with the original files, did you change something?
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.
Swordman844555
Posts: 6
Joined: 17 Feb 2018, 10:29

Re: Connection could not be established

Post by Swordman844555 »

I have all Reinstalled and it Works, Thanks. :thumbsup:
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 1 guest