Closed PvtPartz closed 7 years ago
I cut out some thousand lines of errors about misconfigured bones.
There is a script error in the mission.
[3850,66.691,0,"XEH: PostInit started. MISSIONINIT: missionName=Pilgrimage_Cambodia_Real_!, missionVersion=53, worldName=prei_khmaoch_luong, isMultiplayer=false, isServer=true, isDedicated=false, CBA_isHeadlessClient=false, hasInterface=true, didJIP=false"]
22:29:32 Error in expression <dEventHandler]"
params [["_customId", "", [""]], ["_even>
22:29:32 Error position: <params [["_customId", "", [""]], ["_even>
22:29:32 Error Params: Type String, expected Array
22:29:32 File A3\functions_f_EPA\Misc\fn_addStackedEventHandler.sqf [BIS_fnc_addStackedEventHandler], line 24
These lines around _customId
are indeed from BIS_fnc_addStackedEventHandler
. This function is never used in CBA these days though. CBA is the current version.
I'd personally try disabling MCC first. And secondly I would check if the mission uses BIS_fnc_addStackedEventHandler
somewhere.
The full line of the error in BIS_fnc_addStackedEventHandler
is:
// Parameters
params [["_customId", "", [""]], ["_event", "", [""]], ["_code", {}, [{},""]], ["_args", [], [[]]]];
So it seems that the fourth arguments _args
is not an array in the script that calls this.
MCC does:
_nul = ["MCC_interactionEH", "onEachFrame", {
// code
}, ""] call BIS_fnc_addStackedEventHandler;
which throws Type String, expected Array
because of the params
type checking
I think the BIS function was changed in 1.76
CBA has no effect on this; you'll want to talk to the MCC team
Arma 3 Version:
1.76
(stable) CBA Version:3.4.0.170627
(stable)Mods: Prei Khmaoch Luong | ព្រៃខ្មោចលង (Cambodia) CUP Weapons 1.9.1 CUP Units 1.9.1 CUP Vehicles 1.9.1 Unsung Vietnam War mod 3.1
Description: -I am porting the mission "Pilgrimage". It is being ported from it's original terrain (Altis) to that of Prei (Cambodia).
Steps to reproduce:
Where did the issue occur? -Editor (Singleplayer)-
RPT log file: https://www.dropbox.com/s/reh6zjcglwp5nl3/Arma3_x64_2017-09-08_22-28-23.rpt?dl=0