scottyhardy / docker-wine

Docker image that includes Wine and Winetricks for running Windows applications on Linux and macOS
MIT License
906 stars 158 forks source link

Does anyone experience issues opening the notepad (Apple M1) #141

Closed martinkong0806 closed 2 years ago

martinkong0806 commented 2 years ago

Hello, I was stuck at opening the notepad after following Getting Started, The issue i was encountered is the following error, when I typed

./docker-wine wine notepad
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault

I was unsure about if this is an issue of the repo as there are similar issues elsewhere but remain unsolved.

To Reproduce Steps to reproduce the behavior: follow Getting Started with an apple M1.

martinkong0806 commented 2 years ago

Looked a bit into issue #109, i just needed to add ./docker-wine --arm64 instead and it works.