box86 icon indicating copy to clipboard operation
box86 copied to clipboard

CrossCode

Open mbodomi opened this issue 3 years ago • 2 comments

Trying to add "libnss3.so" to maplib
Trying to load "libnss3.so"
Simplified name is "libnss3.so"
Faillure to create lib => fail
Error loading needed lib: "libnss3.so"
Failure to Add dependant lib => fail
Error loading needed lib: "libnw.so"
Error: loading needed libs in elf ./CrossCode
Closing 11 libs from maplib 0x64020b90

So I need to get an x86 libnss3.so?

mbodomi avatar Feb 13 '21 06:02 mbodomi

I added some .so's it couldnt load in the game's libs direcory from these debian buster i386 debs:

libatspi2.0-0_2.30.0-7_i386.deb
libatk-bridge2.0-0_2.30.0-5_i386.deb
libexpat1_2.2.6-2+deb10u1_i386.deb
libnspr4_4.20-1_i386.deb
libnss3_3.42.1-1+deb10u3_i386.deb

this is the output log stderr showed a segfault: https://gist.github.com/5367d0eeeacf69aded6bb268b066fa84

mbodomi avatar Feb 13 '21 08:02 mbodomi

From my understanding libnss3 isn't wrapped yet, so using amd64 or i386 binaries in place may result in segfaults. I just tried this with libgtk3-0 using the amd64 package, app still terminates just with an error related to the amd64 library instead of it not being located/used.

Wooty-B avatar Apr 26 '22 23:04 Wooty-B

libnss3 is wrapped now. But the x86 version of it can be used yes.

Can this ticket be closed?

ptitSeb avatar Oct 11 '22 15:10 ptitSeb