<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://planeshift.top-ix.org//pswiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Galok</id>
	<title>PSwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://planeshift.top-ix.org//pswiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Galok"/>
	<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php/Special:Contributions/Galok"/>
	<updated>2026-04-06T00:57:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9752</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9752"/>
		<updated>2012-04-24T15:36:58Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these files don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(found in your PlaneShift directory) so that the &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Game crashes after upgrading to 0.5.9&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit ~/.PlaneShift/planeshift.cfg&lt;br /&gt;
&lt;br /&gt;
add this line: &lt;br /&gt;
&lt;br /&gt;
 Video.OpenGL.UseExtension.GL_ARB_shader_objects = false&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the &#039;&#039;Stats&#039;&#039; box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is: 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory then servers.xml will be located here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the game&#039;s communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9751</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9751"/>
		<updated>2012-04-24T15:21:55Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these files don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(found in your PlaneShift directory) so that the &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Game crashes after upgrading to 0.5.9&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit ~/.PlaneShift/planeshift.cfg&lt;br /&gt;
&lt;br /&gt;
and add this line: &lt;br /&gt;
&lt;br /&gt;
 &amp;quot;Video.OpenGL.UseExtension.GL_ARB_shader_objects = false&amp;quot;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the &#039;&#039;Stats&#039;&#039; box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is: 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory then servers.xml will be located here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the game&#039;s communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=PlaneShift_Development_School&amp;diff=9706</id>
		<title>PlaneShift Development School</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=PlaneShift_Development_School&amp;diff=9706"/>
		<updated>2012-03-31T18:36:06Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== PlaneShift Development School ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Become an Apprentice Software Developer for the PlaneShift project.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Who can apply? &lt;br /&gt;
&lt;br /&gt;
You if:&lt;br /&gt;
* You have experience with any programming language.&lt;br /&gt;
* Are willing to learn C and C++.&lt;br /&gt;
* You can spare two evenings (or equivalent) a week for approximately four months.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal of this apprenticeship is to understand how to work as a software developer, in a distributed software development team, for the PlaneShift project and eventually fix bugs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are (at least) two phases that must be completed before becoming a PlaneShift Software Development Apprentice and each phase will be supported by:&lt;br /&gt;
* PlaneShift Software Development Team via the IRC channel: #planeshift-build&lt;br /&gt;
* PlaneShift Software Development Team via the PlaneShift forum private messaging system.   &lt;br /&gt;
&lt;br /&gt;
The PlaneShift Software Development Team will constructively grade your work at each stage, with an eye to help you become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phase 1.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Environment and documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Topics covered:&lt;br /&gt;
* Linux, MacOS, Windows.&lt;br /&gt;
* How to install a test PlaneShift Game Server on your own computer.&lt;br /&gt;
* How to set up a development environment.&lt;br /&gt;
* How to read the PlaneShift Application Programming Interface (API).&lt;br /&gt;
* How to check-out source code from versioning software, make changes and then check your changes back in.&lt;br /&gt;
* How to test your code.&lt;br /&gt;
* How to use the Bug Tracking web site.&lt;br /&gt;
&lt;br /&gt;
The duration of this phase will be entirely up to you but assuming you can spare two evenings a week (or equivalent), the initial subject matter listed above should be completed over a period of two months.&lt;br /&gt;
&lt;br /&gt;
Then what?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phase 2.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding exercises&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift Software Development Team is satisfied that you have completed phase 1 then real coding exercises will be given to you.&lt;br /&gt;
&lt;br /&gt;
You must complete and test each exercise on your own PlaneShift Game Server.&lt;br /&gt;
&lt;br /&gt;
After each exercise, you will submit code and screenshots to the PlaneShift Software Development Team, who will constructively grade your work with an eye to help you become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
The duration of this phase, again will be entirely up to you but assuming you can spare another two evenings (or equivalent) a week, expect to spend two more months on these exercises.&lt;br /&gt;
&lt;br /&gt;
The Software Development Team need confidence in you and your abilities so please be patient if they ask you to spend a little more time on some more exercises.&lt;br /&gt;
&lt;br /&gt;
Then what?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Provided you have met the PlaneShift Software Development Team’s standards, you will be invited to become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
You will become part of an experienced, distributed software development team and assigned bugs to fix.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tour of duty&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
How long is the apprenticeship for?&lt;br /&gt;
&lt;br /&gt;
This will depend on how many hours and how much work you are able to do but after a year you can expect to receive a certificate stating that you have been a member of the Software Development Team for the Open Source Project: PlaneShift&lt;br /&gt;
&lt;br /&gt;
for a period of one year.&lt;br /&gt;
&lt;br /&gt;
Certificates will be issued annually there after. &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=PlaneShift_Development_School&amp;diff=9705</id>
		<title>PlaneShift Development School</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=PlaneShift_Development_School&amp;diff=9705"/>
		<updated>2012-03-31T18:35:41Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== PlaneShift Development School ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Become an Apprentice Software Developer for the PlaneShift project.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Who can apply? &lt;br /&gt;
