Page 1 of 1

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

Posted: Tue 03 Jun 2008 8:28 am
by IV/JG7_4Shades
Please post bug reports for the above release in this thread.

Cheers,
4Shades

Posted: Sat 07 Jun 2008 10:51 pm
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

Posted: Mon 09 Jun 2008 9:29 am
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

Posted: Sat 28 Jun 2008 8:24 pm
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

Posted: Sat 28 Jun 2008 9:33 pm
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

Posted: Wed 25 Feb 2009 1:59 pm
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)