Cant load a flatpak app

Hello,
i cant start an app i got from flatpak i did what i can it didnt work
i am using Zorin OS 15.3 Education
here are the logs:
i am using (process:2): Gtk-WARNING **: 13:50:08.834: Locale not supported by C library.
Using the fallback ‘C’ locale.
Gtk-Message: 13:50:08.889: Failed to load module “canberra-gtk-module”
Gtk-Message: 13:50:08.889: Failed to load module “canberra-gtk-module”
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
Could not initialize GLX

I think this is the issue causing the app to not launch. Can you try

sudo apt install -y libcanberra-gtk-module libcanberra-gtk3-module

thanks, but it still gives me the error

The same error?

Yes it gives the same error

What is the flatpack app? I am reasonably confident it is not a 32 bit build

sudo apt-get install libcanberra-gtk-module:i386

But maybe should look over the app to try to see what its dependencies are.

It worked thanks