-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wayland support #162
Comments
I don't have experience with wayland unfortunately. It sounds like at Qt and/or OpenGL bug or at a hiccup. I did a bit of searching for the error. It seems that for most people, the problem disappeared after certain upgrades. What I guess is happening is the following: We use a few textures in the GUI, for example, the listener in the binaural renderer. The error that you're getting if the picture that Qt tries to apply as a texture is not in the memory. It could be because the path to the file has incorrect etc. The loading of texture happens here. Maybe one of the error messages appears on the command line. Please check. |
Thank you for the response. |
Could it be that the error is a consequence of the fact that the audio file you want to use has the wrong sample rate? I see this in your log:
Please try starting SSR without audio file or one change the JACK configuration. |
I got the same error with a in the config file instead of the file. |
I don't have a good idea then. Sorry! |
Hi,
On debian SID with gnome and wayland, i got a black renderer window and
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
When i try this environnement variable the window is fine but i got a flood of
QPixmap::scaled: Pixmap is a null pixmap
Thanks a lot for the work
The text was updated successfully, but these errors were encountered: