https://bugs.winehq.org/show_bug.cgi?id=56447
Bug ID: 56447 Summary: PlayOnline Viewer: The "splash screen" is blank/grey without its image. Product: Wine Version: 9.4 Hardware: x86-64 URL: https://web.archive.org/web/20210810150839/http://www. playonline.com/ff11eu/download/media/install_win.html OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: chiitoo@gentoo.org Distribution: Gentoo
This is a very old one, but as far as I can tell, not reported until now (aside from some side-mentions).
PlayOnline Viewer, which is used to launch Final Fantasy XI Online, has a blank/grey window for its "splash screen".
It has been working in Wine Staging for some time.
Not sure if related, but comparing the logging between runs, each of these show up twice with Vanilla but only once with Staging:
err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b. err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x1, ret 0x4. err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b. err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x2, ret 0x4.
https://bugs.winehq.org/show_bug.cgi?id=56447
--- Comment #1 from Chiitoo chiitoo@gentoo.org --- DodoGTA on IRC asked about running with an older Mesa version, and indeed, those errs do not show up with 24.0.9, but seem to already be there with 24.1.3.
That said, I don't know how I initially missed it, but they happen when closing the application, not when starting it, which is where the splashing happens...
http://bugs.winehq.org/show_bug.cgi?id=56447
--- Comment #2 from Chiitoo chiitoo@gentoo.org --- I don't remember if I ever saw the proper screen on Openbox before, but id does appear there now.
Additionally, it shows up on Wayland (LXQt/Wayfire), though another window which is black may cover it.
With KWin-X11, two windows appear as well, but they both remain black/empty.
Last tested at wine-10.19.
http://bugs.winehq.org/show_bug.cgi?id=56447
--- Comment #3 from Chiitoo chiitoo@gentoo.org --- Since I noticed the splash screen appearing on Wayland and Openbox, I went and bisected things a little.
Back some time ago, the splash screen would show up but the application would not run after 9f9ce9fa46a [1]. This was fixed by f6d6089b14c [2], but then the splash did not show up properly again.
After 51b16963f6e [3], the window content went from white/grey to black on X11, but remained the same on Wayland.
After 6b7963037f9 [4], the splash screen started showing up on Wayland, as well as on X11 when using Openbox, but for X11, it only shows up sometimes... and never so far when running with KWin-X11.
I wonder if there is some sort of a race condition that only happens on X11, and depends on the window manager a little.
1. https://gitlab.winehq.org/wine/wine/-/commit/9f9ce9fa46a6575d4c78f112707ed87... 2. https://gitlab.winehq.org/wine/wine/-/commit/f6d6089b14c526bfb1fde96a292fc52... 3. https://gitlab.winehq.org/wine/wine/-/commit/51b16963f6e0e8df43118deac63f640... 4. https://gitlab.winehq.org/wine/wine/-/commit/6b7963037f935f7fc20e2278e1916ea...