Search Unity

Unable to build the game Linux standalone

Discussion in 'Linux' started by alx365, Mar 6, 2020.

  1. alx365

    alx365

    Joined:
    Oct 19, 2019
    Posts:
    6
    When i opened the project and also when i try to build the game i get the following error:

    System.DllNotFoundException: Unable to load the unmanaged library `/home/legendofmiracles/Unity/Projects/Xile Shooter/Library/PackageCache/com.unity.burst@1.1.1/.Runtime/libburst-llvm.so` Reason: libtinfo.so.5: cannot open shared object file: No such file or directory
    at Burst.Backend.UnmanagedLibrary+UnixUnmanagedLibrary.LoadLibrary (System.String name) [0x00060] in <b08d770c1a784990820417f22a55306c>:0
    at Burst.Backend.UnmanagedLibrary.LoadLibrary (System.String name) [0x00020] in <b08d770c1a784990820417f22a55306c>:0
    at Burst.Backend.StandardCompilerBackend..ctor (System.String nativeSharedLibraryName) [0x0000d] in <b08d770c1a784990820417f22a55306c>:0
    at Burst.Compiler.IL.Aot.AotCompiler..ctor (Burst.Backend.ExtendedCompilerBackend backend) [0x00006] in <2c9ff9fb581642acaeb86844246ad423>:0
    at Burst.Bcl.BclApp..ctor (Burst.Bcl.BclOptions options) [0x0001b] in <5e4312abd09c4eb7a47e08fcf0261e00>:0
    at Burst.Bcl.Program.Main (System.String[] args) [0x00165] in <5e4312abd09c4eb7a47e08fcf0261e00>:0
     
  2. alx365

    alx365

    Joined:
    Oct 19, 2019
    Posts:
    6
    Since i am unable to edit the post for whatever reason:
    Unity version: 2019.3.3f1
    Linux: Manjaro Linux KDE/Plasma
    I am root
     
  3. matkoniecz

    matkoniecz

    Joined:
    Feb 23, 2020
    Posts:
    170
    Have you tried googling for "libtinfo.so.5: cannot open shared object file: No such file or directory" error message and trying proposed solutions?
     
  4. andrews_unity

    andrews_unity

    Unity Technologies

    Joined:
    Dec 11, 2015
    Posts:
    264

    Install the NCurses 5.0 compat libs from the AUR and that should solve that issue. Should be noted we do not support running the Editor on Arch.
     
    matkoniecz likes this.