external crashing max4, problem with box_new it appears

grimepoch's icon

So I've been trying to compile the example ubutton from the SDK. I see that there is something going on with box_new and box_ready.

This is from a stack trace when it crashes:

0 com.cycling74.MaxMSP46 0x00069a7d wind_getfont + 15 (window.c:498)
1 com.cycling74.MaxMSP46 0x00011dff box_new + 633 (box.c:1331)

box_new is calling wind_getfont and wind_getfont is causing it to die. I commented out the box_new just to see what else if anything was causing trouble. box_ready was then causing a crash. I commented that out and then the external came up but of course without any box control.

Anyone seen this? I am developing on a Mac with the latest xcode. I cannot figure out why wind_getfont is causing problems.

Thanks!
Rick