Feedback and Reports for the development branch

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

hackie
Posts: 1168
Joined: 19 Jul 2012, 22:43

Re: Feedback and Reports for the development branch

Post by hackie »

Some feedback about converted maps :


I can drive locals , but deditimes are ignored.

One map gave me this : [UASECO Warning] [-1000] CheckMapForCurrentServerParams - The map filename must be defined.

I know the maps work , I tried them also on a server with Xaseco2.

Map is at least 30 sec with more then 2 cp's.
Server is upgraded to 80 dedi times.

Futher nothing about dedimania in logs.

Part of log :

Code: Select all

[2014-09-22 18:45:01] [Map] Running on [»Rewiind'] made by [dutchlegend_tmx] [Env: 'Stadium', Uid: 'k_K8xWKlPYSNt_V9ZI4QCQcZM71', Id: 539]
[2014-09-22 18:45:01] [Event] Begin Map
[2014-09-22 18:45:01] [LocalRecords] Currently no record on [»Rewiind']
[2014-09-22 18:45:08] [Player] Connection from Player [truffeltje] from Netherlands [Nick: »ρнαήтσм« ツ, IP: 192.168.2.212, Rank: 2232, Id: 1]
[2014-09-22 18:46:04] [Chat] Player [truffeltje] used command "/jukebox 1"
[UASECO Warning] [-1000] CheckMapForCurrentServerParams - The map filename must be defined.
[2014-09-22 18:46:07] [Chat] Player [truffeltje] used command "/admin nextmap"
[2014-09-22 18:46:07] [Admin] MasterAdmin [truffeltje] skips map!
[2014-09-22 18:46:07] [Event] End Playing
[2014-09-22 18:46:07] [Event] End Map
[2014-09-22 18:46:08] [Rasp] Calculating ranks...
[2014-09-22 18:46:08] [Rasp] ...Done!
[2014-09-22 18:46:08] [Event] Begin Podium
[2014-09-22 18:46:22] [Event] End Podium
[2014-09-22 18:46:22] [Event] Unloading Map
[2014-09-22 18:46:22] [Event] Loading Map
[2014-09-22 18:46:33] [Map] Changing from [»Rewiind'] to [Tribal #2] [Env: 'Stadium', Uid: 'TUOlsLcE6TkWr2xDFQ1KwrunWWf', Id: 493]
[2014-09-22 18:46:33] [Event] Begin Map
[2014-09-22 18:46:33] [LocalRecords] Currently no record on [Tribal #2]
[2014-09-22 18:46:35] [Event] Begin Playing
[2014-09-22 18:51:54] [Event] Player Ranking Updated (Player)
[2014-09-22 18:51:54] [LocalRecords] Player [truffeltje] finished with 0:38.108 and took the 1. LR place!
[2014-09-22 18:52:38] [Event] End Playing
[2014-09-22 18:52:38] [Event] End Map
[2014-09-22 18:52:38] [Rasp] Calculating ranks...
[2014-09-22 18:52:38] [Rasp] ...Done!
[2014-09-22 18:52:38] [Event] Begin Podium
System Specs:
OS: Windows 7 Professionnal x64
CPU: Intel Core i7-6700K / 4 GHz - 8 MB cache
GPU: MSI GTX 980TI GAMING 6G - OC Edition
Motherboard: ASUS MAXIMUS VIII RANGER
RAM : 32Gb Kingston HyperX Savage - DDR4
DirectX 11
jui
Posts: 171
Joined: 16 May 2013, 15:58

Re: Feedback and Reports for the development branch

Post by jui »

Tested the new version today problems with dedis are gone :thumbsup:
Btw. i love the info bar looks really good.
And i think i saw in the code that you plan to add the function of the mapscount widget which would be nice also the function of the more rankings widget would be cool in the info bar i think.

Code: Select all

<!-- Current position in the map ranking displayed at the bottom right of the screen -->
		<position>
			<visible>true</visible>
		</position>
The position always gets disabled when i start uaseco even when its true like in the code above.
When i out comment the respective line in plugin.modescript_handler.php it stays visible. I used the new version of gamemode scripts.

<display_checkpoints> will try this later thx :)
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the development branch

Post by undef.de »

@all
hackie wrote:I can drive locals , but deditimes are ignored.
We are currently trying to figure out what's happens at hackie's server...
hackie wrote: One map gave me this : [UASECO Warning] [-1000] CheckMapForCurrentServerParams - The map filename must be defined.
This has been fixed with the github snapshot from yesterday with a clean database install. So i guess i have to make a database converter next time, to make sure the new columns are filled... ;)
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
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the development branch

Post by undef.de »

jui wrote:Tested the new version today problems with dedis are gone :thumbsup:
Nice to hear.
jui wrote: Btw. i love the info bar looks really good.
And i think i saw in the code that you plan to add the function of the mapscount widget which would be nice also the function of the more rankings widget would be cool in the info bar i think.
Thanks! I'm currently not 100% sure what i add to this info-bar, but i want to add the Donation-Buttons, Last/Best Times (the UI <personnal_best_and_rank>)... maybe the VisitorsCount from Records-Eyepiece...
jui wrote:

Code: Select all

<!-- Current position in the map ranking displayed at the bottom right of the screen -->
		<position>
			<visible>true</visible>
		</position>
The position always gets disabled when i start uaseco even when its true like in the code above.
When i out comment the respective line in plugin.modescript_handler.php it stays visible. I used the new version of gamemode scripts.
This is related to the plugin.info_bar.php which disables the <position>, because the <position> is part of it... no need to see that twice at the HUD. But this will be later adjustable in the configuration of the plugin. Also need that space for the RE Widgets, which i currently move a little bit.
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.
jui
Posts: 171
Joined: 16 May 2013, 15:58

Re: Feedback and Reports for the development branch

Post by jui »

New bug report :)

/pm and i think also /helpvote kill uaseco

Code: Select all

[2014-09-25 20:36:23] [Chat] Player [hard.core] used command "/pm drewsterman798 are you drivin ECP ?"
[PHP Fatal Error] Access to undeclared static property: PluginMuting::$muting_available on line 134 in file /opt/maniaplanet-server/UASECO-development/plugins/chat.rasp.php
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the development branch

Post by undef.de »

jui wrote:/pm and i think also /helpvote kill uaseco
Bugfix commit: https://github.com/undeflabs/UASECO/com ... bd84f63981

But "/helpvote" was working fine for me. Please test and report again. ;)

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.
jui
Posts: 171
Joined: 16 May 2013, 15:58

