The system cannot find the path specified

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
fqntz
Posts: 6
Joined: 29 Feb 2020, 19:34

The system cannot find the path specified

Post by fqntz »

Hi everyone,

i'm trying to set my first dedicated server with uaseco on Windows server ( using ver. UASECO-0.9.6_2019-03-02 + xampp x64 7.4.2 ), i followed steps here and there but i get this specific error when launching webrequest.bat or uaseco.bat :

Active code page: 65001
The system cannot find the path specified.
Press any key to continue . . .


i have no logs from uaseco about this error, my Windows system Path is correctly set with php path, the INSTPHP is correctly set to my xampp\php folder.

Does anybody have an idea about why this don't dowrk ?

thanks for your help
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: The system cannot find the path specified

Post by undef.de »

fqntz wrote: 29 Feb 2020, 19:47 i followed steps here and there
Maybe it's better to use this: https://www.uaseco.org/documentation/installation.php
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.
fqntz
Posts: 6
Joined: 29 Feb 2020, 19:34

Re: The system cannot find the path specified

Post by fqntz »

hi,

i used this exactly, even followed the video but still have the error. i have checked path but for an obscure reason it don't work
fqntz
Posts: 6
Joined: 29 Feb 2020, 19:34

Re: The system cannot find the path specified

Post by fqntz »

in both bat files i edited the paths from variable to UNC that did the trick but now it seems to not be able to connect to server port....this feels endless :/
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: The system cannot find the path specified

Post by undef.de »

fqntz wrote: 02 Mar 2020, 00:17 now it seems to not be able to connect to server port
Please add the logfile, there is a more detailed info about the problem happened.
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.
fqntz
Posts: 6
Joined: 29 Feb 2020, 19:34

Re: The system cannot find the path specified

Post by fqntz »

hi there is the log of uaseco ( my-ip = real ip set in the config ):

Code: Select all

[2020-03-01 23:47:51] ####[INIT]###########################################################################
[2020-03-01 23:47:51] [PHP] Checking for required PHP extensions...
[2020-03-01 23:47:51] [PHP] PHP is using "C:\xampp\php\php.ini"
[2020-03-01 23:47:51] [PHP] » Checking "Exchangeable Image Information" (exif): OK!
[2020-03-01 23:47:51] [PHP] » Checking "File Transfer Protocol" (ftp): OK!
[2020-03-01 23:47:51] [PHP] » Checking "ICONV character set conversion facility" (iconv): OK!
[2020-03-01 23:47:51] [PHP] » Checking "Image Processing and GD" (gd): OK!
[2020-03-01 23:47:51] [PHP] » Checking "JavaScript Object Notation" (json): OK!
[2020-03-01 23:47:51] [PHP] » Checking "LibXML" (libxml): OK!
[2020-03-01 23:47:51] [PHP] » Checking "Multibyte String" (mbstring): OK!
[2020-03-01 23:47:51] [PHP] » Checking "MySQL Improved" (mysqli): OK!
[2020-03-01 23:47:51] [PHP] » Checking "SimpleXML" (SimpleXML): OK!
[2020-03-01 23:47:51] [Config] Load settings [config/UASECO.xml]
[2020-03-01 23:47:51] [UASECO][WARNING] ###############################################################################################################
[2020-03-01 23:47:51] [UASECO][WARNING] You should setup a working mail to be able to contact you, change it in [config/UASECO.xml] at <admin_contact>!
[2020-03-01 23:47:51] [UASECO][WARNING] ###############################################################################################################
[2020-03-01 23:47:51] [Config] Load admin and operator lists [config/adminops.xml]
[2020-03-01 23:47:51] [Config] Load banned IPs list [config/bannedips.xml]
[2020-03-01 23:47:51] [PHP] Setup memory limit to 256M
[2020-03-01 23:47:51] [PHP] Setup script timeout to 120 seconds
[2020-03-01 23:47:51] [Dedicated] Try to connect to Maniaplanet dedicated server at [my-ip:5004] (timeout 180s)
[2020-03-01 23:47:52] [Dedicated] [1] connect - Cannot open socket
[PHP Notice] Trying to access array offset on value of type null on line 1793 in file D:\UASECO\includes\core\helper.class.php
Last edited by undef.de on 02 Mar 2020, 21:47, edited 1 time in total.
Reason: Use code/tags for code or tags
User avatar
Miss
Posts: 2151
Joined: 05 Jan 2016, 11:34
Location: The Netherlands
Contact:

Re: The system cannot find the path specified

Post by Miss »

What IP address did you put? If you're hosting it on the same machine as that UASECO is running, you should just use 127.0.0.1.
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.
fqntz
Posts: 6
Joined: 29 Feb 2020, 19:34

Re: The system cannot find the path specified

Post by fqntz »

i've set 127.0.0.1 and for test my public ip, same result
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: The system cannot find the path specified

Post by undef.de »

Then the port 5004 is not the right, compare the port from the dedicated_cfg.txt of your server. And please check if the server is really running (logfile).
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.
fqntz
Posts: 6
Joined: 29 Feb 2020, 19:34

Re: The system cannot find the path specified

Post by fqntz »

hi,

this part was unclear for me so it was the xmlrpc_port to be set in UASECO.xml so for now it runs but i have a lot of PHP error like this :

[PHP Notice] Trying to access array offset on value of type null on line 413 in file D:\UASECO\includes\core\player.class.php

it goes from line 413 to 441
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 0 guests