&lt;br /&gt;
You if:&lt;br /&gt;
* You have experience with any programming language.&lt;br /&gt;
* Are willing to learn C and C++.&lt;br /&gt;
* You can spare two evenings (or equivalent) a week for approximately four months.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal of this apprenticeship is to understand how to work as a software developer, in a distributed software development team, for the PlaneShift project and eventually fix bugs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are (at least) two phases that must be completed before becoming a PlaneShift Software Development Apprentice and each phase will be supported by:&lt;br /&gt;
* PlaneShift Software Development Team via the IRC channel: #planeshift-build&lt;br /&gt;
* PlaneShift Software Development Team via the PlaneShift forum private messaging system.   &lt;br /&gt;
&lt;br /&gt;
The PlaneShift Software Development Team will constructively grade your work at each stage, with an eye to help you become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phase 1.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Environment and documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Topics covered:&lt;br /&gt;
* Linux, MacOS, Windows&lt;br /&gt;
* How to install a test PlaneShift Game Server on your own computer.&lt;br /&gt;
* How to set up a development environment.&lt;br /&gt;
* How to read the PlaneShift Application Programming Interface (API).&lt;br /&gt;
* How to check-out source code from versioning software, make changes and then check your changes back in.&lt;br /&gt;
* How to test your code.&lt;br /&gt;
* How to use the Bug Tracking web site.&lt;br /&gt;
&lt;br /&gt;
The duration of this phase will be entirely up to you but assuming you can spare two evenings a week (or equivalent), the initial subject matter listed above should be completed over a period of two months.&lt;br /&gt;
&lt;br /&gt;
Then what?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phase 2.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding exercises&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift Software Development Team is satisfied that you have completed phase 1 then real coding exercises will be given to you.&lt;br /&gt;
&lt;br /&gt;
You must complete and test each exercise on your own PlaneShift Game Server.&lt;br /&gt;
&lt;br /&gt;
After each exercise, you will submit code and screenshots to the PlaneShift Software Development Team, who will constructively grade your work with an eye to help you become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
The duration of this phase, again will be entirely up to you but assuming you can spare another two evenings (or equivalent) a week, expect to spend two more months on these exercises.&lt;br /&gt;
&lt;br /&gt;
The Software Development Team need confidence in you and your abilities so please be patient if they ask you to spend a little more time on some more exercises.&lt;br /&gt;
&lt;br /&gt;
Then what?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Provided you have met the PlaneShift Software Development Team’s standards, you will be invited to become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
You will become part of an experienced, distributed software development team and assigned bugs to fix.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tour of duty&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
How long is the apprenticeship for?&lt;br /&gt;
&lt;br /&gt;
This will depend on how many hours and how much work you are able to do but after a year you can expect to receive a certificate stating that you have been a member of the Software Development Team for the Open Source Project: PlaneShift&lt;br /&gt;
&lt;br /&gt;
for a period of one year.&lt;br /&gt;
&lt;br /&gt;
Certificates will be issued annually there after. &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=PlaneShift_Development_School&amp;diff=9704</id>
		<title>PlaneShift Development School</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=PlaneShift_Development_School&amp;diff=9704"/>
		<updated>2012-03-31T18:28:43Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== PlaneShift Development School ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Become an Apprentice Software Developer for the PlaneShift project.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Who can apply? &lt;br /&gt;
&lt;br /&gt;
You if:&lt;br /&gt;
* You have experience with any programming language.&lt;br /&gt;
* Are willing to learn C and C++.&lt;br /&gt;
* You can spare two evenings (or equivalent) a week for approximately four months.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal of this apprenticeship is to understand how to work as a software developer, in a distributed software development team, for the PlaneShift project and eventually fix bugs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are (at least) two phases that must be completed before becoming a PlaneShift Software Development Apprentice and each phase will be supported by:&lt;br /&gt;
* PlaneShift Software Development Team via the IRC channel: #planeshift-build&lt;br /&gt;
* PlaneShift Software Development Team via the PlaneShift forum private messaging system.   &lt;br /&gt;
&lt;br /&gt;
The PlaneShift Software Development Team will constructively grade your work at each stage, with an eye to help you become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phase 1.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Environment and documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Topics covered:&lt;br /&gt;
* How to install a test PlaneShift Game Server on your own computer.&lt;br /&gt;
* How to set up a development environment.&lt;br /&gt;
* How to read the PlaneShift Application Programming Interface (API).&lt;br /&gt;
* How to check-out source code from versioning software, make changes and then check your changes back in.&lt;br /&gt;
* How to test your code.&lt;br /&gt;
* How to use the Bug Tracking web site.&lt;br /&gt;
&lt;br /&gt;
The duration of this phase will be entirely up to you but assuming you can spare two evenings a week (or equivalent), the initial subject matter listed above should be completed over a period of two months.&lt;br /&gt;
&lt;br /&gt;
Then what?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phase 2.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding exercises&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift Software Development Team is satisfied that you have completed phase 1 then real coding exercises will be given to you.&lt;br /&gt;
&lt;br /&gt;
You must complete and test each exercise on your own PlaneShift Game Server.&lt;br /&gt;
&lt;br /&gt;
After each exercise, you will submit code and screenshots to the PlaneShift Software Development Team, who will constructively grade your work with an eye to help you become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
The duration of this phase, again will be entirely up to you but assuming you can spare another two evenings (or equivalent) a week, expect to spend two more months on these exercises.&lt;br /&gt;
&lt;br /&gt;
The Software Development Team need confidence in you and your abilities so please be patient if they ask you to spend a little more time on some more exercises.&lt;br /&gt;
&lt;br /&gt;
Then what?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Provided you have met the PlaneShift Software Development Team’s standards, you will be invited to become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
You will become part of an experienced, distributed software development team and assigned bugs to fix.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tour of duty&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
How long is the apprenticeship for?&lt;br /&gt;
&lt;br /&gt;
This will depend on how many hours and how much work you are able to do but after a year you can expect to receive a certificate stating that you have been a member of the Software Development Team for the Open Source Project: PlaneShift&lt;br /&gt;
&lt;br /&gt;
for a period of one year.&lt;br /&gt;
&lt;br /&gt;
Certificates will be issued annually there after. &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=PlaneShift_Development_School&amp;diff=9703</id>
		<title>PlaneShift Development School</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=PlaneShift_Development_School&amp;diff=9703"/>
		<updated>2012-03-31T18:08:20Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== PlaneShift Development School ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Become an Apprentice Software Developer for the PlaneShift project.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Who can apply? &lt;br /&gt;
&lt;br /&gt;
You if:&lt;br /&gt;
* You have experience with any programming language.&lt;br /&gt;
* Are willing to learn C and C++.&lt;br /&gt;
* You can spare two evenings (or equivalent) a week for approximately four months.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal of this apprenticeship is to understand how to work as a software developer, in a distributed software development team, for the PlaneShift project and eventually fix bugs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are (at least) two phases that must be completed before becoming a PlaneShift Software Development Apprentice and each phase will be supported by:&lt;br /&gt;
* PlaneShift Software Development Team via the IRC channel: #planeshift-build&lt;br /&gt;
* PlaneShift Software Development Team via the PlaneShift forum private messaging system.   &lt;br /&gt;
&lt;br /&gt;
The PlaneShift Software Development Team will constructively grade your work at each stage, with an eye to help you become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phase 1.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Environment and documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Topics covered:&lt;br /&gt;
* How to install a test PlaneShift Game Server on your own computer.&lt;br /&gt;
* How to set up a development environment.&lt;br /&gt;
* How to read the PlaneShift Application Programming Interface (API).&lt;br /&gt;
* How to check-out source code from versioning software, make changes and then check your changes back in.&lt;br /&gt;
* How to test your code.&lt;br /&gt;
* How to use the Bug Tracking web site.&lt;br /&gt;
&lt;br /&gt;
The duration of this phase will be entirely up to you but assuming you can spare two evenings a week (or equivalent), the initial subject matter listed above should be completed over a period of two months.&lt;br /&gt;
&lt;br /&gt;
Then what?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phase 2.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding exercises&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift Software Development Team is satisfied that you have completed phase 1 then real coding exercises will be given to you.&lt;br /&gt;
&lt;br /&gt;
You must complete and test each exercise on your own PlaneShift Game Server.&lt;br /&gt;
&lt;br /&gt;
After each exercise, you will submit code and screenshots to the PlaneShift Software Development Team, who will constructively grade your work with an eye to help you become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
The duration of this phase, again will be entirely up to you but assuming you can spare another two evenings (or equivalent) a week, expect to spend two more months on these exercises.&lt;br /&gt;
&lt;br /&gt;
The Software Development Team need confidence in you and your abilities so please be patient if they ask you to spend a little more time on some more exercises.&lt;br /&gt;
&lt;br /&gt;
Then what?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Provided you have met the PlaneShift Software Development Team’s standards, you will be invited to become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
You will become part of an experience, distributed software development team and assigned bugs to fix.&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=PlaneShift_Development_School&amp;diff=9702</id>
		<title>PlaneShift Development School</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=PlaneShift_Development_School&amp;diff=9702"/>
		<updated>2012-03-31T18:03:48Z</updated>

		<summary type="html">&lt;p&gt;Galok: Created page with &amp;quot; == PlaneShift Development School ==   &amp;#039;&amp;#039;&amp;#039;Become an Apprentice Software Developer for the PlaneShift project.&amp;#039;&amp;#039;&amp;#039;   Who can apply?   You if: * You have experience with any prog...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== PlaneShift Development School ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Become an Apprentice Software Developer for the PlaneShift project.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Who can apply? &lt;br /&gt;
