https://bugs.winehq.org/show_bug.cgi?id=44570
tommywatson coder@tommywatson.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |coder@tommywatson.com
--- Comment #2 from tommywatson coder@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...