-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vestige: Remote plugin 'RemoteVstPlugin32' not found #6408
Comments
What is your Wine version? Also, could you post the output of |
wine-7.8 (Staging)
|
Any update? |
I can reproduce this on my setup with wine 5.0 and on current master, sans the
That error message needs clarification IMO, the presence of |
So it turns out, |
I now get a different error when trying to load the VST: |
Still having the same issue, updating to the latest build has not fixed this. |
I have the same issue on Void GNU/Linux, self-compiled lmms-1.3.0-alpha.1.288+g3440d49aa-linux-x86_64.AppImage (but I had it too on the latest official alpha release). I built the AppImage on Ubuntu Focal Fossa, using Wine version of the system I'm running the AppImage on: 8.6; When I open a .dll VST in VeSTige, a dialog box appears in the bottom left corner of the screen, that contains nothing. LMMS freezes for a little while and then nothing has changed. No VST plugin is loaded, VeSTige still shows "No VST plugin loaded". This is the full terminal log:
Since VeSTige previously worked (about two months ago), I'm guessing the issue could be related to some Wine updates or updates of other software. If you need me to test anything, I will be at your disposal. |
I started experiencing this issue around the time wine 8.0 came out. Downgrading to wine 6.x solves it, but I'd like to find a better solution since not having the latest wine version installed means trouble for other software on my system. (Currently I am using this program via appimage on endeavourOS, I will try other means of installing or building master from source) I had the idea of trying to force it to use a separate wine prefix using an older version that was set up by playonlinux and executing the program with UPDATE: I tried compiling the latest master as of writing and the latest version of wine has no trouble working with vestige. (Still no luck trying to get the Korg M1 VST working specifically but that's an issue I've always had with that specific VST, the important thing here is that there are no regressions.) |
Is this issue impacted at all by #6672 (comment) ? |
Isn't that unlikely considering that |
I will test it later today with the new commits. |
Now VeSTige isn't even appearing as an option in LMMS after building it. This appears to be a regression related to Wine 8 as mirk0dex pointed out. |
I am facing similar issue but when trying to insert an FX (UJAM Finisher Micro) in a channel (using lmms current nightly). Got this same error in logs running lmms in AV Linux with Wine staging (8.16). In an old ubuntu 18.10 with wine 4 and with the same build of lmms, the exact same plugin works perfectly. I did some testing trying to extract the AppImage package and overwriting the symlinks to RemoteVstPlugin32.exe.so and RemoteVstPlugin64.exe.so to the "real files" thinking that the issue could be something related to symlinks but unfortunately this didn't solved the issue... :( |
still getting this issue in all AppImage builds of LMMS
Compiled versions load VSTs just fine. |
I hate to be the guy, but this issue isn't present on a competitor, Ardour (with yabridge) The fact that Ardour doesn't have these sorts of bugs and supports audio native snipping was enough to push me to use it instead. I'll miss LMMS for sure, but if anyone else just actually wants to make music, I'd recommend taking a look, even if it's only for the short-term. (I do believe that LMMS could be more sustainable, long-term). I also did try using LMMS with yabridge, and it didn't seem to work. It's an LMMS issue, since it's working perfectly fine with Ardour. |
Actually it's not an LMMS issue, since you can clearly see yabridge working fine in the post right above yours so that in particular may be a you issue... but hey do what works for you I guess. |
I'd love to help provide any debug information if it's useful. I want LMMS to succeed, even if I'm using the competition for the time being. My issue with yabridge+LMMS was that the Fedora Linux install of LMMS doesn't allow me to select |
Can anyone check if #7260 fixes this issue? |
Should be fixed with #7268 but if it ain't, feel free to reopen |
Bug Summary
Attemping to open a DLL or EXE VST in Vestige produces no response in LMMS except for "Remote plugin '/path/to/RemoteVstPlugin32' not found" when launched via Terminal. Occurs on Devuan 3 Beowulf (Debian fork).
Steps to reproduce
Build latest master from 3964c53 with
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/lmms/ -DWANT_VST==ON -DCMAKE_PREFIX_PATH=/usr/lib/wine
Add Vestige to track and attempt to open DLL or EXE VST, in this case the Korg M1 VST.
Expected behavior
Vestige loads the VST.
Actual behavior
Vestige reads "No VST plugin loaded" and outputs error in console.
Screenshot
Affected LMMS versions
Latest from master 3964c53.
Logs
Click to expand
Are the libcarla errors relevant?
The text was updated successfully, but these errors were encountered: