Kylart / KawAnime

Desktop app for anime fans
MIT License
664 stars 50 forks source link

libstdc++.so.6: version `GLIBCXX_3.4.26' not found #72

Closed Ooggle closed 4 years ago

Ooggle commented 4 years ago

Hello,

I am facing some issue when i try to launch the AppImage version of the app (it do the same with the .deb) I'm using Debian 10 and this is the error :

2020-04-01-034257_1039x510

All my packages are up to date, i hope you can do something about that,

Thanks !

Kylart commented 4 years ago

Hello,

Did you build the app yourself from the dev branch by any chance?

Ooggle commented 4 years ago

Hi, yeah but it do the same.

Kylart commented 4 years ago

Alright,

At the moment, only the master branch is safe to build and ship for all platforms.

The others branches are not safe to build and ship. You should only be able to npm run dev on most platform.

Ooggle commented 4 years ago

Ok so i managed to build the app from the master branch with the following :

git clone --single-branch --branch master https://github.com/Kylart/KawAnime.git && cd KawAnime
npm i
npm run dist:linux
cd dist
./KawAnime 0.4.2.AppImage

It show the message to add the shortcut like on the dev version then there is a segfault (see screen).

2020-04-01-175648_480x59

I also tested by installing the .deb but it end with a segfault too. (i have installed all the dependencies of course) Tell me if you need samples or something else.

Kylart commented 4 years ago

Do this AppImage work?

Ooggle commented 4 years ago

No, It do the same error message that at the beginning. I'm going to create a Debian VM to see if it's me or not, doens't want to take your time for nothing if it's the case.

I will reply here when i get the result.

Ooggle commented 4 years ago

So nothing change when i try to launch it from the VM, there is exactly the same error. Using Debian 10, everything up to date.

Kylart commented 4 years ago

Alright, I tried on a fresh Debian 10 as well. Try installing g++ package, it kinda worked for me

Ooggle commented 4 years ago

Hmmm still don't work for me since i already have it. I close the issue cause it seems that i'm the only one that have this problem, perhaps i do something bad...