Am Montag, 26. Januar 2009 schrieb Manfred Eifler: > Hallo Toni, > > ich wollte mal mit psychosynth rumspielen. Es will aber nicht starten, > obwohl eigentlich alle erforderlichen Pakete installiert sind. > > manf...@pc1a:~> psynth > [/xmlconf] ERROR: Could not open config file for > reading: /home/manfred/.psychosynth/psychosynth.xml > Not enough parameters. Use -h or --help. > > Die Datei > psychosynth.xml > wird nicht angelegt. Das sollte doch bestimmt automatisch gehen. Fehlt > vielleicht irgendein bestimmtes xml-Paket? > > manf...@pc1a:~> rpm -qa | grep xml > libxml++-2.24.0-1.32 > libxml++-devel-2.24.0-1.32 > xmlbeans-2.1.0-2.29 > yast2-xml-2.16.1-1.75 > python-xml-2.6.0-2.12 > libxml2-devel-2.7.1-9.1 > texlive-xmltex-2007-219.3 > tclxml-3.1-0.pm.1 > libxml2-2.7.1-9.1 > php5-xmlreader-5.2.6-49.11 > xmlcharent-0.3-403.8 > texlive-bin-xmltex-2007-219.3 > libxml2-python-2.7.1-9.1 > python-lxml-2.0.5-1.7 > mxml-devel-2.5-23.26 > libmxml1-2.5-23.26 > mxml-2.5-23.26 > php5-xmlwriter-5.2.6-49.11 > xmlto-0.0.18-182.24 > tclxml-devel-3.1-0.pm.1 > xerces-j2-xml-apis-2.8.1-238.15 > libxml2-doc-2.7.1-9.1 > pyxml-0.8.4-194.26 > > > manf...@pc1a:~> psynth3d > [/xmlconf] ERROR: Could not open config file for > reading: /home/manfred/.psychosynth/psychosynth.xml > [/gui] INFO: Loading settings. > [/xmlconf] ERROR: Could not open config file for > reading: /home/manfred/.psychosynth/psynth3d.xml > [/gui] INFO: Initializing Ogre. > terminate called after throwing an instance of > 'Ogre::InternalErrorException' what(): OGRE > EXCEPTION(7:InternalErrorException): Could not load dynamic library > .//usr/lib/OGRE/RenderSystem_GL. System > Error: .//usr/lib/OGRE/RenderSystem_GL.so: cannot open shared object file: > No such file or directory in DynLib::load at OgreDynLib.cpp (line 80) > Abgebrochen > > Die Datei > /usr/lib/OGRE/RenderSystem_GL.so > ist vorhanden.
das kann einfach behoben werden, dazu editiere die /usr/share/psychosynth/plugins.cfg Datei: PluginFolder=/usr/lib/OGRE Plugin=RenderSystem_GL.so dann sollte das plugin gefunden werden. zu den fehlenden config Dateien habe ich auch keine Lösung, in den sourcen fehlen diese ebenfalls, im bzr Verzeichnis sind auch keine (mehr) drin ==> Bug-Report an den Autor des Programmes. -- have fun Toni _______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
