Waffel
Waffel

0:00:52.075511203 20202 0xa0f7260 INFO structure gststructure.c:2853:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, layout=(string)interleaved, rate=(int)44100, channels=(int)2; 0:00:52.075694391 20202 0xa0f7260 INFO structure gststructure.c:2853:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, layout=(string)interleaved, rate=(int)44100, channels=(int)1;...
Some more debug information: running: ``` G_DEBUG="fatal_criticals" GST_DEBUG_NO_COLOR=1 GST_DEBUG="bt-edit:3" ~/buzztrax/jhbuild/install/bin/buzztrax-edit 2>debug.log ``` ==== cat debug.log: === libGL error: failed to load driver: vboxvideo libGL error: Try again with LIBGL_DEBUG=verbose for...
another strange bahvior/screenshot (now without the dialog) ... it seems the machine panel has the wrong z-order (the trick with the BT_EDIT_UI_CFG="no-machines-page" ./buzztrax-edit does not work) 
Yes ... can we do something (or can I help to test)?
@daviwil yes .. exactly this was it for my version. I had checked which was installed on my box and installed then this package. After that it creates the DLL....
Can we reopen this issue? The example from https://github.com/snicoll-demos/demo-multi-entity-managers is really helpful for spring-boot 1.x But the documentation for spring-boot 2.x does not tell us about how to separate (or...
thanks :+1: I have managed to get it work with spring boot 2.0.1 .. I will start to create a demo repo and link it here .. there are some...