https://bugs.winehq.org/show_bug.cgi?id=44570 tommywatson <coder(a)tommywatson.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coder(a)tommywatson.com --- Comment #2 from tommywatson <coder(a)tommywatson.com> --- Tracked to this line; https://source.winehq.org/git/wine.git/blob/HEAD:/programs/explorer/explorer...
SetWindowTextW(This->info->main_window, name);
This->info is corrupt and accessing it causes the crash, this call to IExplorerBrowser_BrowseToObject() calls the callback IExplorerBrowserEventsImpl_fnOnNavigationComplete() with an incorrect "This" pointer. https://source.winehq.org/git/wine.git/blob/HEAD:/programs/explorer/explorer... -- 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.