https://bugs.winehq.org/show_bug.cgi?id=56391
Bug ID: 56391 Summary: So Blonde: very long loading times Product: Wine Version: 9.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: memax@gmx.fr Distribution: Ubuntu
Game: "So Blonde" European Retail DVD 1.01 version (English, French and German). Point-and-click game developed by Wizarbox and released in 2008. I couldn't find the game on either Steam or GOG. However, for those who want to confirm the bug, the game is easily found in The Internet Archive Software Collection.
OS: Ubuntu 22.04.3 LTS 64bit.
Wine: wine-9.3 development version (staging version is also affected). Default Wine configuration, unmodified. Clean Wine directory.
Description: The loading times are very long: loading of the game menu, of a new game, of a save game, between two screens (in the game), and so on. Loadings last more than a minute, whereas on the same computer but running Windows, they last less than five seconds. This problem has been mentioned in AppDB since 2009 ("Every loading takes a long time"), but has not been the subject of a bug report.
I don't know if this is relevant, but here's the +relay,+seh debug trace I posted as part of another bug related to the same game (Bug 56390). It weighs 12.6 GB (59.7 MB after compression with rzip). https://www.swisstransfer.com/d/764a0488-9e26-4d10-ae74-9d89e49cce80
https://bugs.winehq.org/show_bug.cgi?id=56391
imaxm memax@gmx.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |performance
https://bugs.winehq.org/show_bug.cgi?id=56391
imaxm memax@gmx.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://www.gamepressure.co | |m/download.asp?ID=19123
--- Comment #1 from imaxm memax@gmx.fr --- The loading time issue also affects the game demo. I've only found the German version of the demo (I've provided the link).
https://bugs.winehq.org/show_bug.cgi?id=56391
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com --- I can confirm the performance issue in wine-9.5. Profiling the startup of the So Blonde game demo with sysprof suggests there are bottlenecks related to the game's repeated calls to WaitForSingleObject and ReleaseMutex (NtWaitForMultipleObjects and NtReleaseMutant in the sysprof callgraph).
A +relay trace of the game during its loading screen indicates that the game very frequently acquires and releases a mutex and that reads from a data file also occur under the mutex lock. If the mutex handling is slow, it stands to reason that the data file loading would also be slowed down.
https://bugs.winehq.org/show_bug.cgi?id=56391
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com --- Created attachment 76291 --> https://bugs.winehq.org/attachment.cgi?id=76291 sysprof callgraph of So Blonde demo startup
https://bugs.winehq.org/show_bug.cgi?id=56391
--- Comment #4 from imaxm memax@gmx.fr --- Performance problem is still present with wine-9.12. Tested with the game demo (demo download link is provided). OS: Ubuntu 24.04 LTS 64bit. NVIDIA Driver Version (proprietary): 535.183.01.
https://bugs.winehq.org/show_bug.cgi?id=56391
--- Comment #5 from imaxm memax@gmx.fr --- Hello This performance issue is still present in wine-10.0-rc2
Ubuntu 24.04 LTS NVIDIA Driver Version (proprietary): 550.120
https://bugs.winehq.org/show_bug.cgi?id=56391
F H francisco278herrera@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |francisco278herrera@gmail.c | |om
--- Comment #6 from F H francisco278herrera@gmail.com --- I don't expect this issue to be fixed before NTSYNC is merged into the Linux kernel. Seems like the bottleneck here is related to syncing