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

Locked
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 »

speedychris wrote:[BUG] i have configured some Info Messages in welcome_center.xml, but they will never been shown.
Just tested and it works fine for me. How does your <messages> part from welcome_center.xml look?
speedychris wrote: [REQUEST] we have 2 own Widgets/Placements configured in records_eyepiece.xml but i cant display them in the same Style as the other Widgets. Is this possible and if yes how?
It should, but i didn't test it: <background_color> has to be '5565'
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.
reaby
Posts: 956
Joined: 29 Dec 2010, 23:26
Location: Eastern Finland
Contact:

Re: Feedback and Reports for the development branch

Post by reaby »

checkpoint_time_diff:
i ran into maniascript error...

widgets maniascript line 187:

Code: Select all

CheckpointTimes[CpCount] = CpTime;
with out of array bounds.....

proposed fix is to replace it with, but i might be wrong...

Code: Select all

CheckpointTimes.add(CpTime);
controller was restarted while i was driving.
speedychris
Posts: 172
Joined: 29 Dec 2011, 20:47

Re: Feedback and Reports for the development branch

Post by speedychris »

Ok the Colors are now OK, but when i move the mouse over widget theres no Color Change (highlighting).

Example highlighting OK but wrong color:

Code: Select all

<background_style>BgsPlayerCard</background_style>
<background_substyle>ProgressBar</background_substyle>
Color OK but no highlighting:

Code: Select all

<background_color>55556699</background_color>
<background_style>Bgs1</background_style>
<background_substyle>BgEmpty</background_substyle>
welcome_center.xml look like:

Code: Select all

<!-- Define your Info Messages here, just add as many "<message>YOUR MESSAGE HERE</message>" entries as you want -->
  <messages>
    <message>We are always looking for new Members, please visit $lhttp://url</message>
    <message>After playing a Map please vote for it! (+++, ++, +, -, -- or ---)</message>
  </messages>
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 »

speedychris wrote: Example highlighting OK but wrong color:

Code: Select all

<background_style>BgsPlayerCard</background_style>
<background_substyle>ProgressBar</background_substyle>
Color OK but no highlighting:

Code: Select all

<background_color>55556699</background_color>
Ok, i see that you are missing a <background_focus>, i added this for the next update. Thanks!
speedychris wrote: welcome_center.xml look like:

Code: Select all

<!-- Define your Info Messages here, just add as many "<message>YOUR MESSAGE HERE</message>" entries as you want -->
  <messages>
    <message>We are always looking for new Members, please visit $lhttp://url</message>
    <message>After playing a Map please vote for it! (+++, ++, +, -, -- or ---)</message>
  </messages>
Just tested this and it was working too for me.
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 »

reaby wrote:checkpoint_time_diff:
i ran into maniascript error...

widgets maniascript line 187:

Code: Select all

CheckpointTimes[CpCount] = CpTime;
with out of array bounds.....

proposed fix is to replace it with, but i might be wrong...

Code: Select all

CheckpointTimes.add(CpTime);
controller was restarted while i was driving.
I guess the complete else block was stupid, i have commented them out. 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.
hackie
Posts: 1168
Joined: 19 Jul 2012, 22:43

Re: Feedback and Reports for the development branch

Post by hackie »

After installation of the newest version of worlds best server controller for Maniaplanet :roflol: , I found some weird stuff as usual :

I added 2 maps to the server and wanted to test the erase command.
I used the command : /admin erasethis and the map erases and uaseco skips to the next map.
When the next map starts I see ath the map widget on screen that the server still has 2 maps, hu ? I erased one.
When I look into my map folder , where the maps are stored , there is only one map.

So , Uaseco erases map from the harddrive but its still shown in the lists ( all of them )
I also can juke it , but log says : map unknown. ( ofcourse cause its not there )
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
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 »

hackie wrote:I added 2 maps to the server and wanted to test the erase command.
I used the command : /admin erasethis and the map erases and uaseco skips to the next map.
When the next map starts I see ath the map widget on screen that the server still has 2 maps, hu ? I erased one.
When I look into my map folder , where the maps are stored , there is only one map.

So , Uaseco erases map from the harddrive but its still shown in the lists ( all of them )
I also can juke it , but log says : map unknown. ( ofcourse cause its not there )
I found the bug, fixed for the next update. 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.
hackie
Posts: 1168
Joined: 19 Jul 2012, 22:43

