ptitSeb

Results 2024 comments of ptitSeb

try to use `BOX64_MALLOC_HACK=2` env. var. (or in `~/.box64rc`

No, this syscall is not mendatory: it's not the root cause of your issue. On the log you removed, there was ``` [0501/022358.308615:FATAL:electron_main_delegate.cc(295)] Running as root without --no-sandbox is not...

I'll have to check on my side if I can reproduce the issue.

I think it doesn't find `libmvec.so.1`, that seems to be the fisrt missing libs (ignore the Warning on the missing symbols, those are just warning, not fatal errors).

> I do have that file though? (/usr/lib/libmvec.so.1) Yes, but that's probably an aarch64 version of it. Unfortnatly, this lib is not wrapped currently by box64, so you have to...

> Ah, got it, i will try this later and report back on it, Are there any plans on wrapping it with box64 in the future? I wasn't, but I'll...

Not sure where you found this libstdc++, but it's not good, there are 3 symbols missings: ``` Error: Symbol _ZGVbN4vv_powf not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff050ad048 (0x19096) in /mnt/data/Steam/steamapps/common/Team Fortress...

Wine with new WOW64 works fine with box64. You can find build in pi-apps or in Kron4ek CI. Using a too modern glibc / or some option for to modern...

`0x60000000` is not a reserved area. It's just an arbitrary value used as a starting point for mmap64. Can you put the jvm/jre you used and the .java binary also,...

No, I haven't started looking at this yet, sorry.