PlaneShift

Support => Linux Specific Issues => Topic started by: kalapadago on August 19, 2013, 02:22:22 pm

Title: Installation on Ubuntu 13.04
Post by: kalapadago on August 19, 2013, 02:22:22 pm
Hi. I have recently installed PlaneShift on my Ubuntu. I followed the exact instructions written in the sticky post. However, after the installation, I noticed some errors.
What have I done wrong? I have installed PlaneShift on Debian and it worked fine.
Title: Re: Installation on Ubuntu 13.04
Post by: cdmoreland on August 19, 2013, 02:41:46 pm
You need to change 'permissions'. This drove me nuts, too. :sweatdrop:
Title: Re: Installation on Ubuntu 13.04
Post by: kalapadago on August 19, 2013, 03:26:20 pm
How do I go about changing said permissions? So it is not the same as granting/applying user group access to /opt/PlaneShift/?
Title: Re: Installation on Ubuntu 13.04
Post by: Lusserall on August 19, 2013, 03:32:30 pm
I find the easiest way to install planeshift is just to install it into your home dir.
If you installed system wide in /opt with root:games access you will have to ad yourself to the games group

If you don,t have a games group create it first
Code: [Select]
sudo addgroup gamesThen ad yourself to the group
Code: [Select]
sudo adduser <username> <groupname>or
Code: [Select]
sudo usermod -aG <groupname> <username>Then logout and login again.

Title: Re: Installation on Ubuntu 13.04
Post by: kalapadago on August 19, 2013, 03:42:28 pm
Thank you for the answer. I will try that now. Just a quick question though: what are the advantages of installing in /opt/ over /home/?
Title: Re: Installation on Ubuntu 13.04
Post by: Lusserall on August 19, 2013, 03:48:09 pm
If you have multiple user accounts on your system you can install in /opt or any other place where those users have access to and ad them to the games group so they all can use the same client.
For me i,m only user and have more space in /home so i install there making me the owner of all ps files so don,t have to ad myself to any group also.
Title: Re: Installation on Ubuntu 13.04
Post by: kalapadago on August 19, 2013, 04:09:50 pm
I'm sorry to say that the above solution did not work. I still have the untrusted dialog box and the desktop icons are still missing. I have even reinstalled it in my home directory, added myself to the group user (as per the sticky post instructions) and the group games.

What other solutions are available?
Title: Re: Installation on Ubuntu 13.04
Post by: Lusserall on August 19, 2013, 04:19:46 pm
I'm sorry to say that the above solution did not work. I still have the untrusted dialog box and the desktop icons are still missing. I have even reinstalled it in my home directory, added myself to the group user (as per the sticky post instructions) and the group games.

What other solutions are available?

You should have added yourself to the group games after you created the group
Code: [Select]
sudo adduser yoursystemusername gamesThen logout and login to your system account again that should work if you installed planeshift with root:games access

When you install to your home dir you should have full ownership off all planeshift files so no need to ad your self to any group then it should just work.
If you don,t have desktop icons you can try running pslaunch or psclient from the game dir directly or make some shortcuts to them yourself.
Title: Re: Installation on Ubuntu 13.04
Post by: kalapadago on August 19, 2013, 04:44:24 pm
Yes, I did exactly as you said. Still doesn't work. Still untrusted permission. I've also tried adding root to the group games and installing, but still no result.

I tried entering planeshift (system wide install) in terminal, and this is what i get:
Segmentation fault (core dumped)

Then I tried sudo planeshift, the client shows up, offering an update, etc, but with no sound, and a lot of what seems to be error messages in the terminal. Could not open this and that, couldn't load plugin iSoundManager, etc.
Title: Re: Installation on Ubuntu 13.04
Post by: Lusserall on August 19, 2013, 04:59:07 pm
Do the psclient, psclient.bin, pslaunch and pslaunch.bin files have executable rights?

Don,t mind to much about those Could not open this and that, couldn't load plugin iSoundManager, etc you will see allot of those in terminal output.
Title: Re: Installation on Ubuntu 13.04
Post by: Lusserall on August 19, 2013, 05:16:52 pm
Just downloaded the last 32bit client and tried to install and its working fine here.
Did miss the create shortcuts to desktop part but that can be done manually when needed.

run installer
choose language
welcome to planeshift setup wizzard
accept license
instalation directory [/home/user]
release info
system wide install [NO]
Choose window manager
set permisions [NO]
installing
run pslaunch
update
play
Title: Re: Installation on Ubuntu 13.04
Post by: kalapadago on August 20, 2013, 01:53:37 pm
Nope. Still nothing. Launching pslaunch from terminal resulted in segmentation fault (core dumped).
Title: Re: Installation on Ubuntu 13.04
Post by: Lusserall on August 20, 2013, 02:10:47 pm
What are your system specs?
What video driver are you using?
And can you post terminal output between code tags.
Title: Re: Installation on Ubuntu 13.04
Post by: LigH on August 20, 2013, 02:16:53 pm
The reason for the crash may be related to the absence of the updater server.

This happened to one of the people in the german IRC channel too.
Title: Re: Installation on Ubuntu 13.04
Post by: Lusserall on August 20, 2013, 02:19:23 pm
The reason for the crash may be related to the absence of the updater server.

This happened to one of the people in the german IRC channel too.

Derator made them fix that few days ago and i updated yesterday when i installed the client.
Title: Re: Installation on Ubuntu 13.04
Post by: kalapadago on August 20, 2013, 06:48:20 pm
I have an Aspire 4530 with AMD Turion(tm) X2 Dual-Core Mobile RM-74 × 2, GeForce 9100M G/integrated/SSE2/3DNOW!, and 2GB of RAM.

Have anyone figured the solution to my problem? It would be a shame to not be able to play PlaneShift just because I migrated to Ubuntu from Debian.  :-\
Title: Re: Installation on Ubuntu 13.04
Post by: LigH on August 20, 2013, 08:11:36 pm
The hardware should be sufficient to play PlaneShift. Possibly not really with satisfying speed, but at least with required 3D accelleration support, provided matching Nvidia drivers are installed.

But the reason of a crashing launcher is probably not much related to the game related hardware equipment.

Do you have OpenAL audio libraries installed?

A link to a pastebin copy of all your console output of running ./pslaunch may be useful.
Title: Re: Installation on Ubuntu 13.04
Post by: Lusserall on August 20, 2013, 11:21:08 pm
I have an Aspire 4530 with AMD Turion(tm) X2 Dual-Core Mobile RM-74 × 2, GeForce 9100M G/integrated/SSE2/3DNOW!, and 2GB of RAM.

Have anyone figured the solution to my problem? It would be a shame to not be able to play PlaneShift just because I migrated to Ubuntu from Debian.  :-\

Can you post the output of
Code: [Select]
glxinfo
Code: [Select]
lspci
Code: [Select]
dmesgand the console output from planeshift here http://paste.ubuntu.com/ then post the links in this thread.
what planeshift client do you use 32 or 64bit?