Jean-Michaël Celerier
Jean-Michaël Celerier
and, last question: is the the flatpak from flathub, or the one that comes from thisrepo ?
hmmm... the problem is that the graphics pipeline has issues with the wayland QPA so I disabled it. I test on every new Qt version but it still causes GUI...
It mentions wayland in the plug-in list in your error message so the wayland qt plugin is there: Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vkkhrdisplay, vnc, wayland-egl,...
do you think you could run the app with QT_DEBUG_PLUGINS=1 QT_QPA_PLATFORM=wayland and give me the output?
hmm, > Failed to create wl_display (No such file or directory) seems to be the culprit but I have no idea why that would happen :/
What's your environment variables? e.g. the result of the `env` command (this may have personal information so please review it carefully before sharing it - you can mail it to...
thanks for the report, sorry for the crash! do you have the score file that causes the crash?
Heya! Thanks, I think that's a Wayland issue ? Can you try to force QT_QPA_PLATFORM=xcb ?
Hmm is that with the .deb package, the appimage or the flatpak?
okay thanks! I think I see the issue, I'll try something quickly