Emulator Issues #11807
opendolphin-emu fails to initialize OpenGL or Vulkan with QT_QPA_PLATFORM=wayland
0%
Description
What's the problem? Describe what went wrong.
When started with QT_QPA_PLATFORM=wayland
dolphin-emu starts, but attempting to run play games with either OpenGL or Vulkan fails with dolphin complaining that it can initialize the video backend. (In Vulkan's case, it first complains about not being able to create a Vulkan surface.)
- Compile Dolphin from master.
- Start a Wayland session.
- Start dolphin-emu with
QT_QPA_PLATFORM=wayland /usr/bin/dolphin-emu
. - Attempt to play a game with either OpenGL or Vulkan selected.
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
5.0-10695
What are your PC specifications? (CPU, GPU, Operating System, more)
Distro: Arch Linux.
CPU: AMD R5 2600X
GPU: AMD RX 580
Kernel version: 5.2.1
Using Mesa and LLVM master
If I can provide anything else, let me know.
Updated by flacs over 5 years ago
- Status changed from New to Work started
- Assignee set to Stenzek
- Issue type changed from Bug to Feature request
- Operating system Linux added
- Operating system deleted (
N/A)
Dolphin doesn't support Wayland at the moment. You may want to keep an eye on https://github.com/dolphin-emu/dolphin/pull/7452.
Updated by Valmar over 5 years ago
Dolphin doesn't support Wayland at the moment. You may want to keep an eye on https://github.com/dolphin-emu/dolphin/pull/7452.
Thanks.
At least the GUI can start with the Wayland backend, even if games can't be played yet. It's progress. :)
Updated by JosJuice about 2 months ago
- Has duplicate Emulator Issues #13602: Dolphin can't load any games when opened with Lutris or Steam added