Feedback Type: Troubleshooting Report
Contributed by: mircoweb.de Saturday, October 22 2005 @ 10:02 AM PDT
Product Platform: MacOSX
Used Product For: Over One Year
Recommend Product: YES
jla320af's tip is very useful but only step one on the corrections you have to make in the MissingMediaBurner scripts.
Had also the trouble with error messages like "File Volumes/ipod/blablabla.iso wasn't found.". Another bug - under Tiger - seems to be in the Main.scpt.
So open 'MissingMediaBurner.app/Contents/Resources/Scripts/Main.scpt' with AppleScript Editor and look for if the name of theObject is "theBurn" then - that is what happens when you press the "Burn"-button.
There you will find the code
set thePath to POSIX path of theItem
Replace it with
set thePath to text 10 thru -1 of theItem
set thePath to POSIX path of thePath
This worked for me. Under Tiger there seems to be a problem when paths like "/Volumes/myHD/myFolder" - with the alteration it's only "myHD/myFolder" and works fine.
System Info:
Rate this Troubleshooting Report
Was this Troubleshooting Report helpful? Yes | No
More Troubleshooting on not found files - quarterwit
This didn't work for me...Reply to This
Wednesday, November 16 2005 @ 01:28 AM PST