Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object in cba_settings causes errior #157

Closed
AndreasBrostrom opened this issue Jan 1, 2020 · 1 comment
Closed

Object in cba_settings causes errior #157

AndreasBrostrom opened this issue Jan 1, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@AndreasBrostrom
Copy link

Describe the bug
CBA parse error caused by cba_settings not being able to join string containing side object.

17:53:25 [CBA] (settings) INFO: Mission Config: File [cba_settings.sqf] loaded successfully.
17:53:25 Error in expression <ring [10, 13, 9, 32] joinString "";
};

parseSimpleArray (["[", _string, "]"] jo>
17:53:25   Error position: <parseSimpleArray (["[", _string, "]"] jo>
17:53:25   Error Generic error in expression
17:53:25 File x\cba\addons\settings\fnc_parse.sqf..., line 30
17:53:25 Error in expression <ring [10, 13, 9, 32] joinString "";
};

parseSimpleArray (["[", _string, "]"] jo>
17:53:25   Error position: <parseSimpleArray (["[", _string, "]"] jo>
17:53:25   Error Generic error in expression
17:53:25 File x\cba\addons\settings\fnc_parse.sqf..., line 30
17:53:25 [ACE] (common) INFO: Parsed Settings Configs [71.8 ms]
17:53:25 [XEH]: One or more children of class All do not support Extended Event Handlers. Fall back to loop.

To Reproduce
Steps to reproduce the behavior:

  1. Add vcom settings in cba_settings.sqf
  2. Reload mission
  3. Error should occur

VCOM Version:

  • Steam release 2020-01-01

Additional mods used:

  • CBA_A3 (Steam release 2020-01-01)

Additional context
Possible solution string the objects and handle side detection in separate script.

@AndreasBrostrom AndreasBrostrom added the bug Something isn't working label Jan 1, 2020
@AndreasBrostrom
Copy link
Author

Duplicate of #155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant