However, I've hit a snag. I have a disc here called 'Kong in Concert', which I downloaded from the official site and burnt myself. I suspect I burnt it correctly, because the CDDB ID of my disc matches the one in the freedb database. When I try to rip it in Max, the following things happen:
- I insert the disc
- I start Max
- Max takes a little while to appear, but that seems to be normal.
- When Max does appear, there's no data from FreeDB - which is unusual: normally when Max appears it's already gotten data.
- I click the "Query FreeDB" button in the toolbar, and immediately Max disappears and I get a "quit unexpectedly" dialog box.
Code: Select all
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
0 libSystem.B.dylib 0x90003008 strlen + 8
1 com.apple.Foundation 0x928cd644 +[NSString stringWithUTF8String:] + 36
2 org.sbooth.Max 0x0000b068 0x1000 + 41064
3 org.sbooth.Max 0x00006c58 0x1000 + 23640
4 com.apple.AppKit 0x93853ae4 -[NSToolbarButton sendAction:to:] + 76
5 com.apple.AppKit 0x93853a84 -[NSToolbarButton sendAction] + 80
6 com.apple.AppKit 0x938533dc -[NSToolbarItemViewer mouseDown:] + 1568
7 com.apple.AppKit 0x936e7eb0 -[NSWindow sendEvent:] + 4616
8 com.apple.AppKit 0x93690ef4 -[NSApplication sendEvent:] + 4172
9 com.apple.AppKit 0x93688330 -[NSApplication run] + 508
10 com.apple.AppKit 0x93778e68 NSApplicationMain + 452
11 org.sbooth.Max 0x00002780 0x1000 + 6016
12 org.sbooth.Max 0x00002628 0x1000 + 5672
Is there any other information I can provide? I do have some programming experience, but it's mostly in Python (my day job) and basic ANSI C (from University).
I'd be happy to run a hypothetical debugging build of Max, but I don't think my XCode-fu is strong enough to build the thing myself.