Closed nodiscc closed 2 years ago
Are these 32-bit plugins? If that is the case you will need to rebuild airwave with 32-bit support (update my repo, it was disabled earlier). Note that you will need a multilib installation of wine to make airwave build 32-bit+64-bit support.
I have this same issue when attempting to load some plugins that I believe are 32-bit. I'm running Airwave 1.3.3 which I must have compiled without 32-bit support on May 16 (I used rodlie's airwave64.sh script to perform the build). I'm using Ubuntu 20.04 and Wine 5.0 which is from Ubuntu's repos and not Wine's repos (I had problems with Wine's repos in previous versions of Ubuntu). When I try to build a 32-bit version using the instructions in this repo, I get a compilation error:
/usr/bin/ld: relocatable linking with relocations from format elf64-x86-64 (/usr/lib/x86_64-linux-gnu/wine/libwinecrt0.a(exe_entry.o)) to format elf32-i386 (airwave-host-32.uvT6Sm.o) is not supported
I saw there was a similar issue in LMMS and a commit with a workaround for this:
EXEC_PROGRAM( wineg++ ARGS "-v -m32 /dev/zero" OUTPUT_VARIABLE WINEBUILD_OUTPUT) if("${WINEBUILD_OUTPUT}" MATCHES ".*x86_64-linux-gnu/wine/libwinecrt0.a.*") SET(EXTRA_FLAGS ${EXTRA_FLAGS} -nodefaultlibs /usr/lib/i386-linux-gnu/wine/libwinecrt0.a -luser32 -lkernel32 -lgdi32) ENDIF()
After adding that to src/host/CMakeLists.txt, it resolved the error (although I'm not sure it was a good solution) but now I'm getting the error:
/usr/bin/ld: relocatable linking with relocations from format elf64-x86-64 (CMakeFiles/airwave-host-32.dir/__/common/dataport.cpp.o) to format elf32-i386 (airwave-host-32.P1RuHj.o) is not supported
When I get this many compilation errors, I start to wonder if I'm on the right path or if there's something in the bigger picture that I'm missing. Any help is greatly appreciated.
By the way, the 64-bit version of Steven Slate Drums 4 (plugin version 1.1) works without any issues (including multi-channel outputs), so you can add that to your compatibility list.
As I don't use Airwave anymore, and this project now looks abandoned (no commits since 2020, no activity from @psycha0s), I'm closing this issue.
Hello, I could install and run airwave without problems, however after linking a few VSTs, I can't get them to show up in my VST hosts.
What I did:
/opt/airwave
usingcheckinstall
~/.wine/VSTS/
/opt/airwave/airwave-manager
/home/me/airwave/
/home/airwave/
to my DAWs VST plugins paths (Ardour, Bitwig), the VSTs I just linked do not appear in the list.Debian 9 stretch, amd64
How can I fix this? Any help is welcome.