arb103

Results 9 comments of arb103

Well, I tried compiling again after doing `make clean` just in case some existing file was messing with things but to no avail (same error) I've also tried with [this...

Here's the log with `BOX64_ROLLING_LOG=1` log ``` Rolling log, showing last 16 function call on signals Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores...

Compiled from commit f651b7bf and tried again, same result. I tried running the server on a x86_64 machine to see what happens after `Info HttpSharedState.cpp:55: Downloading https://auth.factorio.com/generate-server-padlock-2?api_version=6` since it keeps...

running with `BOX64_SHOWBT=1` also seems to show something related to cryptography being the culprit ``` NativeBT: /home/steam/factorio/bin/x64/factorio() [0x34a56650] NativeBT: linux-vdso.so.1(__kernel_rt_sigreturn+0) [0x7fad6047b0] NativeBT: /home/steam/factorio/bin/x64/factorio() [0x35047b54] NativeBT: [0x7f85b2ce60] EmulatedBT: box64(memset+0) [0x300611c0] EmulatedBT:...

I found an old version of box64 installed in my system with which the issue does not ocurr, it was compiled from commit 3db2362c `Box64 with Dynarec v0.2.7 3db2362c built...

v0.2.8 compiled from commit 8545d050 still worked `Box64 with Dynarec v0.2.8 8545d050 built on Dec 6 2024 21:57:52` v0.3.0 compiled from commit 62695cee fails `Box64 with Dynarec v0.3.0 62695cee built...

267bffb0 is the last working version `Box64 with Dynarec v0.2.9 267bffb0 built on Dec 7 2024 03:30:44` 8c5752de and onwards fails `Box64 with Dynarec v0.2.9 8c5752de built on Dec 7...

running b735a866 with `BOX64_AVX=0` is succesful, I'd love for avx to work but having the server running at all is more than enough for me, thanks! here are logs of...

Haven't tried versions in between, but I can confirm that as of 16bdcc0c factorio headless runs fine on my Raspberry Pi 4 Model B without `BOX64_AVX=0`. I believe this can...