|
> PANIC: unprotected error in call to Lua API (attempt to index a h� value) This is very strange. Clearly 'h�' is not the type of a name in Lua. It looks like memory corruption. But luaT_typenames is declared as const char *const luaT_typenames[]; and so should not be writable, nor should the strings in it.