&lt;br /&gt;
You if:&lt;br /&gt;
* You have experience with any programming language.&lt;br /&gt;
* Are willing to learn C and C++.&lt;br /&gt;
* You can spare two evenings (or equivalent) a week for approximately four months.&lt;br /&gt;
&lt;br /&gt;
The ultimate goal of this apprenticeship is to understand how to work as a developer, in a distributed software development team, for the PlaneShift project and eventually fix bugs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are (at least) two phases that must be completed before becoming a PlaneShift Software Development Apprentice and each phase will be supported by:&lt;br /&gt;
* PlaneShift Software Development Team via the IRC channel: #planeshift-build&lt;br /&gt;
* PlaneShift Software Development Team via the PlaneShift forum private messaging system.   &lt;br /&gt;
&lt;br /&gt;
The PlaneShift Software Development Team will constructively grade your work at each stage, with an eye to help you become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phase 1.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Environment and documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Topics covered:&lt;br /&gt;
* How to install a test PlaneShift Game Server on your own computer.&lt;br /&gt;
* How to set up a development environment.&lt;br /&gt;
* How to read the PlaneShift Application Programming Interface (API).&lt;br /&gt;
* How to check-out source code from versioning software, make changes and then check your changes back in.&lt;br /&gt;
* How to test your code.&lt;br /&gt;
* How to use the Bug Tracking web site.&lt;br /&gt;
&lt;br /&gt;
The duration of this phase will be entirely up to you but assuming you can spare two evenings a week (or equivalent), the initial subject matter listed above should be completed over a period of two months.&lt;br /&gt;
&lt;br /&gt;
Then what?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Phase 2.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding exercises&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift Software Development Team is satisfied that you have completed phase 1 then real coding exercises will be given to you.&lt;br /&gt;
&lt;br /&gt;
You must complete and test each exercise on your own PlaneShift Game Server.&lt;br /&gt;
&lt;br /&gt;
After each exercise, you will submit code and screenshots to the PlaneShift Software Development Team, who will constructively grade your work with an eye to help you become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
The duration of this phase, again will be entirely up to you but assuming you can spare another two evenings (or equivalent) a week, expect to spend two more months on these exercises.&lt;br /&gt;
&lt;br /&gt;
The Software Development Team need confidence in you and your abilities so please be patient if they ask you to spend a little more time on some more exercises.&lt;br /&gt;
&lt;br /&gt;
Then what?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Provided you have met the PlaneShift Software Development Team’s standards, you will be invited to become a PlaneShift Software Development Apprentice.&lt;br /&gt;
&lt;br /&gt;
You will become part of an experience, distributed software development team and assigned bugs to fix.&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9701</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9701"/>
		<updated>2012-03-27T17:23:03Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these files don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(found in your PlaneShift directory) so that the &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the &#039;&#039;Stats&#039;&#039; box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is: 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory then servers.xml will be located here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the game&#039;s communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9700</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9700"/>
		<updated>2012-03-27T17:09:24Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/314854/EN-US&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Black or grey screens may suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may also be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button, then from the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is: 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To find servers.xml, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From there you will find:&lt;br /&gt;
&lt;br /&gt;
 PlaneShift\data\servers.xml&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), which is found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the the game&#039;s communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9699</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9699"/>
		<updated>2012-03-27T17:02:30Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/314854/EN-US&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Black or grey screens may suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may also be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button, then from the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is: 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To find servers.xml, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From there you will find:&lt;br /&gt;
