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

I-16: Values out of range #375

Open
charliefoxtwo opened this issue Oct 8, 2023 · 1 comment
Open

I-16: Values out of range #375

charliefoxtwo opened this issue Oct 8, 2023 · 1 comment
Assignees

Comments

@charliefoxtwo
Copy link
Member

charliefoxtwo commented Oct 8, 2023

NS-430 values

Util.lua: value -1.000000 is too small for address 1536 mask 16384
Util.lua: value -9.000000 is too small for address 1546 mask 65535

I-16 values

Util.lua: value -8497.000000 is too small for address 16468 mask 65535
Util.lua: value -1441.000000 is too small for address 16472 mask 65535
Util.lua: value -1135.000000 is too small for address 16474 mask 65535

These all appear to be panel shakes. I suspect this to be a similar issue to the apache, where the values actually range between -1:1

came across these in flight

Util.lua: value -3291.000000 is too small for address 16436 mask 65535
Util.lua: value -3680.000000 is too small for address 16438 mask 65535

Guessing these should be -1:1 as well

16468 mask 65535

PANEL_SHAKE_VERT

16472 mask 65535

PANEL_SHAKE_FWD

16474 mask 65535

PANEL_SHAKE_CLOCK

16436 mask 65535

COMP_BANK

16438 mask 65535

COMP_PITCH

DCS-BIOS.log

@charliefoxtwo
Copy link
Member Author

above values fixed, but came across this one in a hot start. May be worth investigating the possible range of the fuel gauge in the I-16

2023-10-22 13:49:01  ERROR  MemoryAllocation.lua: value -33608.000000 (originally -33607.694211) is too small for I-16:FUEL_GAUGE (address 16462 mask 65535)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants