-
Notifications
You must be signed in to change notification settings - Fork 51
Description
How exactly are you compiling the .luac files that you're publishing in the release package zip? The luac files in the release zip seem to run fine & are very stable, yet compiling the lua files for the exact same release version (either via simulator or on the radio) are very unstable and cause frequent crashes. Are you using the same exact lua source files to create the compiled luac's?
I see that you also published the source code for the luac compiler in your repo. Are you using a stand-alone version of the compiler to create these luac files? If so, how?
The reason I ask is because I'm trying to test some simple changes that I've made to your latest release version, 2.2.4, but the resulting binaries are very unstable and crash. Even just running your unmodified lua files cause multiple crashes, yet the published luac's work fine.
FYI, this is for a taranis X9D+, and low memory is obviously an issue...