The converters are gone!
I'm on it, but building a fresh rev. 904 failed like this:sbooth wrote:Once krmathis has posted another svn build, testers would be appreciated!
Code: Select all
/usr/bin/g++-4.0 -o /Users/krmathis/Development/Max/trunk/build/Max.build/Release/Max.build/Objects-normal/ppc/Max -L/Users/krmathis/Development/Max/trunk/build/Release -L/Users/krmathis/Development/Max/trunk -F/Users/krmathis/Development/Max/trunk/build/Release -F/Users/krmathis/Development/Max/trunk -F/Users/krmathis/Development/Max/trunk/Frameworks -filelist /Users/krmathis/Development/Max/trunk/build/Max.build/Release/Max.build/Objects-normal/ppc/Max.LinkFileList -framework mpcdec -framework Cocoa -framework DiskArbitration -framework IOKit -framework CoreAudio -framework AudioToolbox -framework Carbon -framework AppKit -framework cddb -framework cdparanoia -framework cuetools -framework FLAC -framework MAC -framework mp4v2 -framework Ogg -framework OggFLAC -framework sndfile -framework Speex -framework TagLib -framework Vorbis -framework WavPack -framework Growl -framework LAME -framework Sparkle -arch ppc -Wl,-Y,1455 -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
/usr/bin/ld: Undefined symbols:
_SessionGetInfo
/Users/krmathis/Development/Max/trunk/build/Max.build/Release/Max.build/Objects-normal/ppc/UtilityFunctions.o reference to undefined _SessionGetInfo
collect2: ld returned 1 exit status
** BUILD FAILED **
I forgot to add the Security framework to the project file. This time I actually made a Release build to make sure everything would link OK, and it did. So hopefully we'll be in business now!krmathis wrote:I'm on it, but building a fresh rev. 904 failed like this:sbooth wrote:Once krmathis has posted another svn build, testers would be appreciated!Code: Select all
/usr/bin/g++-4.0 -o /Users/krmathis/Development/Max/trunk/build/Max.build/Release/Max.build/Objects-normal/ppc/Max -L/Users/krmathis/Development/Max/trunk/build/Release -L/Users/krmathis/Development/Max/trunk -F/Users/krmathis/Development/Max/trunk/build/Release -F/Users/krmathis/Development/Max/trunk -F/Users/krmathis/Development/Max/trunk/Frameworks -filelist /Users/krmathis/Development/Max/trunk/build/Max.build/Release/Max.build/Objects-normal/ppc/Max.LinkFileList -framework mpcdec -framework Cocoa -framework DiskArbitration -framework IOKit -framework CoreAudio -framework AudioToolbox -framework Carbon -framework AppKit -framework cddb -framework cdparanoia -framework cuetools -framework FLAC -framework MAC -framework mp4v2 -framework Ogg -framework OggFLAC -framework sndfile -framework Speex -framework TagLib -framework Vorbis -framework WavPack -framework Growl -framework LAME -framework Sparkle -arch ppc -Wl,-Y,1455 -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk /usr/bin/ld: Undefined symbols: _SessionGetInfo /Users/krmathis/Development/Max/trunk/build/Max.build/Release/Max.build/Objects-normal/ppc/UtilityFunctions.o reference to undefined _SessionGetInfo collect2: ld returned 1 exit status ** BUILD FAILED **
-
- Posts: 68
- Joined: Sat Jan 14, 2006 12:32 am
- Contact:
I didn't do any exhaustive testing, but with revision 982 I was able to rip a disc, and as each track finished ripping the encoder queued it and started correctly. This was for MPEG Audio (AAC) and MP3.shanecavanaugh wrote:I haven't tried with other codecs, but when ripping, Max stops working when it begins to encode to MP3. It doesn't freeze up, but all the files to be encoded are kept in queue.
-
- Posts: 68
- Joined: Sat Jan 14, 2006 12:32 am
- Contact:
Encoding still isn't working for me on r982. Ripping works fine, but encoding doesn't start. The window doesn't say they're queued, but "Progress" for all of them remains at 0%. Console doesn't say anything and the log just logs the rips and says nothing about the encoding. This is for AACs and MP3s. I haven't tried other encoders.
I experienced the same problems as shanecavanaugh, khead and Fuga: the converter window gets filled with files but the conversion doesn't start. I trashed the prefs file - no result. I trashed it again and this time left the "custom output file naming" unchecked and it worked fine (with paranoia, to aiff and alac). I have a iMac G5. Doing a test afterwards creating a custom output file name triggered the problem again.
Hope I could be of some use...
Thanks all for your effort and your time, I'm enjoying Max very much.
Hope I could be of some use...
Thanks all for your effort and your time, I'm enjoying Max very much.
I found the problem and fixed it in svn. It was, as reported, an issue with custom naming. Thanks for helping with this one!ipaludis wrote:I experienced the same problems as shanecavanaugh, khead and Fuga: the converter window gets filled with files but the conversion doesn't start. I trashed the prefs file - no result. I trashed it again and this time left the "custom output file naming" unchecked and it worked fine (with paranoia, to aiff and alac). I have a iMac G5. Doing a test afterwards creating a custom output file name triggered the problem again.
Just a note - I downloaded the 995 build of Max and used it to rip a few CDs that just arrived from Amazon. It worked pretty well, except that it seems that when I rip a track over 15 mins long and convert to MP3, Max throws up an error dialog when it's finished encoding. The resulting file seems OK, but the error message is jarring (something about trying to put nil into an NSCFDictionary, I think).
It's kind of late right now and my ripping is done for the evening, so I can't reproduce it right now, but if nobody else can reproduce it, I'll see what I can do about getting screen-shots and the like.
It's kind of late right now and my ripping is done for the evening, so I can't reproduce it right now, but if nobody else can reproduce it, I'll see what I can do about getting screen-shots and the like.