Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Segmentation failed linux x64 #2378

Open
perdugames opened this issue Aug 12, 2018 · 7 comments
Open

Segmentation failed linux x64 #2378

perdugames opened this issue Aug 12, 2018 · 7 comments

Comments

@perdugames
Copy link

perdugames commented Aug 12, 2018

I'm trying to install LightTable on x64 linux, however when I run the ./LightTable I get "segmentation failed".

1 - tar -vzxf lighttable-0.8.1-linux.tar.gz
2 - cd lighttable-0.8.1-linux
3 - chmod + x LightTable
4 - ./LightTable

I get: segmentation failed.

or

4 - script/light.sh

I get: script/light.sh, line 22: 18846 segmentation failed LT_DEV_CLI=true "$CLI" deploy/core "$@"

OS: Voidlinux

@lmcthbe
Copy link

lmcthbe commented Aug 24, 2018

Same issue here with Kali 2018.02 latest rolling-update

@tian2992
Copy link

tian2992 commented Jan 8, 2019

+1

@TheBigFatTony
Copy link

Try this: Copy libpangoft2-1.0.so.0 and libpangoft2-1.0.so.0.4000.5 from this repo to the lighttable installation folder (i.e. the one where the LightTable executable is located).

This solves the problem, at least on Fedora 29.

@gregsskyles
Copy link

So it sounds like this is another case where LT hasn't kept up with the latest versions of it's dependencies, in this case, Pango. Presumably @Archl3chris's libs are a downgrade from the default version found in the Fedora 29 release (which appears to be 1.42.4).

@0jdxt
Copy link

0jdxt commented Feb 26, 2019

Try this: Copy libpangoft2-1.0.so.0 and libpangoft2-1.0.so.0.4000.5 from this repo to the lighttable installation folder (i.e. the one where the LightTable executable is located).

This solves the problem, at least on Fedora 29.

Thanks, also solved LightTable not starting at all on SuSE

@pamdemonia
Copy link

This fix solved my problem with LightTable not starting at all on Ubuntu 18.10 as well. Thanks.

@taijiren
Copy link

taijiren commented Aug 8, 2019

FYI, after further updates to my system, I found that the fix from here was no longer good enough. So, I also threw in to the directory libpango-1.0.so.0.4000.5 and libpangocairo-1.0.so.0.4000.5 with the appropriate symlinks libpango-1.0.so.0 and libpangocairo-1.0.so.0. This did the trick for now... (I've been using Atom, but still curious about lighttable)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants