Author Topic: anyone install on Suse 9.1??  (Read 4651 times)

larrydag

  • Traveller
  • *
  • Posts: 34
    • View Profile
(No subject)
« Reply #30 on: July 21, 2004, 04:33:07 am »
I got it working!  That did the trick Karosh.  Just did jam -a on everything.  I must have missed a plugin or something.

If any suse users need help let me know.

Isegrimm

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #31 on: December 14, 2004, 12:56:44 pm »
I have a problem with CS. It compiles fine but trying ./walktest results:

Quote

nb-dschwan:/u01/games/molblue/CS # ./walktest
Segmentation fault


Edit:

jam -a:

Quote

include/qsqrt.h: In function `float qsqrt(float)\':
include/qsqrt.h:86: warning: use of memory input without lvalue in asm operand
   2 is deprecated
include/qsqrt.h:86: warning: use of memory input without lvalue in asm operand
   3 is deprecated
LinkApplication walktest
csConfigGen cs-config
Chmod1 cs-config
...failed updating 1 target(s)...
...skipped 2 target(s)...
...updated 798 target(s)...
nb-dschwan:/u01/games/molblue/CS # ./walktest
Segmentation fault


gcc is 3.3
« Last Edit: December 14, 2004, 01:19:04 pm by Isegrimm »

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #32 on: December 14, 2004, 02:42:58 pm »
Try to run the walktest with
./walktest -relight
on the first time


Back to Planeshift again \\o/

Isegrimm

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #33 on: December 14, 2004, 03:13:49 pm »
Okay that works (a windows opens...hope thats it). I am just checking out the planeshift sources. Then lets see what happens next.

Edit:

Same Error with the psclient. Now i will rebuild everything with jam -a.
« Last Edit: December 14, 2004, 03:32:16 pm by Isegrimm »

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #34 on: December 14, 2004, 03:32:57 pm »
The walktest is crashing (when run without -relight at the first time) since a while ago, so don\'t worry about it. CEL and PS should work fine.

Edit: The client crashes when run? Post the shell output, preferably with -verbose
« Last Edit: December 14, 2004, 03:34:37 pm by Karosh_Steinkatz »


Back to Planeshift again \\o/

Isegrimm

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #35 on: December 14, 2004, 04:57:35 pm »
So lets go. The client gives this output:

Quote

dennis@nb-dschwan:/u01/games/molblue/planeshift> ./psclient -verbose
Warning: Failed to load `sndogg\'; reason(s):
/u01/games/molblue/CS/sndogg.so: File not found
/u01/games/molblue/CS/lib/sndogg.so: File not found
./sndogg.so: File not found
/u01/games/molblue/cel/sndogg.so: File not found
/u01/games/molblue/cel/lib/sndogg.so: File not found
/u01/games/molblue/planeshift/sndogg.so: File not found
Warning: Failed to load `sndogg\'; reason(s):
/u01/games/molblue/CS/sndogg.so: File not found
/u01/games/molblue/CS/libsndogg.so: File not found
/u01/games/molblue/CS/lib/sndogg.so: File not found
/u01/games/molblue/CS/lib/libsndogg.so: File not found
./sndogg.so: File not found
./libsndogg.so: File not found
/u01/games/molblue/cel/sndogg.so: File not found
/u01/games/molblue/cel/libsndogg.so: File not found
/u01/games/molblue/cel/lib/sndogg.so: File not found
/u01/games/molblue/cel/lib/libsndogg.so: File not found
/u01/games/molblue/planeshift/sndogg.so: File not found
/u01/games/molblue/planeshift/libsndogg.so: File not found
WARNING: could not load plugin \'crystalspace.sound.loader.ogg\'
aws-debug: Couldn\'t find iGraphics2D plugin!!
Speicherzugriffsfehler


so i tried jam -a with cel, CS and planeshift.

Output in cel:

Quote

LinkPlugin pftools.so
C++ ./out/linuxx86/optimize/plimp/message.o
C++ ./out/linuxx86/optimize/plimp/propclas.o
C++ ./out/linuxx86/optimize/plimp/pl.o
C++ ./out/linuxx86/optimize/plimp/entity.o
C++ ./out/linuxx86/optimize/plimp/numreg.o
LinkPlugin plimp.so
C++ ./out/linuxx86/optimize/bltest/behave.o
C++ ./out/linuxx86/optimize/bltest/bl.o
LinkPlugin bltest.so
CelConfigGen cel-config
...updated 30 target(s)...


Output ./celtst --relight

Quote

WARNING: could not load plugin \'crystalspace.kernel.vfs\'
Couldn\'t load vfs plugin!
WARNING: could not load plugin \'crystalspace.kernel.vfs\'
WARNING: could not load plugin \'crystalspace.graphics3d.software\'
WARNING: could not load plugin \'crystalspace.engine.3d\'
WARNING: could not load plugin \'crystalspace.font.server.default\'
WARNING: could not load plugin \'crystalspace.graphic.image.io.multiplex\'
WARNING: could not load plugin \'crystalspace.level.loader\'
WARNING: could not load plugin \'crystalspace.utilities.reporter\'
WARNING: could not load plugin \'crystalspace.utilities.stdrep\'
Warning: Failed to load `blpython\'; use \'-verbose\' argument for details.
Warning: Failed to load `blpython\'; use \'-verbose\' argument for details.
WARNING: could not load plugin \'cel.behaviourlayer.python\'
WARNING: could not load plugin \'crystalspace.collisiondetection.rapid\'
No iEngine plugin!


Output in CS:

Quote

include/qsqrt.h: In function `float qsqrt(float)\':
include/qsqrt.h:86: warning: use of memory input without lvalue in asm operand
   2 is deprecated
include/qsqrt.h:86: warning: use of memory input without lvalue in asm operand
   3 is deprecated
LinkApplication walktest
csConfigGen cs-config
Chmod1 cs-config
...failed updating 1 target(s)...
...skipped 2 target(s)...
...updated 798 target(s)...


Output in planeshift:

Quote

In file included from src/common/util/texfactory.h:22,
                 from src/tools/texparse/texparse.cpp:33:
/u01/games/molblue/CS/include/csutil/csdllist.h:25:3: warning: #warning csDLList is deprecated. Please use csList from csutil/list.h
LinkApplication texparse
C++ ./out/linuxx86/ase2spr.o
C++ ./out/linuxx86/spr.o
C++ ./out/linuxx86/ase.o
LinkApplication ase_2_spr
...failed updating 1 target(s)...
...skipped 1 target(s)...
...updated 141 target(s)...


Edit: Output of psclient is verbose now

Edit: So i found one error, rejammed everything. Now i get a Planeshift Windows but it hangs up with the following:

Quote

dennis@nb-dschwan:/u01/games/molblue/planeshift> ./psclient
no CEL environment variable set!
Warning: Failed to load `sndogg\'; use \'-verbose\' argument for details.
Warning: Failed to load `sndogg\'; use \'-verbose\' argument for details.
WARNING: could not load plugin \'crystalspace.sound.loader.ogg\'
disabling TCL support
block_size: 8192
Mounting maps: dungeon hydlaa tower podium temple.
planeshift.application.client: Planeshift Molecular Blue
planeshift.application.client: This game uses Crystal Space Engine created by Jorrit and others
planeshift.application.client: 0.97 rdev [Unix-x86-GCC]
crystalspace.font.freefont2: Could not open fontfile /fonts/ttf/arial.ttf!
 
        loading definitions file /planeshift/gui/psgui.def...
        load successful (0 windows, 1 skins loaded.)
aws-debug: setting up global AWS palette...
aws-debug: finished palette setup.
planeshift.application.client: psEngine initialized.
Warning: Failed to load `sndogg\'; use \'-verbose\' argument for details.
Warning: Failed to load `sndogg\'; use \'-verbose\' argument for details.
crystalspace.pluginmgr.loadplugin: WARNING: could not load plugin \'crystalspace.sound.loader.ogg\'
LoadSound: Cannot create sound data from file \'/planeshift/art/music/gui/jingle_splash.ogg\'
Couldn\'t create Resource \'splash\'
Warning: Failed to load `plimp\'; use \'-verbose\' argument for details.
Warning: Failed to load `plimp\'; use \'-verbose\' argument for details.
crystalspace.pluginmgr.loadplugin: WARNING: could not load plugin \'cel.physicallayer\'
Couldn\'t load plugin for PlLayer.
Constructing psdWarning: 0x844f978
LoadSound: Cannot create sound data from file \'/planeshift/art/music/maintheme1.0.ogg\'
Couldn\'t create Resource \'mainmenu\'
ChangeBGSong: Sound \'mainmenu\' not found!psAuthenticationClient::Authenticate(Isexxxxx,xxxxxx,0)
planeshift.application.client: PSLoader: step 1: success
Speicherzugriffsfehler
« Last Edit: December 14, 2004, 11:51:48 pm by Isegrimm »

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #36 on: December 15, 2004, 08:31:46 pm »
Quote

Warning: Failed to load `sndogg\'; use \'-verbose\' argument for details.
Warning: Failed to load `sndogg\'; use \'-verbose\' argument for details.
crystalspace.pluginmgr.loadplugin: WARNING: could not load plugin \'crystalspace.sound.loader.ogg\'


Seems like your CS sndogg plugin wasn\'t built. Check if libogg, libvorbis and libvorbisfile are installed.

Quote

no CEL environment variable set!


Have you set the export? You need all three of them:
export CRYSTAL=/u01/games/molblue/CS
export CEL=/u01/games/molblue/cel
export CSCONFPATH=/u01/games/molblue/cel

This should be all to do. If it still doesn\'t work you can catch me on the #planeshift channel on irc.freenode net or irc.quakenet.org.
But since you seem to be from germany you can find me on #planeshift.de on irc.quakenet.org too ;)

edit: wrong paths
« Last Edit: December 15, 2004, 08:33:25 pm by Karosh_Steinkatz »


Back to Planeshift again \\o/

Isegrimm

  • Traveller
  • *
  • Posts: 11
    • View Profile
(No subject)
« Reply #37 on: December 15, 2004, 08:58:05 pm »
Yes it walks :) But i think i first have to read the manual.

Thank you.

larrydag

  • Traveller
  • *
  • Posts: 34
    • View Profile
(No subject)
« Reply #38 on: December 21, 2004, 03:30:33 pm »
What manual are you referring to?