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
The system cannot find the path specified
Re: The system cannot find the path specified
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.
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.
Re: The system cannot find the path specified
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
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
Re: The system cannot find the path specified
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 :/
Re: The system cannot find the path specified
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.
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.
Re: The system cannot find the path specified
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
Reason: Use code/tags for code or tags
Re: The system cannot find the path specified
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.
Check out
openplanet, the alternative ManiaPlanet & Turbo scripting platform! (Openplanet subforum)
I also stream and tweet.
Forum moderator, opinions are my own.

Check out

I also stream and tweet.
Re: The system cannot find the path specified
i've set 127.0.0.1 and for test my public ip, same result
Re: The system cannot find the path specified
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.
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.
Re: The system cannot find the path specified
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
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
Who is online
Users browsing this forum: No registered users and 0 guests