ptitSeb

Results 2023 comments of ptitSeb

you are missing x86_64 version of libgcc_s.so.1 This version is supplied with box64 and should be installed in the system when box64 is installed, so make sure you have done...

> I meet the same problem: > > xx124, Error loading needed lib libiomp5.so Trying to add "libgcc_s.so.1" to maplib xx124, Error loading needed lib libgcc_s.so.1 Did you put the...

Try to use emulated `libssl.so.1` and `libcrypto.so.1`. The native versions on your system don't seems to match the one needed by the game.

I'm unsure what going wrong. What you describe seems correct. Try to run with `BOX64_LOG=2` to have more details on the lib loading part, among other things...

Try with `BOX64_EMULATED_LIBS=libssl.so.1.1:libcrypto.so.1.1`

And you have a x86_64 version of libssl.so.1.1 available? I'll try on my side, this is not the first time wrapped libssl and libcrypto are a problem.

Yeah, it's not working on my side too. I'll do some checking.

So, after adding libssl and libcrypto 1.0.0, and fixing an issue with libGL wrapping, it's now working on my side. Can you try again after updating box64?

Ok, I added the 2 missing functions (note that electron app often require the use of `BOX64_MALLOC_HACK=2`)

Try to use a more recent box64 version, building it from source, or wait for the upcoming v0.3.4