ptitSeb
ptitSeb
Is this ``` libGL error: failed to create dri screen libGL error: failed to load driver: vc4 libGL error: failed to open /dev/dri/card1: No such file or directory libGL error:...
I got the latest KSP running on box64 now. But it will not work on RPI4 because of some unsupported texture format (BC7 iirc). It does boot, but don't complete...
you need the x86_64 version of libc++.so It should be package with the game (it's part of llvm/clang ecosystem). Put the file in current folder and box64 will pick it...
You need to update box64, I have already fixed this issue the week end (look #330 )
do ```BASH cd ~/box64/build git pull make -j4 sudo make install ``` And it will be updated. (no need to delete everything or restart binfmt now)
Did you update box64? I have fixed those errors already as I mentionned. (And yes, a "Plt Resolver" error is a garantied crash)
Oh, `TLS_method` is missing. I didn't noticed. I'll check that.
Ok, the function is added, you can update box64 and try again.
New missing function. There maybe a lot of them, and unfortunatlmy, they will popup one by one...