Defent / DMS_Exile

DMS For Exile
Other
84 stars 108 forks source link

Error on log #44

Closed M3ragon closed 8 years ago

M3ragon commented 8 years ago

Use Exile 1.0.0 Tanoa

  1. 4:08:10 "DMS SORT OF AN ERROR :: Null Group found in DMS_FrozenAIGroups! Index: 6"
  2. Error: 9:30:28 "DMS ERROR :: Number of attempts in DMS_fnc_findSafePos (5000) reached maximum number of attempts!" 9:30:28 Error in expression <_this; }; };

private _parsedParams = [ _missionPosition, _extraParams ];

if (D> 9:30:28 Error position: <_missionPosition, _extraParams ];

if (D> 9:30:28 Error Undefined variable in expression: _missionposition 9:30:28 File x\addons\dms\scripts\fn_MissionParams.sqf, line 135 9:30:28 "DMS ERROR :: Called MISSION construction.sqf with invalid parameters: [[25,500,0.9,2500,2500,2500,2000,100,true],[[]],[]]"

rpt: arma3server_2016-07-17_00-44-21.txt

eraser1 commented 8 years ago

The first "issue" happens when an AI group is killed while frozen. This might happen when you don't check for frozen groups often enough. You can eliminate this by reducing the value of the following config: DMS_ai_freezeCheckingDelay

Please read my reply to "Cael817" on the linked post for the second part.