Page 47 of 51

Re: FeedBack & Bugs | Your ideas are important

Posted: 24 Jul 2016, 09:53
by bass
You sir are AWESOME! :yes:

Gonna go update now :D

Re: FeedBack & Bugs | Your ideas are important

Posted: 24 Jul 2016, 19:41
by hackie
Whats the meaning with this :

eXpansion works better with PHP extension gd2


I looked in my php.ini and the extension is enabled.

php version 5.5.30

Re: FeedBack & Bugs | Your ideas are important

Posted: 24 Jul 2016, 19:56
by reaby
it's reminder for quiz users.

Re: FeedBack & Bugs | Your ideas are important

Posted: 24 Jul 2016, 20:01
by hackie
Ok, thanks. :thumbsup:

Re: FeedBack & Bugs | Your ideas are important

Posted: 25 Jul 2016, 00:11
by bass
@reaby. Sadly your excellent work with the delay plugin didn't help the bet situation much. Seems the widget does not pop up until the delay counts down completely. Excellent support and a really good try though. :thumbsup:

Re: FeedBack & Bugs | Your ideas are important

Posted: 25 Jul 2016, 12:03
by reaby
Indeed, looks like the widget shows, but planet transaction can't be completed until match is begin...
and that's beyond what any community member can do... only game developers at nadeo can fix that :)

Re: FeedBack & Bugs | Your ideas are important

Posted: 26 Jul 2016, 13:21
by bass
Indeed. Ideally the bet widget appears during warm up but does not pay out until the end of the official match.

Re: FeedBack & Bugs | Your ideas are important

Posted: 30 Jul 2016, 09:59
by oliverde8
hackie wrote:Whats the meaning with this :

eXpansion works better with PHP extension gd2


I looked in my php.ini and the extension is enabled.

php version 5.5.30
It is actually a bug, the test was wrong.

Fixed : https://github.com/eXpansionPluginPack/ ... issues/218

Re: FeedBack & Bugs | Your ideas are important

Posted: 02 Aug 2016, 00:17
by bass
eXpansion crashing with full server and several players waiting in auto queue. Any ideas?

Code: Select all

 -> Maniaplanet\DedicatedServer\Xmlrpc\ServerOptionsException with code -1000
    There are too many players
  - in /home/customer/TMServer/eXpansion/vendor/maniaplanet/dedicated-server-api/libraries/Maniaplanet/DedicatedServer/Xmlrpc/FaultException.php on line 75
  - Stack: #0 /home/customer/TMServer/eXpansion/vendor/maniaplanet/dedicated-server-api/libraries/Maniaplanet/DedicatedServer/Xmlrpc/GbxRemote.php(205): Maniaplanet\DedicatedServer\Xmlrpc\FaultException::create('There are too m...', -1000)
           #1 /home/customer/TMServer/eXpansion/vendor/maniaplanet/dedicated-server-api/libraries/Maniaplanet/DedicatedServer/Xmlrpc/GbxRemote.php(130): Maniaplanet\DedicatedServer\Xmlrpc\GbxRemote->flush(true)
           #2 /home/customer/TMServer/eXpansion/vendor/maniaplanet/dedicated-server-api/libraries/Maniaplanet/DedicatedServer/Connection.php(153): Maniaplanet\DedicatedServer\Xmlrpc\GbxRemote->query('ForceSpectator', Array)
           #3 /home/customer/TMServer/eXpansion/vendor/maniaplanet/dedicated-server-api/libraries/Maniaplanet/DedicatedServer/Connection.php(4008): Maniaplanet\DedicatedServer\Connection->execute('ForceSpectator', Array, false)
           #4 /home/customer/TMServer/eXpansion/vendor/ml-expansion/expansion/AutoQueue/AutoQueue.php(132): Maniaplanet\DedicatedServer\Connection->forceSpectator('titusvandiek', 2)
           #5 /home/customer/TMServer/eXpansion/vendor/ml-expansion/expansion/AutoQueue/AutoQueue.php(107): ManiaLivePlugins\eXpansion\AutoQueue\AutoQueue->queueReleaseNext()
           #6 /home/customer/TMServer/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/DedicatedApi/Callback/Event.php(63): ManiaLivePlugins\eXpansion\AutoQueue\AutoQueue->onPlayerDisconnect('miessi', '')
           #7 /home/customer/TMServer/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/Event/Dispatcher.php(132): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\eXpansion\AutoQueue\AutoQueue))
           #8 /home/customer/TMServer/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/Application/Application.php(123): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #9 /home/customer/TMServer/eXpansion/bootstrapper.php(79): ManiaLive\Application\Application->run()
           #10 {main}

[2016-08-01T15:59:27-05:00] 
    Occured on 01.08.2016 at 15:59:27 at process with ID #29434
    ---------------------------------
 -> ManiaLive\Application\ErrorLimitReached with code 0
    Reached error limit of 16. ManiaLive is shutting down
  - in /home/customer/TMServer/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/Application/ErrorHandling.php on line 37
  - Stack: #0 /home/customer/TMServer/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/Application/ErrorHandling.php(103): ManiaLive\Application\ErrorHandling::increaseErrorCount()
           #1 /home/customer/TMServer/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/Event/Dispatcher.php(139): ManiaLive\Application\ErrorHandling::processModuleException(Object(Maniaplanet\DedicatedServer\Xmlrpc\ServerOptionsException))
           #2 /home/customer/TMServer/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/Application/Application.php(123): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #3 /home/customer/TMServer/eXpansion/bootstrapper.php(79): ManiaLive\Application\Application->run()
           #4 {main}


Re: FeedBack & Bugs | Your ideas are important

Posted: 02 Aug 2016, 20:42
by reaby
hmm.. no ideas yet. do you have enough spectator slots ?
Well the exception is caused, when it tried to release the most recent spectator to play mode.. Maybe it tries it too early, since the player which was disconnecting is not fully yet disconnected... this just a guess though... i could add try/catch but that way the last player at queue wouldn't get to play either, since reasons... but it should keep running.
I open an issue at github :)