Page 1 of 3

Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Mon 17 Aug 2015 7:39 am
by IV/JG7_4Shades
Hi everyone,

Please list bugs and suggestions for SEOW v7.2 here.

Cheers,
4S

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Mon 17 Aug 2015 12:13 pm
by =VARP=Thor
Hi all,

I've noticed that ItalyExp DB for example don't have airfield layouts, highways, industrial, railways etc...i added them from 7.1 and it's ok now...for me
Also, for some reason when in industrial I put factory, it will show it self on the map, but it will hide if i put factory district small for example.
Cheers,

Thor

**EDIT: It was my bad...porting went wrong....initialized campaign again and factories are fine

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Mon 17 Aug 2015 4:37 pm
by PA-Dore
Great and massive work as usual Mike! I'm now updating my 2 SEOW servers.
FRANCE-SEOW seems OK, I did not found issues for now, I will check in a real campaign.
Just one thing, you could remove France data in the SEDB72, it's an old map not used anymore.
--> I did not have the same issue than Thor, my ItalyExp database is OK, including airbase layouts(201-204 + 2009) and industrial....

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Mon 17 Aug 2015 5:07 pm
by PA-Dore
My 2 servers work well (FRANCE-SEOW = Windows server and FlibusteAirline = Linux)

For the FlibusteAirline LINUX server I needed to remove the line $DEBUGFILE=__DIR__.'/seowlog.txt'; in MP-Configuration.php

I had a error: Notice: Use of undefined constant __DIR__ - assumed '__DIR__' in /home/flibuste/www/MP4public/Scripts/MP-Configuration.php on line 9 (reason = LINUX ??)

Both work well now:
FlibusteAirline-SEOW
France-SEOW

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Mon 17 Aug 2015 5:17 pm
by StG77_CountZero
I have same problem as Thor with SEDB72_ItalyExp database from download link, no data in tables for roads, railways, industrial, airbases and so on.

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Mon 17 Aug 2015 5:33 pm
by PA-Dore
Mike, it seems that MP-News.php needs to be updated? (ItalyExp, Sakishima... missing)

About ItalyExp issues, I used the full SEDB72_reference database, I guess data were missing only in the ItalyExp database

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Mon 17 Aug 2015 8:01 pm
by IV/JG7_4Shades
Thanks guys, I will check these bugs.

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Tue 18 Aug 2015 4:59 am
by PA-Dore
Checked one mission
SEDB72_ItalyExp
SEDCS v.7.2
MP4 v7.2

(I added ItalyExp and Sakishima in MP-News.php)

All is OK, initialization, build and analyze --> STATISTICS

--> In my 1st trial, I set a Radar Control (Late) as Host Aircraft Model, I had a "Aircraft not created":
[r0133]
Planes 1
Skill 0
Class air.
Fuel 0
weapons none
[r0133_Way]
TAKEOFF -40000.00 -40000.00 0 0 0_Static 0 &1
NORMFLY -30000.00 -40000.00 2500.00 250.00 &1


I guess the reason is : My campaign date is 1943, june 15 and the Radar Control (Late) Service_Date is 19430901.
No issue using others planes.

Great work Mike !

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Tue 18 Aug 2015 7:02 am
by StG77_CountZero
Dore whats the size of your SEDB72_ItalyExp database, my is 2.9MB in SEDB72 MySQL_simple folder, and even when i check it with notpad+ i dont see any data for highways airbases and so on. im downlading SEDB72 databse from this link http://sourceforge.net/projects/seow/files/

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Tue 18 Aug 2015 11:39 am
by PA-Dore
Yes Count, in the ItalyExp database, airbases, layouts and industrial are missing, they are in the full SEDB72_reference database. As I use now the SEDB72_ItalyExp_extinserts.sql database, I needed to add data in it.

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Wed 19 Aug 2015 10:17 am
by IV/JG7_4Shades
Hi everyone,

I had "ItalyExp" instead of "Italy Exp" in the sector-specific DB export script, and the same error for "Marianas Exp". Fixed now and uploaded as SEDB72a.zip to Sourceforge. Everything else is the same, just the name of the zip file has the "a" appended to it so you know you have downloaded the updated files.

Cheers,
4S

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Sun 23 Aug 2015 7:03 am
by IV/JG7_4Shades
Some bug fixes:

*) The PHP "magic constant" __DIR__ is only defined for PHP v5.3 and higher. Older PHP installs will not support this variable. Sorry JP. It is not critical - just a new debug trace feature to assist in Ajax tool development.

*) A resource folder MP4public/MM/sqf was accidentally excluded from the MP release. It has now been added to the CVS tree, so an MPAutoupdate should grab it. It contains 6 files used in generating meta-SEOW missions: cancel.sqf, defines.hpp, dialogs.hpp, event.sqf, save.sqf, SEOW1.jpg.

*) Some bugs in analyzing meta-SEOW logfiles have been corrected in Scripts/MM-AnalyzeLog.php.

*) The front page news feed did not support some of the new sectors.

*) The DCS did not initialize a campaign properly under the Ground Focus meta-mode.

and a new feature:

*) Units now are generated in Iron Front missions with allowFleeing directives determined by their skill and morale states.

These changes are available in MP4public v7.2.1 and SEDCS v7.2.1

Cheers,
4S

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Mon 24 Aug 2015 7:11 am
by PA-Dore
Updated, thanks Mike.
EDIT: It seems there are no files in seow > SCM Repositories > seow > MP4public > MM > sqf ?

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Mon 24 Aug 2015 8:46 pm
by IV/JG7_4Shades
Sorry JP, I will try to add them properly!
Cheers,
4S

Re: Bug Reports: SEDB72, MP4 v7.2.x, SEDCS v7.2.x

Posted: Tue 25 Aug 2015 10:58 am
by IV/JG7_4Shades
Done. The sqf folder contents can also be downloaded from the file release site at sourceforge.

Cheers,
4S