http://bugs.winehq.org/show_bug.cgi?id=58812
Bug ID: 58812 Summary: PlayOnline Viewer: Application runs and works otherwise, but only shows a black screen. Product: Wine Version: 10.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: chiitoo@gentoo.org Regression SHA1: 7abf4432a7dfdc044f0458f2457829038dc497f0. Distribution: Gentoo
Created attachment 79467 --> http://bugs.winehq.org/attachment.cgi?id=79467 terminal output from a bad run
After 7abf4432a7d [1], the PlayOnline Viewer runs and seems functional, but only shows a black screen.
There doesn't seem to be anything out of the ordinary in the terminal output, aside from a flood of:
libEGL warning: FIXME: egl/x11 doesn't support front buffer rendering.
Last tested at 'wine-10.17'.
Thank you!
1. https://gitlab.winehq.org/wine/wine/-/commit/7abf4432a7dfdc044f0458f24578290...
http://bugs.winehq.org/show_bug.cgi?id=58812
Chiitoo chiitoo@gentoo.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression URL| |https://web.archive.org/web | |/20210810150839/http://www. | |playonline.com/ff11eu/downl | |oad/media/install_win.html
http://bugs.winehq.org/show_bug.cgi?id=58812
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|7abf4432a7dfdc044f0458f2457 |7abf4432a7dfdc044f0458f2457 |829038dc497f0. |829038dc497f0
http://bugs.winehq.org/show_bug.cgi?id=58812
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- Could you please attach a WINEDEBUG=+wgl log?
http://bugs.winehq.org/show_bug.cgi?id=58812
Krzysztof Sobiecki sobkas@sobkas.io changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sobkas@sobkas.io
--- Comment #2 from Krzysztof Sobiecki sobkas@sobkas.io --- This is a MESA warning: libEGL warning: FIXME: egl/x11 doesn't support front buffer rendering. In dri3_flush_front_buffer at src/egl/drivers/dri2/platform_x11_dri3.c - /* There does not seem to be any kind of consensus on whether we should - * support front-buffer rendering or not: - * http://lists.freedesktop.org/archives/mesa-dev/2013-June/040129.html - */
dri3_flush_front_buffer doesn't do anything so it might be a reason it shows black screen...