-
Notifications
You must be signed in to change notification settings - Fork 151
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
CBA_fnc_addKeybind memory exhaustion #715
Comments
Key codes above 255 don't make sense #638 (comment) - life found a way 😄 |
A change on the repro - I unbound the user20 key, so the tmp was printed as |
Start editor and open debug console and run
Hopefully that should overwrite the saved setting in your profile and fix the issue for now |
Next repro was setting appmenu (22) and it crashed. Calling it with 0 did not crash. After which 22 also worked. Conclusion: running it with tmp = [0,[false,false,false]]; fixed the problem, and apparently (combined with a sane keybind value) permanently. |
Arma 3 Version:
1.72
current stableCBA Version:
3.4.0
'stable'. (3.3.1 tested to work).Mods:
Description:
Steps to reproduce:
FWIW
(ActionKeys "User20" select 0)
returns 9.39524e+008 in this case.Where did the issue occur?
@alive
mod, else done in editor.RPT log file:
The text was updated successfully, but these errors were encountered: