I have a Lua script with a "require" statement:
require functions.lua
This causes an error in the NAS probe and the probe crashes.
The error message indicates the file or module is not found.
Exception code: 0xc0000409
Fault offset: 0x000000000034476c
We have verified that the file is present in the scripts folder.
DX UIM 23.4.2 or lower
NAS probe - any version
Defect related to a filename extension being present
As a workaround, remove the file extension (e.g. ".lua") from the filename, and then call the require statement without the extension as well: