FeedBack & Bugs | Your ideas are important

The next generation of server controlling with clean and powerful user interface

Moderators: oliverde8, reaby, NADEO

jaga01
Posts: 47
Joined: 06 Jan 2015, 14:31
Location: Romania

Re: FeedBack & Bugs | Your ideas are important

Post by jaga01 »

The fix is available here to ?
https://github.com/eXpansionPluginPack/ ... ree/nighty

is the only way i can update my controller for the moment
tcq
Posts: 2645
Joined: 15 Jun 2010, 11:02

Re: FeedBack & Bugs | Your ideas are important

Post by tcq »

Sorry for the long time not answering this questions :)
oliverde8 wrote:Can you give an example of bad formatted nicknames. We run full utf8 there shouldn't be an issue. I am not sure what you are trying to move where. :D
I'm not talking about bad formatted nicknames in general, I was just talking about the display of the logins/map name.
As far as I can see you use the $b function to make the map name and the author name bold. And what I was asking for was the possibility to change the default formatting of the map name/author name.
Example:
$xxx$bAwesome map
$xxx$awesome author

What I would like to do is to be able to choose between:
Variante 1:
$xxx$bAwesome map
$xxx$b awesome author
Variante 2:
$xxx Awesome map
$xxx awesome author
Variante 3:
$b Awesome map
$b awesome author
and all possible combinations of this variants.

Just a checkbox for that gives you the following options
Map name: bold, italics, colour, no colour
Author name: bold, italics, colour, no colour, use nickname or use login

About the what to move where question:
If you press tabulator you get the score board shown. You shuffle the local records, live records and dedimania rankings between shown by default all the time or only when you press tabulator to watch the score board. And I would love to have a setting that allows to move all widgets into this layer that turns up when you press tabulator. At least the map name widget.

And another question is the following: Is it possible to display only the clock without the map name widget?

And maybe I found a bug: I was playing on my server and drove a time that was shown in the live rankings. Then I downloaded a replay from MX of the map to check the world record and was directed from the server to the replay editor. After I finished watching the replay, I returned to the server and the time I drove before was still visible in the "live rankings", but It was now completely white without all of the colour codes.
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: FeedBack & Bugs | Your ideas are important

Post by w1lla »

Bug: InputPlayer.Speed in \libraries\ManiaLivePlugins\eXpansion\Gui\Scripts\EdgeWidget gives an error on each new map. doesnt it need to be GUIPlayer?

/rate gives an error that ChatRate is not available?

Code: Select all

ERROR: call_user_func_array() expects parameter 1 to be a valid callback,
      class 'ManiaLivePlugins\eXpansion\MapRatings\MapRatings' does not have a
      method 'chatRate'
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
jaga01
Posts: 47
Joined: 06 Jan 2015, 14:31
Location: Romania

Re: FeedBack & Bugs | Your ideas are important

Post by jaga01 »

Can you pm or give me a link for a zip fixed version about those Widgeats please ? like i said before i can`t update with GIT for the moment and i really need this fix because is so annoying. Or at least update in on github.com
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

hi, it's this file : https://github.com/eXpansionPluginPack/ ... andler.php
it is in vendor/maniaplanet/manialive-lib/ManiaLive/Gui/GuiHandler.php just replacing the content of that file should suffice (make a backup :D )
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
jaga01
Posts: 47
Joined: 06 Jan 2015, 14:31
Location: Romania

Re: FeedBack & Bugs | Your ideas are important

Post by jaga01 »

this is what i got
PHP Fatal error: Namespace declaration statement has to be the very first statement in the script in /home/......../vendor/maniaplanet/manialive-lib/ManiaLive/Gui/GuiHandler.php on line 12

Edit---------------

Now it works fine. Was a ftp problem solved by my hoster.
i will come back if the bug is still happend :)
Last edited by jaga01 on 27 Jan 2015, 12:23, edited 1 time in total.
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: FeedBack & Bugs | Your ideas are important

Post by w1lla »

Code: Select all

[2015-01-27T11:52:09+01:00] 
    Occured on 27.01.2015 at 11:52:09 at process with ID #6660
    ---------------------------------
 -> ErrorException with code 8
    Trying to get property of non-object
  - in C:\tmn\expansion\libraries\ManiaLivePlugins\eXpansion\MapRatings\MapRatings.php on line 245
  - Stack: #0 C:\tmn\expansion\libraries\ManiaLivePlugins\eXpansion\Core\types\ErrorHandler.php(15): ManiaLive\Application\ErrorHandling::createExceptionFromError(8, 'Trying to get p...', 'C:\tmn\expansio...', 245)
           #1 C:\tmn\expansion\libraries\ManiaLivePlugins\eXpansion\MapRatings\MapRatings.php(245): ManiaLivePlugins\eXpansion\Core\types\ErrorHandler::createExceptionFromError(8, 'Trying to get p...', 'C:\tmn\expansio...', 245, Array)
           #2 C:\tmn\expansion\libraries\ManiaLivePlugins\eXpansion\MapRatings\MapRatings.php(352): ManiaLivePlugins\eXpansion\MapRatings\MapRatings->sendRatingMsg('w1lla', NULL)
           #3 C:\tmn\expansion\vendor\maniaplanet\manialive-lib\ManiaLive\DedicatedApi\Callback\Event.php(75): ManiaLivePlugins\eXpansion\MapRatings\MapRatings->onBeginMap(Array, false, NULL)
           #4 C:\tmn\expansion\vendor\maniaplanet\manialive-lib\ManiaLive\Event\Dispatcher.php(132): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\eXpansion\MapRatings\MapRatings))
           #5 C:\tmn\expansion\vendor\maniaplanet\manialive-lib\ManiaLive\Application\Application.php(123): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #6 C:\tmn\expansion\bootstrapper.php(73): ManiaLive\Application\Application->run()
           #7 {main}
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
jaga01
Posts: 47
Joined: 06 Jan 2015, 14:31
Location: Romania

Re: FeedBack & Bugs | Your ideas are important

Post by jaga01 »

i applyed the fix and is not working at all.. :(
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

what do you mean not working at all? eXpansion doesen't start or no widgets are shown?
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

w1lla wrote:

Code: Select all

[2015-01-27T11:52:09+01:00] 
    Occured on 27.01.2015 at 11:52:09 at process with ID #6660
    ---------------------------------
 -> ErrorException with code 8
    Trying to get property of non-object
  - in C:\tmn\expansion\libraries\ManiaLivePlugins\eXpansion\MapRatings\MapRatings.php on line 245
  - Stack: #0 C:\tmn\expansion\libraries\ManiaLivePlugins\eXpansion\Core\types\ErrorHandler.php(15): ManiaLive\Application\ErrorHandling::createExceptionFromError(8, 'Trying to get p...', 'C:\tmn\expansio...', 245)
           #1 C:\tmn\expansion\libraries\ManiaLivePlugins\eXpansion\MapRatings\MapRatings.php(245): ManiaLivePlugins\eXpansion\Core\types\ErrorHandler::createExceptionFromError(8, 'Trying to get p...', 'C:\tmn\expansio...', 245, Array)
           #2 C:\tmn\expansion\libraries\ManiaLivePlugins\eXpansion\MapRatings\MapRatings.php(352): ManiaLivePlugins\eXpansion\MapRatings\MapRatings->sendRatingMsg('w1lla', NULL)
           #3 C:\tmn\expansion\vendor\maniaplanet\manialive-lib\ManiaLive\DedicatedApi\Callback\Event.php(75): ManiaLivePlugins\eXpansion\MapRatings\MapRatings->onBeginMap(Array, false, NULL)
           #4 C:\tmn\expansion\vendor\maniaplanet\manialive-lib\ManiaLive\Event\Dispatcher.php(132): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\eXpansion\MapRatings\MapRatings))
           #5 C:\tmn\expansion\vendor\maniaplanet\manialive-lib\ManiaLive\Application\Application.php(123): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #6 C:\tmn\expansion\bootstrapper.php(73): ManiaLive\Application\Application->run()
           #7 {main}
This is strange, can you give some more information about this? you are using mysql if so which version and finally what can you say about the up case rules did you use anything custom?
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
Post Reply

Return to “eXpansion”

Who is online

Users browsing this forum: No registered users and 2 guests