Closed Ace018 closed 2 years ago
Thanks for the super-detailed error report! Looks like there's issues with the runtime loading on Apple platforms, so I will need to look into that.
The issue is there's no way to test since I don't have a Mac. I'll see what I can do.
Let me know, if you need help testing it on apple device
@Ace018 Can you try with the latest CI build? You can download it from this link, then extract it. Ignore the 10.14
in the file name, that's just the minimum version.
I've included both an x64
and an arm64
(i.e. M1-specific) builds but as I've never worked with M1, I don't know if that will work at all. If you can, can you try running both (just not at the same time) and let me know if they work?
I tried both builds. The arm64
one doesn't execute. It only returns killed signal. I'm seeing that for the first time, so I'm more or less clueless what could be wrong. Screenshot is below.
The x64
build seems to execute well. Although, using rosetta it is kinda heavier for the computer, but at least works on arm mac now. Let me know if you need any further "help".
Awesome, thanks for the update. I'll look into the M1 thing since I haven't had to build for ARM much before so I might be missing something there. Thanks for confirming that x64 works at least!
Turns out that's another fun Apple-specific quirk: M1/M2 Macs will just kill anything that isn't signed and notarized 🤦
I'm going to close this and track that issue separately (just for clarity). Thanks so much for the assistance with this @Ace018 !
Hey,
been trying to set up the server on my machine. It starts running, but once it gets an image to censor, it returns a failure.
I'm using macOS 12.4 with Apple Silicone (arm) processor. Downloaded beta-censoring server version 0.0.7 and using Chrome v104.0.5112.79 with beta-protection extension v0.1.5
I run the BetaCensor.Server file in terminal after giving it execute permissions and it starts fine. But return the following error:
That's the first 'fail'. The whole terminal output is in error_beta.txt. I only changed the configuration files by changing workerCount to 8. But no matter on that setting, the result is the same.
I did notice that at localhost:2382 settings view, it says CensoreCore Version: v0.0.0. Is that supposed to be 0?
Thank you for your help