Yabrdige not scan VST for Low Memory Limit

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

-Lera-
Established Member
Posts: 21
Joined: Tue Jun 15, 2021 8:25 am
Been thanked: 1 time

Yabrdige not scan VST for Low Memory Limit

Post by -Lera- »

Hi, I wanted to expose my problem.

Yabrdige does not load me some plugins for limited memory and in Ardour's plugin manager appears this message:

Image

I have searched for the solution on the web but I have not found it, it will probably be something simple but I cannot understand.
Anyone able to help me, please?
robbert-vdh
Established Member
Posts: 219
Joined: Mon Mar 01, 2021 10:56 pm
Has thanked: 51 times
Been thanked: 92 times
Contact:

Re: Yabrdige not scan VST for Low Memory Limit

Post by robbert-vdh »

You'll need to set up realtime privileges for your user. Otherwise you won't be able use realtime scheduling and to lock enough memory for normal DAW usage. For future reference, check the yabridge readme first if you run into any issues:

https://github.com/robbert-vdh/yabridge ... mon-issues
-Lera-
Established Member
Posts: 21
Joined: Tue Jun 15, 2021 8:25 am
Been thanked: 1 time

Re: Yabrdige not scan VST for Low Memory Limit

Post by -Lera- »

robbert-vdh wrote: Sat Sep 18, 2021 11:29 am You'll need to set up realtime privileges for your user. Otherwise you won't be able use realtime scheduling and to lock enough memory for normal DAW usage. For future reference, check the yabridge readme first if you run into any issues:

https://github.com/robbert-vdh/yabridge ... mon-issues
I had read it, but I didn't understand how to do it.
I asked the question only later, don't worry.
Thanks anyway, I'll try to be more careful next times. :)
robbert-vdh
Established Member
Posts: 219
Joined: Mon Mar 01, 2021 10:56 pm
Has thanked: 51 times
Been thanked: 92 times
Contact:

Re: Yabrdige not scan VST for Low Memory Limit

Post by robbert-vdh »

Which distro are you using? The link I posted contains the short version of how to do this on Arch, Manjaro, Fedora, Debian, Ubuntu (and derivatives), and a link to the JACK documentation if you're running some other distro and need to set this up by hand.
-Lera-
Established Member
Posts: 21
Joined: Tue Jun 15, 2021 8:25 am
Been thanked: 1 time

Re: Yabrdige not scan VST for Low Memory Limit

Post by -Lera- »

robbert-vdh wrote: Sat Sep 18, 2021 11:44 am Which distro are you using? The link I posted contains the short version of how to do this on Arch, Manjaro, Fedora, Debian, Ubuntu (and derivatives), and a link to the JACK documentation if you're running some other distro and need to set this up by hand.
I use Manjaro and have read what I need to do. But not how to do it specifically, I have recently been on Linux and I still haven't understood well how to move from the terminal. That's why I'm not getting it back.
robbert-vdh
Established Member
Posts: 219
Joined: Mon Mar 01, 2021 10:56 pm
Has thanked: 51 times
Been thanked: 92 times
Contact:

Re: Yabrdige not scan VST for Low Memory Limit

Post by robbert-vdh »

-Lera- wrote: Sat Sep 18, 2021 2:34 pm I use Manjaro and have read what I need to do. But not how to do it specifically, I have recently been on Linux and I still haven't understood well how to move from the terminal. That's why I'm not getting it back.
You'll need to install the realtime-priviliges package (sudo pacman -S realtime-priviliges), add yourself to the new group created by that package called realtime (sudo gpasswd -a "$USER" realtime), and then reboot.
-Lera-
Established Member
Posts: 21
Joined: Tue Jun 15, 2021 8:25 am
Been thanked: 1 time

Re: Yabrdige not scan VST for Low Memory Limit

Post by -Lera- »

I did but it returns error anyway.
Maybe because I still have to change the version of wine since I'm using 6.16.
robbert-vdh
Established Member
Posts: 219
Joined: Mon Mar 01, 2021 10:56 pm
Has thanked: 51 times
Been thanked: 92 times
Contact:

Re: Yabrdige not scan VST for Low Memory Limit

Post by robbert-vdh »