Re: Feedback and Reports for the development branch

Post by jui »

/pm works fine now.

log when someone uses /helpvote

Code: Select all

[2014-09-26 17:03:51] [Chat] Player [woutersmits2] used command "/helpvote"
[PHP Notice] Undefined variable: aseco on line 983 in file /opt/maniaplanet-server/UASECO-development/plugins/plugin.vote_manager.php
[PHP Fatal Error] Call to a member function sendManialink() on a non-object on line 983 in file /opt/maniaplanet-server/UASECO-development/plugins/plugin.vote_manager.php
hmm it is strange maybe some error on my side.
normal voting works fine.
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the development branch

Post by undef.de »

jui wrote: log when someone uses /helpvote

Code: Select all

[2014-09-26 17:03:51] [Chat] Player [woutersmits2] used command "/helpvote"
[PHP Notice] Undefined variable: aseco on line 983 in file /opt/maniaplanet-server/UASECO-development/plugins/plugin.vote_manager.php
[PHP Fatal Error] Call to a member function sendManialink() on a non-object on line 983 in file /opt/maniaplanet-server/UASECO-development/plugins/plugin.vote_manager.php
Aha... i was looking at "plugin.rasp_votes.php" which also have that command "/helpvote".

Anyway, fixed at commit: https://github.com/undeflabs/UASECO/com ... 40278b9cb7
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.
jui
Posts: 171
Joined: 16 May 2013, 15:58

Re: Feedback and Reports for the development branch

Post by jui »

undef.de wrote: Aha... i was looking at "plugin.rasp_votes.php" which also have that command "/helpvote".

Anyway, fixed at commit: https://github.com/undeflabs/UASECO/com ... 40278b9cb7
Nice Thx :)
jui
Posts: 171
Joined: 16 May 2013, 15:58

Re: Feedback and Reports for the development branch

Post by jui »

another one :)
"/cps"

Code: Select all

[2014-09-30 13:55:07] [Chat] Player [jui] used command "/cps"
[PHP Notice] Undefined variable: command on line 110 in file /opt/maniaplanet-server/UASECO-development_newbie/plugins/plugin.checkpoints.php
[PHP Fatal Error] Undefined class constant 'STUNT' on line 144 in file /opt/maniaplanet-server/UASECO-development_newbie/plugins/plugin.checkpoints.php
Edit: im not sure if you know it already but there is also a bug with multilap maps in TimeAttack. The Flying Round does not count for local records (have not tested with dedi).
Locked

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 1 guest