ptitSeb

Results 2020 comments of ptitSeb

I haven't tried myself, but I have seen it may start. It seems very slow to load, so not sure it's completly playable yet.

You need an old version that still support 32bits I guess.

I think it was phoenixbrd user on the discord channel. I don't remember well. I'll check later that game, but I'm some other bug for now.

Don't use the meson from `apt` (so `sudo apt remove meson` probaly) but the one from python: `pip3 install meson` Check google for more details.

Yeah, I also have the Abort message on my side. I'll see if I can debug it, but no promesses, unity games are still difficult to debug.

![image](https://user-images.githubusercontent.com/3250792/103443461-c8d5f000-4c5f-11eb-894e-ca5d77ac898d.png) I got the old Linux 32bits version to works. Here in a 800x600 Windows on Pi4/TwisterOS. (It does segfault at exit, but game itself seems to run). I haven't...

> So you have to use TwisterOS? > I don't know, I don't test on twenty thousand OS.... I just tested on TwisterOS. I assume it can work elsewhere, as...

Sorry, but not miracle solution here. You can try to use a small swap, but iif steam already take al the memory, there will be noting left for a game...

You can try to run without Dynarec, with `BOX86_DYNAREC=0`. It will use less memory but will be much slower.

like `BOX86_DYNAREC=0 steam` from a terminal?