http://bugs.winehq.org/show_bug.cgi?id=60225 --- Comment #3 from germanshtyrov@gmail.com --- Update from the application vendor, which narrows this down considerably. They looked at the logs and found that their main application window deliberately disables the system drag-and-drop hook, but the splash screen window - which is created first - does not. The crash therefore appears to happen on the splash window's drag-and-drop registration. That is consistent with the crash occurring before WebView2 is initialised: the splash window is created earlier. They will disable the hook for the splash screen as well. According to them this changes nothing on Windows and macOS. The change is expected in their next release, roughly within a week. I will report back here whether the crash is gone with that build. If it persists, the problem is deeper in ole32. Note on reproducing: this application requires a paid subscription, which makes it a poor test case for anyone wanting to debug this. If a freely available Tauri application shows the same fault, that would be a much better reproducer - Tauri creates the same drag-and-drop registration on Windows for every app, so this may well not be specific to this one. -- 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.