-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bad header in precompiled chunk #9
Comments
+1 |
After some digging, I saw in an old thread that this may have something to do with encoding (utf8 instead of ASCII?). Eventually, however, I gave up and used this library instead http://sourceforge.net/projects/unluac/?source=directory |
you should match the lua version and the cpu architecture. for exapmle 32bit lua 5.1 |
how should I change use luadec or compile it as 32bit binary ? |
You can find releases under https://github.com/sztupy/luadec51/releases Otherwise you have to compile it the same way as you compile lua |
I don't know which release should. I compiled lua file on windows and I used the windows precompiled luadec which crashed and when I compile luadec on Ubuntu with Linux artitecthure it return this error. |
l can send the lua compile file if it helps |
+1 |
+1 bad header in precompiled chunk let me know if You need 10Kb test luac file. |
why i can dec lua file? what does this means "bad header in precompiled chunk"
The text was updated successfully, but these errors were encountered: