Error: Unsupported Modescript [solved]

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
kata78
Posts: 65
Joined: 02 Sep 2011, 04:15

Error: Unsupported Modescript [solved]

Post by kata78 »

Code: Select all

» -----------------------------------------------------------------------------------
» UASECO:    Version 1.0.0 build 2015-05-03, running on 127.0.0.1:5001,
»            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:        Linux s17816438.onlinehome-server.info 2.6.32-042stab108.2 #1 SMP Tue May 12 18:07:50 MSK 2015 x86_64
» PHP:       PHP/5.6.5 with settings: SafeMode: false, MemoryLimit: -1, MaxExecutionTime: 480 seconds, AllowUrlFopen: true
» MySQL:     Server:  MySQL/5.1.73
»            Client:  5.1.73
»            Connect: Localhost via UNIX socket
»            Status:  Started: 2015-05-23 05:06; Threads: 1; Questions: 51; Slow queries: 0; Opens: 20; Flush tables: 1; Open tables: 13; Queries per second avg: 0.182
#####################################################################################
[PHP Notice] Undefined index:  on line 5665 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 5682 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 5699 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[2015-05-23 05:11:00] [Gameinfo] Unsupported Modescript "Modes/TrackMania/TimeAttack.Script.txt" loaded, please report this at http://www.UASECO.org/
EDIT: And found another one

Code: Select all

[2015-05-23 05:49:25] [Dedimania] dedimaniaBeginMapCallbackHandler() - error(s): Warning in gamemodes.php(76): GameMode '' is unkown or unsupported !!!
Error in method_handler.php(347): Invalid GameMode for server:  !
[PHP Notice] Undefined index: Records on line 1940 in file /home/tm2/uaseco/plugins/plugin.dedimania.php
Please help!

Edit2:
And this one keeps displaying all the time

Code: Select all

[PHP Notice] Undefined index:  on line 1881 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 1891 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 5665 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 5682 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 5699 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: What am I missing?

Post by undef.de »

kata78 wrote:

Code: Select all

[2015-05-23 05:11:00] [Gameinfo] Unsupported Modescript "Modes/TrackMania/TimeAttack.Script.txt" loaded, please report this at http://www.UASECO.org/
[2015-05-23 05:49:25] [Dedimania] dedimaniaBeginMapCallbackHandler() - error(s): Warning in gamemodes.php(76): GameMode '' is unkown or unsupported !!!
Error in method_handler.php(347): Invalid GameMode for server:  !
[PHP Notice] Undefined index: Records on line 1940 in file /home/tm2/uaseco/plugins/plugin.dedimania.php
I guess you have added "Modes/TrackMania/TimeAttack.Script.txt" into your MatchSettings file at <script_name>. If true, then change it to "TimeAttack.Script.txt".
kata78 wrote:

Code: Select all

[PHP Notice] Undefined index:  on line 5665 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 5682 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 5699 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 1881 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 1891 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 5665 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 5682 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
[PHP Notice] Undefined index:  on line 5699 in file /home/tm2/uaseco/plugins/plugin.records_eyepiece.php
Thanks for report, but maybe related with the above... anyway i'll take a look later. 8-)
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.
kata78
Posts: 65
Joined: 02 Sep 2011, 04:15

Re: What am I missing?

Post by kata78 »

Thanks for the very fast answer !!! :clap: :yes: :clap: :yes:

I will try immediatly end send info ...

best regards
kata

Edit:
This was exactly what i did wrong ... :roflol: :roflol: :roflol:
Thanks again for this super fast support !!!!
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Error: Unsupported Modescript [solved]

Post by undef.de »

Thanks, but i'm not always that fast, but today i was already awake and had time left to answer this early. :thumbsup:

Btw.: Are the other [PHP Notice]'s also gone with your changes?
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: Error: Unsupported Modescript [solved]

Post by hackie »

undef.de wrote:Thanks, but i'm not always that fast, but today i was already awake and had time left to answer this early. :thumbsup:

Btw.: Are the other [PHP Notice]'s also gone with your changes?
Oftopic :

Already awake ? message posted on 15:08.

Lol Undef. Had a hard night ? :roflol:
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: Error: Unsupported Modescript [solved]

Post by undef.de »

hackie wrote:
undef.de wrote:Thanks, but i'm not always that fast, but today i was already awake and had time left to answer this early. :thumbsup:
Already awake ? message posted on 15:08. Lol Undef. Had a hard night ? :roflol:
I meant this post from 08:16 today. 8-)
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
Xymph
Posts: 1399
Joined: 15 Jun 2010, 20:35
Contact:

Re: Error: Unsupported Modescript [solved]

Post by Xymph »

undef.de wrote:I meant this post from 08:16 today.
That was made at 9:16 am - you probably have your UCP -> Board Preferences -> Summer Time/DST still set to No, while that should be Yes for you (and everyone in the CET timezone). ;)
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 1 guest