https://bugs.winehq.org/show_bug.cgi?id=57248
Bug ID: 57248 Summary: Rhinoceros 8.11 installer crashes on start Product: Wine Version: 9.18 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Found while testing bug 56703.
Bisected to commit 553204da35ed16e732417541606bb31ed65a768f Author: Jacek Caban jacek@codeweavers.com Date: Mon Aug 12 11:22:07 2024 +0200
mshtml: Add support for MSEventObj prototype objects.
https://bugs.winehq.org/show_bug.cgi?id=57248
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://files.mcneel.com/du | |jour/exe/20240910/rhino_en- | |us_8.11.24254.15001.exe CC| |jacek@codeweavers.com Keywords| |download, regression
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- @Jacek, would you mind taking a look?
https://bugs.winehq.org/show_bug.cgi?id=57248
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |56703
https://bugs.winehq.org/show_bug.cgi?id=57248
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |553204da35ed16e732417541606 | |bb31ed65a768f CC| |alexhenrie24@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=57248
--- Comment #2 from Jacek Caban jacek@codeweavers.com --- Created attachment 77579 --> https://bugs.winehq.org/attachment.cgi?id=77579 possible fix
The attached patch should help. It seems Gecko continues to deliver events even after the target has been detached. While we explicitly detach this event handler, that alone doesn’t seem sufficient. This behavior warrants a closer look to ensure we’re not just masking a deeper bug, but it’s also possible that a solution like this will be necessary.
https://bugs.winehq.org/show_bug.cgi?id=57248
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Thanks, the attached patch works.
https://bugs.winehq.org/show_bug.cgi?id=57248
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |2d49de73975f6e0a974cf61a615 | |d589a57ff8ef0 Status|NEW |RESOLVED
--- Comment #4 from Jacek Caban jacek@codeweavers.com --- Fixed in git, thanks for the report.