flathub / org.citra_emu.citra

https://flathub.org/apps/details/org.citra_emu.citra
10 stars 14 forks source link

Citra OpenGL not working #510

Open Renarde-dev opened 1 year ago

Renarde-dev commented 1 year ago

This bug is not reproducible with the AppImage version.

When trying to launch a game with citra flatpak I get the following error :

[ 204.302651] Frontend <Error> citra_qt/bootmanager.cpp:LoadOpenGL:708: GPU does not support OpenGL 4.3: NVIDIA GeForce GTX 970/PCIe/SSE2

Full log here : Pastebin

ghost commented 1 year ago

Can you try the following in a terminal?

MESA_GLSL_VERSION_OVERRIDE=430 MESA_GL_VERSION_OVERRIDE=4.3 /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=citra-qt --file-forwarding org.citra_emu.citra @@ @@

The NVIDIA GeForce GTX 970 seems to support opengl 4.5 so not sure what the issue is.

Also did it ever work in an older version?

ghost commented 1 year ago

This should be fixed now, it was a Wayland related bug.