cannot start ardour after scons install

after scons install, i do get the this error, when i try to start ardour 2.8.4 with ardourvst

wine: could not load L"Z:\usr\local\lib\ardour2\ardour_vst.exe.so": Bad EXE format for

i have seen another solved thread… but i ahve tried all solutions i could find, nothing works.

thanks for any advice

now i have updatet wine it self…

now i get

Segmentation fault

edit:

and now after i have reboot the pc i get this crap:

mark@linux-har3:~> ardourvst
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33d054
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW L"C:\windows\system32\gecko\1.0.0\wine_g ecko\components\xpti.dat" 1 536870916 (nil) (nil) 0x1d2724 (nil)
fixme:iphlpapi:NotifyAddrChange (Handle 0x28ae918, overlapped 0x28ae920): stub
fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW L"C:\windows\system32\gecko\1.0.0\wine_g ecko\components\compreg.dat" 1 536870916 (nil) (nil) 0x1fa352c (nil)
fixme:shell:DllCanUnloadNow stub
wine: configuration in ‘/home/mark/.wine’ has been updated.
Segmentation fault
mark@linux-har3:~> ardourvst
Segmentation fault
mark@linux-har3:~> File ‘/home/mark/.local/share/applications/Nokia-QtCreator.desktop’ contains invalid MIME type ‘application/vnd.nokia.qt.creatorproject"’ that contains invalid characters
mark@linux-har3:~>

@flyingsource: VST support is a low priority for me. I’ve said many times that if you need VST plugins, you should either run Windows or a Windows VST host under Wine. That said, I am doing a VST-enabled build on x86 tonight, and will try to understand what has broken.

thanks for your answer. oh, vst is not important to me at all…

i just want to have it working… i am trying to make a daw documentation (ffado, jack and ardour) for my hp…
i think many ppl may like to have the vst feature… i had ardour running allready (2.8.3). i probably messed it up some where

@flyingsorcerer: 2.0-ongoing in SVN contains working VST support once more, as of revision 6093

i get this from svn

scons: *** Source libs/ardour/svn_revision.cc' not found, needed by targetlib s/ardour/svn_revision.os’. Stop.
scons: building terminated because of errors.

I had built ardour with vst support several times before with no issues, but when I recently upgraded to ubuntu 9.10 my latest build had the exact same error described above. The really strange thing is that if I install the deb package I’ve made in a fresh install of 9.10 on a virtualbox machine it works just fine. I’m sure that it works now, but actually since the external_ui extension is built into ardour for lv2 I see less and less need for vst support at all. In fact the only thing I use vsts for is mastering (and only once in a while) with T-racks, which runs just fine as a standalone. Thanks again for a wonderful piece of software!!!

hmmm

i just start to run into more and more diffrent error messages. i dont know, shall i give up?

/usr/include/slv2/plugininstance.h:169: error: ‘struct Instance’ has no member
named ‘lv2_descriptor’
/usr/include/slv2/plugininstance.h: At global scope:
/usr/include/slv2/plugininstance.h:182: error: expected initializer before ‘’ t
oken
/usr/include/slv2/plugininstance.h:196: error: ‘LV2_Handle’ does not name a type
In file included from /usr/include/slv2/pluginuiinstance.h:27,
from /usr/include/slv2/slv2.h:31,
from libs/ardour/ardour/lv2_plugin.h:34,
from libs/ardour/ardour/plugin_manager.h:32,
from libs/ardour/globals.cc:62:
/usr/include/slv2/lv2_ui.h:277: error: expected ‘,’ or ‘…’ before ‘
’ token
In file included from /usr/include/slv2/slv2.h:31,
from libs/ardour/ardour/lv2_plugin.h:34,
from libs/ardour/ardour/plugin_manager.h:32,
from libs/ardour/globals.cc:62:
/usr/include/slv2/pluginuiinstance.h:67: error: expected ‘,’ or ‘…’ before ‘’ token
In file included from libs/ardour/ardour/plugin_manager.h:32,
from libs/ardour/globals.cc:62:
libs/ardour/ardour/lv2_plugin.h:72: error: ISO C++ forbids declaration of ‘LV2_F eature’ with no type
libs/ardour/ardour/lv2_plugin.h:72: error: expected ‘;’ before ‘
’ token
libs/ardour/ardour/lv2_plugin.h:74: error: expected `;’ before ‘std’
libs/ardour/ardour/lv2_plugin.h:119: error: ISO C++ forbids declaration of ‘LV2
Feature’ with no type
libs/ardour/ardour/lv2_plugin.h:119: error: expected ‘;’ before ‘’ token
libs/ardour/ardour/lv2_plugin.h:135: error: ‘LV2_Feature’ does not name a type
libs/ardour/ardour/lv2_plugin.h:136: error: ‘LV2_Feature’ does not name a type
libs/ardour/ardour/lv2_plugin.h: In member function ‘const void
ARDOUR::LV2Plug in::extension_data(const char*)’:
libs/ardour/ardour/lv2_plugin.h:63: error: ‘struct _Instance’ has no member name d ‘lv2_descriptor’
scons: *** [libs/ardour/globals.os] Error 1
scons: building terminated because of errors.

i have Ardour 2.8 VST running again… from pacman rpm
i figured now… i must have messed up some libs…

however i dont want to try to build 2.8.4 now again, i think i move on to ardour 3.0

do i break any law, if i would zip all needed libs and put them onto my hp?
so others who want to intsall ardour dont need to search all over the place for the right depencies

Hi,
About ardourvst: Just wanted to say I had the same problem: a bad exe message and segmentation fault after upgrading to ardourvst 2.8.4. But the svn version fixed it for me! Thanks Paul. I really appreciate vst support just for a few plugins that saves me a lot of time. So far its been very stable for me.