|
> Line:514This means that a stack overflow has occurred.
>
> _expression_: L->top < L->ci->top
>
> line 514 is within lua_pushlightuserdata
>
> this doesn't really tell me much though...
You probably need to ask for more slots in your app, using luaL_checkstack.