Results 8 comments of Waffel

![buzztrax](https://cloud.githubusercontent.com/assets/970935/2551020/aae72898-b689-11e3-956d-2dd9c333d77d.png)

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) ![image](https://f.cloud.github.com/assets/970935/2422111/e2ae5eea-ab8a-11e3-8066-023a695e1a36.png)

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...