thomassidor / tinytricks

Tiny Tricks - Modules for VCV Rack
Other
26 stars 7 forks source link

Simplex Oscillator crashed on linux #26

Closed docb closed 1 week ago

docb commented 2 years ago

567c70ccef86789ec2f3e7331a83930819ee25e2 with rack 2.0.4 linux ubuntu jack2 Steps: add Simplex Oscillator on an empty patch. quit start rack again ==> segmentation fault gdb says: seg fault in line 195 scope->addFrame(value); this seems to be caused by scope == NULL (as it works when i add a check) this leads to an interesting issue: the scope is made in the widget code. so then it seems that the module may be running before the widget is created?

baconpaul commented 1 week ago

This is fixed in d95b6cece8e57fbf2aa0eadb33ab5c7f32a31868 and we are working on getting it to the library.