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

kingston
Posts: 4
Joined: 21 Aug 2011, 09:59
Location: Twistringen
Contact:

Re: Feedback and Reports for the development branch

Post by kingston »

Hello undef,
I've also tried to install your new uaseco.
Server = Windows Server 2008 R2
xampp version 1.8.3
PHP 5.5.11
MySQL 5.6.16

Installation and configuration has so far worked
Only the maplist is not included in the database.
In each map this error message:
[UASECO Warning] [MAPLIST] Could not insert map in database: ((1136) Column count does not match value count at row 1)

Everything else works, players are stored, dedimania etc.
localrecords not, because the maps are not stored.

I have tested it with different Maplists, always the same error. :(

Image
Image

In advance thank you for your help :thumbsup:
Sorry for my bad english > Google Translater :mrgreen:
Image
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: Feedback and Reports for the development branch

Post by w1lla »

In: https://github.com/undeflabs/UASECO/blo ... s.php#L419

add at the end of the line a

Code: Select all

,
That will make the query succeed.
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
kingston
Posts: 4
Joined: 21 Aug 2011, 09:59
Location: Twistringen
Contact:

Re: Feedback and Reports for the development branch

Post by kingston »

Ty w1lla :thumbsup:

Now it works fine
:pil
Image
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: Feedback and Reports for the development branch

Post by w1lla »

you are welcome ;)
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
hackie
Posts: 1168
Joined: 19 Jul 2012, 22:43

Re: Feedback and Reports for the development branch

Post by hackie »

I know this is totally oftopic but maybe its a nice idea to add a menu to Uaseco.
Uhm , like fufimenu.

Back on tmf you see it on almost every server , quit handy for players.


Just an idea.


Having some problems to disable the warmup during time attack.
Not needed when driving shortmaps. :roflol:

EDIT :

I think I found it :

Code: Select all

      <modebase>
		<!-- Chat time in seconds at the end of the map -->
		<chat_time>15</chat_time>

		<!-- Allow the players to respawn ('true') or not ('false') -->
		<allow_respawn>true</allow_respawn>

		<!-- Duration of the warm up phase in rounds (e.g. '2' for two warm up rounds), set to '-1' to disable warm up -->
		<warm_up_duration>1</warm_up_duration>
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 know this is totally oftopic but maybe its a nice idea to add a menu to Uaseco.
Uhm , like fufimenu.

Back on tmf you see it on almost every server , quit handy for players.
Already on my todo, if not someone else will do it.

hackie wrote: Having some problems to disable the warmup during time attack.
Not needed when driving shortmaps. :roflol:

EDIT :
I think I found it :

Code: Select all

      <modebase>
		<!-- Chat time in seconds at the end of the map -->
		<chat_time>15</chat_time>

		<!-- Allow the players to respawn ('true') or not ('false') -->
		<allow_respawn>true</allow_respawn>

		<!-- Duration of the warm up phase in rounds (e.g. '2' for two warm up rounds), set to '-1' to disable warm up -->
		<warm_up_duration>1</warm_up_duration>
Yes, you found 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.
hackie
Posts: 1168
Joined: 19 Jul 2012, 22:43

Re: Feedback and Reports for the development branch

Post by hackie »

Also getting warnings on all my maps ( erased some warnings cause of max. lenght relpy on forum :roflol: )

( The maps are converted from tmx. but worked with Xaseco and eXplansion )

Code: Select all

