Alexandre Bique

Results 268 comments of Alexandre Bique

`MESA_DEBUG=1` didn't lead to any additional logs

[eglinfo-wayland.txt](https://github.com/slint-ui/slint/files/14578546/eglinfo-wayland.txt)

If I install `mesa-amber-21.3.9-6` then it works but I get very low FPS. It seems that the recent mesa is emulating OpenGL on top of Vulkan.

[This](https://bbs.archlinux.org/viewtopic.php?pid=2156732#p2156732) solved my problem. `/etc/modprobe.d/nvidia.conf`: ``` options nvidia_drm modeset=1 options nvidia_drm fbdev=1 ``` But it be great to have the graceful fallback regardless.

Hi @sadko4u, Maybe you're not doing the ref counting right. Keep in mind that when you ask the host to create the Message object for you, it already has a...

The interesting part is where you create the message.

By the way do you have plans to update the arch package to bundle vst3 as well?

I think I found the problem in Bitwig's code. About to test it.