Page 1 of 1

lua: version mismatch in precompiled chunk

Posted: 08 May 2015 17:41
by calanor
Hello,
I have compiled over the current git the ffmpg and vlc. Also I recompiled lua to the latest 5.3.0 build.

When I run vlc with rc Interface I get the following error:
[0000000001f65318] [cli] lua interface error: Error loading script /opt/players/lib/vlc/lua/intf/cli.luac: /opt/players/lib/vlc/lua/intf/cli.luac: version mismatch in precompiled chunk
I searched all over the Internet and I don't found any answer .

Can anyone help?

Thanks!

Re: lua: version mismatch in precompiled chunk

Posted: 09 May 2015 10:55
by RĂ©mi Denis-Courmont
As the error implies, you have compiled the script with a different version of Lua than you are trying to run it with.

Re: lua: version mismatch in precompiled chunk

Posted: 11 May 2015 18:48
by calanor
It is true. I removed version 5.1 and run fine.

Thanks!