twinejs icon indicating copy to clipboard operation
twinejs copied to clipboard

Twine can't find libnss3.so

Open AceiusIO opened this issue 3 years ago • 1 comments

Describe the bug.

When downloading Twine 2.5.1 on Ubuntu 22.4 and running twine this happens:

aceius@computer:~/Downloads/Twine-2.5.1-Linux-ia32$ ./twine
./twine: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory

Steps to reproduce:

Download Twine 2.5.1 on a fresh Ubuntu 22.4 Run the executable

Expected behavior:

The expected behavior is that the app launches

Additional context on this problem.

I recently reinstalled my system (about 2 days ago), so it is a fresh install. I have tried apt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev, and the error still happens

Twine version number

2.5.1

Does this problem occur with the web version of Twine or the desktop app?

Desktop app

What operating system does this problem occur on?

Linux

If this problem is occurring with the web version of Twine, what browser does it occur on?

No response

Presubmission checklist

  • [ ] I am interested in working on code that would fix this bug. (This is not required to submit a bug report.)
  • [X] I have done a search and believe that an issue does not already exist for this bug in the GitHub repository.
  • [X] I have read and agree to abide by this project's Code of Conduct.

AceiusIO avatar Oct 01 '22 02:10 AceiusIO

Marking as help-needed because I don't have access to a Linux computer to try to reproduce this.

klembot avatar Oct 01 '22 15:10 klembot

AceiusIO

I noticed that the version of twine you have downloaded is "Twine-2.5.1-Linux-ia32"

Are you by any chance running a 64 bit version of ubuntu 20.04?

You should be able to check this by opening the settings app, scrolling down to about and clicking it.

Next to OS type it should say "64-bit" if you have the 64 bit release.

bugbbqaus avatar Oct 22 '22 02:10 bugbbqaus

Well it appears you are correct, I'm running a 64 bit kernel. Thanks for the help, ill download the right version this time

AceiusIO avatar Oct 24 '22 04:10 AceiusIO