Page 8 of 9

Re: Feedback and Reports for the master branch from github

Posted: 04 Feb 2019, 18:32
by undef.de
Geir wrote: 04 Feb 2019, 17:05 The link u sent is opening in my browser.
The image is not loading on any servers that run uaseco, Ex:Maniacs canyon 0-80 k
Cleaned my cache, joined the server and voila:
Image
Works perfect... maybe you haven't allow ManiaPlanet to access the internet in your firewall settings, because all images and sounds are not loaded at your screenshots.

Re: Feedback and Reports for the master branch from github

Posted: 07 Feb 2019, 11:24
by Geir
amazing.... it works :thumbsup:
Thanx,had lost all hope of fixing this.

Thanx Again :1010

Re: Feedback and Reports for the master branch from github

Posted: 07 Feb 2019, 15:02
by undef.de
Geir wrote: 07 Feb 2019, 11:24 amazing.... it works :thumbsup:
Thanx,had lost all hope of fixing this.
It would be nice if you could tell what you have done to fix it so other players with the same problem could fix it too.

Re: Feedback and Reports for the master branch from github

Posted: 07 Feb 2019, 15:03
by Miss
I'm assuming they cleared their cache?

Re: Feedback and Reports for the master branch from github

Posted: 24 Aug 2019, 11:12
by RelaxedRacer
I updated to latest version on the github, there is a small error:

On line 136 in "includes/core/gameinfo.class.php"

Code: Select all

$this->modebase['RespawnBehaviour']	= $modescript['settings']['S_RespawnBehaviour'];
Is missing, it gave me a error:

Code: Select all

[UASECO Exception] Error returned: "Wrong setting type for 'S_RespawnBehaviour'" [-1000] at GbxRemote::query() for method "SetModeScriptSettings" with arguments:
array(1) {
  [0]=>
  array(11) {
    ["S_ChatTime"]=>
    int(15)
    ["S_AllowRespawn"]=>
    bool(true)
    ["S_RespawnBehaviour"]=>
    NULL
    ["S_UseClublinks"]=>
    bool(false)
    ["S_UseClublinksSponsors"]=>
    bool(false)
    ["S_NeutralEmblemUrl"]=>
    string(0) ""
    ["S_ScriptEnvironment"]=>
    string(10) "production"
    ["S_IsChannelServer"]=>
    bool(false)
    ["S_TimeLimit"]=>
    int(440)
    ["S_WarmUpNb"]=>
    int(0)
    ["S_WarmUpDuration"]=>
    int(-1)
  }
}
Once i added that line back in the error stopped :thumbsup:

Re: Feedback and Reports for the master branch from github

Posted: 25 Aug 2019, 09:14
by undef.de
RelaxedRacer wrote: 24 Aug 2019, 11:12 I updated to latest version on the github, there is a small error:

On line 136 in "includes/core/gameinfo.class.php"

Code: Select all

$this->modebase['RespawnBehaviour']	= $modescript['settings']['S_RespawnBehaviour'];
Good catch, added.

Re: Feedback and Reports for the master branch from github

Posted: 17 Sep 2019, 22:27
by RelaxedRacer
I just updated to latest version of the github, got a "PHP Notice" message:

Code: Select all

[PHP Notice] Undefined index: MEDIA on line 83 in file C:\TM_Server\UASECO\plugins\plugin.mania_exchange.php
Dont know if i missed something. :)

Re: Feedback and Reports for the master branch from github

Posted: 18 Sep 2019, 08:04
by undef.de
RelaxedRacer wrote: 17 Sep 2019, 22:27 I just updated to latest version of the github, got a "PHP Notice" message:

Code: Select all

[PHP Notice] Undefined index: MEDIA on line 83 in file C:\TM_Server\UASECO\plugins\plugin.mania_exchange.php
Dont know if i missed something. :)
That's new (and yes, I need to add this change to the changelog): :thumbsup:

Code: Select all

	<!-- URLs of the media -->
	<media>
		<progress_indicator>http://maniacdn.net/undef.de/uaseco/mania-exchange/progress_bar_yellow_2D.webm</progress_indicator>
	</media>
And this plugin is under heavy development right now, not all will work at the moment.

Re: Feedback and Reports for the master branch from github

Posted: 27 Oct 2019, 00:37
by RelaxedRacer
Hi, its probably already mentioned, but when i juke a map, on end it says next map is same. (in the "next map" widget)
But it does load the next map in the list, like it is supose to, this only happens when i juke a map.
Also when i click on the "current map widget" (during race of the juked map), it says previous and next as same map.

Hope you understand :roflol: :D

Cheers

Re: Feedback and Reports for the master branch from github

Posted: 28 Oct 2019, 14:32
by undef.de
RelaxedRacer wrote: 27 Oct 2019, 00:37 Hi, its probably already mentioned, but when i juke a map, on end it says next map is same. (in the "next map" widget)
But it does load the next map in the list, like it is supose to, this only happens when i juke a map.
Also when i click on the "current map widget" (during race of the juked map), it says previous and next as same map.
Should be already fixed with the 0.9.7 from github:
https://github.com/undeflabs/UASECO/blob/master/docs/CHANGELOG.md wrote:Fixed display of the wrong juked map in the NextMapWidget (thanks hackie, speedychris) [undef]
Could you please test that?