Unable to fetch binaries for vvvv-sdk

I’m trying to follow the steps at vvvv-sdk, however I am stuck when it comes to fetching the binaries. Basically, I am facing the same problem as korriander does here, but the provided solution does not work for me. what I get is still the following:

Couldn’t find any matching binaries. Either increase the maxCount
parameter or look manually at http: // teamcity .vvvv.org
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,fetch-binaries.ps1

What am I missing here?

Witch pace you stuck?
You trying to add something to addonpack?

If you just doing your plug you can look on to this:

normally when you do clean plug, you do Framework Class Library reference thouse:
image
change, architecture to 32 or 64
then this is your starting point
image

Thanks for the reply. Like I said, I am stuck with fetching the binaries (section " Build Core and Addonpack"), when running scripts/fetch-binaries x86, where I am getting the error message I pasted in my post already.

I’ll have a look later but in the meantime you can simply take a beta preview and copy the vvvv.exe vvvv.jdbg and vvvv.config over to your SDK repository. This is what the script would’ve done - it just only tries to be smart and fetch matching binaries based on the git commit id you’re on, but there haven’t been any api changes lately so the binaries from beta or latest beta preview should work out fine.

1 Like

Should work again. See https://github.com/vvvv/vvvv-sdk/commit/927678213bdaa7807f2f666dfbea67853009837e

1 Like

Works like a charm, thanks!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.