Dewb / monome-rack

VCV Rack plugin for monome Eurorack modules
GNU General Public License v2.0
226 stars 13 forks source link

All modules not working on Mac OSX Mojave #121

Closed eatsleeping closed 1 year ago

eatsleeping commented 1 year ago

What operating system and version are you running? osx Mojave

What version of Rack are you running? vcxvrack free 2.2.2

What's the behavior you observed? no modules working. teletype, comes up blank for input screen, connecting grids to any module comes up blank with no lights on grid.

What should have happened instead?

If you're having trouble building, please paste the output of these commands:

   git status
   git submodule status
   make clean
   make

If you're experiencing a problem while running Rack, please paste the complete terminal log from your Rack session:

If you have a patch file that reproduces the issue, please drag-and-drop it here:

monome_blank.vcv.zip

Dewb commented 1 year ago

Is this with a released version or with a local build? Which build/commit?

eatsleeping commented 1 year ago

released version monome-2.0.1-beta-mac-x64.vcvplugin

Dewb commented 1 year ago

Can you share your logfile (at ~/Documents/Rack2/log.txt)?

eatsleeping commented 1 year ago

sure log.txt

eatsleeping commented 1 year ago

here is a screen of what teletype looks like, there is nothing in the put screen.

Dewb commented 1 year ago

It looks like an error in the firmware Makefiles briefly caused the firmware .dylibs to be built against a higher minimum MacOS SDK version. If that's the issue, I think it's already been fixed; can you try this build to see if it resolves the issue? https://github.com/Dewb/monome-rack/actions/runs/3936124282

eatsleeping commented 1 year ago

everything now seems to appear, and lights flash, haven't tested coding etc with it though yet.

monome_sshot2

Dewb commented 1 year ago

Great, looks like that was it then.