On Friday 24 Feb 2006 15:56, D. Michael 'Silvan' McIntyre wrote:
> Chris?

Recompile with debug symbols enabled?  "scons configure debug=1"

Might not make any difference, in this case.

This bit of output seems to point the finger at plugins:

> rosegarden: RosegardenGUIApp::slotTestStartupTester
> rosegarden:
>
> AudioPluginManager::Enumerator::run() - done
>
> rosegarden:
> KCrash: Application 'rosegarden' crashing...

I'm going to theorise that it's a plugin trying to run its own background 
thread.  The only plugin I know offhand that does this is WhySynth DSSI -- 
Hector, do you have that installed?  What other LADSPA/DSSI plugins do you 
have?  (.so's in /usr/lib/{ladspa,dssi} or /usr/local/lib/{ladspa,dssi}).

Assuming you do have some plugins, try tricking Rosegarden into thinking you 
don't, and see if it works then.  To do this, set LADSPA_PATH and DSSI_PATH 
environment variables to something invalid (not to nothing at all, as RG will 
default them if they're unset or empty).

e.g.

  $ export LADSPA_PATH=blkjblc
  $ export DSSI_PATH=pkxcqwe
  $ rosegarden


Chris


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to