Emulator Issues #7666
openNo video output shown until render window is resized when using EGL.
0%
Description
What's the problem? Describe what went wrong in few words.
No video output regardless of render window configuration (fullscreen/windowed/render-to-main) unless I somehow resize the render window (by actual resizing or e.g. by switching from fullscreen to windowed mode or vice versa).
What did you expect to happen instead?
Video output showing up fine.
What steps will reproduce the problem?
- Start a game (Dolphin with default config)
- Watch how nothing gets rendered on the screen (not even a black rect or something). Meanwhile, game audio plays back fine
- Resize the window, watch video starting to show up.
Dolphin 3.5 and 3.5-367 are old versions of Dolphin that have
known issues and bugs, so don't report issues about them and test the
latest Dolphin version first.
Which versions of Dolphin did you test on?
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
Yes. I'd need to check which version though.
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
openSUSE 13.1 x64
Intel GPU with latest (git) mesa drivers
Updated by NeoBrainX over 10 years ago
Apparently, when I run Dolphin in single-core mode, not even resizing the render window will make the video output show up.
In other words, this currently completely breaks fifo logs for me.
Updated by pauldacheez over 10 years ago
Similarly, I've been having issues on OS X where the video output occasionally flickers black until I enter/exit fullscreen. These issues might be from either one of Lioncash's changes or Armada's.
Updated by JMC4789 over 10 years ago
Unable to reproduce on latest. NVIDIA GTX 560m.
Updated by a41pizza about 10 years ago
This happens to me when I use my HD 4600 instead of the GTX 770M, but resizing the window doesn't bring the video back
Updated by Armada about 10 years ago
This is probably caused by the removal of EmuWindow. Can you compare build 4.0-1864 and 4.0-1862?
Updated by JMC4789 about 10 years ago
- Status changed from New to Fix pending
Fixed in Pull Request https://github.com/dolphin-emu/dolphin/pull/1372
Updated by NeoBrainX about 10 years ago
- Status changed from Fix pending to Accepted
First off: turned out I had EGL enabled and none of this happens in GLX.
Still, only part of this issue is fixed; PR 1372 address Dual Core, but Single Core mode still has the same issue (which still cannot be resolved by resizing the render window).
Updated by JMC4789 over 9 years ago
- Milestone deleted (
Current) - Priority changed from High to Normal
Removing the current status on this because almost no one uses EGL.