ptitSeb
ptitSeb
GTK is not wrapped in box64 yet. It's planned for next dev. cyvle (so v0.1.5).
GTK is wrapped now, you can retry...
The wrapping of libEGL is on my todo, but I haven't started working on it yet.
well, first, try to run without dynarec (using `BOX64_DYNAREC=0` env. var) to see if you get correct result there. If you have the correct result, that means there is an...
yes, that could be the case indeed.
gtk (2 and 3) are not wrapped for now with box64. You need to use x86_64 version.
Adding an arch in apt can bring qemu-user, which will interfear with box64. So not sure it's a good idea. If you have Steam installed, grabing the libs from "steam-runtime"...
@Azkali you are answering what question here?
You can add x86_64 as a multi arch. beware to NOT get qemu-user as a by-product as it will conflict. Libs from `/usr/lib/x86_64-linux-gnu` and `/lib/x86_64-linux-gnu` will be automatically used by...
Ok, so I have to check, but I see this ``` Rename process to "ld-musl-x86_64.so.1" ``` This will not work with box64. Box will not emulate `ld-musl` or `ld-linux`. I'll...