Audacity 1.3.6 crashes with .lof files

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Locked
steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Audacity 1.3.6 crashes with .lof files

Post by steve » Wed Jan 14, 2009 3:01 pm

Audacity 1.3.6 (Unicode) release build
Ubuntu 8.10

When opening a .lof file (see here about LOF files; http://audacityteam.org/wiki/index.php? ... _playlists ) Audacity will load the files, then immediately after loading it will crash.

Relaunching Audacity will allow the FIRST file in the list to be recovered.

This is the contents of the LOF file that I am using, though I have tried many different variations with the same result:

Code: Select all

window
file "/home/steve/Desktop/noclicks.wav"
file "/home/steve/Desktop/metronom.wav"
file "/home/steve/Desktop/orchestra.wav"
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Audacity 1.3.6 crashes with .lof files

Post by Gale Andrews » Wed Jan 14, 2009 7:37 pm

Hi Steve

I don't think the exact .lof syntax is the problem. I tried on a Windows build from CVS HEAD with this .lof:

file "C:Track No02.wav" # displayed
file "C:Track No04.wav" offset 5 # displayed with a 5s offset
File "C:Track No05.wav" # displayed

Behaviour is the same here as with you, but Audacity 1.2.6 handles the .lof perfectly so it is a regression. I get the same behaviour either with the Import / Export Preferences set to "make a copy", or to "read directly", so it does not seem that on-demand loading is to blame.

If I import a group of three files normally by multiple select then force-quit as soon as they have loaded, Automatic Crash Recovery only recovers the first one, so that is a separate issue not connected with the .lof crash.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Leland
Developer
Posts: 174
Joined: Thu Jul 26, 2007 8:55 pm
Operating System: Please select

Re: Audacity 1.3.6 crashes with .lof files

Post by Leland » Fri Jan 16, 2009 2:53 am

I've just checked in the fix for this...

Leland

Locked