Page 7 of 14
Re: eXpansion nighty Release
Posted: 28 Sep 2014, 23:08
by hackie
Hey
Uhm , I was using dev version but saturday I switcht back to nighty.
Today I was driving on reaby his dev server and saw that top bar. Very nice btw.
But now , using nighty , it will not update.
Something with some packs not available.
Is it because I switch from dev to nighty ?
Please some advice. ( did not see any strange warnings or so in logs )
Re: eXpansion nighty Release
Posted: 29 Sep 2014, 06:50
by oliverde8
Hi thanks,
I think there is a problem when switching branches, I will check later today and keep you posted. The only fix I can think of is a reinstall, and you keep your confirmation files
Re: eXpansion nighty Release
Posted: 03 Oct 2014, 23:11
by hackie
I have some rpoblems with loading screen.
After track change it waits 12 sec ( setup in plugins ) then it loads MY loadscreen , after a few seconds it flips to that standard loadscreen and then to next map.
Using latest dedicated server and latest nighty ( script mode ).
Re: eXpansion nighty Release
Posted: 04 Oct 2014, 08:33
by TheBigG.
hi,
expansion does crash after start. im on dev
Code: Select all
PHP Fatal error: Class 'ManiaLivePlugins\eXpansion\DebugTool\Gui\testWidget' not found in /home/tm2/ex_6001_krip_1/libraries/ManiaLivePlugins/eXpansion/Debugtool/Debugtool.php on line 70
Fatal error: Class 'ManiaLivePlugins\eXpansion\DebugTool\Gui\testWidget' not found in /home/tm2/ex_6001_krip_1/libraries/ManiaLivePlugins/eXpansion/Debugtool/Debugtool.php on line 70
Re: eXpansion nighty Release
Posted: 04 Oct 2014, 10:15
by reaby
TheBigG. wrote:hi,
expansion does crash after start. im on dev
Issue with namespace declaration, i didn't test in on linux, since the need for that particular test wasn't run on linux machines...
since it doesn't start, you cant grab the new update easily, luckily the fix is easy:
at
BaseDirectory\libraries\ManiaLivePlugins\eXpansion\Debugtool\Gui\testWidget.php
replace:
Code: Select all
namespace ManiaLivePlugins\eXpansion\DebugTool\Gui;
with:
Code: Select all
namespace ManiaLivePlugins\eXpansion\Debugtool\Gui;
Re: eXpansion nighty Release
Posted: 04 Oct 2014, 10:52
by TheBigG.
so here another problem.
After i did delete my config the local records did disappear, they are still in the database but expansion don't display them, the problem seems that i did change the max amount of locals which is at standart 100 but i did change it to a higher value and do have 170 locals in the database.
Re: eXpansion nighty Release
Posted: 04 Oct 2014, 11:43
by reaby
hackie wrote:I have some rpoblems with loading screen.
After track change it waits 12 sec ( setup in plugins ) then it loads MY loadscreen , after a few seconds it flips to that standard loadscreen and then to next map.
Using latest dedicated server and latest nighty ( script mode ).
yes the loadingscreen will automatically hide the loading screen after 4 seconds, so...
* Check your chat time for the server (disable loadingscreen and see the counter at start of podium... should be by default 17 seconds, but it may differ)
* Set loading screen delay at config to less than 4 seconds from the chat time (for example 15 seconds)
* Load loadingscreen plugin again, and you're good do go

Re: eXpansion nighty Release
Posted: 04 Oct 2014, 18:49
by oliverde8
TheBigG. wrote:so here another problem.
After i did delete my config the local records did disappear, they are still in the database but expansion don't display them, the problem seems that i did change the max amount of locals which is at standart 100 but i did change it to a higher value and do have 170 locals in the database.
Hi, I doubt the problem comes from the max amount of locals you changed. I see 3 explanations. First the stupid one, you are not on the same Database XD. Second is the new records system that might have an issue while switching from old version to new if you changed branches. Normally it shouldn't.
Second you had changed the lapsModeCount1lap value in your old configuration.
The last 2 are easy enought to check, Can you please check in the records for the maps the values in the field :
record_nbLaps, by default it should be 1
score_type, it should be 'time'
Can you let me know if these are the values you have?
Re: eXpansion nighty Release
Posted: 04 Oct 2014, 18:55
by TheBigG.
here a sample
Code: Select all
3082 GItfHySE0jkoIPdvAMQ_U5dO9pm omnipotz 1 138723 19 144138 2291693,2295142,2297384,2301598,2305615,2317006,23... 1411829346 time
edit:
the problem was really that lapsModeCount1lap, sry

Re: eXpansion nighty Release
Posted: 27 Oct 2014, 00:43
by TheBigG.
hi,
it seems like expansion doesn't support adding maps in subfolders? or do i something wrong?
i have my maps in server/UserData/Maps/convert is it possible to add them via expansion?