apetrides Staff Lv 1
Hey everyone, we've shipped a new update! Info on this new release and all previous releases can be found here: https://fold.it/releases
Hey everyone, we've shipped a new update! Info on this new release and all previous releases can be found here: https://fold.it/releases
I can't run Foldit on Linux now:
svincent@svux2:~/Foldit$ ./Foldit
Foldit Error: The game has previously not started up correctly.
If this problem persists, please install the latest version.
Foldit Error: Could not load library: libglut.so.3: cannot open shared object file: No such file or directory.
hey @spvincent thanks for letting us know. can you let us know what distro/version of Linux you are running?
Sorry about this, spvincent.
Can you try linking like you did last September? (You'll have to find the right place to link to):
https://fold.it/forum/bugs/won-t-run-on-linux#post_79286
Tx for the replies.
I'm using Ubuntu 24.04.2 LTS.
i tried executing
ln -s /usr/lib/x86_64-linux-gnu/libglut.so libglut.so.3
in the console prior to attempting to run Foldit and got this error message
ln -s /usr/lib/x86_64-linux-gnu/libglut.so libglut.so.3
ln: failed to create symbolic link 'libglut.so.3': File exists
So on the one hand libglut.so.3 exists and on the other it doesn't.
You may need to execute the ln -s command within the cmp-binary-* directory. (The downside of this is that you'd have to do it each time Foldit updates. – We'll look into ways of avoiding that in the future.)
That worked: tx.
Hi, new to this particular command. I ran the "ln -s" command without specifying a target, since you didn't specify one. Is the target the Foldit executable in the parent directory of the cmp-binary* directory? Thanks.
@andrewxc The full command is ln -s /usr/lib/x86_64-linux-gnu/libglut.so libglut.so.3 (listed above). Run this while in the cmp-binary directory under the directory Foldit is in. (If you have multiple cmp-binary directories, you need to run it in the most recent one. It shouldn't hurt to run it in all of them, though.)
Note that this is only for Linux machines, and only if you're getting the "Could not load library: libglut.so.3: cannot open shared object file: No such file or directory." error when starting Foldit.
I am getting a “Command not found” when trying to run FoldIt for the first time.
Links are now in place, at least… Though I may need to do that again after this has been fixed.