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
homepoints on the linux version (ubuntu)
Forum rules
NO LONGER BEING MAINTAINED!
NO LONGER BEING MAINTAINED!
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: homepoints on the linux version (ubuntu)
you are using lua instead of luajit
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: homepoints on the linux version (ubuntu)
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.
Re: homepoints on the linux version (ubuntu)
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
if that still doesn't work (rerun configure) i'll look at it
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: homepoints on the linux version (ubuntu)
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!
EDIT : I found! Luajit5.1-dev missing. Thanks kj!