Page MenuHomeFeedback Tracker

Dummy initJIPcompatible.sqf is missing in a3\functions_f\scripts - causing on screen error messages with A2/OA BI missions
Closed, ResolvedPublic

Description

When a missions calls initJIPcompatible.sqf, but it is not present in the mission, A3 makes the on-screen error and rpt entry:

Warning Message: Script initJIPcompatible.sqf not found {F19869} {F19870}

Details

Legacy ID
24884676
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Scripting
Steps To Reproduce

Execute:
TAG_Ref = [] execVM "initJIPcompatible.sqf";

Additional Information

To fix the problem an empty initJIPcompatible.sqf/returning just true must be added to a3\functions_f\scripts, as the engine falls back on looking for the file in the scripts folder (said location) defined in configs when not found as part of a mission.

Ask Karel for further details/assign to Karel.

Event Timeline

kju-PvPscene edited Additional Information. (Show Details)
kju-PvPscene set Category to Scripting.
kju-PvPscene set Reproducibility to Always.
kju-PvPscene set Severity to None.
kju-PvPscene set Resolution to Fixed.
kju-PvPscene set Legacy ID to 24884676.May 7 2016, 2:34 PM

Still in

Type: Public Beta
Branch: Development
Version: 0.77.109751

Will be fixed in today's dev build.

Thanks a lot Karel!