[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: precompiled code problem in 5.1.4
- From: "Michael Newberry" <mnewberry@...>
- Date: Sat, 23 Oct 2010 11:17:45 -0700
We updated to Lua 5.1.4 and our Windows app fails trying to load a
pre-compiled lua library. Specifically, luaL_loadfile() returns 3 and the
error message is "bad header in precompiled chunk". This library was created
using luac.exe dated March 19 2004 (114,688 bytes). I found a reference to
what may be the same issue posted by David Manura on 22 Sep 2010. Does
anyone know a workaround?
Thanks,
Michael