Lua guis not visible

  • gunpowderTR
    6th Sep 2017 Member 0 Permalink

    With the new version of tpt which uses LuaJIT, GUIs of some scripts such as Script Manager and TPTMP are not visible.

    scripts are running:
    dofile("autorun.lua") >> autorun.lua:36: manager is already running

    OS                   : Linux Mint 18.2 64 bit
    Powder version : 92.2 LIN64
    LuaJIT Package: libluajit-5.1-common and libluajit-5.1-2

    Edited once by gunpowderTR. Last: 6th Sep 2017
  • jacob1
    6th Sep 2017 Developer 0 Permalink
    That's not an error, that error implies that you already have the script manager loaded. If it failed to load the first time, you will need to tell me what that error was instead.

    I did test it and it seemed to work fine. Also in 92.3 you won't need to install luajit separately, it will actually be static that time.