ptitSeb
ptitSeb
Not for now. I have enough information to fix the issue in box64. When it's done, we'll see if that fixed the issue on your side too (or at least,...
Problem is, the OpCode is not a correct one. There is probably something else going wrong before the 1st "unimplemented opcode" error. I need a binary to reproduce the issue...
I need to wrap the `CERT_DecodeCertificatePoliciesExtension` function. I'll do that soon.
Maybe open a new ticket if the errors are different.
You can update box64 and try again, I have added that function.
I see a SIGILL that seems around a wrapped function. Can you run with `BOX64_ROLLING_LOG=1` so we can see what are the last wrapped functions used before the SIGILL. There...
> BOX64_EMULATED_LIBS=/home/_****/apps/eagle/CROSS-LIBS/libssl.so.1:/home/****_/apps/eagle/CROSS-LIBS/libcrypto.so.1 ./eagle It will not work like that. You need to use something like: ``` BOX64_EMULATED_LIB=libssl.so.1:libcrypto.so.1 BOX64_LD_LIBRARY_PATH=/home/_****/apps/eagle/CROSS-LIBS/:. ./eagle ``` To make it run and find the libs, or just...
I don't really like the title of ticket. Why do you think this is "very poor" performance? GeekBench 5 is running at 40% of native speed, roughly. IIRC, the AES...
Have you tried to update box64 latelly? I have improve stability, so I would expect the crash to be solved.
FYI: I have improved the AES-XTS performance of Geekench 5 with latest commit. Also, I suppose this ticket can be closed now.