[2014-09-20 14:07:25] ###############################################################################
[2014-09-20 14:07:25] Initializing UASECO...
[2014-09-20 14:07:25] [Config] Load settings [config/UASECO.xml]
[2014-09-20 14:07:25] [Config] Load admin/ops lists [config/adminops.xml]
[2014-09-20 14:07:25] [Config] Load banned IPs list [config/bannedips.xml]
[2014-09-20 14:07:25] [Dedicated] Try to connect to Maniaplanet dedicated server at 127.0.0.1:5000 timeout 180s
[2014-09-20 14:07:25] [Dedicated] Try to authenticate with login 'SuperAdmin' and password '**********' (masked password)
[2014-09-20 14:07:25] [Dedicated] ...connection established successfully!
[2014-09-20 14:07:25] [Database] Try to connect to MySQL server on 'localhost' with database 'uaseco' and password '************' (masked password)
[2014-09-20 14:07:26] [Database] ...connection established successfully!
[2014-09-20 14:07:26] [Database] Checking database structure:
[2014-09-20 14:07:26] [Database] » Checking table `maps`
[2014-09-20 14:07:26] [Database] » Checking table `players`
[2014-09-20 14:07:26] [Database] » Checking table `players_extra`
[2014-09-20 14:07:26] [Database] ...successfully done!
[2014-09-20 14:07:26] [Plugin] Loading plugins [config/plugins.xml]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.manialinks.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.modescript_handler.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.map.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.local_records.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.rasp.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/chat.admin.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.panels.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.styles.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.welcome_center.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.checkpoints.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.dedimania.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.rounds.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.round_points.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.mania_exchange_info.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.mistral_idlekick.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.rasp_jukebox.php]
[2014-09-20 14:07:26] [Plugin] » initialize [plugins/plugin.autotime.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/plugin.access.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/plugin.muting.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/plugin.chat_log.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/plugin.message_log.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/plugin.donate.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/plugin.uptodate.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.help.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.records.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.record_relations.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.player_infos.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.wins.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.last_online.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.last_window.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.stats.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.server.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.map_mods.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.me.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.rasp.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/chat.rasp_nextrank.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/plugin.records_eyepiece.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/plugin.mania_karma.php]
[2014-09-20 14:07:27] [Plugin] » initialize [plugins/plugin.vote_manager.php]
[2014-09-20 14:07:27] [Plugin] Checking dependencies of Plugins...
[2014-09-20 14:07:27] [Plugin] ...successfully done!
[2014-09-20 14:07:27] [Plugin] Registering events and chat commands...
[2014-09-20 14:07:27] [Plugin] ...successfully done!
[2014-09-20 14:07:27] [LocalRecords] Load config file [config/local_records.xml]
[2014-09-20 14:07:27] [LocalRecords] Checking database structure:
[2014-09-20 14:07:27] [LocalRecords] » Checking table `records`.
[2014-09-20 14:07:27] [LocalRecords] ...successfully done!
[2014-09-20 14:07:27] [Rasp] Loading config file [config/rasp.xml]
[2014-09-20 14:07:27] [Rasp] Checking database structure...
[2014-09-20 14:07:27] [Rasp] » Checking table `rs_rank`.
[2014-09-20 14:07:27] [Rasp] » Checking table `rs_times`.
[2014-09-20 14:07:27] [Rasp] » Checking table `rs_karma`.
[2014-09-20 14:07:27] [Rasp] ...successfully done!
[2014-09-20 14:07:27] [Rasp] Cleaning up unused data...
[2014-09-20 14:07:27] [Rasp] » Cleaning up `maps`.
[2014-09-20 14:07:28] [Rasp] » Cleaning up `players`.
[2014-09-20 14:07:28] [Rasp] ...successfully done!
[2014-09-20 14:07:28] [Config] Load default panel background [config/panels/PanelBGCard.xml]
[2014-09-20 14:07:28] [Panel] Load default admin panel [config/panels/AdminAboveCPListSmall2.xml]
[2014-09-20 14:07:28] [Panel] Load default donate panel [config/panels/DonateBelowChat.xml]
[2014-09-20 14:07:28] [Panel] Load default records panel [config/panels/RecordsRightCorner.xml]
[2014-09-20 14:07:28] [Panel] Load default vote panel [config/panels/VoteBottomCenter.xml]
[2014-09-20 14:07:28] [Access] Load player access control [config/access.xml]
[2014-09-20 14:07:28] [MapList] Reading complete map list from server...
[UASECO Warning] [MapList] Could not query map datas: ((1054) Unknown column 'Filename' in 'field list')
 for statement [
		SELECT
			`Id`,
			`Uid`,
			`Filename`,
			`Name`,
			`Comment`,
			`Author`,
			`AuthorNickname`,
			`AuthorZone`,
			`AuthorContinent`,
			`AuthorNation`,
			`AuthorScore`,
			`AuthorTime`,
			`GoldTime`,
			`SilverTime`,
			`BronzeTime`,
			`Environment`,
			`Mood`,
			`Cost`,
			`Type`,
			`Style`,
			`MultiLap`,
			`NbLaps`,
			`NbCheckpoints`,
			`Validated`,
			`ExeVersion`,
			`ExeBuild`,
			`ModName`,
			`ModFile`,
			`ModUrl`,
			`SongFile`,
			`SongUrl`
		FROM `maps`
		WHERE `Uid` IN ('MWRIcyFosSyo58BokaP2qfcCEem','IAZ35q3tP5E0q_ntQzsO05OEeu3','O9Y9hQGFytrTBBaFRCxhBbwQcS1','gwXphsP4LWqK3MR37sTEMfPIy7k','HQCpmLY4ER4mSqznVJnnqo14xS9','cfV4PIuokdtrYVGXW8ppGlJdkZ4','tT1fipAkxPFnDaNpdyBDIGy4v_n','FfOLb5TajZPAALDpH3OUPtGun3g','auJWMbvDm_V92YHBoPETTejH8j3','xzUXHYgejAoVrx8NqhNucehkiKl','LbfKRswGOk94kEfb5M73NepxC9i','TwJa7XViXVpqD0ODgaPM0fLfR4g','QY73O1b55B6IPVUPbc32AwybQ1j','OM93bjtdaQF3QPw9VAeJCokylL1','NYpPSoiEn45OIT2hUhlRI0y8ojb','HVeczclTBHK0NmSvP2ZbkaaGv10','mniWymfQ4K1eNACT_qrTO3GlvPc','c5vrkHPnkKYWaKcvx2UhnO1woCk','8pIrpT8ZDFPBhYIyyQsPj01ZhZe','4pK2vng4a7idnWtGQW47oavzLbe','DTCKknrO_5hffhKUzEyLpZRe5Cf','5ndmDLg9hg6PXh1zAQX0DK53Aa9','mMgLQOe8WtSetvHSzpnQyilsBvk','wqzsapldvf_t3go4JuPFHvCE2s9','RtsnGZ1lh17AbHnEKvod6iKd3_k','dyJMSHNetjndtNBKuNI1l0wDNl8','OSJbcaF6AQP4lhvTGPRGZTTWZr','SaEJ97JaBdzxUBYJx_FNxLtumWf','X_8DOQcYV8kDubQd87XzqD45Oxh','oz24XxKOGjCNQFDy7j9xH7QM4Xj','3HLYOBstAAc98Pik0aBMauEpcQ','4TCXmsDstLq1v4DnkqZ7PDOPaW8','rMbHb5rVujdo0zvAQ0NadKyU1T8','BA1D5P9lwltg1d3CHIMwu69FVK6','O_64u5jqUQVWtPabL7nm0j56htb','B3ApwgbyIbbcyqu3YL9IfKdksbd','Ua4cJSWbwM4CZdD662WISBqpVsf','eYBiCOIvBAUXpiG2rLvpiT8YXP8','LnomrB3AJ1SbE1mrX8At0IjS001','PdyTPl8oT0AP8szRVCdhDsUngV1','Dw6vmQWKFnlkZr583h7BYMy9Jtf','DXAGlYZdT7C0jc9d594XnNGo5Pc','JY8ilDQhfsD5vW1nwatArjEheY','y6m305UIwdAokxasQ5domlAMI5k','zD74nIlLagFIzyfBYi0zSgsDJJf','pNDyfzhQA9lHdgXjNGFxgELvnPb','7C_QV76ub_kqnBU_sNYkkEV2hX6','KFiYgf6omdt8UqvbX20a94FDLHe','eBeCRvpW9cEH8JE_vIB23RiPzha','MoGSZ4wW_XBj17wMqaEOvc65Qoa','crZhyAR0PtvxC6Bmc6kGKAfN_i5','GdTeXSoxJ_ImOAoBDASMI_u9Ei','Vy5te9pGbcLIiIEFCKk3j5T1Ixe','gyVZdPAFTpEQGeRNAb7r9Rx1qhi','dBW8_JlLPca5ujeSQ4dYMiNJ2U','BMW9eirntkReWCnZabPvHx20Yz3','DTdmJTWmaizZY3N66t8TLJ5v9ac','hnxVxLXEujcFhq__aRtrAXAHHHa','KxQ2SZjn64jf58nve7wGozG08C','J3CNwhEH6Enwxc82YisaIdU9HAf','6Q8tpXY2bToODqEo_2YUy69gakh','0AhAUhpLx3l8GPqd96lgHzqbYh1','FXKtOHma677PEJUzPlgxDgNoFfi','OHVR7sLAsI52MTpWlRkOSeMBq00','QyqX40TKLZJM9JDeCjs1kiTA_7','oQGuUK2cMKNVnZfvSnemtZzRjh','NVjEBtNEyFPg0m5EpsqBN_pKCg3','3ggDw0L0Nu9zfwUYSFhZrN9HIDi','TRg8dzJKX38PKTIdQ8I9GA6VsWa','K2U6ZGShxdfrM5NDDHPPgZ5kUAk','bQDj3pKLcGWLcGDYwbSv2JjnNpc','NhFKqgzYBA_z7cTGXSDd_AoLh0g','BY7uVhHqzb09S4DprQChcDYwZ9k','kvtJsP3rW8ZR5FFMRs3e8BEZ36m','ZCepHlpubM1LxlLBmON7hEPuzPi','5bhLWmnEH1d2pZQMEKcisx1gcXk','7lZFah0gjt0LbPbZRmydotKbj3e','3NyeAwK2IMrys0PHrUMoqg7Cqvm','jtSAPnAGwhfeH4TzoSyDw4WLU31','sMSAVTDrdMtfJYmMEZn8pnpe9Pl','8ebTaHOrvPPgjGfFmnRdM46bRG4','mK1bliJAcgWpcUNdIJaBVYKPRJk','KgIbxU617SjuL4lZb1D6e1ThhV2','gAqhDq08_CYSpIfW1cOdxY9U1P9','oR2eJPPSxl2Uepy0v64OZ64x3Ak','f3iDAApOcpfDlddOTmPCUdkQDBb','EOH0I3biommWv3hzaUIbfDioq52','hxYueYBnM_2XVfKGWA2EcFUMDv2','GUC_dwFkJR83LgdrtMS6KqazgZ6','c05HCxclEhWc5KX42Sm0TEyjxij','uvJgwCNGSk7omUQoombkwaNeUGb','2auufMGWSPnMzO7K284VspJ1xI6','TUOlsLcE6TkWr2xDFQ1KwrunWWf','Hm6SVHMg24PR23lHTNEDLqP1D_3','OoGAv0sAHqyIit3U0LY5_dqbrI2','umjmWyZBYLTkQTyZGomUzRcx3gc','I63oGCV_6D2mbW4VkQVxfHv3zR7','JPI9WaXVlORu_OeWHJJlGi5gH85','y9JEwXUwuHKg3SJLvzftDgUvWz1','QxqChpe53l3QyXkiOV1WJFGYDK9','YVW11qWFe1gGePBpyTZcOuzpc1m','IiM6KGXfprYDTUsfaSJm2CSSl2f','77QkZd3q6S5Aalv6NivrWYjbpNj','tQgGSbJvWfDedhvrHDy6aLKReU','e6VkSScObcDptl_I4jogGXLDui4','D_erAYYeiwY7bSClRK9KgvCscA0','FTNHD6SaeI65WA28mKeLLlUNlcg','qN3Hzh2YhrlJhZ_3bEVFoY8HVJj','RoWfR_7HjMAuH8ySgyw4iJzdnQh','fs44LCWwOGQpeRmPueC_hlOcBYh','d7A03uLxabsj63hZlReWB3FmYEa','HSGeVXUXYPZh_EEeAedT01fjc_8','lCe5D08rVFnG1GybK_nNN_AuRpf','k_K8xWKlPYSNt_V9ZI4QCQcZM71','DlRUtbap1jyKQBg7lrJKs6lQqtc','Dc3Ud0suDQbv6GpR84YfDA6wqW2','ZVm9Tgt7nQdl9IgX7t73JYbe1fb','XFoDyaDiMpDivScv6Q4iGAggNGa','qg2n8FjClm9CVamXerCqahaZ5E8','7sRFpMVbUmPPzj2xgHqI3eoetl0','UxTPJJDHDDZwZ3LsVhqMuuGaEi0','OWDZURBJQ7S_Oz38ANW2_m3mgb0','24KpiCt0qqRD1IwsiOfvteKvb_i','bVLgQrblY78ciN58IGBHx1Dbrni','LwhtEA4P8tlojEzelIB2uiOrT7d','lHOb6zzds3EXVm08YezK0oeJ6m3','AYDvFAu9euquQgtJl5xYeUHKXe3');
		]
[UASECO Warning] [MapList] Could not insert map in database: ((1054) Unknown column 'Filename' in 'field list')
 with statement [
		INSERT INTO `maps` (
			`Uid`,
			`Filename`,
			`Name`,
			`Comment`,
			`Author`,
			`AuthorNickname`,
			`AuthorZone`,
			`AuthorContinent`,
			`AuthorNation`,
			`AuthorScore`,
			`AuthorTime`,
			`GoldTime`,
			`SilverTime`,
			`BronzeTime`,
			`Environment`,
			`Mood`,
			`Cost`,
			`Type`,
			`Style`,
			`MultiLap`,
			`NbLaps`,
			`NbCheckpoints`,
			`Validated`,
			`ExeVersion`,
			`ExeBuild`,
			`ModName`,
			`ModFile`,
			`ModUrl`,
			`SongFile`,
			`SongUrl`
		)
		VALUES (
			'MWRIcyFosSyo58BokaP2qfcCEem',
			'tech\\Expectations.Challenge.Gbx',
			'Expectations',
			'',
			'hitchy',
			'hitchy',
			'',
			'',
			'',
			32110,
			32110,
			35000,
			39000,
			49000,
			'Stadium',
			'Sunset',
			1270,
			'TrackMania\\Race',
			'',
			'false',
			0,
			7,
			'true',
			'3.3.0',
			'2013-08-01_17_12',
			'',
			'',
			'',
			'',
			''
		);
		]
[UASECO Warning] [MapList] Could not insert map in database: ((1054) Unknown column 'Filename' in 'field list')
 with statement [
		INSERT INTO `maps` (
			`Uid`,
			`Filename`,
			`Name`,
			`Comment`,
			`Author`,
			`AuthorNickname`,
			`AuthorZone`,
			`AuthorContinent`,
			`AuthorNation`,
			`AuthorScore`,
			`AuthorTime`,
			`GoldTime`,
			`SilverTime`,
			`BronzeTime`,
			`Environment`,
			`Mood`,
			`Cost`,
			`Type`,
			`Style`,
			`MultiLap`,
			`NbLaps`,
			`NbCheckpoints`,
			`Validated`,
			`ExeVersion`,
			`ExeBuild`,
			`ModName`,
			`ModFile`,
			`ModUrl`,
			`SongFile`,
			`SongUrl`
		)
		VALUES (
			'AYDvFAu9euquQgtJl5xYeUHKXe3',
			'tech\\tribute to myself!.Challenge.Gbx',
			'$i$o$w$ffftr$a12i$fffbute to myself$a12!',
			'',
			'diplodocus34',
			'diplodocus34',
			'',
			'',
			'',
			30760,
			30760,
			33000,
			37000,
			47000,
			'Stadium',
			'Sunrise',
			1470,
			'TrackMania\\Race',
			'',
			'false',
			0,
			5,
			'true',
			'3.3.0',
			'2013-08-01_17_12',
			'',
			'',
			'',
			'',
			''
		);
		]
