Uaseco 0.9.6 from github fatal error

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
endbase
Posts: 483
Joined: 26 Jun 2011, 19:34

Uaseco 0.9.6 from github fatal error

Post by endbase »

I can't get webrequest working on the uaseco version from github It gives a fatal error on line 84 webrequest.class.php no working proces found ! If I use the webrequest.class from 0.9.5 it solves the problem in combination with uaseco from github !

My guess is that the webrequest pidd is not fount on the host anybody can shine a light on this will be nice :thumbsup:
Last edited by endbase on 18 Apr 2018, 14:40, edited 1 time in total.
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Uaseco 9.6 from github fatal error

Post by undef.de »

Could you please add the original error message from the logfile, I couldn't find the source... :?
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.
endbase
Posts: 483
Joined: 26 Jun 2011, 19:34

Re: Uaseco 0.9.6 from github fatal error

Post by endbase »

here you go not so much lines

Code: Select all

[2018-04-18 15:33:55] ####[INIT]###########################################################################
[2018-04-18 15:33:55] [PHP] Checking for required and wanted PHP extensions...
[2018-04-18 15:33:55] [PHP] » Checking "Exchangeable Image Information" (exif): OK!
[2018-04-18 15:33:55] [PHP] » Checking "File Transfer Protocol" (ftp): OK!
[2018-04-18 15:33:55] [PHP] » Checking "ICONV character set conversion facility" (iconv): OK!
[2018-04-18 15:33:55] [PHP] » Checking "Image Processing and GD" (gd): OK!
[2018-04-18 15:33:55] [PHP] » Checking "JavaScript Object Notation" (json): OK!
[2018-04-18 15:33:55] [PHP] » Checking "LibXML" (libxml): OK!
[2018-04-18 15:33:55] [PHP] » Checking "Multibyte String" (mbstring): OK!
[2018-04-18 15:33:55] [PHP] » Checking "MySQL Improved" (mysqli): OK!
[2018-04-18 15:33:55] [PHP] » Checking "SimpleXML" (SimpleXML): OK!
[UASECO Fatal Error] [WebRequest] Could not found any worker processes of "webrequest.php", can not life without some! on line 84 in file /home/masterbas/fun4u/serwertm2/uaseco/includes/core/webrequest.class.php
sorry made a fault in the original post will edit it from line 94 to line 84
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Uaseco 0.9.6 from github fatal error

Post by undef.de »

Do you start webrequest.sh before uaseco.sh?
Does webrequest.sh create files like "webrequest.pid.NN" (NN = numbers) in "cache/webrequest/"?
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.
endbase
Posts: 483
Joined: 26 Jun 2011, 19:34

Re: Uaseco 0.9.6 from github fatal error

Post by endbase »

undef.de wrote: 18 Apr 2018, 15:34 Do you start webrequest.sh before uaseco.sh?
Does webrequest.sh create files like "webrequest.pid.NN" (NN = numbers) in "cache/webrequest/"?
I can't realy check I'm a different host these days I must ask I guess

Oke mailed him to take a look at the post !

Update : He solved it thx undef and Kris from host :thumbsup:
RelaxedRacer
Posts: 61
Joined: 08 Feb 2011, 02:30

Re: Uaseco 0.9.6 from github fatal error

Post by RelaxedRacer »

Hi, i updated from github, and its giving me this PHP Notice:

Code: Select all

[PHP Notice] Undefined index: prevracetime on line 979 in file C:\TM_Server\UASECO\plugins\plugin.modescript_handler.php
[PHP Notice] Undefined index: prevracerespawns on line 980 in file C:\TM_Server\UASECO\plugins\plugin.modescript_handler.php
[PHP Notice] Undefined index: prevracecheckpoints on line 981 in file C:\TM_Server\UASECO\plugins\plugin.modescript_handler.php
[PHP Notice] Undefined index: prevstuntsscore on line 983 in file C:\TM_Server\UASECO\plugins\plugin.modescript_handler.php
Doesnt seem to be a problem, its working fine like before i updated.
Just thought i mention it.

Cheers :thumbsup:
TMNF Server Link: tmtp://#join=racing_room_speed
TMMP Server Link: maniaplanet://#join=racing_room_speed@TMStadium@nadeo
TMGL Server Link: uplay://launch/5595/0/#join=n0AEQqlwQkGDQIke4YeZNw@Trackmania
Discord YouTube Twitch
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Uaseco 0.9.6 from github fatal error

Post by undef.de »

RelaxedRacer wrote: 18 Apr 2018, 20:40

Code: Select all

[PHP Notice] Undefined index: prevracetime on line 979 in file C:\TM_Server\UASECO\plugins\plugin.modescript_handler.php
[PHP Notice] Undefined index: prevracerespawns on line 980 in file C:\TM_Server\UASECO\plugins\plugin.modescript_handler.php
[PHP Notice] Undefined index: prevracecheckpoints on line 981 in file C:\TM_Server\UASECO\plugins\plugin.modescript_handler.php
[PHP Notice] Undefined index: prevstuntsscore on line 983 in file C:\TM_Server\UASECO\plugins\plugin.modescript_handler.php
Hmmm... it seems you haven't updated uaseco.php, which enables these. Please try and report if that fixed it.
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.
endbase
Posts: 483
Joined: 26 Jun 2011, 19:34

Re: Uaseco 0.9.6 from github fatal error

Post by endbase »

Ps tab ain't working on this version :pop: does nothing at all

Nvm stupid enough to not copy modescript_settings.xml from newinstall :P
RelaxedRacer
Posts: 61
Joined: 08 Feb 2011, 02:30

Re: Uaseco 0.9.6 from github fatal error

Post by RelaxedRacer »

undef.de wrote: 18 Apr 2018, 22:19 Hmmm... it seems you haven't updated uaseco.php, which enables these. Please try and report if that fixed it.
I just checked with winmerge, uaseco.php is/was updated.
TMNF Server Link: tmtp://#join=racing_room_speed
TMMP Server Link: maniaplanet://#join=racing_room_speed@TMStadium@nadeo
TMGL Server Link: uplay://launch/5595/0/#join=n0AEQqlwQkGDQIke4YeZNw@Trackmania
Discord YouTube Twitch
endbase
Posts: 483
Joined: 26 Jun 2011, 19:34

Re: Uaseco 0.9.6 from github fatal error

Post by endbase »

this still happens with numbers login's

Image
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 1 guest