Page 1 of 1

Uaseco does not start

Posted: 26 Jan 2019, 04:15
by clementlapizza
Hello,
I currently have a problem when after following the installation documentation, I found myself in the trap of not seeing anything happening in the game.

I do not know how to fix this problem.

cordially

Image

Re: Uaseco does not start

Posted: 26 Jan 2019, 08:42
by TMarc
First, it looks like the HUD has disappeared, probably you pressed the corresponding key by error. Check your keyboard assignment in game and let the HUD appear again.
It might also be a configuration issue with the HUD.

Because without it, it is impossible to tell what is going on there.

Re: Uaseco does not start

Posted: 26 Jan 2019, 11:25
by Miss
TMarc, this is the Uaseco forum, not sure if you noticed :D

Clement, you're gonna have to post some of your Uaseco logs in order to see what's happening here.

Re: Uaseco does not start

Posted: 26 Jan 2019, 11:50
by TMarc
I noticed for sure, we are in the server controller section.
The minimal HUD was not visible when I was watching the screenshot on my smartphone this morning :lol:

Re: Uaseco does not start

Posted: 27 Jan 2019, 21:15
by clementlapizza
Hello,

Here are my Uaseco logs:

Code: Select all

[2019-01-27 21:09:24] ###############################################################################
[2019-01-27 21:09:24] [UASECO] Initializing...
[2019-01-27 21:09:24] [PHP] Checking for required and wanted PHP extensions...
[2019-01-27 21:09:24] [PHP] » Checking "Exchangeable Image Information" (exif): OK!
[2019-01-27 21:09:24] [PHP] » Checking "File Transfer Protocol" (ftp): OK!
[2019-01-27 21:09:24] [PHP] » Checking "ICONV character set conversion facility" (iconv): OK!
[2019-01-27 21:09:24] [PHP] » Checking "Image Processing and GD" (gd): OK!
[2019-01-27 21:09:24] [PHP] » Checking "JavaScript Object Notation" (json): OK!
[2019-01-27 21:09:24] [PHP] » Checking "LibXML" (libxml): OK!
[2019-01-27 21:09:24] [PHP] » Checking "Multibyte String" (mbstring): OK!
[2019-01-27 21:09:24] [PHP] » Checking "MySQL Improved" (mysqli): OK!
[2019-01-27 21:09:24] [PHP] » Checking "SimpleXML" (SimpleXML): OK!
[2019-01-27 21:09:24] [Config] Load settings [config/UASECO.xml]
[UASECO Fatal Error] No MasterAdmin(s) configured in [config/UASECO.xml]! on line 762 in file /home/ClementlaPizza/Serveur_de_test/ManiaplanetServer/uaseco/uaseco.php
and for the MasterLogin it is however to configure as its on my line:

Code: Select all

	<masteradmins>
		<!-- /ip:port in tmlogin only useful when joining server over LAN -->
		<!-- ipaddress can be specified to guard each login against       -->
		<!-- unauthorized use of admin commands from other IP addresses   -->
		<!-- format:
		<tmlogin>MyManiaPlanetID</tmlogin> <ipaddress>**.***.***.**</ipaddress>
		//-->
	</masteradmins>

Re: Uaseco does not start

Posted: 27 Jan 2019, 21:40
by hackie
Should look like this :


Code: Select all

	<masteradmins>
		<!-- /ip:port in tmlogin only useful when joining server over LAN -->
		<!-- ipaddress can be specified to guard each login against       -->
		<!-- unauthorized use of admin commands from other IP addresses   -->
		<!-- format:
		<tmlogin>YOUR_MASTERADMIN_LOGIN</tmlogin> <ipaddress>YOUR_MASTERADMIN_IP</ipaddress>
		//-->
		<tmlogin>youre-masterserver-login</tmlogin>

	</masteradmins>

Re: Uaseco does not start

Posted: 27 Jan 2019, 22:30
by clementlapizza
hi,

it's good my problem comes from the.

I thank you (is more a thing all stupid -_-)