[UASECO Warning] [MapList] Could not update map in database: ((1054) Unknown column 'Filename' in 'field list')
 with statement [
		UPDATE `maps`
		SET
			`Filename` = 'tech\\Expectations.Challenge.Gbx',
			`Name` = 'Expectations',
			`Comment` = '',
			`Author` = 'hitchy',
			`AuthorNickname` = 'hitchy',
			`AuthorZone` = '',
			`AuthorContinent` = '',
			`AuthorNation` = '',
			`AuthorScore` = 32110,
			`AuthorTime` = 32110,
			`GoldTime` = 35000,
			`SilverTime` = 39000,
			`BronzeTime` = 49000,
			`Environment` = 'Stadium',
			`Mood` = 'Sunset',
			`Cost` = 1270,
			`Type` = 'TrackMania\\Race',
			`Style` = '',
			`MultiLap` = 'false',
			`NbLaps` = 0,
			`NbCheckpoints` = 7,
			`Validated` = 'true',
			`ExeVersion` = '3.3.0',
			`ExeBuild` = '2013-08-01_17_12',
			`ModName` = '',
			`ModFile` = '',
			`ModUrl` = '',
			`SongFile` = '',
			`SongUrl` = ''
		WHERE `Uid` = 'MWRIcyFosSyo58BokaP2qfcCEem'
		LIMIT 1;
		]
