https://bugs.winehq.org/show_bug.cgi?id=39474
Bug ID: 39474 Summary: MSWT Kart 2004 does not work Product: Wine Version: 1.7.53 Hardware: x86-64 URL: http://www.gamershell.com/download_5628.shtml OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: 00cpxxx@gmail.com Distribution: Debian
Download and install the game, after the intro videos the game will crash while loading bitmaps. The crash happens shortly after a BMP image is loaded.
This is a continuation of bug 21012.
https://bugs.winehq.org/show_bug.cgi?id=39474
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
https://bugs.winehq.org/show_bug.cgi?id=39474
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- Created attachment 54096 --> https://bugs.winehq.org/attachment.cgi?id=54096 hack
The game uses OleLoadPicture to attempt to load many tga and bmp files. But actually all tga files fail since tga is not supported in OleLoadPicture (not in Windows too) and the game seems to expect that the bmp attempts fail too but wine succeeds.
The attached hack makes bmp loading fail and the game starts. I can't explain this...
https://bugs.winehq.org/show_bug.cgi?id=39474
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/oleaut32-OleLo | |adPicture Status|NEW |STAGED CC| |dmitry@baikal.ru, | |erich.e.hoover@wine-staging | |.com, michael@fds-team.de, | |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=39474
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |oleaut32
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com --- Nice! The patch does work and the game runs pretty well. Just the first changed function is required for this game.
https://bugs.winehq.org/show_bug.cgi?id=39474
--- Comment #3 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Bruno Jesus from comment #2)
Nice! The patch does work and the game runs pretty well. Just the first changed function is required for this game.
That's correct, remaining changes are required to make the tests pass.
https://bugs.winehq.org/show_bug.cgi?id=39474
mrdeathjr28@yahoo.es changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mrdeathjr28@yahoo.es
https://bugs.winehq.org/show_bug.cgi?id=39474
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Staged patchset|https://github.com/wine-com |https://github.com/wine-sta |pholio/wine-staging/tree/ma |ging/wine-staging/tree/mast |ster/patches/oleaut32-OleLo |er/patches/oleaut32-OleLoad |adPicture |Picture
https://bugs.winehq.org/show_bug.cgi?id=39474
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maiktapwagner@aol.com
--- Comment #4 from Maik Wagner maiktapwagner@aol.com --- Created attachment 65770 --> https://bugs.winehq.org/attachment.cgi?id=65770 Backtrace (4.19 Staging)
Hello everyone,
I tried 4.19-staging for this bug today.
The download URL was no longer valid but I used
https://www.gamepressure.com/download.asp?ID=6455
Download from Alamo.
sha256sum mswt2004_demo_setup_german.exe b60b6dd6c14c727463230c7e3323380f5f5b3dff4d108b7bdc713ab93a95bfcc mswt2004_demo_setup_german.exe
Starting the game resulted in a "could not find a suitable z buffer" message and a backtrace afterwards.
https://bugs.winehq.org/show_bug.cgi?id=39474
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #5 from joaopa jeremielapuree@yahoo.fr --- Download link is burst. This one is working https://www.gamepressure.com/download.asp?ID=6455
Bug still occurs with wine-5.3.
https://bugs.winehq.org/show_bug.cgi?id=39474
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.gamershell.com/d |https://web.archive.org/web |ownload_5628.shtml |/20200331212229/http://alam | |o2.gry-online.pl/m/mswt2004 | |_demo_setup_german.exe?st=R | |TgLrK8TnDuU4Z-Ee3No0g&e=158 | |5689954
https://bugs.winehq.org/show_bug.cgi?id=39474
--- Comment #6 from joaopa jeremielapuree@yahoo.fr --- Dmitry, is Bruno's patch correct? Is yes, maybe you could send it to wine-devel?
https://bugs.winehq.org/show_bug.cgi?id=39474
--- Comment #7 from Maik Wagner maiktapwagner@aol.com --- I am willing to test out this patch but could you explain to me how to apply it? Currently I am running Slackware 15.0 with 9.14 but packages for 9.15 haven't been built yet so I can do a custom wine-build with this patch to test the patch.
I know how to build a Slackware package but I am not sure on how to apply the staged patch on the wine source.
Could anyone guide my through this, please`?
https://bugs.winehq.org/show_bug.cgi?id=39474
--- Comment #8 from Maik Wagner maiktapwagner@aol.com --- Build my own wine-staging package on Slackware 15.0 with
bash-5.1$ wine --version wine-9.15-449-g164992ecbef (Staging)
The game installs, enters full screen 640x480 on startup but a backtrace seems to be thrown in the background. Also windows like "Comhost" seem to be opened but I couldn't get anything other than black screen and mouse pointer at all.