martin-lueders / ML_modules

free modules for VCV Rack
BSD 3-Clause "New" or "Revised" License
90 stars 18 forks source link

Rack crashes when connecting Seq Switch 1->8 to Triggered Switch 1->8 #42

Closed jacoblast closed 6 years ago

jacoblast commented 6 years ago

Rack 0.6.0 on Ubuntu Linux says:

Rack: src/engine.cpp:221: void rack::engineAddWire(rack::Wire*): Assertion `!(wire2->inputModule == wire->inputModule && wire2->inputId == wire->inputId)' failed.

This happens when I connect the 8 outputs of seq switch to the 8 trigger inputs of trig switch, then connect anything to an input of the trig switch. ml modules crash

martin-lueders commented 6 years ago

Thanks for letting me know. I know that there was a bug in the old version. Can you, please, try to update to the new version (with the new GUI) and check whether it still crashes?

jacoblast commented 6 years ago

Oh yes I didn't notice, mine wasn't updating to 0.6.2 automatically. Thanks!

martin-lueders commented 6 years ago

Can you confirm that this is working for you now?

jacoblast commented 6 years ago

Yes, working fine.

On Tue, Jun 12, 2018, 1:28 AM Martin Lueders notifications@github.com wrote:

Can you confirm that this is working for you now?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/martin-lueders/ML_modules/issues/42#issuecomment-396509226, or mute the thread https://github.com/notifications/unsubscribe-auth/AkKnodjOpXyBwXzxIzSm9KtzE4cdINghks5t73u4gaJpZM4UhxuC .

martin-lueders commented 6 years ago

Thanks for confirming.