-
-
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
64 bit VST on Linux/Wine #4103
Comments
I did some work to make building 64-bit
|
Fixed the error via 631a3db. 64bit VSTs load perfectly now when hard-coding LMMS to always use the 64-bit version of Unfortunately, there's still something going wrong with the trial-and-error approach we're using for starting the right version: lmms/plugins/vst_base/VstPlugin.cpp Lines 100 to 109 in 631a3db
The |
@lukas-w if we do a quick file read on the DLL, we should be able to tell if it's 64-bit or not without the trial-and-error approach. https://stackoverflow.com/a/35418180/3196753. |
@tresf Thanks for sharing. That would work around the issue and I think we should implement it, but I suspect some deeper IPC bug causing this that may resurface, so I think this is worth investigating first. Update: |
Closing and consolidating into #5433 |
Wine supports 64-bit since wine-1.2 but it doesn't seem to be working under linux/wine/lmms.
#4102, https://lmms.io/forum/viewtopic.php?f=7&t=26647#p51235
Wine 3.0 is in the works and rc5 was recently released.
https://www.winehq.org/
The text was updated successfully, but these errors were encountered: