mmtrt / WINE_AppImage

MIT License
98 stars 13 forks source link

No such file or directory #24

Closed joshstoik1 closed 1 year ago

joshstoik1 commented 1 year ago

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?

mmtrt commented 1 year ago

That should be due to this change c014dd20f51194989b4d97dcf549501738597fe7 and its failing for you due to missing libc6:i386 from your system probably & appimage have lower version of libc6 then host due to change above.

Although can you test wow64 builds see if these work.

Also test this build have force libc6 version to lunar not sure that will work but I've just added hack change.