http://bugs.winehq.org/show_bug.cgi?id=59203 --- Comment #17 from Leonardo (MrPowerGamerBR) <winehq@mrpowergamerbr.com> --- (In reply to Bernhard Übelacker from comment #16)
(In reply to Leonardo (MrPowerGamerBR) from comment #15)
Yeah, the 30 second wait time is a Wine regression (not related to your patch of course). :)
Are you sure this is not just a delay in the demo to animate users to buy, unfortunately wine drawing this screen just as black?
Explaning via text is hard, so I've decided to record a video demonstrating... * The game running on bf58f1c4185c4067dd3d31179fdccb9e16c2aea1 (latest Wine commit when this video was recorded) * The game running on Wine 6.18 (latest Wine release before the regression) * The game running on bf58f1c4185c4067dd3d31179fdccb9e16c2aea1 + "LD_PRELOAD=/usr/lib32/libjemalloc.so" (which makes the game work on the latest Wine, albeit with a lot of palette corruption and crashes) * The game running on bf58f1c4185c4067dd3d31179fdccb9e16c2aea1 + your patch (which demonstrates the "game window does not show up at all" issue I was talking about) * The game running on bf58f1c4185c4067dd3d31179fdccb9e16c2aea1 + my patch (of course, I'm not saying that my patch should be preferred because, as I said before, I'm not a C developer and I don't know all the intricacies of the Win32 API... but it does get the game up and running) Here's the link to the video :) https://youtu.be/ESd-EBFQu68 I did change the rendering mode to Direct3D when testing, but that's because that, if you don't, the game will render a black screen when getting into the game until you press F4 to exit "Fullscreen Mode". Maybe it would be useful to test the resize palette behavior on Windows 9x versions, considering that the game targets Windows 95/98/NT 4.0? However, the game does run fine on Windows 11 (the installer doesn't, but you can copy the game install installed via Wine or an older Windows version and copy it to Windows). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.