INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: trying to add VST3 plug-in  (Read 2366 times)

citysoundman

  • Recent member
  • *
  • Posts: 27
trying to add VST3 plug-in
« on: January 09, 2022, 11:49:52 am »

Hi All,
First time I'm trying to add a VST plug-in to the DSP page on my M1 Mac Mini Monterey OS. I have the latest EQ version of Fab Filter ProQ3, it's VST3 and it's M1 compatible.

So I install the VST and I see it in my DSP list, but when I try to select it nothing happens - I just see an empty dialog window that says 'Default Setting'. (see screenshot below)

What should happen - should the graphical interface pop up? Or does it only list the names of presets? I've never run a plug-in here so I don't know what to expect.

Logged

citysoundman

  • Recent member
  • *
  • Posts: 27
Re: trying to add VST plug-in
« Reply #1 on: January 09, 2022, 12:08:53 pm »

After selecting Fab Filter on the left side menu, MC just crashes every time I open DSP window. I have to uninstall it. hmmmm
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7353
  • The color of Spring...
Re: trying to add VST plug-in
« Reply #2 on: January 09, 2022, 02:10:09 pm »

Make sure the VST plugin you're using is for Apple Silicon-based Macs and that you're natively running MC28 and not running it through Rosetta 2. Likewise if you're running MC28 in Rosetta 2, you'll need VST plugins for Intel-based Macs.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC

citysoundman

  • Recent member
  • *
  • Posts: 27
Re: trying to add VST plug-in
« Reply #3 on: January 09, 2022, 03:39:55 pm »

Thanks for the reply. I double checked, the VST plug-in is for Silicon Macs. And I am running MC 28.0.96 as Apple native, not through Rosetta (Activity window shows 'Apple'). The plug-in works in Reaper.

I removed and re-installed the plug-in. (FYI it is VST3) Same problem - After installing it on the DSP page, when I click on the plug-in I get an immediate crash.

One thought I have - the JRiver wiki instructions say:
-Open DSP Studio
-Click Manage Plugins > Add JRiver, VST, Winamp Plug-in...
-Select the VST DLL from your filesystem

But I have a VST3 plug-in with file extension .vst, not .dll
Is this a problem?

There seem to be others getting hard crashes with VST3 plug-ins
https://yabb.jriver.com/interact/index.php/topic,126706.50.html
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13479
Re: trying to add VST plug-in
« Reply #4 on: January 10, 2022, 10:39:41 am »

Thanks for the reply. I double checked, the VST plug-in is for Silicon Macs. And I am running MC 28.0.96 as Apple native, not through Rosetta (Activity window shows 'Apple'). The plug-in works in Reaper.

I removed and re-installed the plug-in. (FYI it is VST3) Same problem - After installing it on the DSP page, when I click on the plug-in I get an immediate crash.

One thought I have - the JRiver wiki instructions say:
-Open DSP Studio
-Click Manage Plugins > Add JRiver, VST, Winamp Plug-in...
-Select the VST DLL from your filesystem

But I have a VST3 plug-in with file extension .vst, not .dll
Is this a problem?

There seem to be others getting hard crashes with VST3 plug-ins
https://yabb.jriver.com/interact/index.php/topic,126706.50.html

That's an old thread for MC27, I wouldn't expect it to apply.

At any rate, I tested with other VST3 plugins and they work fine in both M1 and Intel.

I then tried installing this one in both Intel and M1 Macs and they both crash MC.
It appears the plugin is trying to find a resource that doesn't exist. From a quick search this seems to be part of some Fab plugin stuff.

The debugger reports this:
Code: [Select]
2022-01-10 10:47:58.046074-0600 Media Center 28[9891:69449] Entering AHRegisterHelpBookWithURL
2022-01-10 10:47:58.046115-0600 Media Center 28[9891:69449] CFBundleHelpBookFolder must be a string or array of strings.
2022-01-10 10:47:58.046150-0600 Media Center 28[9891:69449] Error in AHRegisterHelpBookWithURL: -50
2022-01-10 10:47:58.074993-0600 Media Center 28[9891:69449] Metal API Validation Enabled
Resource 'ButtonDialogNormal.png' not found
libc++abi: terminating with uncaught exception of type EResource: Resource not found
terminating with uncaught exception of type EResource: Resource not found

You probably should ask the developer why the plugin can't find it's resources.


Logged

citysoundman

  • Recent member
  • *
  • Posts: 27
Re: trying to add VST3 plug-in
« Reply #5 on: January 10, 2022, 11:51:01 am »

Thanks so much Bob for testing the plug-in, much appreciated! Great to know the crash is not specific to my system. I'll try to reach out to Fab Filter about it.
Logged

citysoundman

  • Recent member
  • *
  • Posts: 27
Re: trying to add VST3 plug-in
« Reply #6 on: January 12, 2022, 05:30:09 pm »

Support at Fab Filter said it's likely due to large buffers. Here's what they wrote:

I do not have any personal experience with JRiver, but we have seen some issues when using our plug-ins in some media players that offer VST3 support. In most cases this has to do with the larges buffers used by media players in comparison to DAWs. Does JRiver have the option to decrease the audio buffer? If so, does that make any difference? If not, could you send us a crash report?

I couldn't find a buffer size setting to change - is there any such thing?
I did send them my crash report.
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41901
  • Shoes gone again!
Re: trying to add VST3 plug-in
« Reply #7 on: January 12, 2022, 05:46:20 pm »

You can set the VST3 buffer size.  Search options.
Logged
Matt Ashland, JRiver Media Center

citysoundman

  • Recent member
  • *
  • Posts: 27
Re: trying to add VST3 plug-in
« Reply #8 on: January 12, 2022, 05:55:42 pm »

Thanks Matt I did find it, and changed it to the smallest setting (128) but I'm still crashing.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71290
  • Where did I put my teeth?
Re: trying to add VST3 plug-in
« Reply #9 on: January 12, 2022, 05:58:32 pm »

Please let the developer know that we'll provide a license.  I'm jimh at jriver.
Logged

citysoundman

  • Recent member
  • *
  • Posts: 27
Re: trying to add VST3 plug-in
« Reply #10 on: January 12, 2022, 06:16:22 pm »

Please let the developer know that we'll provide a license.  I'm jimh at jriver.

OK will do!
Logged
Pages: [1]   Go Up