Error messages in standalone: "dial.svg: no such file in collective"
I get a whole slew of these messages with the latest standalone I built: dial, multislider, comment... all .svg files. They are in the support/interfaces folder of the application folder, as usual. Sometimes with the standalones there is the "can't find file pic.jpg" or whatever if I forgot to include it. But I've never seen the messages about the .svg files.
It's also the first time I used the [standalone] object, so that might be the reason...? Though after that I tried making a super-simple patch using [standalone], and had no error messages with the .exe that it made.
XP, 5.1
I had that same problem and solved it by creating a folder that contained copies of all the .svg files used in the projects, then adding that folder to the build script for my app. Not sure why they aren't being included automatically.
Good to know there's a workaround, thanks for the tip. It's weird that it's behaving like this, especially as all the files are in the "support/interfaces" folder already. But I guess they're not being included in the collective itself when it's built.
As noted in another thread, I have the same issue (WinXP, Max 5.1.3). And in addition to the .svg files not being found, standalones also complain about
sqlite: no such file in collective
sqlite_result: no such file in collective
mxj_exec_wrapper: no such file in collective
jit.matrix: no such file in collective
I believe the previous Max-version that I used didn't have those problems. Could it be caused by having the latest version installed in a different directory than the previous one? I pointed the 5.1.3 installer to the Cycling'74 folder and as a result Max is now installed in Cycling'74, so no "Max 5" folder anymore.
(This also rather agressively removed anything that was in that folder, including all my installed third-party externals)