[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lib and tag problems
- From: "Jens Wessling" <wessling@...>
- Date: Wed, 18 Jul 2001 15:27:06 -0400
Hmmm,
The exact line of the script is
collectgarbage()
The error is handled by me, so it probably won't be that informative.
when lua_dostring() is called, it returns LUA_ERRRUN.
Is there better information I can give you?
--jnw
----- Original Message -----
From: "Luiz Henrique de Figueiredo" <lhf@tecgraf.puc-rio.br>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Wednesday, July 18, 2001 2:00 PM
Subject: Re: lib and tag problems
> >I am using Lua 4.0 and Lua complains that there is an error in the Main
part
> >of the chunk.
>
> Please send us the exact error message and the line of the Lua program
where
> it happens. Thanks.
> --lhf