Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Bad Header error using TNTAnimator and TNTVirtualPad latest versions — Gideros Forum

Bad Header error using TNTAnimator and TNTVirtualPad latest versions

sreeparamsreeparam Member
edited August 2013 in General questions
I tried the examples from https://github.com/1dot44mb/gideros/tree/master/tools/TiledAsWorldEditor
This uses TNTAnimator and TNTVirtualPad .

I get the below bad header in precompiled chunk .

Even when i tried running the samples from TNT website. I get the same error.
Can someone help what am I doing wrong here.


---------- Compile started at 15:50:05.526 ----------
luac -o ".tmp/tntanimator64.lua.bin" "../../libs/tntanimator64.lua"
luac: ../../libs/tntanimator64.lua: bad header in precompiled chunk
make: *** [.tmp/tntanimator64.lua.bin] Error 1
========== Compile finished ==========

Comments

  • sreeparamsreeparam Member
    edited August 2013
    Got a solution for the issue.

    As the code is in binary, it cannot be compiled.So the error is understandable.

    The samples are running fine now after I enabled BitOp Plugin for Gideros which is not enabled by default.
    Hope this helps someone who is a starter like me in this fantastic tool Gideros
Sign In or Register to comment.