We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mods (complete and add to the following information):
2.14 stable
3.17.1
2.6.0
Description:
RPT and on-screen error caused by an unknown enum value
Steps to reproduce:
Expected behavior:
Error does not occur
Where did the issue occur?
Dedicated Multiplayer
Additional context:
LambsDanger/addons/danger/functions/fnc_brainForced.sqf
Line 55 in 9670c56
BI Wiki
Log Files: RPT error:
9:50:16 Error in expression <ll lambs_main_fnc_doAssaultSpeed; _unit setUnitPosWeak (["MIDDLE", "PRONE"] sele> 9:50:16 Error position: <setUnitPosWeak (["MIDDLE", "PRONE"] sele> 9:50:16 Error Foreign error: Unknown enum value: "PRONE" 9:50:16 File z\lambs\addons\danger\functions\fnc_brainForced.sqf..., line 55 9:50:16 [ACRE] (sys_io) INFO: Pipe error: Read CreateFileA WinErrCode: 2
(I think the fix is replacing the enum with "DOWN" but I don't have time to read the full code context)
"DOWN"
The text was updated successfully, but these errors were encountered:
Wow, this has been in for 3 years, and nobody has noticed until now.
Sorry, something went wrong.
funnily enough i encountered this the first time today as well
I did a big refactor on enum handling. Lots of places were missing validation. Like this one apparently.
Successfully merging a pull request may close this issue.
Mods (complete and add to the following information):
2.14 stable
3.17.1
2.6.0
Description:
RPT and on-screen error caused by an unknown enum value
Steps to reproduce:
Expected behavior:
Error does not occur
Where did the issue occur?
Dedicated Multiplayer
Additional context:
LambsDanger/addons/danger/functions/fnc_brainForced.sqf
Line 55 in 9670c56
BI Wiki
Log Files:
RPT error:
(I think the fix is replacing the enum with
"DOWN"
but I don't have time to read the full code context)The text was updated successfully, but these errors were encountered: