Results 728 comments of Tobias Diez

> Being able to send the file as stdin, or as a command-line argument, instead of creating a temporary file, could be a solution for this issue. This is what...

It seems like https://github.com/ldgabet/docker-box-wine is another version providing arm support. Would be nice to see this merged!

As I have only limited experience with wine (and docker in general), I'm not really in the position to help actively. But I'm happy to try out and test a...

@huan Do you have any update on when this could be merged? Would be awesome to have arm support.

@huan @linrol I gave it a try and `sudo docker build --build-arg TARGETPLATFORM=linux/arm64 -t my-docker-image -f Dockerfile.arm .` succeeded after some minimal changes (see code review comments above).

I played around with this a bit more and found that the shortcuts `wine` and `wine64` are not working: ``` root@53c2107b87ff:/# wine Error: file is not found (check BOX86_PATH) root@53c2107b87ff:/#...

I also got ```bash user@c44fc0303ced:~/matrix-wechat-agent$ box64 wine cmd /k /home/user/matrix-wechat-agent/matrix-wechat-agent.exe Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Neoverse-N1 with 2 Cores Will...

And another (potential) issue: ``` $ box64 /home/user/wine/bin/wine64 "echo" Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Neoverse-N1 with 2 Cores Will use...

I've fixed the issues above in https://github.com/linrol/docker-wine/pull/1 @linrol please have a look if you are okay with these changes! Thanks