Author Topic: Problems with CS  (Read 1619 times)

Ice_Stovo

  • Hydlaa Resident
  • *
  • Posts: 70
    • View Profile
Problems with CS
« 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
Quote
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?
Figis Bruzzo

ThomPhoenix

  • Testers
  • Forum Addict
  • *
  • Posts: 2678
  • A Phoenix, what'd you expect?
    • View Profile
Re: Problems with CS
« Reply #1 on: July 15, 2007, 09:03:12 pm »
What version of CS?
We're not evil. We're simply amazing.

Ice_Stovo

  • Hydlaa Resident
  • *
  • Posts: 70
    • View Profile
Re: Problems with CS
« Reply #2 on: July 15, 2007, 10:23:03 pm »
it is package with 1.0 version - 1.0-0ubuntu1
Figis Bruzzo

ThomPhoenix

  • Testers
  • Forum Addict
  • *
  • Posts: 2678
  • A Phoenix, what'd you expect?
    • View Profile
Re: Problems with CS
« Reply #3 on: July 15, 2007, 10:36:33 pm »
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 and use version 26888 (1.2).
We're not evil. We're simply amazing.

toxic3

  • Traveller
  • *
  • Posts: 11
    • View Profile
Re: Problems with CS
« Reply #4 on: July 16, 2007, 01:43:15 am »
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.

Ice_Stovo

  • Hydlaa Resident
  • *
  • Posts: 70
    • View Profile
Re: Problems with CS
« Reply #5 on: July 16, 2007, 04:49:13 pm »
Thanks, it works fine :D
Figis Bruzzo