Page 1 of 1

homepoints on the linux version (ubuntu)

Posted: Mon Mar 16, 2015 4:17 am
by Alexandre24
Hello

I found a mistake homepoints found in every version of linux ( ubuntu ) . The console tells me this: [Error] luautilis::onTrigger:./scripts/globals/homepoint.lua:149: attempt to index global 'bit' (a nil value)

I want to add that I have enabled in the settings the healing and TP between homepoints found .

Thank you very much

Re: homepoints on the linux version (ubuntu)

Posted: Mon Mar 16, 2015 6:22 pm
by kjLotus
you are using lua instead of luajit

Re: homepoints on the linux version (ubuntu)

Posted: Mon Mar 16, 2015 7:56 pm
by Alexandre24
I tried lua 5.1 and lua 5.1 -dev . Lua 5.2 and Lua 5.2 -dev and luajit . this is installed and it does not solved the problem . :(

Re: homepoints on the linux version (ubuntu)

Posted: Mon Mar 16, 2015 9:18 pm
by kjLotus
only luajit will work, lua5.1 does not come with bitop and lua5.2 has other issues

if that still doesn't work (rerun configure) i'll look at it

Re: homepoints on the linux version (ubuntu)

Posted: Tue Mar 17, 2015 4:17 am
by Alexandre24
So I uninstalled lua 5.1 and lua 5.1 -dev . The same for lua 5.2 and lua 5.2 -dev . I just keep luajit . When I try to compile it reclame me lua 5.1 systematically . So I reinstalled lua 5.1 and the compilation ends . However, the problem remains unchanged

EDIT : I found! Luajit5.1-dev missing. Thanks kj!