Re: Feedback and Reports for the development branch

Post by hackie »

Code: Select all

[2015-12-28 10:36:14] ###############################################################################
[2015-12-28 10:36:14] Initializing UASECO...
[2015-12-28 10:36:14] [Config] Load settings [config/UASECO.xml]
[2015-12-28 10:36:14] [WARNING] You should setup a working mail to be able to contact you, change it in config.xml at <admin_contact>!
[2015-12-28 10:36:14] [WARNING] To increase security you should setup a lock password at <lock_password> in [config/UASECO.xml]!
[2015-12-28 10:36:14] [Config] Load admin and operator lists [config/adminops.xml]
[2015-12-28 10:36:14] [Config] Load banned IPs list [config/bannedips.xml]
[2015-12-28 10:36:14] [PHP] Setup memory limit to 256M
[2015-12-28 10:36:14] [PHP] Setup script timeout to 120 seconds
[2015-12-28 10:36:14] [Dedicated] Try to connect to Maniaplanet dedicated server at 127.0.0.1:5000 timeout 180s
[2015-12-28 10:36:14] [Dedicated] Try to authenticate with login 'SuperAdmin' and password '**********' (masked password)
[2015-12-28 10:36:14] [Dedicated] ...connection established successfully!
[2015-12-28 10:36:14] [Database] Try to connect to MySQL server on 'localhost' with database 'minizone_uaseco', login 'root' and password '************' (masked password)
[2015-12-28 10:36:14] [Database] ...connection established successfully!
[2015-12-28 10:36:14] [Database] Checking database structure:
[2015-12-28 10:36:14] [Database] » Found table `uaseco_authors`
[2015-12-28 10:36:14] [Database] » Found table `uaseco_maphistory`
[2015-12-28 10:36:14] [Database] » Found table `uaseco_maps`
[2015-12-28 10:36:14] [Database] » Found table `uaseco_players`
[2015-12-28 10:36:14] [Database] » Found table `uaseco_playlist`
[2015-12-28 10:36:14] [Database] » Found table `uaseco_rankings`
[2015-12-28 10:36:14] [Database] » Found table `uaseco_ratings`
[2015-12-28 10:36:14] [Database] » Found table `uaseco_records`
[2015-12-28 10:36:14] [Database] » Found table `uaseco_settings`
[2015-12-28 10:36:14] [Database] » Found table `uaseco_times`
[2015-12-28 10:36:14] [Database] ...successfully done!
[2015-12-28 10:36:14] [Plugin] Loading plugins [config/plugins.xml]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.manialinks.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.modescript_handler.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.map.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.local_records.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.rasp.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.admin.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.server.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.panels.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.checkpoints.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.dedimania.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.welcome_center.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.info_bar.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.donate.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.rounds.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.round_points.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.mania_exchange.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.mistral_idlekick.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.rasp_jukebox.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.music_server.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.autotime.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.access.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.muting.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.chat_log.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.message_log.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.uptodate.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.help.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.records.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.record_relations.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.player_infos.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.wins.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.last_online.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.last_window.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.stats.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.me.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.rasp.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/chat.rasp_nextrank.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.pay2play.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.customize_quit_dialog.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.effect_studio.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.records_eyepiece.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.mania_karma.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.nickname_sync.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.lazy_buttons.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.greeting_dude.php]
[2015-12-28 10:36:14] [Plugin] » initialize [plugins/plugin.vote_manager.php]
[2015-12-28 10:36:14] [Plugin] Checking dependencies of Plugins...
[2015-12-28 10:36:15] [Plugin] ...successfully done!
[2015-12-28 10:36:15] [Plugin] Registering events and chat commands...
[2015-12-28 10:36:15] [Plugin] ...successfully done!
[2015-12-28 10:36:15] [MapList] Reading complete map list from server...
[2015-12-28 10:36:15] [MapList] ...successfully done, read 244 maps which matches server settings
[2015-12-28 10:36:15] [Playlist] Reading map history...
[2015-12-28 10:36:16] [Playlist] ...successfully done!
[2015-12-28 10:36:16] [ModescriptHandler] Checking version from dedicated Server Modescripts...
[2015-12-28 10:36:16] [ModescriptHandler] » version 2015-07-03 from "Libs/Nadeo/TrackMania/UI.Script.txt" ok.
[2015-12-28 10:36:16] [ModescriptHandler] » version 2015-03-23 from "Libs/Nadeo/TrackMania/XmlRpc.Script.txt" ok.
[2015-12-28 10:36:16] [ModescriptHandler] » version 2015-12-27 from "Libs/Nadeo/ScoresTable2.Script.txt" ok.
[2015-12-28 10:36:16] [ModescriptHandler] » version 2015-05-30 from "Modes/TrackMania/Chase.Script.txt" ok.
[2015-12-28 10:36:16] [ModescriptHandler] » version 2015-02-26 from "Modes/TrackMania/ModeBase.Script.txt" ok.
[2015-12-28 10:36:16] [ModescriptHandler] » version 2015-03-11 from "Modes/TrackMania/ModeMatchmaking.Script.txt" ok.
[2015-12-28 10:36:16] [ModescriptHandler] ...successfully done!
[2015-12-28 10:36:16] [LocalRecords] Load config file [config/local_records.xml]
[2015-12-28 10:36:16] [Rasp] Loading config file [config/rasp.xml]
[2015-12-28 10:36:16] [Rasp] Cleaning up unused data...
[2015-12-28 10:36:16] [Rasp] » Cleaning up `uaseco_maps`.
[2015-12-28 10:36:16] [Rasp] » Cleaning up `uaseco_players`.
[2015-12-28 10:36:16] [Rasp] ...successfully done!
[2015-12-28 10:36:16] [Panel] Load default panel background [config/panels/PanelBGCard.xml]
[2015-12-28 10:36:16] [Panel] Load default admin panel [config/panels/AdminAboveCPListSmall2.xml]
[2015-12-28 10:36:16] [Dedimania] ********************************************************
[2015-12-28 10:36:16] [Dedimania] Dataserver connection on Dedimania...
[2015-12-28 10:36:16] [Dedimania] Try connection on http://dedimania.net:8082/Dedimania...
[2015-12-28 10:36:16] [Webaccess] (dedimania.net:8082/Dedimania.8104): send: deflate, receive: deflate
[2015-12-28 10:36:16] [Dedimania] Connection and status ok! (Dedimania.8104)
[2015-12-28 10:36:16] [Dedimania] ********************************************************
[2015-12-28 10:36:16] [RaspJukebox] Loading config file [config/rasp.xml]
[2015-12-28 10:36:16] [MusicServer] ********************************************************
[2015-12-28 10:36:16] [MusicServer] Load music server config [config/music_server.xml]
[2015-12-28 10:36:16] [MusicServer] Parsing OGG files for ID3-Tags:
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/ShootmaniaStorm-DAY_01_Track_03.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMValley-4.Sunset-PerforatedLandscape.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-United-Rally.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania2-MenuMusic.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMValley-3.DayVastVeridian.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania2-Canyon1.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/ShootmaniaStorm-DAY_02_Track_04.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-United-Bay.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania2-Canyon3.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-Nations-ESWC-Start-Off.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-United-Stadium-Pulp-remix.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMValley-7.NightRitual.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-United-Island.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/ShootmaniaStorm-NIGHT_01_Track_06.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/MenuMusic-TMStadium.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMValley-6.NightExtraCologne.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/ManiaPlanet-Main.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMValley-5.Sunset-Setting.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-United-Snow.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania2-Canyon4b.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania2-Canyon3b.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMStadiumSountrack-Dashboard.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMStadiumSountrack-Tachmania.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania2-Canyon4.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMValley-2.SunriseDayOrange.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/MenuMusic-TMValley.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/ShootmaniaStorm-DAY_03_Track_05.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-Nations-ESWC-Tictac.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania2-Canyon2.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-Nations-ESWC-Pulp.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/MenuMusic-TMCanyon.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/ShootmaniaStorm-NIGHT_02_Track_07.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMStadiumSountrack-TailLights.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-Nations-ESWC-Menu.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-United-Desert.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMValley-1.SunriseForecast.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-United-Coast.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMStadiumSountrack-AirTime.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-United-Stadium-Start-Off-remix.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-United-Stadium-Tictac-remix.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/TMStadiumSountrack-Hydroplane.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania2-Canyon2b.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania-Forever-Menu.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/Trackmania2-Canyon1b.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] » Skip "http://maniacdn.net/undef.de/shared/music/MenuMusic-SMStorm.ogg" (already parsed)
[2015-12-28 10:36:16] [MusicServer] ********************************************************
[2015-12-28 10:36:16] [AutoTime] Load auto timelimit config [config/autotime.xml]
[2015-12-28 10:36:16] [Access] Load player access control [config/access.xml]
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[2015-12-28 10:36:16] [UpToDate] Load config file [config/uptodate.xml]
[PHP Notice] Undefined index: info_message on line 114 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\includes\core\locales.class.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[PHP 4096] Object of class Message could not be converted to string on line 123 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\plugin.welcome_center.php
[2015-12-28 10:36:16] [EffectStudio] Setup events and effects...
[2015-12-28 10:36:16] [EffectStudio] ...successfully done!
[2015-12-28 10:36:16] [RecordsEyepiece] ********************************************************
[2015-12-28 10:36:16] [RecordsEyepiece] Starting version 1.1.0 - Maniaplanet
[2015-12-28 10:36:16] [RecordsEyepiece] Parsed "config/records_eyepiece.xml" successfully, starting checks...
[2015-12-28 10:36:16] [RecordsEyepiece] » Registering chat command "/emusic", because <music_widget> is enabled too.
[2015-12-28 10:36:16] [RecordsEyepiece] » Build and cache all Widget bodies...
[2015-12-28 10:36:16] [RecordsEyepiece] » Checking Database for required extensions...
[2015-12-28 10:36:16] [RecordsEyepiece] » Found column `MostFinished`
[2015-12-28 10:36:16] [RecordsEyepiece] » Found column `MostRecords`.
[2015-12-28 10:36:16] [RecordsEyepiece] » Found column `RoundPoints`.
[2015-12-28 10:36:16] [RecordsEyepiece] » Found column `TeamPoints`.
[2015-12-28 10:36:16] [RecordsEyepiece] » Found column `WinningPayout`.
[2015-12-28 10:36:16] [RecordsEyepiece] Updating `MostFinished` counts for all Players...
[2015-12-28 10:36:16] [RecordsEyepiece] Updating `MostRecords` counts for all Players...
[2015-12-28 10:36:17] [RecordsEyepiece] Checking entries for the <placement_widget>...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "Always"...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "Race"...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "Rounds"...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "TimeAttack"...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "Team"...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "Laps"...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "Cup"...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "TeamAttack"...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "Chase"...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "Knockout"...
[2015-12-28 10:36:17] [RecordsEyepiece] » Working on all <placement> with <display> "Doppler"...
[2015-12-28 10:36:17] [RecordsEyepiece] Reading 45 Songs...
[2015-12-28 10:36:17] [RecordsEyepiece] Finished.
[2015-12-28 10:36:17] [RecordsEyepiece] ********************************************************
[2015-12-28 10:36:17] [ManiaKarma] ********************************************************
[2015-12-28 10:36:17] [ManiaKarma] Starting version 2.0.0 - Maniaplanet
[2015-12-28 10:36:17] [ManiaKarma] Parsed "config/mania_karma.xml" successfully, starting checks...
[2015-12-28 10:36:17] [ManiaKarma] » Set Server location to "Netherlands"
[2015-12-28 10:36:17] [ManiaKarma] » Trying to authenticate with central database "http://worldwide.mania-karma.com/api/maniaplanet-trackmania2-v4.php"...
[2015-12-28 10:36:17] [ManiaKarma] » Successfully started with async communication.
[2015-12-28 10:36:17] [ManiaKarma] » The API set the Request-URL to "http://europe.mania-karma.com/api/maniaplanet-trackmania2-v4.php"
[2015-12-28 10:36:17] [ManiaKarma] ********************************************************
#####################################################################################
» Server:        MiniZone  80K (testdrive20), join link: "maniaplanet://#join=testdrive20@TMStadium" or "http://maniapla.net/#join=testdrive20"
» Title:         TMStadium
» Gamemode:      "TimeAttack" with script TimeAttack.Script.txt version 2014-10-07
» Dedicated:     ManiaPlanet/3.3.0 build 2015-06-16_16_53, using API-Version 2013-04-16
»                MatchSettings: TMStadiumA.txt
»                Ports: Connections 2356, P2P 3456, XmlRpc 5000
»                Network: Send 53.367 KB, Receive 171 KB
»                Uptime: 4 minutes 46 seconds
» -----------------------------------------------------------------------------------
» UASECO:        Version 1.0.0 build 2015-12-27, running on 127.0.0.1:5000,
»                based upon the work of the authors and projects of:
»                - Xymph (XAseco2),
»                - Florian Schnell, AssemblerManiac and many others (ASECO),
»                - Kremsy (MPASECO)
» Author:        undef.de (UASECO)
» Website:       http://www.UASECO.org
» -----------------------------------------------------------------------------------
» OS:            Windows NT HOME-SERVER 6.1 build 7601 (Windows 7 Ultimate Edition Service Pack 1) i586
» -----------------------------------------------------------------------------------
» PHP:           PHP/5.5.30
»                MemoryLimit: 256M
»                MaxExecutionTime: 120 seconds
»                AllowUrlFopen: true
»                Streams: compress.bzip2, compress.zlib, data, file, ftp, ftps, glob, http, https, phar, php, zip
»                GD-Lib: Version: bundled (2.1.0 compatible), JPEG: true, PNG: true, FreeType: true
» -----------------------------------------------------------------------------------
» MySQL:         Server:  MySQL/5.5.5-10.0.17-MariaDB
»                Client:  mysqlnd/5.0.11-dev
»                Connect: localhost via TCP/IP
»                Status:  Started: 2015-12-25 11:30; Threads: 1; Questions: 216856; Slow queries: 0; Opens: 985; Flush tables: 1; Open tables: 131; Queries per second avg: 0.847
#####################################################################################
The pictures ( symbols ) in the widgets are not shown. ( like in ad to favorite , the widget is empty )

