Git Product home page Git Product logo

wine_appimage's Introduction

WINE logo

WINE AppImage

WINE AppImage (unofficial) AppImages by GitHub Actions Continuous Integration
Report bug · Request feature · Download AppImage

Info

  • This AppImage includes i386 GPU drivers. If it still doesnt work then don't get angry at me.

Get Started

Download the latest release from

Stable Devel Staging GE-Proton GE-LoL
Download Download Download Download Download

Executing

File Manager

Just double click the *.AppImage file and you are done!

In normal cases, the above method should work, but in some rare cases the +x permissisions. So, right click > Properties > Allow Execution

Terminal

./wine-*.AppImage
chmod +x wine-*.AppImage
./wine-*.AppImage

In case, if FUSE support libraries are not installed on the host system, it is still possible to run the AppImage

./wine-*.AppImage --appimage-extract
cd squashfs-root
./AppRun

Building AppImage (Debian Based Host Only)

> Clone this repo

git clone 'https://github.com/mmtrt/WINE_AppImage.git'

> Download appimage-builder and unpack

cd WINE_AppImage ; wget -q 'https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.0.3/appimage-builder-1.0.3-x86_64.AppImage' ; chmod +x 'appimage-builder-1.0.3-x86_64.AppImage' ; ./appimage-builder-1.0.3-x86_64.AppImage --appimage-extract

> Modify appimage-builder

cp runtime/mksquashfs squashfs-root/usr/bin/mksquashfs ; sed -i 's|xz|zstd|' squashfs-root/usr/lib/python3.8/site-packages/appimagebuilder/modules/prime/appimage_primer.py

> Modify Recipe for building locally

Change version in wine-stable.yml for example.

version: !ENV ${WINE_VER}

To

version: "1.0"

> Start building

Now launch modified appimage-builder using modifed recipe after doing above steps

squashfs-root/AppRun --recipe wine-stable.yml

NOTE: if you are making changes in recipe file after doing all steps then just skip all steps and use building step only.

Acknowledgements

wine_appimage's People

Contributors

liberodark avatar mmtrt avatar ruanformigoni avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

wine_appimage's Issues

Foobar2000-32bit with wine-staging-wow64_8.11-x86_64.AppImage

WINEARCH=win32 ..... wineboot ---- .wine-appimage-staging-wow64' is a 32-bit installation, it cannot support 64-bit applications.
WINEARCH=win32 ..... winetricks ---- (warning: wine cmd.exe /c echo '%AppData%' returned empty string, error message "wine: '/home/artix/.wine-appimage-staging-wow64' is a 32-bit installation, it cannot support 64-bit applications.")

I install physx but I show error 025c:err:ole:CoRevokeClassObject COM was not initialized


------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20230212-next - sha256sum: 803e5384f8e5b9fbcd5d1f610da31981ee444032b3948ff0d805254047a03d4e with wine-8.13 (Staging) and WINEARCH=win64
Executing w_do_call physx
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_physx
------------------------------------------------------
warning: /home/thinker/.wine//dosdevices/c:/Program Files (x86)/NVIDIA Corporation/PhysX/Engine/86C5F4F22ECD/APEX_Particles_x64.dll is not a regular file, not checking sha256sum
------------------------------------------------------
Executing mkdir -p /home/thinker/.cache/winetricks/physx
Executing cd /home/thinker/.cache/winetricks/physx
Downloading https://us.download.nvidia.com/Windows/9.21.0713/PhysX_9.21.0713_SystemSoftware.exe to /home/thinker/.cache/winetricks/physx

08/03 09:02:46 [NOTICE] Downloading 1 item(s)
[#f6f6d1 1.6MiB/25MiB(6%) CN:5 DL:5.7MiB ETA:4s]
[#f6f6d1 11MiB/25MiB(43%) CN:5 DL:8.7MiB ETA:1s]
[#f6f6d1 19MiB/25MiB(74%) CN:5 DL:8.4MiB]

08/03 09:02:50 [NOTICE] Download complete: /home/thinker/.cache/winetricks/physx/PhysX_9.21.0713_SystemSoftware.exe

Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
f6f6d1|OK  |   8.3MiB/s|/home/thinker/.cache/winetricks/physx/PhysX_9.21.0713_SystemSoftware.exe

Status Legend:
(OK):download completed.
Executing cd /home/thinker
Executing cd /home/thinker/.cache/winetricks/physx
Executing wine PhysX_9.21.0713_SystemSoftware.exe
025c:err:ole:CoRevokeClassObject COM was not initialized

[Feature Request] Wine-GE Distribution

Link: https://github.com/GloriousEggroll/wine-ge-custom

Wine-GE is "meant to be used with non-steam games outside of Steam." (quoted from their GitHub)

A bit more info: https://github.com/gloriouseggroll/proton-ge-custom#1-running-non-steam-games-with-proton-outside-of-steam-is-not-supported-do-not-ask-for-help-with-this

I have found that using Wine-GE sometimes has better compatibility with games outside of Steam, so it would be great if it was also available as an AppImage.

GE-Proton AppImage Failed to Launch

Launching in a terminal:

./wine-staging_ge-proton_8-13-x86_64.AppImage
/tmp/.mount_wine-smcnnEI/wrapper: line 39: syntax error near unexpected token `fi'
/tmp/.mount_wine-smcnnEI/wrapper: line 39: `fi'

Tested on two devices: a Steam Deck/SteamOS and a laptop running EndeavourOS.

How to build identically a stable version of wine appimage?

Hi @mmtrt ,
First, thanks for all your job already done on the Wine Appimage, congratulations !
From my side, I'm searching to learn more on generation of appimage for wine, it's very usefull finally to test different versions/implementations. Good idea !
Thanks also about the update of instruction to build "manually" without runner that you did begin of August.
I followed all instructions (I did also several times)
The installation of Wine is working well
But unfortunately the behavior is different :-(
I have some windows in "black" without crash :-(
I tried several times, I tested several images and I decided to stay on 8.0.2 because that stable and you generated by pipeline one week ago. For sure I used the tagged commit "continious-stable"
To understand, I extract the files from appimage and I compared and I discovered that we don't have the same content that could explain certainly the difference of behavior.
With tool like beyond compare, we could see for example for "systemd":
image
What do you think ? is it normal ? did I do a mistake ? is it do to content of package that they changed ?
Thanks in advance for your reply
Best regards,

(Question) Building native on local OS

Would building the appimage native on a local 20.04 install in any way cut down the size of the appaimge by using existing installed libraries vs additional ones inside the appaimge? I’ve been thinking of including a wine appimage inside DragonOS (based on 20.04) but I’m limited on remaining space I have to play with and still make a distributable ISO.

this is my wine-staging.yml , is work with me, get you reffer

version: 1

script:
  # Remove any previous build cache data
  - rm -rf AppDir appimage-builder-cache/var/cache/apt/archives/*wine* || true
  - mkdir -p appimage-build/prime AppDir/winedata && cp wrapper AppDir
  # Add winetricks
  - wget -q "https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks" -P ./AppDir/bin && chmod +x ./AppDir/bin/winetricks
  # Copy App icon to AppDir/usr/share/icons needed prior to appimage-builder ver 1.x.x
  - mkdir -p AppDir/usr/share/icons ; cp wine.svg AppDir/usr/share/icons
  # Add static appimage runtime
  - cp runtime/runtime-x86_64 appimage-build/prime/runtime-x86_64
  # Add config
  - cp -R config AppDir/winedata

AppDir:
  path: ./AppDir

  app_info:
    id: org.winehq.wine
    name: wine
    icon: wine
    version: "1.0"
    exec: bin/bash
    exec_args: $APPDIR/wrapper $@

  apt:
    arch: [amd64, i386]
    sources:
      - sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse'
      - sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse'
      - sourceline: 'deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse'
        key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C'
      - sourceline: 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main'
        key_url: 'https://dl.winehq.org/wine-builds/winehq.key'
      # - sourceline: 'deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu/ jammy main'
        # key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xFCAE110B1118213C'
      - sourceline: 'deb https://ppa.launchpadcontent.net/kisak/kisak-mesa/ubuntu jammy main'
        key_url: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xf63f0f2b90935439'

    include:
      - wine-devel-i386=7.22~jammy-1
      - wine-devel-amd64=7.22~jammy-1
      - bash
      - cabextract
      - cups
      - dash
      - perl
      - coreutils
      - mesa-utils
      - mesa-utils-bin
      - unionfs-fuse
      - vulkan-tools
      - libcups2
      - libfuse2
      - libfuse3-3
      - libmspack0
      - gstreamer1.0-plugins-good:i386
      - gstreamer1.0-plugins-bad:i386
      - gstreamer1.0-plugins-ugly:i386
      - libnvidia-compute-520:i386
      - libnvidia-decode-520:i386
      - libnvidia-encode-520:i386
      - libnvidia-extra-520:i386
      - libnvidia-fbc1-520:i386
      - libnvidia-gl-520:i386
      - libdrm2:i386
      - libdrm-intel1:i386
      - libdrm-nouveau2:i386
      - libdrm-amdgpu1:i386
      - libdrm-radeon1:i386
      - libegl-mesa0:i386
      - libegl1:i386
      - libgbm1:i386
      - libgl1:i386
      - libgl1-mesa-dri:i386
      - libglapi-mesa:i386
      - libgles2:i386
      - libglvnd0:i386
      - libglx0:i386
      - libglx-mesa0:i386
      - mesa-vdpau-drivers:i386
      - mesa-va-drivers:i386
      - mesa-vulkan-drivers:i386
      - libopenal1:i386
      - libx11-6:i386
      - libx11-xcb1:i386
      - libxcb-dri2-0:i386
      - libxcb-dri3-0:i386
      - libxcb-glx0:i386
      - libxcb-present0:i386
      - libxcb-render0:i386
      - libxcb-shape0:i386
      - libxcb-shm0:i386
      - libxcb-xfixes0:i386
      - libxcb1:i386
      - alsa-tools
      - alsa-utils:i386
      - libpulse0
      - libasound2:i386
      - libglib2.0-0:i386
      - libgphoto2-6:i386
      - libgphoto2-port12:i386
      - libgstreamer-plugins-base1.0-0:i386
      - libgstreamer1.0-0:i386
      - libpcap0.8:i386
      - libsane:i386
      - libudev1:i386
      - libusb-1.0-0:i386
      - libxext6:i386
      - ocl-icd-libopencl1:i386
      - libopencl1:i386
      - libopencl-1.1-1:i386
      - libopencl-1.2-1:i386
      - libasound2-plugins:i386
      - libncurses6:i386
      - libncurses5:i386
      - libasound2:i386
      - libpulse0:i386  
      - libOpenAL1:i386
      - libgdk-pixbuf2.0-0:i386
      - libgl1-mesa-glx:i386
      - libglu1:i386
      - libgl1:i386
      - libegl1:i386
      - libglapi-mesa:i386
      - libgraphite2-3:i386
      - libharfbuzz0b:i386
      - libllvm11:i386
      - libmd4c0:i386
      - libepoxy0:i386
      - libgbm1:i386
      - winbind:i386
      - fonts-horai-umefont
      - fonts-wqy-microhei
      - ttf-mscorefonts-installer
      - gnome-exe-thumbnailer
      - libcurl4:i386
      - libgpg-error0:i386
      - libjack-jackd2-0:i38
      - liblcms2-2:i38
      - libldap-2.4-2:i386
      - libmpg123-0:i386
      - libsane-hpaio:i386
      - libsmbclient:i386
      - libsqlite3-0:i386
      - libva-drm2:i386
      - libva-x11-2:i386
      - libvdpau-va-gl1:i386
      - libvulkan1:i386
      - ocl-icd-libopencl1:i386
      - zlib1g:i386
      - libqt5core5a:i386
      - libqt5gui5:i386 
      - libqt5widgets5:i386
      - libqt5network5:i386
      - libqt5printsupport5:i386
      - libqt5sql5:i386
      - libqt5svg5:i386
      - libqt5multimedia5:i386
      - libqt5multimediawidgets5:i386

  files:
    exclude:
      - sbin
      - var
      - etc/alternatives
      - etc/apt
      - etc/cron.daily
      - etc/dpkg
      - etc/mysql
      - etc/sane.d
      - etc/sensors.d
      - etc/skel
      - etc/snmp
      - etc/udev
      - etc/gss
      - etc/init.d
      - etc/logrotate.d
      - lib/modprobe.d
      - lib/systemd
      - lib/udev
      - usr/lib/mime
      - usr/lib/sasl2
      - usr/lib/tmpfiles.d
      - usr/sbin
      - usr/share/apps
      - usr/share/man
      - usr/share/doc
      - usr/share/adduser
      - usr/share/apport
      - usr/share/bash-completion
      - usr/share/bug
      - usr/share/debconf
      - usr/share/doc
      - usr/share/doc-base
      - usr/share/dpkg
      - usr/share/glib-2.0
      - usr/share/gst-plugins-base
      - usr/share/hal
      - usr/share/info
      - usr/share/initramfs-tools
      - usr/share/kde4
      - usr/share/libgphoto2
      - usr/share/lintian
      - usr/share/menu
      - usr/share/metainfo
      - usr/share/mesa-demos
      - usr/share/mime
      - usr/share/misc
      - usr/share/mysql-common
      - usr/share/pixmaps
      - usr/share/pkgconfig
      - usr/share/polkit-1
      - usr/share/snmp
      - usr/share/zoneinfo
      - usr/share/zoneinfo-icu
      - usr/share/zsh
      - opt/wine-devel
      - opt/wine-staging/share/man
      - opt/wine-staging/share/applications
      - opt/wine-staging/lib/wine/i386-unix/*.a
      - opt/wine-staging/lib/wine/i386-windows/*.a
      - opt/wine-staging/lib64/wine/x86_64-unix/*.a
      - opt/wine-staging/lib64/wine/x86_64-windows/*.a

  after_bundle:
    # this is executed after the packages and files are added
    - |
     # Patch wrapper script
     sed -i 's|wine-appimage|wine-appimage-staging|' AppDir/wrapper

     # Check for rc builds
     if [ $(wget -qO- https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/main/binary-amd64/ | grep wine-staging | tail -n1 | grep -c ~rc) -gt 0 ]; then
      WINE_VER="$(wget -qO- https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/main/binary-amd64/ | grep wine-staging | sed 's|_| |g;s|~| |2' | awk '{print $5}' | tail -n1)"
     else
      WINE_VER="$(wget -qO- https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/main/binary-amd64/ | grep wine-staging | sed 's|_| |g;s|~| |g' | awk '{print $5}' | tail -n1)"
     fi
     wget -q -c https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/main/binary-i386/wine-staging_${WINE_VER}~jammy-1_i386.deb
     wget -q -c https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/main/binary-i386/wine-staging-i386_${WINE_VER}~jammy-1_i386.deb
     wget -q -c https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/main/binary-amd64/wine-staging_${WINE_VER}~jammy-1_amd64.deb
     wget -q -c https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/main/binary-amd64/wine-staging-amd64_${WINE_VER}~jammy-1_amd64.deb
     dpkg -x "wine-staging_${WINE_VER}~jammy-1_i386.deb" AppDir/
     dpkg -x "wine-staging-i386_${WINE_VER}~jammy-1_i386.deb" AppDir/
     dpkg -x "wine-staging_${WINE_VER}~jammy-1_amd64.deb" AppDir/
     dpkg -x "wine-staging-amd64_${WINE_VER}~jammy-1_amd64.deb" AppDir/
     (cd AppDir/usr/bin; ln -s "../../opt/wine-staging/bin/"* .)

     # Cleanup
     rm -rf AppDir/usr/share/{applications,man,doc}
     rm -rf AppDir/opt/wine-staging/share/{applications,man,doc}
     rm -rf AppDir/opt/wine-staging/lib/wine/i386-unix/*.a
     rm -rf AppDir/opt/wine-staging/lib/wine/i386-windows/*.a
     rm -rf AppDir/opt/wine-staging/lib64/wine/x86_64-unix/*.a
     rm -rf AppDir/opt/wine-staging/lib64/wine/x86_64-windows/*.a

     # Disable FileOpenAssociations
     sed -i 's|    LicenseInformation|    LicenseInformation,\\\n    FileOpenAssociations|g;$a \\n[FileOpenAssociations]\nHKCU,Software\\Wine\\FileOpenAssociations,"Enable",,"N"' AppDir/opt/wine-staging/share/wine/wine.inf

     # Disable winemenubuilder
     sed -i 's|    FileOpenAssociations|    FileOpenAssociations,\\\n    DllOverrides|;$a \\n[DllOverrides]\nHKCU,Software\\Wine\\DllOverrides,"*winemenubuilder.exe",,""' AppDir/opt/wine-staging/share/wine/wine.inf
     sed -i '/\%11\%\\winemenubuilder.exe -a -r/d' AppDir/opt/wine-staging/share/wine/wine.inf

     # Deploy wine-mono wine-gecko
     # For future reference setting of MONO_VER see https://github.com/wine-mirror/wine/tree/stable of wine-stable
     MONO_VER=$(wget "https://raw.githubusercontent.com/wine-mirror/wine/$(wget -qO- https://github.com/wine-mirror/wine/releases/tag/wine-${WINE_VER} | grep 'commit/' | sed -r 's|/wine-mirror/wine/commit/||g' | cut -d'"' -f2 | head -1)/dlls/appwiz.cpl/addons.c" -qO- | grep -Po 'MONO_VERSION.*[0-9]"' | cut -d'"' -f2)
     GECKO_VER=$(wget "https://raw.githubusercontent.com/wine-mirror/wine/$(wget -qO- https://github.com/wine-mirror/wine/releases/tag/wine-${WINE_VER} | grep 'commit/' | sed -r 's|/wine-mirror/wine/commit/||g' | cut -d'"' -f2 | head -1)/dlls/appwiz.cpl/addons.c" -qO- | grep -Po 'GECKO_VERSION.*[0-9]"' | cut -d'"' -f2)

     case "$WINE_VER" in
     3.0.1|3.0.2|3.0.3|3.0.4|3.0.5)
       GECKO_VER="2.47"
       MONO_VER="4.7.1"
       ;;

     4.0.1|4.0.2|4.0.3|4.0.4)
       GECKO_VER="2.47"
       MONO_VER="4.7.5"
       ;;

     5.0.1|5.0.2|5.0.3|5.0.4|5.0.5)
       GECKO_VER="2.47.1"
       MONO_VER="4.9.4"
       ;;

     6.0.1|6.0.2|6.0.3|6.0.4)
       GECKO_VER="2.47.2"
       MONO_VER="5.1.1"
       ;;

     7.0.1|7.0.2|7.0.3|7.0.4)
       GECKO_VER="2.47.2"
       MONO_VER="7.0.0-x86"
       ;;
     *)
       MONO_VER="$MONO_VER-x86"
       ;;
     esac

     if [[ $(echo $GECKO_VER |sed -e 's/\.//g') -le 247 ]]; then
        GECKO=wine_gecko-${GECKO_VER}
     else
        GECKO=wine-gecko-${GECKO_VER}
     fi

     MONO_URL="https://dl.winehq.org/wine/wine-mono/$(cut -d'-' -f1 <<< ${MONO_VER})/wine-mono-${MONO_VER}.msi"
     GECKO_URL_x86="https://dl.winehq.org/wine/wine-gecko/$GECKO_VER/${GECKO}-x86.msi"
     GECKO_URL_x86_64="https://dl.winehq.org/wine/wine-gecko/$GECKO_VER/${GECKO}-x86_64.msi"

     wget -q "$MONO_URL" -O AppDir/winedata/wine-mono-${MONO_VER}.msi
     wget -q "$GECKO_URL_x86" -O AppDir/winedata/${GECKO}-x86.msi
     wget -q "$GECKO_URL_x86_64" -O AppDir/winedata/${GECKO}-x86_64.msi

  runtime:
    env:
      LIBGL_DRIVERS_PATH: '${APPDIR}/usr/lib/i386-linux-gnu/dri:${APPDIR}/usr/lib/x86_64-linux-gnu/dri:${LIBGL_DRIVERS_PATH}'
      APPDIR_LIBC_VERSION: '2.38'

    path_mappings:
    - /opt/wine-staging:$APPDIR/opt/wine-staging

AppImage:
  update-information: gh-releases-zsync|mmtrt|WINE_AppImage|continuous-staging|wine-staging*.AppImage.zsync
  #sign-key: None
  arch: x86_64

i test some software , i find the bug, but i cannot said what happen with wine_APPimage

hi,
first, I test CS 1.6 game, when I open CS1.6, it can go into the CS1.6 platform, but, I select map to play it.
it always loading map, they so it cannot into the map in wine_APPimage

second, I test left 4 game ,it have same situation in wine_APPIMAG

third, i play video by jriver and the screen just show black , finaly the jriver is auto close.

so, I find some bug, but I don't what it happen

How to use ?

Hi,

Is very strange im not sure how to use it.

Exemple :

./wine-stable-x86_64.AppImage Pokemon\ Uranium/game_info/data/Uranium.exe

Not run the game only have error :

Fontconfig warning: "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
wine: configuration in L"/home/pc/.wine" has been updated.
0009:err:module:__wine_process_init L"C:\\windows\\system32\\Pokemon.exe" not found

You have any idea for what is not supporting space ?

Have make this test too (no space) :

That work.
./wine-stable-x86_64.AppImage ./Uranium.exe

But wine is support this :

That work.
wine Pokemon\ Uranium/game_info/data/Uranium.exe

How to Install GPU Packages

Hello,

You have mentioned in the README to install the GPU drivers before installing the AppImage. How does one do that? I am using Ubuntu 20.04.

Many thanks and kind regards.

please merged nltm

0600:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0600:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems

new version have some bug

wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
winegstreamer: failed to create decodebin, are 64-bit GStreamer "base" plugins installed?

(wine:52642): GStreamer-CRITICAL **: 08:09:23.762: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed

(wine:52642): GStreamer-CRITICAL **: 08:09:23.762: gst_object_unref: assertion '((GObject *) object)->ref_count > 0' failed

(wine:52642): GStreamer-CRITICAL **: 08:09:23.762: gst_element_set_bus: assertion 'GST_IS_ELEMENT (element)' failed

(wine:52642): GStreamer-CRITICAL **: 08:09:23.762: gst_object_unref: assertion 'object != NULL' failed
winegstreamer: failed to create decodebin, are 64-bit GStreamer "base" plugins installed?

(wine:52642): GStreamer-CRITICAL **: 08:09:23.771: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed

(wine:52642): GStreamer-CRITICAL **: 08:09:23.771: gst_object_unref: assertion '((GObject *) object)->ref_count > 0' failed

(wine:52642): GStreamer-CRITICAL **: 08:09:23.771: gst_element_set_bus: assertion 'GST_IS_ELEMENT (element)' failed

(wine:52642): GStreamer-CRITICAL **: 08:09:23.771: gst_object_unref: assertion 'object != NULL' failed
02a4:err:ole:com_get_class_object class {3ccc052e-bdee-408a-bea7-90914ef2964b} not registered
02a4:err:ole:com_get_class_object no class object {3ccc052e-bdee-408a-bea7-90914ef2964b} could be created for context 0x1
02a4:err:ole:com_get_class_object class {55da30fc-f16b-49fc-baa5-ae59fc65f82d} not registered
02a4:err:ole:com_get_class_object no class object {55da30fc-f16b-49fc-baa5-ae59fc65f82d} could be created for context 0x1
02a4:err:ole:com_get_class_object class {8f43b7d9-9d6b-4f48-be18-4d787c795eea} not registered
02a4:err:ole:com_get_class_object no class object {8f43b7d9-9d6b-4f48-be18-4d787c795eea} could be created for context 0x1
02a4:err:ole:com_get_class_object class {bf3f7ef3-8527-4145-be10-63f8c0de6abb} not registered
02a4:err:ole:com_get_class_object no class object {bf3f7ef3-8527-4145-be10-63f8c0de6abb} could be created for context 0x1
winegstreamer: failed to create decodebin, are 64-bit GStreamer "base" plugins installed?

(wine:52642): GStreamer-CRITICAL **: 08:09:23.839: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed

(wine:52642): GStreamer-CRITICAL **: 08:09:23.839: gst_object_unref: assertion '((GObject *) object)->ref_count > 0' failed

hello I'm having the following error, how do I fix it?

0104:err:vulkan:wine_vk_init Failed to load vulkan library
0104:err:wgl:init_opengl Failed to load libGL: libGL.so.1: classe ELF errada: ELFCLASS64
0104:err:wgl:init_opengl OpenGL support is disabled.
0104:err:d3d:wined3d_caps_gl_ctx_create Failed to find a suitable pixel format.
0104:err:d3d:wined3d_adapter_gl_init Failed to get a GL context for adapter 007692D8.
0104:err:virtual:virtual_setup_exception stack overflow 96 bytes in thread 0104 addr 0x20006260 stack 0x520fa0 (0x520000-0x521000-0x620000)

It seems software that uses openal32.dll can't work in Wine Appimage

When I try to launch software that uses openal32.dll I get the error:
err:module:import_dll Loading library OpenAL32.dll
I've read that Wine needs the native Linux openal package in order for software that uses openal to work in Wine.
So my question is: Can the Linux openal package be shipped with the appimage?

Also, does anyone know if this situation will change or remain the same when Wine will finish the PE conversion?

No such file or directory

Hi there,

I have been using the stable and staging AppImages successfully for a while now on Ubuntu Lunar, but after updating to the builds from two days ago, they no longer work. I'm getting errors like:

./wine-stable_8.0.1-x86_64.AppImage 
/tmp/.mount_wine-sMJofDn/wrapper: line 77: /tmp/.mount_wine-sMJofDn/usr/bin/wine: No such file or directory

Is that related to the wrapper script changes, do you think?

02c0:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.

❯ ./Downloads/wine-devel_8.13-x86_64.AppImage ./Downloads/JRiverMediaCenter/Media\ Center\ 31.exe
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
04d8:err:ole:com_get_class_object class {0af10cec-2ecd-4b92-9581-34f6ae0637f3} not registered
04d8:err:ole:com_get_class_object no class object {0af10cec-2ecd-4b92-9581-34f6ae0637f3} could be created for context 0x1
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
0158:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
0334:err:virtual:virtual_setup_exception stack overflow 3652 bytes addr 0x7b01bf50 stack 0x17f01bc (0x17f0000-0x17f1000-0x18f0000)
02c0:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
02c4:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
0328:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
023c:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
02c8:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
0638:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
0358:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
0554:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
0310:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.
031c:err:winediag:create_gl_drawable XComposite is not available, using GLXPixmap hack.

please merge qt5

0108:err:module:import_dll Library dbghelp.dll (which is needed by L"Z:\\home\\thinker\\WineHQ\\4kvideodownloaderplus\\Qt5WebEngineCore.dll") not found
0108:err:module:import_dll Library Qt5WebEngineCore.dll (which is needed by L"Z:\\home\\thinker\\WineHQ\\4kvideodownloaderplus\\Qt5WebEngine.dll") not found
0108:err:module:import_dll Library Qt5WebEngine.dll (which is needed by L"Z:\\home\\thinker\\WineHQ\\4kvideodownloaderplus\\4kvideodownloaderplus.exe") not found
0108:err:module:import_dll Library dbghelp.dll (which is needed by L"Z:\\home\\thinker\\WineHQ\\4kvideodownloaderplus\\Qt5WebEngineCore.dll") not found
0108:err:module:import_dll Library Qt5WebEngineCore.dll (which is needed by L"Z:\\home\\thinker\\WineHQ\\4kvideodownloaderplus\\4kvideodownloaderplus.exe") not found
0108:err:module:import_dll Library dbghelp.dll (which is needed by L"Z:\\home\\thinker\\WineHQ\\4kvideodownloaderplus\\Qt5WebEngineCore.dll") not found
0108:err:module:import_dll Library Qt5WebEngineCore.dll (which is needed by L"Z:\\home\\thinker\\WineHQ\\4kvideodownloaderplus\\Qt5WebEngineWidgets.dll") not found
0108:err:module:import_dll Library Qt5WebEngineWidgets.dll (which is needed by L"Z:\\home\\thinker\\WineHQ\\4kvideodownloaderplus\\4kvideodownloaderplus.exe") not found
0108:err:module:LdrInitializeThunk Importing dlls for L"Z:\\home\\thinker\\WineHQ\\4kvideodownloaderplus\\4kvideodownloaderplus.exe" failed, status c0000135

can you fix 070c:err:sync:RtlpWaitForCriticalSection section 0000000001781FF0 "dlls/quartz/filtergraph.c: filter_graph.cs" wait timed out in thread 070c, blocked by 00d0, retrying (60 sec)

 ./Downloads/wine-devel_8.13-x86_64.AppImage ./WindowsApplications/JRiverMediaCenter/Media\ Center\ 31.exe
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
071c:err:ole:com_get_class_object class {0af10cec-2ecd-4b92-9581-34f6ae0637f3} not registered
071c:err:ole:com_get_class_object no class object {0af10cec-2ecd-4b92-9581-34f6ae0637f3} could be created for context 0x1
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
0138:err:ole:CoFreeUnusedLibrariesEx apartment not initialised
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
00d0:err:virtual:virtual_setup_exception stack overflow 1808 bytes addr 0x170057a97 stack 0x208f0 (0x20000-0x21000-0x120000)
070c:err:sync:RtlpWaitForCriticalSection section 0000000001781FF0 "dlls/quartz/filtergraph.c: filter_graph.cs" wait timed out in thread 070c, blocked by 00d0, retrying (60 sec)
070c:err:sync:RtlpWaitForCriticalSection section 0000000001781FF0 "dlls/quartz/filtergraph.c: filter_graph.cs" wait timed out in thread 070c, blocked by 00d0, retrying (60 sec)

Wine 7.11 appimage Failed to run

./wine-staging_7.11-x86_64.appimage
/tmp/.mount_wine-sj9KlNi/wrapper: line 50: /tmp/.mount_wine-sj9KlNi/usr/bin/wine: No such file or directory

Arch Linux.

012c:err:ole:CoFreeUnusedLibrariesEx apartment not initialised 0024:err:virtual:virtual_setup_exception stack overflow 3652 bytes addr 0x7b01bf50 stack 0x17f01bc (0x17f0000-0x17f1000-0x18f0000)

❯ ./Temporary/wine-devel_8.13-x86_64.AppImage ./WindowsApplications/JRiverMediaCenter_x86/Media\ Center\ 31.exe
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
0024:err:virtual:virtual_setup_exception stack overflow 3652 bytes addr 0x7b01bf50 stack 0x17f01bc (0x17f0000-0x17f1000-0x18f0000)

❯ ./Temporary/wine-devel_8.13-x86_64.AppImage ./WindowsApplications/JRiverMediaCenter_x86/Media\ Center\ 31.exe
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
06ac:err:ole:com_get_class_object class {0af10cec-2ecd-4b92-9581-34f6ae0637f3} not registered
06ac:err:ole:com_get_class_object no class object {0af10cec-2ecd-4b92-9581-34f6ae0637f3} could be created for context 0x1
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
012c:err:ole:CoFreeUnusedLibrariesEx apartment not initialised
0024:err:virtual:virtual_setup_exception stack overflow 3652 bytes addr 0x7b01bf50 stack 0x17f01bc (0x17f0000-0x17f1000-0x18f0000)

where is winege

thanks make this appimage,i found winege-lol,but there is no winege

Features request: merge Korean Fonts in Wine_AppImage

some font is not show,
image

or you can Make local system font in AppRun

--bind=/home --bind=/home/$(echo $USER) --bind=/media --bind=/mnt --bind=/opt --bind=/usr/lib/locale --bind=/etc/fonts --bind=/usr/share/fonts --bind=/usr/share/fontconfig

please add the following library in /wine-staging.yml

      - libdrm2:i386
      - libdrm-intel1:i386
      - libdrm-nouveau2:i386
      - libdrm-amdgpu1:i386
      - libdrm-radeon1:i386
      - libegl-mesa0:i386
      - libegl1:i386
      - libgbm1:i386
      - libgl1:i386
      - libgl1-mesa-dri:i386
      - libglapi-mesa:i386
      - libgles2:i386
      - libglvnd0:i386
      - libglx0:i386
      - libglx-mesa0:i386
      - mesa-vdpau-drivers:i386
      - mesa-va-drivers:i386
      - mesa-vulkan-drivers:i386
      - libopenal1:i386
      - libx11-6:i386
      - libx11-xcb1:i386
      - libxcb-dri2-0:i386
      - libxcb-dri3-0:i386
      - libxcb-glx0:i386
      - libxcb-present0:i386
      - libxcb-render0:i386
      - libxcb-shape0:i386
      - libxcb-shm0:i386
      - libxcb-xfixes0:i386
      - libxcb1:i386
      - alsa-tools
      - alsa-utils:i386
      - libpulse0
      - libpulse0:i386
      # -lucas
      - libasound2:i386
      - libglib2.0-0:i386
      - libgphoto2-6:i386
      - libgphoto2-port12:i386
      - libgstreamer-plugins-base1.0-0:i386
      - libgstreamer1.0-0:i386
      - libpcap0.8:i386
      - libpulse0:i386
      - libsane:i386
      - libudev1:i386
      - libusb-1.0-0:i386
      - libx11-6:i386
      - libxext6:i386
      - ocl-icd-libopencl1:i386
      - libopencl1:i386
      - ocl-icd-libopencl1:i386
      - libopencl-1.1-1:i386
      - ocl-icd-libopencl1:i386
      - libopencl-1.2-1:i386
      - libasound2-plugins:i386
      - libncurses6:i386
      - libncurses5:i386
      - libcapi20-3:i386
      - libcups2:i386
      - libdbus-1-3:i386
      - libfontconfig1:i386
      - libfreetype6:i386
      - libglu1-mesa:i386
      - libglu1:i386
      - libgnutls30:i386
      - libgsm1:i386
      - libgssapi-krb5-2:i386
      - libjpeg8:i386
      - libkrb5-3:i386
      - libodbc1:i386
      - libosmesa6:i386
      - libpng16-16:i386
      - libsdl2-2.0-0:i386
      - libtiff5:i386
      - libv4l-0:i386
      - libxcomposite1:i386
      - libxcursor1:i386
      - libxfixes3:i386
      - libxi6:i386
      - libxinerama1:i386
      - libxrandr2:i386
      - libxrender1:i386
      - libxslt1.1:i386
      - libxxf86vm1:i386
      - libncurses5:i386

i see you wine-staging.yml is not have the follow library , please merge in, the wall good for winehq_appimage better

some bug ,maybe about graphics driver,Unhandled exception: page fault on read access to 0x00000000 in wow64 32-bit code (0x04f091c4).

Unhandled exception: page fault on read access to 0x00000000 in wow64 32-bit code (0x04f091c4).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:04f091c4 ESP:0065efd8 EBP:00000000 EFLAGS:00010202(  R- --  I   - - - )
 EAX:00000000 EBX:00008080 ECX:000000dc EDX:00000000
 ESI:00000000 EDI:00000000
Stack dump:
0x0065efd8:  0000fde9 00000008 04dfb840 00000096
0x0065efe8:  00000000 00000000 00000000 00000000
0x0065eff8:  00000040 00000008 0065f030 00000000
0x0065f008:  00000008 00000040 0065f050 00000000
0x0065f018:  069f530c 00000000 00000012 04dfb800
0x0065f028:  00000001 04e716c0 00000000 0684c146
Backtrace:
=>0 0x04f091c4 in avutil-jr-57 (+0x191c4) (0x00000000)
0x04f091c4 avutil-jr-57+0x191c4: cmpw $0x5c, (%esi)
Modules:
Module	Address			Debug info	Name (118 modules)
PE	00400000-00553000	Deferred        jrworker
PE	00720000-00b64000	Deferred        ole32
PE	019a0000-01c9a000	Deferred        crypt32
PE	01cb0000-01ec4000	Deferred        jrreader
PE	020e0000-025a3000	Deferred        jrimage
PE	025d0000-02bb9000	Deferred        jrplayer
PE	02be0000-02eef000	Deferred        quartz
PE	02ef0000-0302c000	Deferred        dsound
PE	03030000-03091000	Deferred        msacm32
PE	030a0000-03106000	Deferred        msvfw32
PE	03450000-034df000	Deferred        lavsplitter.ax
PE	034e0000-039cf000	Deferred        avformat-lav-59
PE	039d0000-04b65000	Deferred        avcodec-lav-59
PE	04b70000-04d59000	Deferred        avutil-lav-57
PE	04d60000-04d87000	Deferred        swresample-lav-4
PE	04d90000-04de7000	Deferred        libbluray
PE	04ef0000-050f7000	Export          avutil-jr-57
PE	05100000-05127000	Deferred        swresample-jr-4
PE	05130000-067d7000	Deferred        avcodec-jr-59
PE	067e0000-06a75000	Deferred        avformat-jr-59
PE	06a80000-06ab5000	Deferred        msv1_0
PE	06ac0000-06b54000	Deferred        swscale-jr-6
PE	06b60000-06b97000	Deferred        avfilter-jr-8
PE	10000000-1037c000	Deferred        jrtools
PE	62500000-628e3000	Deferred        oleaut32
PE	63880000-63922000	Deferred        wintrust
PE	643c0000-64447000	Deferred        ws2_32
PE	646c0000-64734000	Deferred        iphlpapi
PE	64a80000-64aae000	Deferred        win32u
PE	65480000-6567e000	Deferred        rpcrt4
PE	65680000-65907000	Deferred        msvcrt
PE	66080000-66162000	Deferred        shlwapi
PE	66640000-6665a000	Deferred        version
PE	667c0000-66800000	Deferred        shcore
PE	67500000-67561000	Deferred        imm32
PE	67bc0000-68033000	Deferred        comctl32
PE	684c0000-685fb000	Deferred        combase
PE	68800000-6883e000	Deferred        cryptnet
PE	68880000-68d66000	Deferred        user32
PE	68e40000-68ec7000	Deferred        netapi32
PE	69840000-69938000	Deferred        advapi32
PE	69b40000-69c28000	Deferred        qedit
PE	6a600000-6a625000	Deferred        kerberos
PE	6aac0000-6adac000	Deferred        ucrtbase
PE	6afc0000-6afe0000	Deferred        aclui
PE	6bb40000-6bb96000	Deferred        winex11
PE	6bbc0000-6bc51000	Deferred        sechost
PE	6cf00000-6cf1c000	Deferred        msasn1
PE	6d480000-6d50b000	Deferred        secur32
PE	6da80000-6dcaf000	Deferred        gdi32
PE	6e200000-6e245000	Deferred        bcrypt
PE	6e800000-6e820000	Deferred        ncrypt
PE	6ecc0000-6ecfc000	Deferred        dnsapi
PE	6f240000-6f3bb000	Deferred        winmm
PE	6f6c0000-6f6dc000	Deferred        nsi
PE	70d80000-70e1d000	Deferred        uxtheme
PE	71400000-720df000	Deferred        shell32
PE	7a800000-7ac62000	Deferred        opengl32
PE	7b000000-7b538000	Deferred        kernelbase
PE	7b800000-7b95d000	Deferred        kernel32
PE	7bc00000-7bede000	Deferred        ntdll
ELF	7e816000-7e846000	Deferred        libexpat.so.1
ELF	7e846000-7e896000	Deferred        libfontconfig.so.1
ELF	7e896000-7e8b9000	Deferred        libbrotlicommon.so.1
ELF	7e8b9000-7e986000	Deferred        libfreetype.so.6
ELF	7ee17000-7ee25000	Deferred        libbrotlidec.so.1
ELF	7ee25000-7ee43000	Deferred        libz.so.1
ELF	7ee43000-7ee83000	Deferred        libpng16.so.16
ELF	7ee83000-7f000000	Deferred        win32u.so
ELF	f6c76000-f6c7b000	Deferred        msv1_0.so
ELF	f6c7b000-f6c81000	Deferred        netapi32.so
ELF	f6c81000-f6cdd000	Deferred        libgssapi_krb5.so.2
ELF	f6cdd000-f6cf0000	Deferred        libresolv.so.2
ELF	f6cf0000-f6d22000	Deferred        libk5crypto.so.3
ELF	f6d22000-f6e00000	Deferred        libkrb5.so.3
ELF	f6f01000-f6f06000	Deferred        dnsapi.so
ELF	f6f06000-f6f0e000	Deferred        libkeyutils.so.1
ELF	f6f0e000-f6f1d000	Deferred        libkrb5support.so.0
ELF	f6f1d000-f6f23000	Deferred        libcom_err.so.2
ELF	f6f23000-f6f2b000	Deferred        kerberos.so
ELF	f6f2b000-f6f35000	Deferred        secur32.so
ELF	f6f35000-f6f5c000	Deferred        libgcc_s.so.1
ELF	f6f5c000-f6ffe000	Deferred        opengl32.so
ELF	f701f000-f70ae000	Deferred        libgmp.so.10
ELF	f70ae000-f70f8000	Deferred        libhogweed.so.6
ELF	f70f8000-f72a3000	Deferred        libunistring.so.2
ELF	f72a3000-f7400000	Deferred        libp11-kit.so.0
ELF	f7400000-f762e000	Deferred        libgnutls.so.30
ELF	f762e000-f7635000	Deferred        ws2_32.so
ELF	f7635000-f763c000	Deferred        crypt32.so
ELF	f763c000-f7648000	Deferred        libffi.so.8
ELF	f7648000-f7692000	Deferred        libnettle.so.8
ELF	f7692000-f76a9000	Deferred        libtasn1.so.6
ELF	f76a9000-f76cc000	Deferred        libidn2.so.0
ELF	f76cc000-f76d8000	Deferred        bcrypt.so
ELF	f76fc000-f7704000	Deferred        libxfixes.so.3
ELF	f7704000-f7711000	Deferred        libxcursor.so.1
ELF	f7711000-f7726000	Deferred        libxi.so.6
ELF	f7726000-f772b000	Deferred        libxcomposite.so.1
ELF	f772b000-f773a000	Deferred        libxrandr.so.2
ELF	f773a000-f7748000	Deferred        libxrender.so.1
ELF	f7748000-f7750000	Deferred        libxxf86vm.so.1
ELF	f7750000-f7755000	Deferred        libxinerama.so.1
ELF	f7755000-f7763000	Deferred        libmd.so.0
ELF	f7763000-f777b000	Deferred        libbsd.so.0
ELF	f777b000-f7783000	Deferred        libxdmcp.so.6
ELF	f7783000-f7789000	Deferred        libxau.so.6
ELF	f7789000-f77b7000	Deferred        libxcb.so.1
ELF	f77b7000-f7909000	Deferred        libx11.so.6
ELF	f7909000-f7920000	Deferred        libxext.so.6
ELF	f7929000-f7a31000	Deferred        libm.so.6
ELF	f7a31000-f7b00000	Dwarf           ntdll.so
ELF	f7c00000-f7e35000	Deferred        libc.so.6
ELF	f7e36000-f7e40000	Deferred        libuuid.so.1
ELF	f7e42000-f7ed0000	Deferred        winex11.so
ELF	f7ed7000-f7edc000	Deferred        libdl.so.2
ELF	f7edc000-f7ee9000	Deferred        libapprun_hooks.so
ELF	f7f25000-f7f2b000	Deferred        <wine-loader>
Threads:
process  tid      prio    name (all IDs are in hex)
00000020 start.exe
	["C:\windows\syswow64\start.exe" /exec "./WindowsApplications/JRiverMediaCenter_x86/Media Center 31.exe"]
	00000024    0     
00000030 services.exe
	00000034    0     
	00000038    0     wine_rpcrt4_server
	00000044    0     wine_rpcrt4_io
	0000006c    0     wine_rpcrt4_io
	00000094    0     wine_rpcrt4_io
	000000b4    0     wine_rpcrt4_io
	000000c4    0     
	000000e4    0     wine_rpcrt4_io
0000003c winedevice.exe
	00000040    0     
	0000004c    0     
	00000050    0     wine_sechost_service
	00000054    0     
	00000058    0     
	0000005c    0     
	00000060    0     
	000000c0    0     
00000064 winedevice.exe
	00000068    0     
	00000070    0     
	00000074    0     wine_sechost_service
	00000078    0     
	0000007c    0     
	0000008c    0     
	00000090    0     
00000084 plugplay.exe
	00000088    0     
	00000098    0     
	0000009c    0     wine_sechost_service
	000000a0    0     wine_rpcrt4_server
	000000a4    0     wine_rpcrt4_io
	000001b4    0     wine_rpcrt4_io
	000001b8    0     wine_threadpool_worker
000000ac svchost.exe
	000000b0    0     
	000000b8    0     
	000000bc    0     wine_sechost_service
000000c8 explorer.exe
	000000cc    0     
	000000d0    0     
	000000d4    0     wine_rpcrt4_server
000000dc rpcss.exe
	000000e0    0     
	000000ec    0     
	000000f0    0     wine_sechost_service
	000000f4    0     wine_rpcrt4_server
	000000f8    0     wine_rpcrt4_server
	000000fc    0     wine_rpcrt4_io
	0000013c    0     wine_rpcrt4_io
	00000140    0     wine_rpcrt4_io
	000004fc    0     wine_rpcrt4_io
00000104 conhost.exe
	00000108    0     
0000010c Media Center 31.exe
	["Z:\home\thinker\WindowsApplications\JRiverMediaCenter_x86\Media Center 31.exe" ]
	00000110    0     
	00000114   -2     
	00000118    0     wine_rpcrt4_server
	00000120    0     wine_wininet_collect_connections
	0000014c    0     wine_mmdevapi_notification
	00000150    0     
	00000154   -2     
	00000158   -2     
	0000017c    0     
	000001b0    0     wine_sechost_device_notify
	000004a0    0     
	00000404    0     
000005bc explorer.exe
	00000664    0     
	000003b4    0     
	000004f4    0     wine_rpcrt4_server
0000002c (D) Z:\home\thinker\WindowsApplications\JRiverMediaCenter_x86\JRWorker.exe
	["Z:\home\thinker\WindowsApplications\JRiverMediaCenter_x86\JRWorker.exe" /AnalyzeDX "D:\MusicVideos\Kpop\IU(???) 'Blueming(???)' ???????(??ver.)   ??   ?????   Special Clip   LYRICS [4K].mkv" "Z:\home\thinker\WindowsApplications\JRiverMediaCenter_x86\Application Data\J River\Media Center 31\Temp\Analyze - 1028.xml"]
	0000018c    0 <== 
	000006c4    0     
000004b0 conhost.exe
	000004b4    0     
System information:
    Wine build: wine-8.13 (Staging)
    Platform: x86_64 (guest: i386)
    Version: Windows 10
    Host system: Linux
    Host version: 6.4.7-x64v4-xanmod1

Document printing does not work

Printing documents inside wine does not work because cups is not included in this AppImage. Windows applications cannot detect the printer.

libfreetype:i386 not included in the appimage

Wine is not able to display it's window without libfreetype:i386.

screenshot-48

The command sudo apt install -y libfreetype6:i386 solves the issue, but this should not be required to run the appimage.

I have tried to modify wine-staging.yml as:

    include:
      - winehq-staging
      - wine-staging
      - libfreetype6
      - libfreetype6:i386
      - bash
      - cabextract
      - dash
      - perl
      - coreutils
      - mesa-utils
      - unionfs-fuse

However this does not fix the issue. I thought it would probably have to do with hard-coded paths, so I used strace -f:

strace output
/home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
/home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6

To check which files were possibly missing, I used:

for i in $(cat out.txt); do
  [ -f "$i" ] && echo "FOUND: $i" || echo "MISSING: $i"
done | grep "MISSING"
Missing files
MISSING: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
MISSING: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6

Copying libfreetype.so.6 to the directories where it is missing does not solve
the issue.

Files found after copy
Found: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/lib/x86_64-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib/wine/i386-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/opt/wine-staging/lib64/wine/x86_64-unix/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/alsa-lib/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/gstreamer-1.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/krb5/plugins/preauth/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2/2.5.25/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/libgphoto2_port/0.12.0/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/pulseaudio/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sane/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/i386-linux-gnu/sasl2/libfreetype.so.6
Found: /home/user/Desktop/squashfs-root/usr/lib/x86_64-linux-gnu/libfreetype.so.6

Output of file libfreetype.so.6 is /home/user/Desktop/squashfs-root/lib/i386-linux-gnu/libfreetype.so.6: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=404e9d4a6e7d92d67e62bbe48f75cf9279421deb, stripped


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.