Foldit Wiki
Advertisement

Searched for bug reports

http://foldit.wikia.com/index.php?ns0=1&search=bug+report&title=Special%3ASearch&fulltext=Advanced+search&fulltext=Advanced+search

but found none, so here's mine:

http://www.youtube.com/watch?v=iEM7GDRGpWA


I followed the instructions exactly but got this error as a normal and super user:

[user@localhost 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: cmp-binary-f0086b39c52edf55020917399bd120fe/game_library.so: cannot restore segment prot after reloc: Permission denied.
[user@localhost Foldit]$ su
Password:
[root@localhost 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: cmp-binary-f0086b39c52edf55020917399bd120fe/game_library.so: cannot restore segment prot after reloc: Permission denied.


Solution[]

This normally should be reported in Feedback (http://fold.it/portal/feedback) so the Fold.it team is aware of the issues.

SeLinux is in enforcing mode and the permissions aren't right for the shared library.

To correct: chcon -t textrel_shlib_t cmp-binary-f0086b39c52edf55020917399bd120fe/game_library.so

Advertisement