|
From: Christian S. <sch...@li...> - 2019-05-23 16:29:30
|
On Dienstag, 21. Mai 2019 13:02:14 CEST David Bolton wrote: > I'm having trouble getting LinuxSampler to run as a plugin within Ardour on > Windows 10. > > Here's the error message as reported by Ardour: > The procedure entry point *ZNSt13runtime_errorC2ERKS* could not be located > in the dynamic link library C:\Program > Files\Steinberg\VstPlugins\LinuxSampler64.dll. Looks like a version conflict of the C++ stdlib (i.e. clang's stdlib already been loaded by Ardour vs. GNU's stdlib attempted to be loaded by the LS VST plugin later on). Does the LS stand-alone app run? CU Christian |