CurryKitten / CurryKitten-Sim

FPV quad simulator
70 stars 7 forks source link

CK-FPV-Sim-Linux32-055b.x86 Segmentation fault #99

Open vandusinae opened 2 years ago

vandusinae commented 2 years ago

Hi Wayne,

I have an issue with the 0.55b Linux 32bit version. The older versions (0.54b, ...) were ok. Has something changed, maybe the way it was compiled? My LInux version & libraries are a bit old, but I don't have the choice of upgrading at the moment. Here's what strace says:

mame@aglad:/video/emulators/x86/fpv/bin/currykitten-sim$ strace

./CK-FPV-Sim-Linux32-055b.x86 execve("./CK-FPV-Sim-Linux32-055b.x86", ["./CK-FPV-Sim-Linux32-055b.x86"], [/ 62 vars /]) = -1 EFAULT (Bad address) --- SIGSEGV {si_signo=SIGSEGV, si_code=SI_USER, si_pid=2468, si_uid=1002}

+++ killed by SIGSEGV +++ Segmentation fault

CurryKitten commented 2 years ago

Sorry about the delay in replying. There shouldn't have been changes in the compilation, although there may have been a very slight update to the Unity engine. Unity code compiles to a sort of bytecode which is then run by it's own VM (the Unity Player) so similar to something like Java. So the player may have slightly updated. Can you tell me what version/distro of Linux you are running and I can see if I can replicate at all