-Lera- wrote: Sun Sep 19, 2021 8:21 am I did but it returns error anyway.
Maybe because I still have to change the version of wine since I'm using 6.16.
If you're still getting that warning, then you either didn't add yourself to the group or you haven't rebooted yet. And Wine 6.16 indeed won't work anyways. See the readme for the reasons why and how you can downgrade to Wine Staging 6.14.
-Lera-
Established Member
Posts: 21
Joined: Tue Jun 15, 2021 8:25 am
Been thanked: 1 time

Re: Yabrdige not scan VST for Low Memory Limit

Post by -Lera- »

So, I rebooted and it's not giving me that error anymore, I am only left with the other one that I had given less weight to.

"The Wine host process has exited unexpectedly. Check the output above for more information."

So I guess I just have to downgrade wine to 6.14
robbert-vdh
Established Member
Posts: 219
Joined: Mon Mar 01, 2021 10:56 pm
Has thanked: 51 times
Been thanked: 92 times
Contact:

Re: Yabrdige not scan VST for Low Memory Limit

Post by robbert-vdh »

-Lera- wrote: Mon Sep 20, 2021 8:35 am So, I rebooted and it's not giving me that error anymore, I am only left with the other one that I had given less weight to.

"The Wine host process has exited unexpectedly. Check the output above for more information."

So I guess I just have to downgrade wine to 6.14
Yeah like I said, Wine 6.15 and 6.16 won't work because of Wine bug #51596.
User avatar
Toejam76
Established Member
Posts: 138
Joined: Sat Jun 20, 2020 10:41 am
Has thanked: 15 times
Been thanked: 21 times

Re: Yabrdige not scan VST for Low Memory Limit

Post by Toejam76 »

So I guess I just have to downgrade wine to 6.14
Or update to 6.17? Looks like this version is working here so far.
-Lera-
Established Member
Posts: 21
Joined: Tue Jun 15, 2021 8:25 am
Been thanked: 1 time

Re: Yabrdige not scan VST for Low Memory Limit

Post by -Lera- »

Toejam76 wrote: Mon Sep 20, 2021 10:42 am
So I guess I just have to downgrade wine to 6.14
Or update to 6.17? Looks like this version is working here so far.
I'm trying, but from the terminal it always installs 6.16.
User avatar
Toejam76
Established Member
Posts: 138
Joined: Sat Jun 20, 2020 10:41 am
Has thanked: 15 times
Been thanked: 21 times

Re: Yabrdige not scan VST for Low Memory Limit

Post by Toejam76 »

Hm, Manjaro/Arch has that build from what I read. It even has the "better" one with Fsync called wine-tkg. I use Ubuntu Studio so I can't help you with the syntax. but that can't be so hard to figure out. Maybe someone else here can help you out or ask on the Manjaro board.
-Lera-
Established Member
Posts: 21
Joined: Tue Jun 15, 2021 8:25 am
Been thanked: 1 time

Re: Yabrdige not scan VST for Low Memory Limit

Post by -Lera- »

Toejam76 wrote: Tue Sep 21, 2021 6:18 am Hm, Manjaro/Arch has that build from what I read. It even has the "better" one with Fsync called wine-tkg. I use Ubuntu Studio so I can't help you with the syntax. but that can't be so hard to figure out. Maybe someone else here can help you out or ask on the Manjaro board.
I'm waiting for the new update to see if they put it in.

However, the problem is still not solved because I still get the following error:
"[Wine STDERR] 01a8:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x7bc2d277"

I searched online but found no solution.
robbert-vdh
Established Member
Posts: 219
Joined: Mon Mar 01, 2021 10:56 pm
Has thanked: 51 times
Been thanked: 92 times
Contact:

Re: Yabrdige not scan VST for Low Memory Limit

Post by robbert-vdh »

-Lera- wrote: Tue Sep 21, 2021 6:27 am I'm waiting for the new update to see if they put it in.

However, the problem is still not solved because I still get the following error:
"[Wine STDERR] 01a8:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x7bc2d277"

I searched online but found no solution.
Like I already said, you'll need to downgrade to Wine Staging 6.14 for the time being. For some reason Arch (and with that, Manjaro) still haven't packaged Wine Staging 6.17 in their repos. Alternatively you can use wine-tkg for a Wine Staging 6.17 with some additional patches.
Post Reply