lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Can you provided a complete example which displays this problem, it
seems like there is something more going on.
>and ready for another lua_getfield request,

Suggests that this maybe inside a loop.

>lua_gettop gives -1 (in subsequent use it says -2 ...)

Suggests that you are using an invalid index, have you tried turning
LUA_USE_APICHECK on?

--Liam