Bug Reports: SEDCS v3.1.15, MP4 v4.440, SEDB31d

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

Moderator: SEOW Developers

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

Bug Reports: SEDCS v3.1.15, MP4 v4.440, SEDB31d

Post by IV/JG7_4Shades »

Please post bug reports for the above release in this thread.

Cheers,
4Shades
Last edited by IV/JG7_4Shades on Fri 24 Jan 2014 8:34 pm, edited 1 time in total.
IV/JG7_4Shades
SEOW Developer

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

Post by IV/JG7_4Shades »

First bug report: some pages fail to load if newly successful recon photos are defined.

Cause: Photo recon display uses recon flight details that may not be available on views other than "whole of sector view".

Fix: Photo Recon details now indicate "unable to identify flight details" if the relevant details are not available in the current view.

Incremental Version: MP-Head.js in MP-v4.441 (to be released shortly)

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

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

Post by IV/JG7_4Shades »

Second bug report (from 13_Taipan):
S`

in Darwin Campaign when i report or clock advance i get this error report

"basMissionBuilder.subAllocateGroupedIndustrialProduction: 6 Arithmetic
operation resulted in an overflow.
Error : 6
Description : Arithmetic operation resulted in an overflow."

currently industrial targets are used as main structures hit during Darwin raids but no production is set.

cheers
13_Taipan
Thanks Taipan, valuable report. The important data is factories had "no production set". The code did not account for this. I have fixed this in SEDCS development version 3.1.16.

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

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

Post by IV/JG7_4Shades »

Bug in Object_Costs table for "Truck_Type94".

The Object_Type field was incorrectly written as "Truck_Type 94" (note the space character). The correct Object_Type is "Truck_Type94" (no space).

Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

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

Post by IV/JG7_4Shades »

Bug in DCS 3.1.16, reported by 13_Taipan.

Incorrect handling of the case where a secret flight was using a "no parachutes" directive, causing serious errors on Analyze. Fixed in DCS 3.1.17 (make sure you download SEDCS-v3.1.17a_installer.exe)

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 »

I had a bug when clic on History for the blue side. I don't know if I am alone with that problem?

These 2 lines were missing in Scripts/MP-ForceHistory.php for the Axis:
$template_array = array_fill(0,$NMissions+1," - ");
$totals_array = array_fill(0,$NMissions+1,"0");

I added it and it runs fine.

Here is new MP-ForceHistory.php(zip)
Locked