ptitSeb
ptitSeb
Not asking why, but how, so I can reproduce on my side.
Ok, I'll try to get a solution for static build.
AppImage are not supported for now on box64 (libfuse is not wrapped, and it's tricky to do). As for `libshmfence`, it's not wrapped yet on, I'll check if it's easy...
I don't know. Don't you have any error message or something? Note that the software might redirect all output to some log file or something. If you want to redirect...
Nope, nothing new. The previous trace only shows that `libdoorstop_x64.so` cannot be loaded.... but it's been loaded just before. I guess I have an issue with the handling of LD_PRELOAD...
I have just fixed some issue with LD_PRELOAD yesterday. It wasn't enough to fix this?
I don't think the linux-vdso is the issue. I think it's a dependcie of the system libc.so, so it's not relevent in box64 case. I have no idea what th...
I don't know what happens, but your cmake configuration seems completly broken. delete the `build` forlder and start over. There is no `-mab=lp64` in box64 CMakeList.txt
this seems to be using redirected malloc. (like with tcmalloc). I'm working on this, but it's not yet 100% supported (for C++ mainly). As it seems to Abort,I guess there...
GNU Hello needs `__wprintf_chk` to be wrapped. I'll add it later. the 2 other program needs `error` and `stat`. That last one as already been added in current dev. version...