PlaneShift
Development => Development Deliberation => Topic started by: Ice_Stovo on July 15, 2007, 01:20:29 pm
-
Hi,
I just installed crystalspace from ubuntu binaries (don't have enough time to compile it :( ). Somehow, whenever i try to launch any thing cs-related i get error message like this
stovo@pc1:~$ walktest /opt/PlaneShift/art/world/gh_law.zip
DEBUG: Sound System Software Renderer Initializing...
WARNING: could not load plugin 'crystalspace.sndsys.software.driver.alsa'
WARNING: could not load plugin 'crystalspace.sndsys.software.driver.crystalspace.sndsys.software.driver.alsa'
ERROR: Failed to load driver as [crystalspace.sndsys.software.driver.alsa] or [crystalspace.sndsys.software.driver.crystalspace.sndsys.software.driver.alsa].
WARNING: failed to initialize plugin 'crystalspace.sndsys.renderer.software'
crystalspace.engine.warning:
Shader /shader/std_lighting.xml not available
Shader /shader/std_lighting_portal.xml not available
crystalspace.maploader.parse.image:
Could not open image file 'raindrop.dds' on VFS!
crystalspace.maploader.parse.texture:
Could not load texture 'raindrop', using checkerboard instead
[node: world,textures,texture(name=raindrop)]
ALERT: crystalspace.maploader.parse.library: Could not open library file '/lib/std/library' on VFS!
crystalspace.maploader.parse.library: Could not open library file '/lib/std/library' on VFS!
Cleaning up...
I am pretty new in linux, so I don't know what to do now. Please, can anyone help me?
-
What version of CS?
-
it is package with 1.0 version - 1.0-0ubuntu1
-
And what if you run walktest or something like that from the CS dir?
Also, if you got that error using Planeshift just compile CS using the guide (http://planeshift.cvs.sourceforge.net/*checkout*/planeshift/planeshift/docs/compiling.html) and use version 26888 (1.2).
-
Hi,
the crystalspace packages from Ubuntu are often brocken.
Add this line to your sources.list
deb http://b2cs.delcorp.org/debian/ edgy main
then run:
sudo apt-get update
sudo apt-get upgrade
You can also do this with synaptic or another gui for apt. This upgrade the crystalspace package to 1.1. Walktest works fine for me on edgy and feisty with this package.
-
Thanks, it works fine :D