box64 icon indicating copy to clipboard operation
box64 copied to clipboard

SIGSEGV when running KSP

Open Pythonic456 opened this issue 4 years ago • 5 comments

On running this command: $ box64 KSP.x86_64 I get this output: output.txt In the GUI, KSP says it is loading "Asset Bundle Definitions", I left it for over and hour with no progress. The CPU stays maxed the whole time. As soon as it tries to load the "Asset Bundle Definitions", the SIGSEGV happens.

OS: Raspberry Pi OS 64-bit Buster 10 Box64: Latest

Pythonic456 avatar Jan 08 '22 13:01 Pythonic456

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: failed to load driver: vc4

Normal? (it's not box64 fault). You seems to be running software llvmpipe... Also, there are a lot of ALSA error, that also don't look normal.

Error is when calling Lingoona.NativeMethods.setLanguage(...) that is probably calling some wrapped function, either with a mystake in the wrapping, or completly missing. I'll check if I can reproduce on my side. Just to be sure, you are using latest version?

ptitSeb avatar Jan 08 '22 13:01 ptitSeb

Latest version of box64, KSP 1.12.1 it seems.

Pythonic456 avatar Jan 09 '22 22:01 Pythonic456

Latest version of KSP has never worked as far as I know.

Itai-Nelken avatar Jan 10 '22 05:01 Itai-Nelken

I did get it running once or twice a while back, same version of KSP as I'm trying now, you could start a new world in KSP and build a rocket, however (as far as I remember) launching a rocket had issues.

Pythonic456 avatar Jan 10 '22 08:01 Pythonic456

This version (1.2.2) worked with box86 because it was 32-bit, but the newer versions are 64-bit only, requiring box64 to run. I am 100% positive that I have got 1.12.1 running on box64 before.

Pythonic456 avatar Jan 10 '22 08:01 Pythonic456

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 the loading. I haven't tested older version, but I suppose it should work now.

ptitSeb avatar Sep 13 '22 10:09 ptitSeb

Alright, I will close this issue, and will also test some older versions later.

Pythonic456 avatar Sep 14 '22 07:09 Pythonic456