making an App + bad freeobject

JMF's icon

Hi everyone,

I'm creating an App and constantly apears at the end of the build
3 errors
freeobject: 23482a00: bad object
freeobject: 23482d18: bad object
freeobject: 23482a70: bad object

each time I make a new build the numbers and characters change...

the app seems to work well in several computers (all OSX 10.5 or higher)

Emmanuel Jourdan's icon

Are you using any third party objects?

JMF's icon

wow!!!! - " it had to be you "
I'm using OSC-bcf2000.js written by John MacCallum from your library ejies 2.0b2
it is, obviously, credited (don't worry) and I've tried the app with my bcf2000 and it worked fine...

Emmanuel Jourdan's icon

OSC-bcf2000.js is part of the CNMAT library, not from the ejies, and I'm not John ;-) Besides that, if you have a patch of example that might be interesting to look at it.

JMF's icon

well... its strange, i must have my libraries all messed up...
when I open a patch using OSC-bcf2000.js it announces on the max window
"ejies 2.0b2 (10/2008)
by Emmanuel Jourdan, Ircam"

Max Patch
Copy patch and select New From Clipboard in Max.

I know it was written by John... and of course I also use ejies...
i'll send the patch that "acuses" your library.

64.tobehringherinterface.rtf
rtf
JMF's icon

I'm Sorry Emmanuel, that one is just a simple patcher using OSC-bcf2000.js
i've already made an app with this object and it did not acused any... "badobjects"

at this point i have the main patch... but I use a lot of externals... should I use a collective? (and put it here?)

Emmanuel Jourdan's icon

Please use "Copy Compressed" for posting patches (it's a condensed format made especially for that matter). If you want to figure out where the error comes from you just want to remove externals one by one to find the culprit, which is unlikely to be from the ejies, as it's only abstractions and js/java :-)

JMF's icon

ok, that's a great effective ideia!!!
thanks a loT

JMF's icon

guess I've found the problem...
after reviewing all the externals, i've simply tried to build using the "include file" feature instead of the "include folder" - and it didn't report any error...
it seems that I was including the main patch twice (I kept everything on the same folder!!!!)
taking out the main patch from the folder resolved all the problems...

is this supposed to be like this?

thanks again, in advance...