Max Crashes
i can't see your patch
Sorry try it now.
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.
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).
Hey, thanks Emannuel Jourdan. That worked like a charm. I have fixed everything else. I have made lost of progress. Thank you once again.