|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
01-12-2007, 04:28 AM | #1 |
Pledge
Join Date: Jan 2007
Posts: 27
|
crashing on startup, libos.so
i can log in and have the launcher verify the files. after i click "play", it crashes and tells me this in the terminal.
Code:
./game: error while loading shared libraries: libs/libos.so: cannot restore segment prot after reloc: Permission denied Code:
Impossible to get permissions for file 'rolauncher' (error 2: No such file or directory) EDIT: okay, i got it working. this is whats happening. the first error happens in newer distros where you have SELinux installed (found in Fedora Core and a few other distros). the problem is SELinux doesnt allow you to use certain libraries (dont know the specifications behind it). but, there is a work around. cd /path/to/regnum/libs sudo chcon -t texrel_shlib_t *.so this will change the permissions of the libraries and allow you to play the game. so, for anyone having this problem, do that and you should be good to go. Last edited by sakuramboo; 01-13-2007 at 12:28 AM. |
|
|