Page 1 of 1

Segfault on launch (Arch, libstdc)

PostPosted: 27 Jun 2018, 19:33
by Naughtylus
I get a segfault when launching stuntrally

{l Code}: {l Select All Code}
/home/naughtylus/Downloads/StuntRally-2.6-linux/StuntRally-2.6-linux64/stuntrally: line 31:  9516 Segmentation fault      (core dumped) "$BINPATH/stuntrally_x86_64" $*


I am on archlinux, kernel version 4.17.2-1-ARCH.

I have tried both running it on my intel integrated chipset and my nvidia 760M via bumblebee.

I am running version 2.6 downloaded as binary.

Re: Segfault on launch

PostPosted: 03 Jul 2018, 17:39
by Naughtylus
After looking into the logs myself, it seems the problem comes from
{l Code}: {l Select All Code}
lib/64/libstdc++.so.6
that's embedded with the release.

I figured it must be conflicting with my system's libstdc++. So I deleted the embedded libstdc++, and the game is running again.

Although this is only workaround, so I'm not sure what steps to take from now?