Standalone Application "Error loading JackRouter.plugin"
Hi,
I have built a standalone application using a very small amount of objects, mainly MIDI related object.
It works very well on my computer under Mac OSX 10.10.5. I have send it to a friend who's running El Capitan, but he can't open the application. The crash report shows:
DT MIDI MAPPER[627:10293] Error loading /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter: dlopen(/Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter, 262): Library not loaded: /System/Library/Frameworks/Jackmp.framework/Versions/A/Jackmp
Referenced from: /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter
Reason: image not found
DT MIDI MAPPER[627:10293] Cannot find function pointer New_JackRouterPlugIn for factory 7CB18864-927D-48B5-904C-CCFBCFBC7ADD in CFBundle/CFPlugIn 0x7fa6a3899a60 (bundle, not loaded)
DT MIDI MAPPER[627:10293] jaudiowrapper_createdevice Built-in Input Built-in Output
Does someone have any idea how I get rid of this error. I don't even have JackRouter.plugin installed on my own computer but it works.
Many thanks for your help,
Bruno.
either you have remnants of a jackrouter pluign which is buggy, or your friend has, or your patch is programmed to search for it on startup (which i doubt !...)
Well, I don't have any of the files JackRouter.plugin or Jackmp.framework on my computer. how can they be linked in the Max Standalone Application ? Is there a way to manually deleted the link to these files?
Hi all,
So I don't know exactly where does the problem comes from, but I found the way to get rid of this error.
I have just unchecked "Include C74 resources" in the inspector of the standalone object and it works :-)
I have also unchecked "Gen support" and "CEF Support", but I don't think it had an impact on my problem.