Missing or broken libtxc_dxtn library

Table of Contents

Description

This library may be needed to run games using textures in the S3TC format.
Nowadays support for S3TC textures should be included in all the graphics drivers though.

Resolution

On CrossOver 17 and greater, the simplest solution to fix this issue is to run:

/path/to/cxoffice/bin/cxfix openglnotextures3tc openglnotextures3tc.amd64

Or add --show-all to see how CrossOver would fix it on your platform and others.

Alternatively you may try one of the commands below.

  • For 32-bit Windows applications
    Debian : apt-get install libtxc-dxtn-s2tc0:i386
    Fedora (1) : dnf install libtxc_dxtn
  • For 64-bit Windows applications
    Debian : apt-get install libtxc-dxtn-s2tc0:amd64
    Fedora (1) : dnf install libtxc_dxtn.i686 libtxc_dxtn.x86_64

Notes:

  • cxfix --show-all may have more up-to-date fixes.
  • The commands usually also apply to derived distributions. So for instance a fix for Debian is typically also applicable to Ubuntu, Linux Mint, Deepin and Pop! OS. Similarly a fix for Fedora likely also works on Red Hat Enterprise Linux, CentOS, etc.
  • (1) On Fedora it is necessary to add the RPM Fusion repository.

Next Step: Missing or broken 64-bit libunwind.so.8 library (old)

Last modified on 2023-09-29 12:15:09 UTC by Andrew Balfour