&lt;br /&gt;
 PlaneShift\data\servers.xml&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9698</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9698"/>
		<updated>2012-03-27T16:56:22Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/314854/EN-US&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Black or grey screens may suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To find servers.xml, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From there you will find:&lt;br /&gt;
&lt;br /&gt;
 PlaneShift\data\servers.xml&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9697</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9697"/>
		<updated>2012-03-27T16:51:46Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/314854/EN-US&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To find servers.xml, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From there you will find:&lt;br /&gt;
&lt;br /&gt;
 PlaneShift\data\servers.xml&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9696</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9696"/>
		<updated>2012-03-26T12:42:12Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these files don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory then servers.xml will be located here:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9695</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9695"/>
		<updated>2012-03-26T12:38:09Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory then servers.xml will be located here:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9694</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9694"/>
		<updated>2012-03-26T12:29:10Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory then servers.xml will be located here:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9693</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9693"/>
		<updated>2012-03-26T12:17:51Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/314854/EN-US&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039;&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
&lt;br /&gt;
Then try to connect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039;&lt;br /&gt;
Run the updater:&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then try to connect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039;&lt;br /&gt;
Edit servers.xml manually and replace &#039;&#039;planeshift.zeroping.it&#039;&#039; with &#039;&#039;planeshift.subhosting.net&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To find servers.xml, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
servers.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From there you will find:&lt;br /&gt;
&lt;br /&gt;
 PlaneShift\data\servers.xml&lt;br /&gt;
&lt;br /&gt;
Then try to connect again.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9689</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9689"/>
		<updated>2012-03-16T10:57:49Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/314854/EN-US&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9688</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9688"/>
		<updated>2012-03-16T10:41:43Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9687</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9687"/>
		<updated>2012-03-16T10:41:06Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9686</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9686"/>
		<updated>2012-03-16T10:40:38Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9685</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9685"/>
		<updated>2012-03-16T10:39:26Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9684</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9684"/>
		<updated>2012-03-16T10:38:57Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does not currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9683</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9683"/>
		<updated>2012-03-16T10:31:18Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9682</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9682"/>
		<updated>2012-03-16T10:30:44Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Update your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9681</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9681"/>
		<updated>2012-03-14T10:34:04Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9680</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9680"/>
		<updated>2012-03-14T10:33:10Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If your problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9679</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9679"/>
		<updated>2012-03-14T10:31:46Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If you problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9678</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9678"/>
		<updated>2012-03-14T10:31:13Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If you problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, adding your details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9677</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9677"/>
		<updated>2012-03-14T10:07:40Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If you problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, filling the details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9676</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9676"/>
		<updated>2012-03-14T10:07:07Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requesting help from the PlaneShift forums ==&lt;br /&gt;
