Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jruggle

Pages: [1]
1
General Discussion / Re: google summer of code
« on: January 25, 2009, 06:22:48 pm »
For any students who want to take part in Google Summer of Code and help PlaneShift in some way, I believe that CrystalSpace has participated in GSoC before.

2
Linux Specific Issues / Re: No Sound Intrepid 8.10 64 bit
« on: November 23, 2008, 10:40:21 pm »
This worked for me:
Code: [Select]
killall pulseaudio
sudo apt-get remove pulseaudio
sudo apt-get install esound
sudo rm /etc/X11/Xsession.d/70pulseaudio

3
Linux Specific Issues / Re: Library issue after latest update
« on: July 01, 2008, 01:31:05 am »
I had the same issue on Ubuntu Feisty.  I loaded up Synaptic, searched for "openal" and installed it.  Now PS works just fine.

4
I am also having this issue, but it is when I try to withdraw circles.  The mouseover text does not show up when moving over the "0" for withdrawing circles.  I can withdraw any other coins and the mouseover text works for those as well.

5
As a temporary fix for the libvorbisfile.so issue, you can copy your local /usr/lib/libvorbisfile.so.3.[whatever] to Planeshift/libs/libvorbisfile.so.3
example (may be different file locations for you):
Code: [Select]
cp /usr/lib/libvorbisfile.so.3.1.1 /opt/PlaneShift/libs/libvorbisfile.so.3

But backup the original file just in case it doesn't work for you. :)

6
Thanks.  That worked.  geez, I feel silly.  Although, maybe it should be made a bit clearer.  The forum site is pretty well integrated to the main site.

7
Hi,

First, here's my issue.  At the game login screen, I enter my email and password, but I get a response of "no account found for that name".

I registered about an hour and 1/2 ago.  I got my confirmation email and replied to it, and I can login to the forums.  I tried reconfirming, but it says I've already confirmed.
There don't seem to be any network problems because I was able to run the updater successfully and the server is showing numbers next to it.

So does it take a certain amount of time for the registration to kick in before I can login to the game and start playing?  Or might something else be going on here?

I'm running the 32-bit Linux version in Ubuntu Feisty.  I did have to run the library fix script before I could get to the login screen.

Pages: [1]