[2014-09-20 14:07:30] [MapList] ...successfully done, read 127 maps which matches server settings.
[2014-09-20 14:07:30] [Dedimania] ********************************************************
[2014-09-20 14:07:30] [Dedimania] Using Packmask "Stadium" for Title "TMStadium".
[2014-09-20 14:07:30] [Dedimania] Dataserver connection on Dedimania...
[2014-09-20 14:07:30] [Dedimania] Try connection on http://dedimania.net:8082/Dedimania...
[2014-09-20 14:07:30] [Webaccess] (dedimania.net:8082/Dedimania.8113): send: deflate, receive: deflate
[2014-09-20 14:07:30] [Dedimania] Connection and status ok! (Dedimania.8113)
[2014-09-20 14:07:30] [Dedimania] ********************************************************
[2014-09-20 14:07:30] [RaspJukebox] Loading config file [config/rasp.xml]
[2014-09-20 14:07:30] [AutoTime] Load auto timelimit config [config/autotime.xml]
[2014-09-20 14:07:31] [RecordsEyepiece] ********************************************************
[2014-09-20 14:07:31] [RecordsEyepiece] Starting version 1.1.0 - Maniaplanet
[2014-09-20 14:07:31] [RecordsEyepiece] Parsed "config/records_eyepiece.xml" successfully, starting checks...
[2014-09-20 14:07:31] [RecordsEyepiece] » Directory "/home/midi/public_html/mapimages/" configured at <features><maplist><mapimages><storing_path> is not writeable!
[2014-09-20 14:07:31] [RecordsEyepiece] » Build and cache all Widget bodies...
[2014-09-20 14:07:31] [RecordsEyepiece] » Checking Database for required extensions...
[2014-09-20 14:07:31] [RecordsEyepiece] » Found column `DisplayWidgets` at table `players_extra`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found column `MostFinished` at table `players_extra`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found column `MostRecords` at table `players_extra`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found column `RoundPoints` at table `players_extra`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found column `TeamPoints` at table `players_extra`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found column `WinningPayout` at table `players_extra`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found index `Continent` at table `players`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found index `Nation` at table `players`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found index `Wins` at table `players`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found index `UpdatedAt` at table `players`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found index `Score` at table `records`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found index `Score` at table `rs_karma`.
[2014-09-20 14:07:31] [RecordsEyepiece] » Found index `Score` at table `rs_times`.
[2014-09-20 14:07:31] [RecordsEyepiece] Updating `MostFinished` counts for all Players...
[2014-09-20 14:07:31] [RecordsEyepiece] Updating `MostRecords` counts for all Players...
[2014-09-20 14:07:31] [RecordsEyepiece] Checking entries for the <placement_widget>...
[2014-09-20 14:07:31] [RecordsEyepiece] » Working on all <placement> with <display> "always"...
[2014-09-20 14:07:31] [RecordsEyepiece] » Working on all <placement> with <display> "race"...
[2014-09-20 14:07:31] [RecordsEyepiece] » Working on all <placement> with <display> "rounds"...
[2014-09-20 14:07:31] [RecordsEyepiece] » Working on all <placement> with <display> "time attack"...
[2014-09-20 14:07:31] [RecordsEyepiece] » Working on all <placement> with <display> "team"...
[2014-09-20 14:07:31] [RecordsEyepiece] » Working on all <placement> with <display> "laps"...
[2014-09-20 14:07:31] [RecordsEyepiece] » Working on all <placement> with <display> "cup"...
[2014-09-20 14:07:31] [RecordsEyepiece] » Working on all <placement> with <display> "stunts"...
[2014-09-20 14:07:31] [RecordsEyepiece] Setup <custom_ui> settings...
[2014-09-20 14:07:31] [RecordsEyepiece] Finished.
[2014-09-20 14:07:31] [RecordsEyepiece] ********************************************************
[2014-09-20 14:07:31] [ManiaKarma] ********************************************************
[2014-09-20 14:07:31] [ManiaKarma] Starting version 2.0.0 - Maniaplanet
[2014-09-20 14:07:31] [ManiaKarma] Parsed "config/mania_karma.xml" successfully, starting checks...
[2014-09-20 14:07:31] [ManiaKarma] » Set Server location to "Netherlands"
[2014-09-20 14:07:31] [ManiaKarma] » Trying to authenticate with central database "http://worldwide.mania-karma.com/api/maniaplanet-trackmania2-v4.php"...
[2014-09-20 14:07:31] [ManiaKarma] » Successfully started with async communication.
[2014-09-20 14:07:31] [ManiaKarma] » The API set the Request-URL to "http://europe.mania-karma.com/api/maniaplanet-trackmania2-v4.php"
[2014-09-20 14:07:31] [ManiaKarma] ********************************************************
#####################################################################################
» Server:    » Tech Server  « (testdrive30), join link: "maniaplanet://#join=testdrive30@TMStadium"
» Title:     TMStadium
» Gamemode:  TimeAttack with script TimeAttack.Script.txt version 2014-07-15
» Dedicated: ManiaPlanet/3.3.0 build 2014-09-10_16_36, using API-Version 2013-04-16
»            Uptime: 0 days 0:11, Send: 0 KB, Receive: 29 KB
» -----------------------------------------------------------------------------------
» UASECO:    Version 1.0.0 build 2014-09-14, running on 127.0.0.1:5000,
»            based upon 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.4.22 with settings: SafeMode: , MemoryLimit: -1, MaxExecutionTime: 0, AllowUrlFopen: 1
» MySQL:     Server:  MySQL/5.5.34
»            Client:  mysqlnd/5.0.10
»            Connect: localhost via TCP/IP
»            Status:  Started: 2014-09-20 14:06; Threads: 1; Questions: 250; Slow queries: 0; Opens: 41; Flush tables: 1; Open tables: 33; Queries per second avg: 3.012
#####################################################################################
[UASECO Warning] [MapList] Could not update map in database: ((1054) Unknown column 'Filename' in 'field list')
 with statement [
		UPDATE `maps`
		SET
			`Filename` = 'tech\\Expectations.Challenge.Gbx',
			`Name` = 'Expectations',
			`Comment` = '',
			`Author` = 'hitchy',
			`AuthorNickname` = 'hitchy',
			`AuthorZone` = '',
			`AuthorContinent` = '',
			`AuthorNation` = '',
			`AuthorScore` = 32110,
			`AuthorTime` = 32110,
			`GoldTime` = 35000,
			`SilverTime` = 39000,
			`BronzeTime` = 49000,
			`Environment` = 'Stadium',
			`Mood` = 'Sunset',
			`Cost` = 1270,
			`Type` = 'TrackMania\\Race',
			`Style` = '',
			`MultiLap` = 'false',
			`NbLaps` = 0,
			`NbCheckpoints` = 7,
			`Validated` = 'true',
			`ExeVersion` = '3.3.0',
			`ExeBuild` = '2013-08-01_17_12',
			`ModName` = '',
			`ModFile` = '',
			`ModUrl` = '',
			`SongFile` = '',
			`SongUrl` = ''
		WHERE `Uid` = 'MWRIcyFosSyo58BokaP2qfcCEem'
		LIMIT 1;
		]
