PlaneShift
Support => Linux Specific Issues => Topic started by: fritzbun on May 16, 2010, 09:04:09 am
-
Hi,
Ok, installation eventually went fine, however, when I attempt to run in the terminal I get -
peter@peter-laptop:~$ /peter/planeshift/PlaneShift/pslaunch
bash: /peter/planeshift/PlaneShift/pslaunch: Permission denied
Therefore I do this -
peter@peter-laptop:~$ sudo chown peter: peter/planeshift/PlaneShift/pslaunch
And get this -
chown: cannot access `peter/planeshift/PlaneShift/pslaunch': No such file or directory
This is roughly where my Linux knowledge runs out, as I am barely competent, and I can find no way of resolving this permission issue. How can I change the permissions if it cannot find the directory or file? It doesn't work for the setup or uninstall files either.
-
It looks like you forgot the first / at the beginning of the path.
sudo chown peter: /peter/planeshift/PlaneShift/pslaunch instead of sudo chown peter: peter/planeshift/PlaneShift/pslaunch
Sen
-
It didn't tell me that it couldn't be found, so therefore the permissions must have been changed (and thanks for pointing out my mistake), but it still gives me permission denied when I try to run the file -
peter@peter-laptop:~$ sudo chown peter: /peter/planeshift/PlaneShift/pslaunch
peter@peter-laptop:~$ /peter/planeshift/PlaneShift/pslaunch
bash: /peter/planeshift/PlaneShift/pslaunch: Permission denied
-
Strange...
What does
ls -l /peter/planeshift/PlaneShift/pslaunch
tell? (best paste output)
Sen
-
Usefully it gives -
ls: cannot access /peter/planeshift/PlaneShift/pslaunch: Permission denied
This is getting very curious.
-
Check the permissions of the directores to pslaunch :)
-
Ok, I have changed permissions on all the directories and more files after it gave me more errors, however now it won't run it as I get this -
Couldn't open xml file '/this/updaterinfo.xml'!
Unable to get root node
Opening GLX2D
Creating Context
Video driver GL/X version (direct renderer)
Visual ID: 0x000000c7, 24bit TrueColor
R8:G8:B8:A0,
level 0, double buffered
WARNING: Could not open driver database file '/config/gldrivers.xml'
NOTIFY: OpenGL renderer: Mesa DRI Intel(R) 945GME GEM 20091221 2009Q4 x86/MMX/SSE2 (vendor: Tungsten Graphics, Inc) version 1.4 Mesa 7.7.1
NOTIFY: Using windowed mode at resolution 640x480.
NOTIFY: Pixel format: Color: 24 Alpha: 0 Depth: 0 Stencil: 0 AccumColor: 0 AccumAlpha: 0 MultiSamples: 0
NOTIFY: Multisample: disabled
NOTIFY: Using VBO with 64 MB of VBO memory
WARNING: could not load plugin 'crystalspace.syntax.loader.service.text'
ERROR: Couldn't load plugin with class 'crystalspace.syntax.loader.service.text'!
WARNING: failed to initialize plugin 'crystalspace.graphics3d.shadercompiler.xmlshader'
WARNING: failed to initialize plugin 'crystalspace.graphics3d.shadercompiler.weaver'
WARNING: could not load plugin 'crystalspace.syntax.loader.service.text'
ERROR: Couldn't load plugin with class 'crystalspace.syntax.loader.service.text'!
WARNING: failed to initialize plugin 'crystalspace.graphics3d.shadercompiler.xmlshader'
WARNING: Can not load default shader vars, no iSyntaxService available
Sun May 16 13:11:25 2010, <src/common/paws/pawsmainwidget.cpp:47 pawsMainWidget SEVERE>
Sun May 16 13:11:25 2010, Failed to load GUI keys
Mounting skin: /planeshift/art/pslaunch.zip
Sun May 16 13:11:25 2010, <src/common/util/psxmlparser.cpp:282 ParseFile SEVERE>
Sun May 16 13:11:25 2010, Could not find file: /paws/temp_skin/skin.xml
Sun May 16 13:11:25 2010, <src/common/paws/pawsmanager.cpp:348 LoadSkinDefinition SEVERE>
Sun May 16 13:11:25 2010, Could not read skin.xml on /planeshift/art/pslaunch.zip!
Sun May 16 13:11:25 2010, <src/common/paws/pawsmanager.cpp:138 PawsManager SEVERE>
Sun May 16 13:11:25 2010, Failed to load skin /planeshift/art/pslaunch.zip!
Any ideas what that means?
-
it seems you lack most of the client or can't access it
-
I'd do a
./pslaunch --repair
Whatever happened.. this should repair it :)
Sen
-
Brilliantly, and by now not surprisingly, it gives -
peter@peter-laptop/peter/planeshift/PlaneShift/pslaunch --repair
PlaneShift Updater Version 2.60 for linux32.
Checking the integrity of the install:
Beginning integrity check!
Couldn't open xml file '/this/updaterinfo.xml'!
Unable to get root node!
Segmentation fault
I thought I had managed to get past the segmentation fault to allow the install in the first place. Anyway I could uninstall and try from scratch again?
-
Better also re-download it...
Sen
-
*sigh*
Attempted to uninstall - it gave me an error message at 89% and quit the uninstall program leaving my terminal saying this -
peter@peter-laptop:~$ /peter/planeshift/PlaneShift/uninstall
Uninstallation did not complete successfully
So when I then tried to run uninstall again it gave me -
peter@peter-laptop:~$ /peter/planeshift/PlaneShift/uninstall
bash: /peter/planeshift/PlaneShift/uninstall: No such file or directory
Any ideas?