http://bugs.winehq.org/show_bug.cgi?id=58263
Bug ID: 58263 Summary: Wine Internet Settings crashes on unimplemented function shdocvw.dll.ParseURLFromOutsideSourceW Product: Wine Version: 10.2 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: shdocvw Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Created attachment 78602 --> http://bugs.winehq.org/attachment.cgi?id=78602 Backtrace
Steps to reproduce:
1. Run `wine control inetcpl.cpl`
2. Click "OK" (not "Cancel")
Wine prints the following and crashes:
wine: Call from 00006FFFFF3FCFC7 to unimplemented function shdocvw.dll.ParseURLFromOutsideSourceW, aborting wine: Unimplemented function shdocvw.dll.ParseURLFromOutsideSourceW called at address 00006FFFFF3FCFC7 (thread 0148), starting debugger... 0150:fixme:dbghelp:elf_search_auxv can't find symbol in module 0150:fixme:dbghelp:elf_search_auxv can't find symbol in module wine: Call from 00006FFFFF3FCFC7 to unimplemented function shdocvw.dll.ParseURLFromOutsideSourceW, aborting
ParseURLFromOutsideSourceW is called from the parse_url_from_outside function in dlls/inetcpl.cpl/general.c: https://gitlab.winehq.org/wine/wine/-/blob/8f91df4c4e4fb8b32c737bb02e82dcddf...
It used to work fine before ParseURLFromOutsideSourceW was removed in https://gitlab.winehq.org/wine/wine/-/commit/fa4a470f9afd79b8104bacf3f1046e7...