WMCB Tech (marcusz)
WMCB Tech (marcusz)
I just checked those three and it looks fine, had deployed this on netlify passing the "-b $URL" parameter to deploy it Search works now upon checking! Just checked on...
> I’ve managed to successfully boot it on my M1 MacBook Air with no problems, although there were some small changes to the building and launching process required @alfiecg24 I...
Unfortunately it's still the same, tried to recompile qemu again although build and launching process you suggested looks nearly exactly the same as mine although I'm using and trying this...
> You shouldn’t be using ARM64 QEMU, as you’re trying to emulate an ARMv7 iPhone. The correct binary is `qemu-system-arm`. I meant ARM64 compiled `qemu-system-arm` binary on Linux arm64 host,...
I have tested other QEMU guest targets (on arm64 Android 11 host) and they do seem to work fine with SPICE without triggering memslot too big errors with `-spice port=5901,disable-ticketing`...
I don't think that would help as it is "Labelled **Help wanted** for a reason" Maybe reporting this to upstream might help identify the root cause Get Outlook for Android...
This has something to do with android's libc. Which using qemu spice in proot distros seem to work fine regardless. Strace output (`strace -o logs.txt qemu-system-x86_64 -spice port=5901`) in case...
The issue appears to be removed. I think putting a warning about this in its install page would be a good idea?
Tried [dotNET 6](https://download.visualstudio.microsoft.com/download/pr/82132239-803b-4800-971e-ded613cc280a/67d0025a0a54566657c3e6dfeb90253e/dotnet-sdk-6.0.413-linux-arm64.tar.gz) and it works when creating new project and other command line options (`./dotnet6/dotnet new console -n HelloWorldApp`) however building a sample app stumbled upon `csc.dll` error. ```console...
Setting that environment variable makes dotNET 7 works like a charm 