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

Nasal runtime errors #62

Open
IskenderWang opened this issue Mar 25, 2022 · 0 comments
Open

Nasal runtime errors #62

IskenderWang opened this issue Mar 25, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@IskenderWang
Copy link
Owner

There is some very old code in question, and I don't know Nasal very well, so I thought it would be best to leave this here for someone more knowledgeable to have a look and see if they could come up with a solution:

  126.08 [ALRT]:nasal     C:\Jenkins\workspace\Windows-nightly\flightgear\src\Scripting\NasalSys.cxx:1467: Nasal runtime error: undefined symbol: dual_control_tools
  126.08 [ALRT]:nasal     C:\Jenkins\workspace\Windows-nightly\flightgear\src\Scripting\NasalSys.cxx:1483:   at C:/Users/IskenderWang/FlightGear/Custom Aircraft/Aircraft/787-family/DualControl/DualControl_base.nas, line 9

  160.62 [ALRT]:nasal     C:\Jenkins\workspace\Windows-nightly\flightgear\src\Scripting\NasalSys.cxx:1467: Nasal runtime error: nil used in numeric context
  160.62 [ALRT]:nasal     C:\Jenkins\workspace\Windows-nightly\flightgear\src\Scripting\NasalSys.cxx:1483:   at C:/Users/IskenderWang/FlightGear/Custom Aircraft/Aircraft/787-family/Nasal/brakesystem.nas, line 79

One of them appears to be a variable name that has no definition or meaning (at least not anymore), and in the other it tries to do math on a yasim property for gross weight, which doesn't work as it turns out and a JSBsim solution would be preferable anyways. Any suggestions welcome :)

@IskenderWang IskenderWang added bug Something isn't working help wanted Extra attention is needed labels Mar 25, 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 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant