Comment 2 for bug 116804

Revision history for this message
A. Bram Neijt (bneijt) wrote :

csdemo comes from the crystalspace package and the data needed for this demo comes from crystalspace-data.
However, crystalspace-data is out of date (0.98) so the csdemo.zip file is out of date if you install it without any further checking.

If you combine these two versions running csdemo with that zip file will create the following error:
$ csdemo /usr/lib/crystalspace/data/demodata.zip
Opening GLX2D
Creating Context
Video driver GL/X version (direct renderer)
Visual ID: 0x00000024, 24bit TrueColor
R8:G8:B8:A8,
level 0, double buffered
NOTIFY: OpenGL renderer: GeForce4 Ti 4200/AGP/SSE2 (vendor: NVIDIA Corporation) version 1.5.8 NVIDIA 96.31
NOTIFY: Using windowed mode at resolution 640x480.
NOTIFY: Pixel format: Color: 24 Alpha: 8 Depth: 24 Stencil: 8 AccumColor: 48 AccumAlpha: 16 MultiSamples: 0
NOTIFY: Multisample: disabled
Shader /shader/std_lighting.xml not available
Shader /shader/std_lighting_portal.xml not available
The Crystal Space Demo.
Creating world!...
WARNING: Could not open image file '/lib/std/portaloverlay.jpg' on VFS!
WARNING: Could not load texture 'portaloverlay', using checkerboard instead
[node: library,textures,texture(name=portaloverlay)]
WARNING: Could not open image file '/lib/stdtex/flare_center.jpg' on VFS!
WARNING: Could not load texture 'flare_center_txt', using checkerboard instead
[node: library,textures,texture(name=flare_center_txt)]
WARNING: Could not open image file '/lib/stdtex/flare_rbow.jpg' on VFS!
WARNING: Could not load texture 'flare_spark1_txt', using checkerboard instead
[node: library,textures,texture(name=flare_spark1_txt)]
WARNING: Could not open image file '/lib/stdtex/flare_purp.jpg' on VFS!
WARNING: Could not load texture 'flare_spark2_txt', using checkerboard instead
[node: library,textures,texture(name=flare_spark2_txt)]
WARNING: Could not open image file '/lib/stdtex/flare_picir.jpg' on VFS!
WARNING: Could not load texture 'flare_spark3_txt', using checkerboard instead
[node: library,textures,texture(name=flare_spark3_txt)]
WARNING: Could not open image file '/lib/stdtex/flare_grcir.jpg' on VFS!
WARNING: Could not load texture 'flare_spark4_txt', using checkerboard instead
[node: library,textures,texture(name=flare_spark4_txt)]
WARNING: Could not open image file '/lib/stdtex/flare_pink.jpg' on VFS!
WARNING: Could not load texture 'flare_spark5_txt', using checkerboard instead
[node: library,textures,texture(name=flare_spark5_txt)]
WARNING: Could not open image file '/lib/std/stone4.gif' on VFS!
WARNING: Could not load texture 'stone_txt', using checkerboard instead
[node: library,textures,texture(name=stone_txt)]
WARNING: Could not open image file '/lib/std/white.gif' on VFS!
WARNING: Could not load texture 'white_txt', using checkerboard instead
[node: library,textures,texture(name=white_txt)]
WARNING: could not load plugin 'crystalspace.mesh.loader.factory.ball'
ERROR: Error loading plugin 'crystalspace.mesh.loader.factory.ball'!
[node: library,meshfact(name=ball_factory),plugin]
WARNING: <renderpriorities> is no longer supported!
[node: world]
WARNING: could not load plugin 'crystalspace.mesh.loader.factory.stars'
ERROR: Error loading plugin 'starsFact'!
[node: world,meshfact(name=starFact),plugin]
There was an error loading world!

Trying to find a new demodata.zip on the internet won't work. When going on IRC the following was responded:
<bmm> Hi everybody. Where can I find demodata.zip for csdemo from CS 1.0 ?
<thebolt|work> bmm: nowhere
<thebolt|work> use walktest instead of csdemo
<bmm> thebolt|work Ok, thanks

So csdemo will probably never work. I could not get walktest running correctly, but that is another bug/problem.