homepoints on the linux version (ubuntu)

Forum rules
NO LONGER BEING MAINTAINED!
Post Reply
Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

homepoints on the linux version (ubuntu)

Post by Alexandre24 » Mon Mar 16, 2015 4:17 am

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

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: homepoints on the linux version (ubuntu)

Post by kjLotus » Mon Mar 16, 2015 6:22 pm

you are using lua instead of luajit

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: homepoints on the linux version (ubuntu)

Post by Alexandre24 » Mon Mar 16, 2015 7:56 pm

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 . :(
Last edited by Alexandre24 on Tue Mar 17, 2015 2:21 pm, edited 1 time in total.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: homepoints on the linux version (ubuntu)

Post by kjLotus » Mon Mar 16, 2015 9:18 pm

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

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: homepoints on the linux version (ubuntu)

Post by Alexandre24 » Tue Mar 17, 2015 4:17 am

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!

Post Reply