lua-users home
lua-l archive

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


> I found that the LoadHeader function gave very undescriptive error,
> which makes it hard to establish what is wrong with the header (and
> hence the compiled code).

Perhaps "bad header" is not a good message. What it does mean is that
the binary cannot be loaded into the current platform. Knowing exactly
why is probably not as useful as it may seem, because there is really
nothing simple you can do to fix it, short of recompiling the script.
--lhf