https://bugs.winehq.org/show_bug.cgi?id=43845
Bug ID: 43845 Summary: Regression: ABZU now crashing before menu Product: Wine Version: 2.18 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3dx11 Assignee: wine-bugs@winehq.org Reporter: zionnimchuk@gmail.com Distribution: ---
Created attachment 59402 --> https://bugs.winehq.org/attachment.cgi?id=59402 terminal output of ABZU from launch->error.
In a previous version of wine-staging (2.10 or so) I was able to fully complete ABZU.
Now in wine-staging 2.18 it crashes before it can reach the menu.
Specs: Arch Linux 64-bit wine-staging installed via distro package. GTX 1070 with beta binary driver version 387.12. i7 4770
https://bugs.winehq.org/show_bug.cgi?id=43845
--- Comment #1 from Zion Nimchuk zionnimchuk@gmail.com --- Created attachment 59403 --> https://bugs.winehq.org/attachment.cgi?id=59403 screenshot of error message
https://bugs.winehq.org/show_bug.cgi?id=43845
Zion Nimchuk zionnimchuk@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zionnimchuk@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=43845
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- downgrading wine makes it work again?
If so, can you please make a regression test to determine the commit that caused the issue?
https://bugs.winehq.org/show_bug.cgi?id=43845
--- Comment #3 from Zion Nimchuk zionnimchuk@gmail.com --- Sorry, I don't know if I'll have the time to do a regression test any time soon. (Also, just retested with staging 2.20, same issue)
https://bugs.winehq.org/show_bug.cgi?id=43845
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-d3dx11 |directx-d3d
https://bugs.winehq.org/show_bug.cgi?id=43845
--- Comment #4 from Fabian Maurer dark.shadow4@web.de --- Is there a free version to test with? I could make a regression test then if you want.
https://bugs.winehq.org/show_bug.cgi?id=43845
--- Comment #5 from Zion Nimchuk zionnimchuk@gmail.com --- Unfortunately, from my brief checking, I can't find any.
https://bugs.winehq.org/show_bug.cgi?id=43845
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia@gmail.com
--- Comment #6 from Józef Kucia joseph.kucia@gmail.com --- Based on the attached screenshot it appears the issue is caused by some shader bytecode validation change. It should be rather easy to fix. Could you please attach a WINEDEBUG=+d3d_shader log?
https://bugs.winehq.org/show_bug.cgi?id=43845
Mike Ellery mellery@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mellery@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=43845
Davide davide.cester@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |davide.cester@gmail.com
--- Comment #7 from Davide davide.cester@gmail.com --- Hi, I bought this game and run into the same problem. I am willing to help in fixing this bug, please reply here to let me know how :)
$ wine --version wine-3.0 (Ubuntu 3.0-1ubuntu1)
https://bugs.winehq.org/show_bug.cgi?id=43845
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #8 from joaopa jeremielapuree@yahoo.fr --- At first you can check if the game works with wine-2.10
If yes, then do a regression test.
https://bugs.winehq.org/show_bug.cgi?id=43845
--- Comment #9 from joaopa jeremielapuree@yahoo.fr --- Before, try wine-5.0-rc3. Maybe the bug is fixed already.
https://bugs.winehq.org/show_bug.cgi?id=43845
--- Comment #10 from Davide davide.cester@gmail.com --- Ok, so far I was able to test a few version and the same error is always there (see 2017 screenshot): v. 3.0 (original Ubuntu 18.04) v. 4.0.3 (winehq-stable) v. 5.0-rc3 (winehq-devel)
I need a little guidance on how to test other versions. Should I go with compiling source code? I have development experience but I'm afraid I may end up with a messy wine (a VM would not be significant, video HW will not be the same).
Or I can keep debugging rc3/staging...? Let me know!
https://bugs.winehq.org/show_bug.cgi?id=43845
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #11 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
(In reply to Davide from comment #10)
I need a little guidance on how to test other versions. Should I go with compiling source code? I have development experience but I'm afraid I may end up with a messy wine (a VM would not be significant, video HW will not be the same).
Instructions for regression testing can be found there: https://wiki.winehq.org/Regression_Testing
Regression testing requires GIT cloning: https://wiki.winehq.org/Git_Wine_Tutorial
Please, keep bugzilla focused on bug status updates. For guidance, ask on the forums, mailing list or IRC channel: https://forum.winehq.org/ https://www.winehq.org/getinvolved
Regards.
https://bugs.winehq.org/show_bug.cgi?id=43845
--- Comment #12 from Davide davide.cester@gmail.com --- Created attachment 66149 --> https://bugs.winehq.org/attachment.cgi?id=66149 Terminal output of v5 rc3 with WINEDEBUG=+d3d_shader
https://bugs.winehq.org/show_bug.cgi?id=43845
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression: ABZU now |ABZU crashes before menu |crashing before menu |
https://bugs.winehq.org/show_bug.cgi?id=43845
Mike Ellery mellery@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|mellery@gmail.com |
https://bugs.winehq.org/show_bug.cgi?id=43845
--- Comment #13 from Matteo Bruni matteo.mystral@gmail.com --- This should have been fixed by aebee707e604e990b819effcbc8331752a54f010, introduced with Wine 7.8. Can anyone retest?