[2014-09-20 14:07:31] [Map] Running on [Expectations] made by [hitchy] [Env: 'Stadium', Uid: 'MWRIcyFosSyo58BokaP2qfcCEem', Id: 0]
[2014-09-20 14:07:31] [Event] Begin Map
[2014-09-20 14:07:31] [LocalRecords] Currently no record on [Expectations]
Latest uhm snapshot ?
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 »

Forgot to upload the bugfix for this problem at github, now done: https://github.com/undeflabs/UASECO/blo ... uaseco.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.
jui
Posts: 171
Joined: 16 May 2013, 15:58

Re: Feedback and Reports for the development branch

Post by jui »

There is a bug with dedi record saving in the newest version. I noticed it when messing around with uaseco this weekend. Basically if you play a map a few times (3 or so) maybe restart uaseco and the dedicated in between then the dedis are not saved (sry for no exact steps) it works after first adding the map. I even reproduced it with a new database and installation including the fix from today. Here is a screenshot of it http://imgur.com/bSA1mK6 the Checkpoints panel above time says -9 cps and you can see that i have driven a time which is better then my dedi (the old dedi was with my other installation and database).
No dedi error in the logfile. Hope you can reproduce it.

Other question how can i disable the panel between Time and Checkpoints which says "Start: --.--.-- Best --.--.--".
Only need a hint no step by step guide. :D
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:There is a bug with dedi record saving in the newest version. I noticed it when messing around with uaseco this weekend. Basically if you play a map a few times (3 or so) maybe restart uaseco and the dedicated in between then the dedis are not saved (sry for no exact steps) it works after first adding the map. I even reproduced it with a new database and installation including the fix from today. Here is a screenshot of it http://imgur.com/bSA1mK6 the Checkpoints panel above time says -9 cps and you can see that i have driven a time which is better then my dedi (the old dedi was with my other installation and database).
No dedi error in the logfile. Hope you can reproduce it.
Please note: The dedimania records are only stored to dedimania at the scoreboard, if you restart UASECO before the scoreboard, then the records are lost. This is the same behavior as in XAseco2 and was made to do not overstress the dedimania API on each new driven record.

Anyway, i'm currently working on the local-/dedimania-records and checkpoints thingy, maybe that's already fixed (if it was not the restart thingy).

Tomorrow i plan to update the current development snapshot at github. It would be nice if you can test it the again. If it's not fixed, then please PM me for a meeting on my development server.
jui wrote: Other question how can i disable the panel between Time and Checkpoints which says "Start: --.--.-- Best --.--.--".
Only need a hint no step by step guide. :D
That's current not yet inplemented, but it will be possible with "/cps off" as it is in XAseco2 too. This is only for the calling Player.

EDIT: It is already possible in the UASECO.xml at <display_checkpoints>, just set it to "false" and restart. This is then for all Players.
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.
Locked

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 0 guests