ptitSeb
ptitSeb
it's png16 on my side
try to run x86_64 bash from test folder with `box64 tests/bash` then launch the `install` from this session.
can you post the logs?
also, just to note, once in x86_64 bash, just use `./install`, don't prefix with box64. (use `uname -m` to see you are in x86_64 world)
what is printed on the console when you just launch `./install` from x86_64 bash?
Mmmm, ok, I see. I'll try something, but it will take a bit time.
in the mean time, you can probably run install script in x86_64 bash using something like `box64 ~/box64/tests/bash ./install` It might work (you may need to adjust the path of...
So, I have pushed something, try again, with something like ``` BOX64_LOG=0 box64 ~/box64/tests/bash ./install ``` And it should work this time (after updating box64 to latest).
that's odd. I tested this change, but with box86, on a platform that doesn't support binfmt, and it worked. can you do ``` BOX64_LOG=2 BOX64_TRACE_FILE=$(pwd)/trace-%pid.txt box64 ~/box64/tests/bash ./install ``` That...