Jack Programs

Results 16 comments of Jack Programs

If it is only MSVC, then please note in the `README.md` file that this Transpiler only supports Windows.

I just realized, this is coming from `wine`, the error, in docker.

This is definitely coming from `wine`, what's with the automatic QEMU Seg fault from just running wine??? `wine winecfg` = segfault, `wine hello` = seg fault, the only thing not...

Wine `6.0.4` is making that weird QEMU error, I've tried looking online, seems really confusing.

I doubt it has to be due to my "M1" chip, because I've switched the platform to `linux/amd64` on Docker

I also tried `builder:16-wine`, but that resulted in the same error.

> Hmm, what version of `wine` is it? Instead of image `electronuserland/builder:wine`, can you try with `electronuserland/builder:14-wine`? I tried `builder:14-wine` too, but the same error displayed.

> I see this in the logs > > ``` > command=wine /root/.cache/electron-builder/winCodeSign/winCodeSign-2.6.0/rcedit-ia32.exe > ``` > > AFAIK, arm64 M1's can't execute ia32 binaries. Because `wine` can't work on the...