To clarify how to reproduce it; essentially just install wine on Ubuntu 24.04 on arm64, and try to do anything - e.g. just "wine wineboot" is enough to show the hang.
A full reproducible example in the form of a dockerfile is this: ``` FROM ubuntu:24.04 RUN apt-get update && apt-get install -y wine curl RUN wine wineboot RUN curl -LO https://martin.st/temp/hello-aarch64.exe RUN wine hello-aarch64.exe ``` When run with 22.04 instead of 24.04, this succeeds. (https://martin.st/temp/hello-armv7.exe also exists as a testcase for the 32 bit arm variant of wine.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102681 Title: Wine in Ubuntu 24.04/arm64 entirely broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wine/+bug/2102681/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
