https://bugs.winehq.org/show_bug.cgi?id=26898
--- Comment #19 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Someone from comment #18)
(In reply to Sebastian Lackner from comment #16)
If it is caused by missing DXTn support the following patches should help:
https://github.com/wine-compholio/wine-staging/tree/master/patches/wined3d- DXTn https://github.com/wine-compholio/wine-staging/tree/master/patches/d3dx9_36- DXTn
After applying the patches run "autoreconf -f", and make sure that ./configure is able to find the 32-bit library for libtxc_dxtn.
Does that fix the issue?
I'm not really familiar with git commands, what should I use ? I tried git clone followed by the address but it doesn't work...
The proper way is to download the patchset (either manually downloading all files or checking out the staging git repo).
$ git clone https://github.com/wine-compholio/wine-staging.git
Afterwards the patches can be applied on your wine source tree. There are various FAQs and documentations how to build a patched version of Wine, see for example: * http://wiki.winehq.org/Patching * https://github.com/wine-compholio/wine-staging/wiki/Packaging#compiling-wine...
Nevertheless this is a bit off-topic on this bug tracker, so please refer to the #winehq IRC channel or the forums if you need additional help with patching/compiling your wine version.
For wine-staging we are also providing precompiled binaries for various distributions, if you're using one of them you can also test using our packages. Please note that it will install to a different location than regular wine, so you will always have to type the full path. See: * http://www.wine-staging.com/install.html * https://github.com/wine-compholio/wine-staging/wiki/Usage