|
Greetings Andrew, Have you tried enabling lua_assert? It should tell you where and when the lua state becomes corrupted, rather then when the corruption causes problems. Just #define lua_assert to any assert function of your choice. Hope that helps, - Alex