&lt;br /&gt;
If you still have a problem after reading this document, then please post a message on the PlaneShift forums.&lt;br /&gt;
&lt;br /&gt;
* If you are unable to enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=17.0&lt;br /&gt;
&lt;br /&gt;
* If you problem occurs once you enter the PlaneShift world then post in this forum: http://www.hydlaaplaza.com/smf/index.php?board=33.0&lt;br /&gt;
&lt;br /&gt;
Please copy and paste the following text into your forum post, filling the details under&lt;br /&gt;
each heading:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operating System (Linux, MacOS, Windows XP, Vista, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Graphics card (nVidia foo, ATI bar, Intel abc, etc):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The problem is:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9675</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9675"/>
		<updated>2012-03-08T21:56:20Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9674</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9674"/>
		<updated>2012-03-08T21:55:24Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9673</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9673"/>
		<updated>2012-03-08T21:54:57Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9672</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9672"/>
		<updated>2012-03-08T21:53:10Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9671</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9671"/>
		<updated>2012-03-06T16:16:13Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. &lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9670</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9670"/>
		<updated>2012-03-06T16:14:19Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Full screen mode crashes the client&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unfortunately full screen mode does currently work reliably. It is recommended that you do not use full screen mode.&lt;br /&gt;
&lt;br /&gt;
To turn off full screen mode:&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect &#039;&#039;Enable Fullscreen&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9668</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9668"/>
		<updated>2012-03-05T09:46:34Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Permissions&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file.&lt;br /&gt;
&lt;br /&gt;
Assuming the downloaded file is in a directory called: Downloads&lt;br /&gt;
which is in your home directory, type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 700 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;chmod&#039;&#039; command will make the file &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
Then, to run the installation program, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If these file don&#039;t run, then they may need permissions to be set. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/psclient&lt;br /&gt;
&lt;br /&gt;
 chmod 700 ~/PlaneShift/pslaunch&lt;br /&gt;
&lt;br /&gt;
These &#039;&#039;chmod&#039;&#039; commands will make the files &#039;&#039;readable, writeable&#039;&#039; and &#039;&#039;executable&#039;&#039; to you only.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9665</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9665"/>
		<updated>2012-03-03T09:41:24Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Permissions :: You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file (~/Downloads). Type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 755 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, to launch it, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9664</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9664"/>
		<updated>2012-03-03T09:40:50Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Character appears to be stuck&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the communications window type:&lt;br /&gt;
&lt;br /&gt;
 /unstick&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9663</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9663"/>
		<updated>2012-03-02T11:32:51Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9662</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9662"/>
		<updated>2012-03-02T11:30:21Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Permissions :: You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file (~/Downloads). Type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 755 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, to launch it, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.subhosting.net/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9661</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9661"/>
		<updated>2012-03-02T10:36:30Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.zeroping.it/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9660</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9660"/>
		<updated>2012-03-02T10:35:25Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Permissions :: You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file (~/Downloads). Type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 755 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, to launch it, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.zeroping.it/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9659</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9659"/>
		<updated>2012-03-02T10:33:38Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
If you need advice before or while installing PlaneShift, then join the PlaneShift IRC channel. &lt;br /&gt;
&lt;br /&gt;
Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.zeroping.it/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Intel graphics chips on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is an abundance of 3D gaming and OpenGL problems on Windows, related to Intel&#039;s own Graphics Processing Unit (GPU), found on some laptops and PC motherboards. The problem is related to their own Windows&#039; drivers. It is possible that Intel will improve the quality of these graphics drivers over time so it is important to check their web site regularly for the latest drivers.&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Symptoms:&lt;br /&gt;
&lt;br /&gt;
* Ground stretches and smears.&lt;br /&gt;
&lt;br /&gt;
* Maps are broken.&lt;br /&gt;
&lt;br /&gt;
* Crashing during character creation.&lt;br /&gt;
&lt;br /&gt;
* Objects and maps flicker.&lt;br /&gt;
&lt;br /&gt;
(Possible) workaround:&lt;br /&gt;
&lt;br /&gt;
Install Xubuntu Linux alongside your Windows installation. &lt;br /&gt;
&lt;br /&gt;
Linux is a free Operating System that can run alongside a Windows installation by way of dual booting and uses independent (not Intel&#039;s) graphics drivers. A minimum of ten gigabytes of disk space will be required for Xubuntu and the Linux version of PlaneShift.&lt;br /&gt;
&lt;br /&gt;
http://xubuntu.org/&lt;br /&gt;
&lt;br /&gt;
* Xubuntu is an elegant and easy-to-use operating system. Xubuntu comes with Xfce, which is a stable, light and configurable desktop environment.&lt;br /&gt;
&lt;br /&gt;
If you need hand-holding or some advice before installing Xubuntu, then join the PlaneShift IRC channel. Simple instructions for joining the PlaneShift IRC channel can be found here:&lt;br /&gt;
&lt;br /&gt;
http://www.planeshift.it/irc.html&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9658</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9658"/>
		<updated>2012-03-02T08:32:04Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.zeroping.it/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9657</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9657"/>
		<updated>2012-03-02T08:30:37Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Permissions :: You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file (~/Downloads). Type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 755 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, to launch it, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.zeroping.it/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select a lower &#039;&#039;Shaders&#039;&#039; value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9656</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9656"/>
		<updated>2012-03-02T08:27:51Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.zeroping.it/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;7.&#039;&#039;&#039; Reduce: &#039;&#039;Shaders&#039;&#039; values.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Shaders&#039;&#039; to a lower value.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9655</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9655"/>
		<updated>2012-03-02T08:16:30Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Permissions :: You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file (~/Downloads). Type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 755 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, to launch it, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.zeroping.it/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Then start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Colour depth&#039;&#039; to: 32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9654</id>
		<title>Troubleshooting guide for Linux</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Linux&amp;diff=9654"/>
		<updated>2012-03-02T08:04:58Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Permissions :: You may have to set permissions on the downloaded installation file so it will run. Do this from a command prompt, from the directory where you downloaded the installation file (~/Downloads). Type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
chmod 755 PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, to launch it, assuming you still have the same command prompt open:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
replace: PlaneShift-vn.n.n-x86.run&lt;br /&gt;
&lt;br /&gt;
with the actual file name, &#039;&#039;n.n.n-x86&#039;&#039; will need to be changed.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To start PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/psclient&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift from a Linux command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the updater fails with errors such as:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Unable to get root node! Segmentation fault&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Edit: updateservers.xml and updaterinfo.xml&lt;br /&gt;
  &lt;br /&gt;
(in the PlaneShift directory) so that &amp;lt;mirrors&amp;gt; tag looks like&lt;br /&gt;
this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;mirrors&amp;gt;&lt;br /&gt;
      &amp;lt;mirror id=&amp;quot;1&amp;quot; name=&amp;quot;server1&amp;quot; url=&amp;quot;http://194.116.72.94/update/&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/mirrors&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
and try to update again.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ubuntu, Kubuntu, Xubuntu, etc, will install or offer to install the&lt;br /&gt;
latest stable version of your graphics card driver for you.&lt;br /&gt;
&lt;br /&gt;
If you are using a different Linux distribution and it does not&lt;br /&gt;
automatically install an optimised driver for your&lt;br /&gt;
graphics card then you can install one manually.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Each of these web sites have Linux drivers for their laptop and&lt;br /&gt;
desktop computers&#039; graphics cards. Documentation regarding their&lt;br /&gt;
installation will be included with the driver.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message is displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.zeroping.it/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit: PlaneShift/psclient.cfg &lt;br /&gt;
&lt;br /&gt;
and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;PlaneShift dir&amp;gt;/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If PlaneShift is installed in your home directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/data/config/r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher. If PlaneShift is installed in your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
~/PlaneShift/.pslaunch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
	<entry>
		<id>https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9653</id>
		<title>Troubleshooting guide for Windows</title>
		<link rel="alternate" type="text/html" href="https://planeshift.top-ix.org//pswiki/index.php?title=Troubleshooting_guide_for_Windows&amp;diff=9653"/>
		<updated>2012-03-02T08:03:54Z</updated>

		<summary type="html">&lt;p&gt;Galok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Problems before entering the game ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installing and reinstalling&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you require a fresh reinstall, where all previous configuration details and files are removed, then you will need to do some manual clean up. You will need to manually delete previous configuration files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
First run the PlaneShift uninstall program (Add and remove programs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039;&lt;br /&gt;
Simplest way to find all PlaneShift files is to press the F3 key on your keyboard. The Windows Find dialog will be displayed.&lt;br /&gt;
&lt;br /&gt;
From here you can inform Windows which hard drives to search and what to search for so in the search field, enter: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PlaneShift&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, from Find&#039;s search results, delete all directories/folders called PlaneShift.&lt;br /&gt;
&lt;br /&gt;
Take care not to delete the installation file you downloaded: PlaneShift-vn.n.n.exe&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; &lt;br /&gt;
Slightly more technical way is to run the PlaneShift uninstall program (Add and remove programs), then find your Windows Application Data directory/folder.&lt;br /&gt;
&lt;br /&gt;
Open the file manager (explorer) and in the Address field type: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
%AppData%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
followed by the enter key on your keyboard.&lt;br /&gt;
&lt;br /&gt;
This will open your &#039;Application Data&#039; folder. For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
c:\Documents and Settings\aUser\Application Data\&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In there you will find the PlaneShift configuration and logs directory. &lt;br /&gt;
&lt;br /&gt;
Either delete it or rename it to: PlaneShift-old&lt;br /&gt;
&lt;br /&gt;
You are now ready for a fresh install.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To update PlaneShift&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
If an update is available, the PlaneShift Launcher will prompt&lt;br /&gt;
you. Select &#039;&#039;Yes&#039;&#039; from the prompt to update. &lt;br /&gt;
&lt;br /&gt;
Updating may take a few minutes.&lt;br /&gt;
&lt;br /&gt;
The updater can all also be run from the command line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pslaunch.exe --console&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Graphics card drivers&#039;&#039;&#039;&lt;br /&gt;
  &lt;br /&gt;
Download the latest driver from the graphics card manufacturer&#039;s web&lt;br /&gt;
site and install it.&lt;br /&gt;
&lt;br /&gt;
NVIDIA: http://www.nvidia.com/content/drivers/drivers.asp&lt;br /&gt;
&lt;br /&gt;
AMD/ATI: http://support.amd.com/us/gpudownload/Pages/index.aspx&lt;br /&gt;
&lt;br /&gt;
Intel: http://www.intel.com/p/en_UK/support/graphics/&lt;br /&gt;
&lt;br /&gt;
Make sure Windows is using the correct driver. Windows has its own&lt;br /&gt;
set of drivers which are sometimes set as factory defaults, even&lt;br /&gt;
when the manufacturer&#039;s drivers are available. To ensure you are&lt;br /&gt;
using the correct driver for your graphics card, see:&lt;br /&gt;
&lt;br /&gt;
http://windows.microsoft.com/en-US/windows-vista/Video-cards-frequently-asked-questions&lt;br /&gt;
  &lt;br /&gt;
http://support.microsoft.com/kb/200435&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Black or grey screens&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This suggests your graphics card is not adequate for running PlaneShift.&lt;br /&gt;
&lt;br /&gt;
If the PlaneShift application just exits when creating a character for the first time, this is another symptom of an insufficient Graphics Processing Unit.&lt;br /&gt;
&lt;br /&gt;
Turning off Vertex Buffer Objects may help.&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Unselect the check box: Enable VBO&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;No audio&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This message may be displayed when you start PlaneShift:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
could not load plugin &#039;crystalspace.sndsys.renderer.null&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the PlaneShift Launcher from the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
Click the &#039;&#039;Settings&#039;&#039; button. From the Settings screen click: &#039;&#039;Audio&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Select the check box: &#039;&#039;Enable sound&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Set Sound Renderer to: &#039;&#039;OpenAl&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Software&#039;&#039; rendering of sound does not work on Windows so either use OpenAl or disable sound.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unable to connect to server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following page will inform you whether the game server is accessible.&lt;br /&gt;
&lt;br /&gt;
http://planeshift.zeroping.it/index.php?page=about_page&lt;br /&gt;
&lt;br /&gt;
Check the Stats box for server status. &lt;br /&gt;
&lt;br /&gt;
If the &#039;&#039;Total online&#039;&#039; is 0, this probably means administrators are updating software on the game server.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a firewall then you need to know that PlaneShift requires the outbound port: 7777  &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In game bugs (after loading world) ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Performance&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Run the updater to ensure the PlaneShift software has the latest&lt;br /&gt;
bug fixes installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; Updating your graphics card drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; Set your desktop colour depth to 24 or 32 bit, sometimes called&lt;br /&gt;
&#039;true colour&#039;.&lt;br /&gt;
&lt;br /&gt;
Start button &amp;gt; Control Panel&lt;br /&gt;
&lt;br /&gt;
Under Appearance and Personalization, click: &#039;&#039;Adjust screen resolution&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From Advanced settings, click the &#039;&#039;Monitor&#039;&#039; tab.&lt;br /&gt;
&lt;br /&gt;
Under Colors, select &#039;&#039;True Color (32 bit)&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Enable Adaptive Distance. &lt;br /&gt;
&lt;br /&gt;
Start PlaneShift, log in. Then from the game&#039;s tool bar, click the &#039;&#039;Options&#039;&#039; button. &lt;br /&gt;
&lt;br /&gt;
From the Options window, under the &#039;&#039;Graphics&#039;&#039; item, click &#039;&#039;Details&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Select the &#039;&#039;Adaptive distance&#039;&#039; check box.&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;Save&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Texture down sampling.&lt;br /&gt;
&lt;br /&gt;
Edit psclient.cfg and change:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.TextureDownsample = 4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To find psclient.cfg, press F3 key on your keyboard and enter the following into the find dialog:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
psclient.cfg &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;6.&#039;&#039;&#039; Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text corruption&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows desktop, press F3 to display the Find dialog. Then search for: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
r3dopengl.cfg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will be located amongst the PlaneShift installed files.&lt;br /&gt;
&lt;br /&gt;
Add the following lines to the bottom of the file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.UseExtension.GL_ARB_texture_rectangle = false&lt;br /&gt;
Video.OpenGL.UseExtension.GL_NV_texture_rectangle = false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Find the following line:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = yes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and change &#039;&#039;yes&#039;&#039; to &#039;&#039;no&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Video.OpenGL.FontCache.UseMultiTexturing = no&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save changes.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Invisible NPCs&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Turn off: &#039;&#039;Background loading&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
From the Windows Start menu &amp;gt; PlaneShift &amp;gt; PlaneShift&lt;br /&gt;
&lt;br /&gt;
From the PlaneShift Launcher click: &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;Settings&#039;&#039; then &#039;&#039;Graphics&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Set &#039;&#039;Background loading&#039;&#039; to: off&lt;br /&gt;
&lt;br /&gt;
Click: &#039;&#039;OK&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Galok</name></author>
	</entry>
</feed>