Lazy-Newb-Pack / Lazy-Newb-Pack-Linux

A Lazy Newb Pack for Linux
http://lazynewbpack.com/
150 stars 12 forks source link

DF faid to start in Arch Linux (Antegros) #41

Closed kusayuzayushko closed 6 years ago

kusayuzayushko commented 7 years ago

I have dwarffortress-lnp-git installed from AUR.

$pwd                                                                  
/opt/dwarffortress-lnp-git

$./startlnp                                                           
LNP/utilities/dwarf_therapist/DwarfTherapist (No such file or directory)
[WARNING] startlnp: Failed to start PyLNP

$cd df_linux

$./df                                                                                                                                                       
./libs/Dwarf_Fortress: /usr/lib/dwarffortress-lnp-git/df_linux/libs/libstdc++.so.6: version `CXXABI_1.3.5' not found (required by /usr/lib/dwarffortress-lnp-git/df_linux/libs/libgraphics.so)
./libs/Dwarf_Fortress: /usr/lib/dwarffortress-lnp-git/df_linux/libs/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/dwarffortress-lnp-git/df_linux/libs/libgraphics.so)
./libs/Dwarf_Fortress: /usr/lib/dwarffortress-lnp-git/df_linux/libs/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by /usr/lib/dwarffortress-lnp-git/df_linux/libs/libgraphics.so)
./libs/Dwarf_Fortress: /usr/lib/dwarffortress-lnp-git/df_linux/libs/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/dwarffortress-lnp-git/df_linux/libs/libgraphics.so)
./libs/Dwarf_Fortress: /usr/lib/dwarffortress-lnp-git/df_linux/libs/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/dwarffortress-lnp-git/df_linux/libs/libgraphics.so)

$./distro_fixes.sh                      
[distro_fixes] [ERROR] DF_DIR not defined.

$pacman -Ss GLIBC
multilib/lib32-glibc 2.24-2 [installed]

$pacman -Ss libc++abi           
community/libc++abi 3.8.0-1 [installed]
lethosor commented 7 years ago

If LNP/utilities/dwarf_therapist/DwarfTherapist and PyLNP don't exist in that folder, something's wrong with that package, and you should probably contact whoever built it.

franchenstein commented 7 years ago

I am having the same problem.

lethosor commented 7 years ago

What pack are you using? Does LNP/utilities/dwarf_therapist/DwarfTherapist exist?

jaimejimbo commented 7 years ago

I'm having the same problem when launching from ubuntu server with ssh -X. I have both files.

metamer commented 7 years ago

This is a package-specific issue. After installing the package, you should run the LNP by lnp (found at /usr/bin/lnp), instead of running ./startlnp /opt/dwarffortress-lnp-git .