Max Crashes

bonojohn's icon

Could someone tell me why Max crashes with this patch? It is something on start up.

TimelapseDB.zip
zip
vichug's icon

i can't see your patch

bonojohn's icon

Sorry try it now.

Andro's icon

Its something in your javascript patches. Deleted both the .js files and then the patchers loaded up. I'm no javascript expert so I can't help out.
At least you know now that it isn't the main patcher.

Emmanuel Jourdan's icon

You have a triggering order issue which eventually send the message opendb 0 to the js objects, which tries to open the database with an invalid name. The archive bellow doesn't fix the problem, but it doesn't crash. Make sure you only use one loadbang to construct the path (also the path message to thispatcher only works in the top level of the patcher, not in the subpatchers).

TimelapseDB1.zip
zip
bonojohn's icon

Hey, thanks Emannuel Jourdan. That worked like a charm. I have fixed everything else. I have made lost of progress. Thank you once again.