ptitSeb

Results 2024 comments of ptitSeb

Mmmm, ok. I'll install Satisfactory on my arm test machine and will give a it try

Yeah ok. There is a separate download on steam for the Dedicated server, so I'll use this

So, I did try and indeed I get Segfault. After some analysis, t's a cycling lib dependancly: A use B, and B use A. Not sure how I will handle...

That's not the whole story. (I found at using gdb, it was obvious there). Once I workaround this recursive lib stuff, I actually get the `std::bad_cast: std::bad_cast` message. So, I...

I did some debugging, but didn't found anything conclusive. I'm still unsurre why it happens, I need to speed more time on this.

Not sure. The exception occurs during the initialisation of lib. I really haven't found enough detail yet. I suspect it's an issue with the elfloader / librarian, with somehow an...

I did nome testing not too long ago about this but without getting good result. I need to use a more drastic approach on this to succeed. Not sure when...

> > @ptitSeb Any progress on this? The main use case would be a drop-in replacment for `qemu-user-static` as @TheRemote already mentioned. > > And, if it can replace `qemu-user-static`...

Finaly got a static build of box64. I have just tested the integrated test and they works. Running `bash` doesn't work because I'm not on a x86_64 chroot. There are...

No, that's libbsd symbols here. tbh, I'm not sure on what I should do with them. I want to exclude them, but recent gcc/glibc (?) seems to consider they are...