https://bugs.winehq.org/show_bug.cgi?id=48360
Bug ID: 48360 Summary: osu: .NET framework IndexOutOfRangeException crash Product: Wine Version: 4.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: bugs.winehq@webfreak.org CC: julliard@winehq.org Regression SHA1: df3fad6383e79d1485413ad549c55240843d2418 Distribution: ArchLinux
Created attachment 66104 --> https://bugs.winehq.org/attachment.cgi?id=66104 crash log occuring with wine 4.16
since wine 4.16 the game "osu!" started crashing often. For more application-specific context see the bug report there for more details: https://github.com/ppy/osu-stable-issues/issues/284
It seems that on Windows no such issue is present and prior to wine 4.15 this bug was not present. It seems to be an issue somewhere with array indexing on .NET inside some rendering function. This crash occurs when starting the game "osu!" and then moving the mouse cursor relatively quickly (causing longer lines to be rendered)
The issue in wine seems to be that the behavior of the page faults has changed in df3fad6383e79d1485413ad549c55240843d2418 so that now it started to throw array index exceptions which don't happen on Windows.
I have attached the full application log with ntdll warn log up with the crash with Wine 4.16 (precompiled from ArchLinux archives)
https://bugs.winehq.org/show_bug.cgi?id=48360
--- Comment #1 from bugs.winehq@webfreak.org --- Created attachment 66105 --> https://bugs.winehq.org/attachment.cgi?id=66105 same output log but with wine 4.15 (working)
https://bugs.winehq.org/show_bug.cgi?id=48360
bugs.winehq@webfreak.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, regression
https://bugs.winehq.org/show_bug.cgi?id=48360
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #2 from Jacek Caban jacek@codeweavers.com --- Please attach +virtual,+seh logs.
https://bugs.winehq.org/show_bug.cgi?id=48360
--- Comment #3 from bugs.winehq@webfreak.org --- Created attachment 66107 --> https://bugs.winehq.org/attachment.cgi?id=66107 crash log with +virtual,+seh (trimmed to only shortly before the crash until end)
https://bugs.winehq.org/show_bug.cgi?id=48360
--- Comment #4 from Jacek Caban jacek@codeweavers.com --- I can't reproduce the bug. Maybe it's .net version related, what .net version do you use and how did you install it?
https://bugs.winehq.org/show_bug.cgi?id=48360
--- Comment #5 from bugs.winehq@webfreak.org --- (In reply to Jacek Caban from comment #4)
I can't reproduce the bug. Maybe it's .net version related, what .net version do you use and how did you install it?
I installed .NET 1.0, 2.0 SP1, 2.0.50727, 3.0, 3.0 SP1 and 4.0.30319 (according to registry), all through winetricks
https://bugs.winehq.org/show_bug.cgi?id=48360
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #6 from Fabian Maurer dark.shadow4@web.de --- Is this still an issue as of wine-7.0-rc5?
https://bugs.winehq.org/show_bug.cgi?id=48360
Neko-san nekoNexus@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nekoNexus@protonmail.ch