Bug Reports: SEDCS v3.2.0, MP4 v4.520, SEDB32

For bug reports and fixes, installation issues, and new ideas for technical features.

Moderator: SEOW Developers

PA-Dore
Posts: 469
Joined: Thu 01 Nov 2007 8:58 am
Location: Savoie-France
Contact:

Post by PA-Dore »

I don't know if it's a bug or a mistake from me..

I tried a campaign with
SEDB32B
SEOW Statistics Tool v1.118
SEOW Mission Planner v4.532

I have this error message in Statistics: (no error on MP4):
Notice: Trying to get property of non-object in /home/flibuste/www/SEOWmars09/Statistics/MP-Missions.php on line 45
Fatal error: Call to a member function Fields() on a non-object in /home/flibuste/www/SEOWmars09/Statistics/MP-Missions.php on line 46

these lines are in MP-Missions.php:

while (!$RS_columnsize->EOF) {
$ColumnSizeData[$RS_columnsize->Fields('ObjType')] = $RS_columnsize->Fields('Number_Vehicles');
$RS_columnsize->MoveNext();
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Hi Dore,

Check your Convoys_Vehicles table. It should have 54 records. Make sure you are using the correct HistorySFX Mod setting in the DCS with your template. That is, if you are using Mod objects, set HistorySFX support ON.

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
PA-Dore
Posts: 469
Joined: Thu 01 Nov 2007 8:58 am
Location: Savoie-France
Contact:

Post by PA-Dore »

You're the best Shades ;-)

I had forgotten one column: I had copied Convoys_Vehicles table from another old database without the History_SFX column :cry:

I'll copy 100 times how to use SEOW and will burn a candle in honor of 4Shades

It's all right now.

--> I have only 52 records in Convoys_Vehicles table, doesn'it matter?
My HistorySFX mode is the last one with the Patch_3_11.EXE
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Aah, you are right. 52 is the right number. My memory is failing!

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
PA-Dore
Posts: 469
Joined: Thu 01 Nov 2007 8:58 am
Location: Savoie-France
Contact:

Post by PA-Dore »

When HistorySFX is on and when you commit like admin a reinforcement of B-29 'Silverplate' Superfortress you get an error:

In Object_Specifications table change B-29 'Silverplate' Superfortress to B-29 Silverplate Superfortress.
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Minor bug: the spatial coordinates for Znamensk Railway Station (Stalingrad sector) are wrong. The correct coordinates for the Railway_Stations table are:

Code: Select all

Target_X     Target_Y
176550       77425
Thanks to Doc for pointing this out.

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
Darkcrest
Posts: 16
Joined: Sun 24 Aug 2008 11:31 pm

Sardegna Sector Not showing Icons

Post by Darkcrest »

*S* All and to 4Shades,

Well, I have the latest version up and running, and was having an issue with the Sardegna Sector.

It is not showing alot of the Images that SEOW uses. For example, there isn't anything showing up for airbases.

Did I miss something?

Updated to 4.520 Of the MP
Updated Database with the extended version for Navicat
DCS are all at the latest version as well.

Thanks,
DC
Image
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Hi DC,

Maybe you accidentally over-wrote your Scripts/MP-Configuration.php file, and thus have got your $IconLocation value wrong. You need to specify this, so edit MP-Configuration.php and insert the correct path.

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
Scimitar
Posts: 6
Joined: Mon 04 May 2009 5:53 am

Manually added reinforcements

Post by Scimitar »

Hi 4Shades,

I found out, that there is an issue with manually added reiforcements by means of administration.

In order to task a flight to an airfield directly out of the manually added reinforcement, the field "way_eta" in the table "NewWaypoints" is not affected after committing the task. It has the "null" value.

Because of that, the DCS reports an "DBNull"error, and the according flight is not generated.

The added unit is still knowen by SEOW MP, and tasking it manually from Off Map position to the desired airfield is possible, it can be overridden and everything is fine.

I've tested this only for air units so far, and its reproduceable, but it might occur for ground units as well.

regards,
Scimitar
Last edited by Scimitar on Tue 12 May 2009 7:34 am, edited 1 time in total.
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Hi Scimitar (great name, reminds me of a 1960's jet),

Thanks for the report. I understand exactly wht you mean. Can you tell me one thing - is your error occurring with a MySQL database or a MSAccess database?

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
Scimitar
Posts: 6
Joined: Mon 04 May 2009 5:53 am

Post by Scimitar »

Hey 4Shades,

it's a MySQL database, version : 4.1.13
further than that I'm also using the latest versions of SEDB, MP and DCS

:)
Scimitar
Posts: 6
Joined: Mon 04 May 2009 5:53 am

Post by Scimitar »

Hi 4Shades, its me again :D

Another Issue within the Italy map:

- ToolTipText for Airfield "L' Aquila (K/L 12)" doesn't shows up properly. (Its the only one, that doesn't work)
- A manually added details view of this airfield leads to an incomplete loaded map within MP.

regards,
Scimitar
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Correct Scimitar. That issue is fixed in the upcoming patch. Working on the patch release files now...

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

Image
Scimitar
Posts: 6
Joined: Mon 04 May 2009 5:53 am

Post by Scimitar »

As always: great support :)
Locked