
Macro_Lens
Published
Loop Hero
Tinker Steps:Changed configuration
The game is missing many libraries. Loading the machine's libraries first prior to the ones provided may be a good fix. Change the run.sh
to the following.
#!/bin/bash
#export LD_LIBRARY_PATH="./assets/linuxlibs/:$LD_LIBRARY_PATH:/usr/lib"
export LD_LIBRARY_PATH="/usr/lib:$LD_LIBRARY_PATH:./assets/linuxlibs/"
./Loop_Hero
The game on my end was able to run without using any of the provided libraries. Only if ran using the executable and not the runner script through the command line.
Native
Distro:Arch Linux
Kernel:5.17.1-arch1-1
RAM:15 GB
GPU Driver:4.6 Mesa 22.0.1
GPU:AMD RENOIR (LLVM 13.0.1, DRM 3.44, 5.17.1-arch1-1)
CPU:AMD Ryzen 5 PRO 4650U with Radeon Graphics
Native
Distro:Arch Linux
Kernel:5.17.1-arch1-1
RAM:15 GB
GPU Driver:4.6 Mesa 22.0.1
GPU:AMD RENOIR (LLVM 13.0.1, DRM 3.44, 5.17.1-arch1-1)
CPU:AMD Ryzen 5 PRO 4650U with Radeon Graphics