TEMPEST.114 Posted January 21, 2023 Posted January 21, 2023 (edited) 2023-01-21 20:24:56.982 ERROR SCRIPTING (Main): error in error handling What the heck are we supposed to make of that?! LOL Edited January 21, 2023 by Elphaba 1
Chump Posted January 21, 2023 Posted January 21, 2023 Looks like this is actually thrown from LUA, not DCS. https://www.lua.org/source/5.4/ldo.c.html 1
TEMPEST.114 Posted January 23, 2023 Author Posted January 23, 2023 On 1/21/2023 at 10:51 PM, Chump said: Looks like this is actually thrown from LUA, not DCS. https://www.lua.org/source/5.4/ldo.c.html 5.4? Seems it might be DCS's C++ Lua bridge: "Error in error handling" when calling lua function from C++ - Stack Overflow
Chump Posted January 23, 2023 Posted January 23, 2023 2 hours ago, Elphaba said: 5.4? Seems it might be DCS's C++ Lua bridge: DCS uses Lua 5.1. Same error handling code for LUA_ERRERR: https://www.lua.org/source/5.1/ldo.c.html Obviously, this is a black box to us. Someone on the ED team would need to see how it is handled internally.
Recommended Posts