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

Bad conversion: scalar messages in RPT at server start #662

Closed
dedmen opened this issue Feb 14, 2022 · 1 comment
Closed

Bad conversion: scalar messages in RPT at server start #662

dedmen opened this issue Feb 14, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@dedmen
Copy link
Contributor

dedmen commented Feb 14, 2022

Arma 3 Version: 2.08 (dev)
CBA Version: 3.x.x (stable)
ZEN Version: 1.12.1 (stable / dev + commit hash)

Mods:

- CBA_A3
- ZEN
- Others... :notlikemeow: RHS, 3CB Vehicles, USAF Aircraft mods, Firewills jets. It must be some aircraft causing this I guess.

Description:

Bad conversion: scalar
10:03:05  ➥ Context:    [] L1 ()
        [] L6 (z\intercept\rv\addons\core\initFunctionsWrapper.sqf)
        [] L7 (z\intercept\rv\addons\core\initFunctionsWrapper.sqf)
        [] L491 (A3\functions_f\initFunctions.sqf)
        [] L493 (A3\functions_f\initFunctions.sqf)
        [] L498 (A3\functions_f\initFunctions.sqf)
        [] L496 (A3\functions_f\initFunctions.sqf)
        [] L21 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L50 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L47 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L48 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L1 ()
        [] L5 (x\zen\addons\modules\XEH_preStart.sqf)
        [] L46 (x\zen\addons\modules\functions\fnc_compileAircraft.sqf)
        [] L23 (x\zen\addons\modules\functions\fnc_compileAircraft.sqf)
        [] L25 (x\zen\addons\modules\functions\fnc_compileAircraft.sqf)

Bad conversion: scalar
10:03:05  ➥ Context:    [] L1 ()
        [] L6 (z\intercept\rv\addons\core\initFunctionsWrapper.sqf)
        [] L7 (z\intercept\rv\addons\core\initFunctionsWrapper.sqf)
        [] L491 (A3\functions_f\initFunctions.sqf)
        [] L493 (A3\functions_f\initFunctions.sqf)
        [] L498 (A3\functions_f\initFunctions.sqf)
        [] L496 (A3\functions_f\initFunctions.sqf)
        [] L21 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L50 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L47 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L48 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L1 ()
        [] L5 (x\zen\addons\modules\XEH_preStart.sqf)
        [] L46 (x\zen\addons\modules\functions\fnc_compileAircraft.sqf)
        [] L23 (x\zen\addons\modules\functions\fnc_compileAircraft.sqf)
        [] L25 (x\zen\addons\modules\functions\fnc_compileAircraft.sqf)

Bad conversion: scalar
10:03:05  ➥ Context:    [] L1 ()
        [] L6 (z\intercept\rv\addons\core\initFunctionsWrapper.sqf)
        [] L7 (z\intercept\rv\addons\core\initFunctionsWrapper.sqf)
        [] L491 (A3\functions_f\initFunctions.sqf)
        [] L493 (A3\functions_f\initFunctions.sqf)
        [] L498 (A3\functions_f\initFunctions.sqf)
        [] L496 (A3\functions_f\initFunctions.sqf)
        [] L21 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L50 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L47 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L48 (x\cba\addons\xeh\fnc_preStart.sqf)
        [] L1 ()
        [] L5 (x\zen\addons\modules\XEH_preStart.sqf)
        [] L46 (x\zen\addons\modules\functions\fnc_compileAircraft.sqf)
        [] L23 (x\zen\addons\modules\functions\fnc_compileAircraft.sqf)
        [] L25 (x\zen\addons\modules\functions\fnc_compileAircraft.sqf)

These messages on server startup. Its not important but its just a bit of RPT spam

https://github.com/zen-mod/ZEN/blob/master/addons/modules/functions/fnc_compileAircraft.sqf#L25

Seems like getting "side" config entry as a number is bad 🤔

@dedmen dedmen added the bug Something isn't working label Feb 14, 2022
@dedmen
Copy link
Contributor Author

dedmen commented Feb 14, 2022

sab_pc21_o
sab_pc7_o
sab_pc9_o
sab_yak23_o
sab_an12_o
sab_an22_o
sab_baehawk_o
sab_baehawk_o_2

example side values
"EAST"

Yeah thats not your bug. sorry :D

These jets have invalid side entries, that should be a number, not a string

https://steamcommunity.com/sharedfiles/filedetails/changelog/938711359

@dedmen dedmen closed this as completed Feb 14, 2022
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