On Wednesday 13 September 2006 8:02 pm, Shelagh Manton wrote: > rosegarden, I have had no success in running it. It hangs both version of > the kernel I run, this one which has the 250 system timer and the other > which has 1000 system timer.
The kernel completely hangs up, no num lock, no caps lock, no hard disk activity light, no nothing whatsoever for any amount of time until you absolutely HAVE to hit the reset button? > rosegarden: starting jack "/usr/bin/jackd -d alsa -d hw -r 44100 -p 2048 -n This is probably completely trivial, but it may reveal a bug. I have never tested Rosegarden where it had to run JACK for itself. Can you try already having JACK running (I recommend QJackCtl) when you start Rosegarden? > Rosegarden::Exception: "Couldn't open > /tmp/kde-shelaghYX7CrB//rosegarden_control_block" This isn't a permission problem. I've seen this crop up a lot with the new track parameters work. Various pieces of code have to make sure a track exists before they try to do something. No track exists during startup, and it can cause an endless string of these errors, which is corrected by going into the code to insert an if (!track) return; in an appropriate spot. I created and fixed a number of these bugs myself. This was always the solution. I tried looking at file permission stuff too, and that wasn't the problem. Trying to do something to a track that didn't exist yet was the problem. I guess that could conceivably also cause a hang somehow. The real question is why is this happening though. I don't know, off hand. I'm hoping someone better at debugging without blind guesswork will pipe up with some suggestions. -- D. Michael McIntyre Linux fanatic, and certified Geek; registered Linux user #243621 Author of Rosegarden Companion http://rosegarden.sourceforge.net/tutorial/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
