ptitSeb
ptitSeb
Looks like there is an issue with VAARG flot/double/long double parameter somehow. Do you know if long double (128bits) exist on android arm?
I use the format that seemed official: https://man7.org/linux/man-pages/man5/binfmt.d.5.html My `lsb_release -a` gives me "Ubuntu 20.04 focal" That's strange the format just evolved and is not compatible? How should I do...
I don't really see anything wrong in the log exept the segfault at the end. Can you run with `BOX86_ROLLING_LOG=1 BOX86_SHOWBT=1` to have a bit more detail on the crash?
Can you create if needed `~/.box86rc` and put inside this: ```ini [steam] BOX86_EMULATED_LIBS=libudev.so.0:libSDL2-2.0.so.0 BOX86_NOGTK=1 BOX86_DYNAREC_STRONGMEM=1 BOX86_X11COLOR16=1 BOX86_DYNAREC_CALLRET=0 ``` And try again?
> i create the file and i it actully works! it takes a bit to start up but it's doing his job, thanks Ok, I'll change the `box86.box86rc` then so...
Ok, I have pushed the change. Steam should work without the `~/.box86rc` with latest version.
Ticket can be closed then?
you might need a swap to run steam on a switch. IIRC, there is only 4GB of RAM, and that's not really enough to run steam now.
Box itself doesn't do anything special with graphics, it's passthru for OpenGL and Vulkan, so I don't think it's box86 fault. I don't have any hardware using that SoiC anyway,...
> I figured out how to add wrapping symbols to libc. > > @ptitSeb, do I understand correctly that right now the linker does not respect symvers for wrapped libraries,...