Arma 3 Version: 1.76.143187 (stable)
CBA Version: 3.4.1.170912 (stable)
ACE3 Version: 3.11.0 (stable e769d09)
Mods:
- CBA_A3
- ACE3
- ACEX
- RHSUSAF
- RHSAFRF
- RHSGREF
- RHSSAF
- BWMod
- Enhanced Movement
- task_force_radio
- WMO - Walkable Moving Objects
- Tanoa Tidesystem
- Stratis Tidesystem
- Altis Tidesystem
- ACE Compat - RHS: GREF
- ACE3 - BWMOD Compatibility
- ACE Compat - RHS Armed Forces of the Russian Federation
- ACE Compat - RHS United States Armed Forces
- Advanced Towing
- Advanced Sling Loading
- voyagerCompass HUD
Description:
Steps to reproduce:
Where did the issue occur?
Placed Modules:
RPT log file:
Screenshots
If you have found an issue with ACE3 please make sure that ACE3 really is the cause of the problem. To do this try to reproduce the issue with using only CBA_A3 and ace on a newly created mission.
Same error on a newly created map with only cba and ace enabled. :)
Hello @jarckn! There has been no activity on this ticket for over a period of 30 days. I am automatically replying to let you know we will close this ticket within 1 week due to inactivity and consider this resolved.
If you believe this is in error, please reply with the requested information.
Thank you. :robot:
Well, I replied actually. But I'll check if this issue still persists in A3 1.80 and ACE3 3.12.
9:25:48 Error in expression <];
private _found = false;
if ((_code) == "") exitWith {
[_name] call ace_explo>
9:25:48 Error position: <== "") exitWith {
[_name] call ace_explo>
9:25:48 Error ==: Type code, expected Number,String,Not a Number,Object,Side,Group,Text,Config entry,Display (dialog),Control,Network Object,Team member,Task,Location
9:25:48 File z\ace\addons\explosives\functions\fnc_addToSpeedDial.sqf, line 10
9:25:48 Error in expression <];
private _found = false;
if ((_code) == "") exitWith {
[_name] call ace_explo>
9:25:48 Error position: <== "") exitWith {
[_name] call ace_explo>
9:25:48 Error Generic error in expression
9:25:48 File z\ace\addons\explosives\functions\fnc_addToSpeedDial.sqf, line 10
Can confirm. Happens in ACE3 v3.12.0.
_code is set privately in this scope https://github.com/acemod/ACE3/blob/81e02a73369d341ef21d0b8fc1ad9c62e1688f2e/addons/explosives/functions/fnc_addCellphoneIED.sqf#L38
And will be nil by https://github.com/acemod/ACE3/blob/81e02a73369d341ef21d0b8fc1ad9c62e1688f2e/addons/explosives/functions/fnc_addCellphoneIED.sqf#L49
And then calls addToSpeedDial with nil or any other _code variable from any upper scope which is probably what is happening.