ptitSeb

Results 2020 comments of ptitSeb

I have updated box86 to handle older version of Modeler, but it's still not enough to run it anyway...

I think this is just the limit of zram. I personaly don't like zram, I don't think it's a good solution, because using RAM when you need it most doesn't...

This symbol is part of libXext and is already wrapped. Can you run the game with `BOX86_LOG=1` to have more detail on the libs loaded? (you can "cd" to the...

Ok, try to use: ``` #!/bin/bash export BOX86_LD_LIBRARY_PATH=~/.local/share/Steam/ubuntu12_32:~/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu:~/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu export BOX86_NOGTK=1 export STEAMOS=1 export STEAM_RUNTIME=1 xset -dpms s off s noblank openbox & ~/steam/usr/lib/steam/bin_steam.sh steam://open/minigameslist & sleep 1 BOX86_LOG=1 BOX86_TRACE_FILE=~/trace.txt ./home/pi/.local/share/Steam/steamapps/common/Guacamelee/game-bin...

steam shoudl works now with updated box86. can this ticket be closed?

I know, java is not supported for now.

Yes, sure. What would be the CFLAGS parameters tu use (and LDFLAGS also maybe?)

ok, but don't forget box86 is a 32bits apps, and need a 32bits chroot/multiarch/whetever to run on aarch64 linux. That may change at least the `--target` no?

I have added support for RK3399 in the CMakeList now. Does the support is enough for this ticket to be closed?

MT8183 seems to be Cortex-A73/-A53. How the RK3399 is non-operable? What kind of error do you get?