Thank you.

After following your instructions, I can now run sndtst.  2 problems though

1) Sndtest only plays sound 1 in 3 times that I run it.  The box animation 
plays every time, but sound only comes out 1 in 3 times.

2) When I change  this line:
  const char* fname = "/lib/std/loopbzzt.wav";
to a .ogg file, the sndtst crashes when it reaches:
   view->Draw ();

Any help is appreciated.

Vincent Knecht <[EMAIL PROTECTED]> wrote: > When I run sndtest, I get this:
>
> WARNING: could not load plugin 'crystalspace.sndsys.element.ogg'
> 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.SndTest:  Failed to locate sound renderer!
>
>
> Any help?

Hello,

  it looks like you miss ogg and alsa development packages.
Please install those, then just re-run configure, checking if they're found.
Then run jam, it should build the missing plugins.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]


       
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to