sebastien-bouffier / Bidoo

VCV Rack plugins
GNU General Public License v3.0
124 stars 15 forks source link

Bidoo-0.5.22-mac.zip #53

Closed AScustomWorks closed 6 years ago

AScustomWorks commented 6 years ago

Here you go Seb ;) Bidoo-0.5.22-mac.zip

a1laserboy commented 6 years ago

This doesn't work on OSX, is it built against 0.5.1 or 0.6?

AScustomWorks commented 6 years ago

What doesn't work? the tag says the build version, and nothing was changed from the source code (just cloned and compiled for mac): bidoo

a1laserboy commented 6 years ago

Bidoo doesn't show up at all in rack using this version. I uncompressed it, overwrote the old xx.21 as I would normally. I'll try again.

[edit] for sure Bidoo doesn't show up at all when I try to add module with Rack 0.5.1 Your screenshot doesn't show a version of rack, is that the dev branch? screen shot 2018-02-22 at 19 01 32 ]

AScustomWorks commented 6 years ago

Running fine on VCV Rack v0.5.1

bidoo

a1laserboy commented 6 years ago

Odd, I even downloaded it again but no luck. Sorry for the hassle. Maybe i'm being dumb.

nay-seven commented 6 years ago

hello, no, i confirm same issue with 5.22 release on Yosemite here, no plugins visible

a1laserboy commented 6 years ago

Phew, I thought I was going crazy for a while

AScustomWorks commented 6 years ago

Maybe the zip file got corrupted when uploaded, try again with this one(good call @phdsg ):

71b54adf161f85ef7647ec98fd19261162eb73b0b9466b91bdc82a76f6aa27f7

Bidoo-0.5.22-mac.zip

phdsg commented 6 years ago

@AScustomWorks you were a bit faster :) had to paste the sum

edit: removed "non working" zip.

a1laserboy commented 6 years ago

Thanks guys for sticking with it :) but for me neither work still though.

This is a weird one.

phdsg commented 6 years ago

maybe just extracted into the wrong folder?

AScustomWorks commented 6 years ago

Just tried both versions downloading from here, def something is going wrong. Here's my working folder on wetransfer: https://we.tl/n2m8rgOB2r

a1laserboy commented 6 years ago

for me, I extract into the download folder (by clicking the download in Chrome), then drag it to plugins from the downloads folder where I'm taken to by previous click, confirming I want to overwrite the older one. Same way as always with every plugin since November. I've done it enough to be fairly sure I'm doing it right.

Does downloading, extracting and move work for you guys? (rather than relying on your local made version)

a1laserboy commented 6 years ago

Thanks for the new test Freddy, I still get the same from your Wetransfer too.

AScustomWorks commented 6 years ago

Another test, compiled again, tested on 0.5.1, compressed the zip via finder:

55397d0b200cfaf1c15d1554ff151f5cf705a1aa9d064e34e8f9b07b69e66743

Bidoo-0.5.22-mac.zip

a1laserboy commented 6 years ago

Same. Don't know how to do the checksum thing.

AScustomWorks commented 6 years ago

Just tried downloading the last one, to be completely sure first deleted the working folder, ran rack and got no Bidoo module popup window, then copied the unzipped folder to plugins, ran rack again, everything fine. Not sure what else to try to make it work for you.

nay-seven commented 6 years ago

same as a1laserboy , test all your versions without success and i'm also used to update plugins since a while

gone to test on another machine with El capitan ( btw a1laserboy, wich OS version do you use ?)

a1laserboy commented 6 years ago

10.12.6

nay-seven commented 6 years ago

ok, so tested on El capitan and High Sierra, no more success

sebastien-bouffier commented 6 years ago

thanks again :)

sebastien-bouffier commented 6 years ago

Hello hello I just would like to make sure that all of you in this thread is able to use 0.5.22 on OS X now. I posted on FB a message to inform users that the update is available and Peter wrote

hm... another update of modules that now don't load in my vcvrack 0.5.1 - presumably because i am still on osx 10.8.5. any idea for a solution besides updating the os?

nay-seven commented 6 years ago

Hello, no as said in my previous answer , no way here on several different OS version, and I've ask on the VCV French group and 3 guys answer the same, they don't see the modules. Clement try to recompile and try different things (suppress module antn, change make dist) , but no way.

sebastien-bouffier commented 6 years ago

haaaaaaaa ... ok ok ... according to my understanding it works on AS mac OSX version but not the others ... I wish I had a mac or a OSX running under a VM to check what's wrong. I had to setup a Linux VM for this version and I think I will have to find a way to work under OS X too. Thanks a lot for the efforts of other dev/users to help.

phdsg commented 6 years ago

a vm doesn't help much with osx. at least i didn't have success getting opengl to work so i can actually see rack. my actual hackintosh install is borked so i can't test there either. but from what i can tell in the console, the ones i compiled in the vm are loading fine.

AScustomWorks commented 6 years ago

Just for the record, the plugin I compiled loads just fine on my machine with both v 0.5.n dev and public rack releases, and I'm on OS X 10.12.6. (I saw the problem of modules not loading when installed the same plugins downloaded from some of the links in here, including mine) This issue is really weird :(

phdsg commented 6 years ago

indeed. it'd be interesting to see rack's console output or log.txt from @nay-seven / @a1laserboy.

a1laserboy commented 6 years ago

From Freddy's wetransfer:

[warning] Failed to load library /Users/martinkapp/Documents/Rack/plugins/Bidoo/plugin.dylib: dlopen(/Users/martinkapp/Documents/Rack/plugins/Bidoo/plugin.dylib, 2): Library not loaded: /Users/Freddy/Rack-0.5.0/Rack/dep/lib/libcurl.4.dylib Referenced from: /Users/martinkapp/Documents/Rack/plugins/Bidoo/plugin.dylib Reason: Incompatible library version: plugin.dylib requires version 10.0.0 or later, but libcurl.4.dylib provides version 7.0.0

a1laserboy commented 6 years ago

I'm assuming it's looking for libcurl in a place that doesn't exist on my machine.

phdsg commented 6 years ago

oh no. curl weirdness again. thx 4 the log.

a1laserboy commented 6 years ago

I should have thought about doing that last night

AScustomWorks commented 6 years ago

could that be related to developers having already installed v0.6dev too?

phdsg commented 6 years ago

this is probably related to all the other issues that came up with the new module antn which uses curl and another library. seems the linking is all different for the three platforms and he has to fix it for osx like he fixed it for linux. might take a few shots. until then, compiling it yourself is probably the only way to get latest.

a1laserboy commented 6 years ago

I'm free to test any time if needed. Perhaps I need to set up a way to get email alerts on this thread so I don't make you all wait so long again. Thanks for sticking with it:) For now I'll go back to the old one.

sebastien-bouffier commented 6 years ago

thanks for your efforts I will take a look at this liking issue and i hope i will be able to solve it asap. stay tuned

phdsg commented 6 years ago

here's a stripped version. Bidoo-0.5.22-noANTN-mac.zip

3fffab33059c6766eee246435f239a564a5337ab9778b67264dbb745364b68aa Bidoo-0.5.22-noANTN-mac.zip

a1laserboy commented 6 years ago

Thanks, confirmed working here :)

nay-seven commented 6 years ago

yes, works here too ! Thanks

sebastien-bouffier commented 6 years ago

So ... I made some research over the net and maybe the issue comes from DYLD_LIBRARY_PATH value that may point to a folder containing a Curl library but different from the one included in Rack's dependencies. So I would suggest a test ... replacing

ifeq ($(ARCH), mac)
    LDFLAGS += -L../../dep/lib -lcurl src/dep/lib/libmpg123.a
endif

by

ifeq ($(ARCH), mac)
    LDFLAGS += -L../../dep/lib/libcurl.a src/dep/lib/libmpg123.a 
endif

in my makefile and rebuild and retest. At the same time I still don't understand why Rack's requests for plugins' download works and not antN ...

phdsg commented 6 years ago

applied, built, loads fine. here's one for the real mac owners @a1laserboy @nay-seven to try...
48e7c4095c05c9e04ceb2d810bb46478aa60453f041874a3f80c7ed4ffbdb073 Bidoo-0.5.22-ANTN_fix1-mac.zip Bidoo-0.5.22-ANTN_fix1-mac.zip

sebastien-bouffier commented 6 years ago

thanks a lot

nay-seven commented 6 years ago

looks ok, but Dtroy looks buggy

phdsg commented 6 years ago

got a screenshot? and: does the antN module work?

nay-seven commented 6 years ago

oh, sorry, looks not on a graphic way ( steps don't work at first , after a rack restart , better, but it's late so maybe me, will try to test better tomorrow

sebastien-bouffier commented 6 years ago

Yes seen, I made my tests with existing projects so I did not see that a new instance of dTrOY stays on the first step. This is a regression due to gate time & slide params fix. I will try to fix it asap.

phdsg commented 6 years ago

0.5.23 builds and loads ok. don't know how it runs. one minor thing the compiler (linker) throws at the end... ld: warning: -L path '../../dep/lib/libcurl.a' is not a directory

a1laserboy commented 6 years ago

Just got to my computer - antN works on the last 0.5.22 build :)

Sorry for delay, been a bit under the weather.

phdsg commented 6 years ago

nice. thx @a1laserboy and well done @sebastien-bouffier

phdsg commented 6 years ago

here's 0.5.23 if you wanna use it:

Bidoo-0.5.23-mac.zip

bd6963b6876ffd133d27c504c5b0043e9ac501951baacfb90de9e34d7669576f Bidoo-0.5.23-mac.zip

[info] Loaded plugin ./plugins/Bidoo/plugin.dylib

sebastien-bouffier commented 6 years ago

Yes thanks.