crashcoredump / flukeformac

Automatically exported from code.google.com/p/flukeformac
0 stars 0 forks source link

Opening FLAC files crashes #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Having installed fluke open a FLAC file (16bit / 44.1 KHz).

What version of the product are you using? On what operating system?
Fluke 0.2.5b
iTunes 10.0.5.3 (3)
Mac OS X 10.7.2 Build 11C74

Please provide any additional information below.
Extract from system console:

22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke: Traceback (most 
recent call last):
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke:   File 
"/Applications/Fluke.app/Contents/Resources/__boot__.py", line 137, in <module>
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke:     
_run('flukeapp.py')
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke:   File 
"/Applications/Fluke.app/Contents/Resources/__boot__.py", line 134, in _run
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke:     execfile(path, 
globals(), globals())
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke:   File 
"/Applications/Fluke.app/Contents/Resources/flukeapp.py", line 37, in <module>
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke:     files.itunesAdd()
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke:   File 
"fluke/__init__.pyc", line 39, in itunesAdd
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke:   File 
"fluke/itunes.pyc", line 45, in fixMetadata
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke:   File 
"fluke/itunes.pyc", line 66, in isSong
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke:   File 
"fluke/itunes.pyc", line 75, in validateTrack
22/01/12 2:20:29.202 PM [0x0-0x42042].com.kichenko.fluke: 
fluke.exceptions.ItunesReferenceError: Supplied argument is not a valid iTunes 
track.
22/01/12 2:20:29.271 PM Fluke: Fluke Error
22/01/12 2:20:29.271 PM Fluke: Fluke Error
An unexpected error has occurred during execution of the main script

ItunesReferenceError: Supplied argument is not a valid iTunes track.

Original issue reported on code.google.com by jonigk...@gmail.com on 22 Jan 2012 at 1:25