Code: Select all

[2015-12-28 10:46:01] [Chat] Player [truffeltje] used command "/music 36"
[2015-12-28 10:46:12] [Chat] Player [truffeltje] used command "/admin nextmap"
[2015-12-28 10:46:12] [Admin] MasterAdmin [truffeltje] skips map!
[2015-12-28 10:46:12] [MusicServer] Could not access local song [F:\MP3-servers\MP3-Uaseco80K\GameData\http://maniacdn.net/undef.de/shared/music/Trackmania-Nations-ESWC-Pulp.ogg]!!!
[2015-12-28 10:46:12] [MusicServer] Could not access local song [F:\MP3-servers\MP3-Uaseco80K\GameData\http://maniacdn.net/undef.de/shared/music/Trackmania2-Canyon1b.ogg]!!!


Made a screenshot with widgets :

Image

Edit :

command /admin res results in : " MasterAdmin blablabla queues map for replay ' in chat.

What was wrong with : MasterAdmin blablabla restarts challenge ?
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
User avatar
askuri
Posts: 156
Joined: 18 Oct 2011, 15:01
Location: Germany

Re: Feedback and Reports for the development branch

Post by askuri »

Try deleting musictagscache.xml, the server's cache and your local MP cache. I took a look in undefs config (https://github.com/undeflabs/UASECO/blo ... server.xml), it's configured right.

Update the last lines with all URLs after placements with undefs new config (records eyepiece). They're working properly.

@undef: https://github.com/undeflabs/UASECO/blo ... ce.xml#L71: isn't that a local IP? :D

BTW: ignore the warning caused by welcomewindow. This plugin is still not updated for the message class
hackie
Posts: 1168
Joined: 19 Jul 2012, 22:43

Re: Feedback and Reports for the development branch

Post by hackie »

askuri wrote:Try deleting musictagscache.xml, the server's cache and your local MP cache. I took a look in undefs config (https://github.com/undeflabs/UASECO/blo ... server.xml), it's configured right.

Update the last lines with all URLs after placements with undefs new config (records eyepiece). They're working properly.

@undef: https://github.com/undeflabs/UASECO/blo ... ce.xml#L71: isn't that a local IP? :D

BTW: ignore the warning caused by welcomewindow. This plugin is still not updated for the message class


I installed the latest Uaseco , downloaded it this morning so those url's should be up to date.

I cleaned al cache maps , doesn't do the trick.
Still no images on the widgets.


LOG :

Code: Select all

[2015-12-28 14:28:14] [MusicServer] Could not access local song [F:\MP3-servers\MP3-Uaseco80K\GameData\http://maniacdn.net/undef.de/shared/music/Trackmania-United-Bay.ogg]!!!
[2015-12-28 14:28:14] [MusicServer] Could not access local song [F:\MP3-servers\MP3-Uaseco80K\GameData\http://maniacdn.net/undef.de/shared/music/TMStadiumSountrack-AirTime.ogg]!!!


When I use those urls in my browser the music starts to play, but Uaseco won't.
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
Locked

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 1 guest