0

I need libtxc-dxtn for some native Linux games to start (Amnesia). Without it, the game crashes. If I install it, the colors some other games drastically change. So, I install and un-install the package, depending on what I have to start.

Is there a way to provide the lib to the apps that only need it? I hope my question is clear enough

deckoff
  • 843

1 Answers1

0
LD_PRELOAD='/home/deckoff/Desktop/libtxc/libtxc_dxtn.so' /opt/amnesia/Launcher.bin

This did the trick. Lib was marked as executable, owner is root, not user.( dont know if this is needed or not). I have made a syntax error in my first tries- I have left some space between "=" and "'", there should not be any.

deckoff
  • 843