UASECO 0.9.5 (2017-06-08) released

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

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

Re: UASECO 0.9.5 (2017-06-08) released

Post by undef.de »

rasmusdk wrote: 09 Jun 2017, 00:34 What did I do wrong on updating to 095.
Widgets (dedi/local/live ranking) come and go as it suits them, and only the same widgets are displayed on the podium. (info bar is fine)
Same issue with update from Github the other day. (github095-0406 works fine) I simply can not figure out what's wrong.

Code: Select all

[PHP Notice] Undefined index: CALLVOTE_DISABLED on line 486 in file H:\TM2Server\_uaseco\plugins\plugin.vote_manager.php
Seems you have removed the entry <messages><callvote_disabled>, because that's there since 0.9.0.

rasmusdk wrote: 09 Jun 2017, 00:34

Code: Select all

[UASECO Exception] Error returned: "Invalid Manialink page: XML Error at [65, 0]: Parsing attribute " pos" " [-1000] at GbxRemote::query() for method "SendDisplayManialinkPageToLogin" with arguments:
array(4) {
  [0]=>
  string(8) "rasmusdk"
  [1]=>
  string(18072) "[...]"
  [2]=>
  int(0)
  [3]=>
  bool(false)
}
That's strange I'm pretty sure I've fixed it, but the file don't includes my changes about that... ok, then I have to do it once again. Fixed for the next release.

EDIT: To fix this, just remove the "//" at the begin of line 14247.
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: 475
Joined: 26 Jun 2011, 19:34

Re: UASECO 0.9.5 (2017-06-08) released

Post by endbase »

undef.de wrote: 09 Jun 2017, 12:12 EDIT: To fix this, just remove the "//" at the begin of line 14247.
That did the trick thx alot :) :thumbsup:
Last edited by undef.de on 09 Jun 2017, 13:27, edited 1 time in total.
Reason: Fixed quotings...
User avatar
rasmusdk
Posts: 68
Joined: 22 May 2012, 13:10
Location: Denmark

Re: UASECO 0.9.5 (2017-06-08) released

Post by rasmusdk »

undef.de wrote: 09 Jun 2017, 12:12 That's strange I'm pretty sure I've fixed it, but the file don't includes my changes about that... ok, then I have to do it once again. Fixed for the next release.

EDIT: To fix this, just remove the "//" at the begin of line 14247.
Super it works and all is fine - Thanks!

...so just a little thing in 'autotime.xml' (all Uaseco versions)

Code: Select all

	<!-- 2 = in message window, 1 = in chat, 0 = none -->
	<display>0</display>
</settings>
using 0 , message still come in chat. (like 1)
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: UASECO 0.9.5 (2017-06-08) released

Post by undef.de »

rasmusdk wrote: 09 Jun 2017, 13:25 ...so just a little thing in 'autotime.xml' (all Uaseco versions)

Code: Select all

	<!-- 2 = in message window, 1 = in chat, 0 = none -->
	<display>0</display>
</settings>
using 0 , message still come in chat. (like 1)
That "message window" doesn't exists yet and that's why these things are not working well/the right way. That's still on the todo list. 8-)
And "0" has been fixed in plugin.autotime.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.
User avatar
rasmusdk
Posts: 68
Joined: 22 May 2012, 13:10
Location: Denmark

Re: UASECO 0.9.5 (2017-06-08) released

Post by rasmusdk »

undef.de wrote: 09 Jun 2017, 13:29
rasmusdk wrote: 09 Jun 2017, 13:25 ...so just a little thing in 'autotime.xml' (all Uaseco versions)

Code: Select all

	<!-- 2 = in message window, 1 = in chat, 0 = none -->
	<display>0</display>
</settings>
using 0 , message still come in chat. (like 1)
That "message window" doesn't exists yet and that's why these things are not working well/the right way. That's still on the todo list. 8-)
And "0" has been fixed in plugin.autotime.php.
The chatmessage come from 'plugin.autotime.xml'

If i disable it here

Code: Select all

	<!--
	<message_default>
	.....
chat show a empty line.
aca
Posts: 44
Joined: 02 May 2014, 14:25
Location: Passau

Re: UASECO 0.9.5 (2017-06-08) released

Post by aca »

Hello,

in plugins/chat.rasp_nextrank.php there is a semicolon missing in line 123

Code: Select all

$pl = $aseco->server->players->getPlayerByLogin($login)
Further some XML-bagatelles:
/newinstall/checkpoints.xml (line 86) it should be &amp; instead of &

Code: Select all

<cheater_blacklisted_and_banned>{#server}» {#admin}Cheater {#highlite}{1}$Z$S{#admin} blacklisted &amp; banned!</cheater_blacklisted_and_banned>
"--" in between <!-- --> comments is recommended to be replaced in files:
newinstall/config/tachometer/template_classic.xml
newinstall/config/customize_quit_dialog/default.xml

Greetings, aca
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: UASECO 0.9.5 (2017-06-08) released

Post by undef.de »

Change, thanks!
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.
User avatar
SSM.Speed...
Posts: 298
Joined: 21 Jul 2012, 21:21
Contact:

Re: UASECO 0.9.5 (2017-06-08) released

Post by SSM.Speed... »

salut

Code: Select all

[UASECO Exception] Error returned: "Unable to retrieve validation data." [-1000] at GbxRemote::query() for method "GetValidationReplay" with arguments:
array(1) {
  [0]=>
  string(7) "dade123"
????????????????????????????????????? 0.95
Last edited by undef.de on 10 Jun 2017, 09:40, edited 1 time in total.
Reason: Use code tags for code/logs...
Image
createur de server depuis 2005 nadeo 1>tmnf 2>tmc et 4>Stad² 15>storm 43> server matchmaking pour un total de 65 server 24/24 createur du FanClub SSM
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: UASECO 0.9.5 (2017-06-08) released

Post by undef.de »

SSM.Speed... wrote: 10 Jun 2017, 09:38

Code: Select all

[UASECO Exception] Error returned: "Unable to retrieve validation data." [-1000] at GbxRemote::query() for method "GetValidationReplay" 
See viewtopic.php?p=286952#p286952
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.
User avatar
SSM.Speed...
Posts: 298
Joined: 21 Jul 2012, 21:21
Contact:

Re: UASECO 0.9.5 (2017-06-08) released

Post by SSM.Speed... »

undef.de wrote: 10 Jun 2017, 09:41
SSM.Speed... wrote: 10 Jun 2017, 09:38

Code: Select all

[UASECO Exception] Error returned: "Unable to retrieve validation data." [-1000] at GbxRemote::query() for method "GetValidationReplay" 
See viewtopic.php?p=286952#p286952
ty :thx:
Image
createur de server depuis 2005 nadeo 1>tmnf 2>tmc et 4>Stad² 15>storm 43> server matchmaking pour un total de 65 server 24/24 createur du FanClub SSM
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 1 guest