http://bugs.winehq.org/show_bug.cgi?id=34022
Bug #: 34022 Summary: Unimplemented function urlmon.dll.414 Product: Wine Version: 1.6-rc4 Platform: x86-64 URL: http://download.microsoft.com/download/C/C/0/CC0BD555- 33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe OS/Version: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk Classification: Unclassified
IE8 calls to urlmon.dll.414 when using native wininet to work around Bug 34021.
The supplied native urlmon.dll works around this.
http://bugs.winehq.org/show_bug.cgi?id=34022
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2013-07-12 14:59:33 CDT --- http://source.winehq.org/source/dlls/urlmon/urlmon.spec
https://bugs.winehq.org/show_bug.cgi?id=34022
--- Comment #2 from Stefan Leichter Stefan.Leichter@camLine.com --- Created attachment 52821 --> https://bugs.winehq.org/attachment.cgi?id=52821 stub for urlmon.414
A similay patch was already rejected, see: https://www.winehq.org/pipermail/wine-devel/2015-November/110442.html
https://bugs.winehq.org/show_bug.cgi?id=34022
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- I don't think it makes sense to fix such configuration.
https://bugs.winehq.org/show_bug.cgi?id=34022
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Unimplemented function |Microsoft Internet Explorer |urlmon.dll.414 |8 crashes on unimplemented | |function urlmon.dll.414 | |with 'wininet' set to | |'native'
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
although the bug is questionable I don't see the problem here. There is no crash/call to the aforementioned unimplemented stub.
Installed IE8 from download link in clean WINEPREFIX without 'winetricks', set 'wininet' to 'native'.
-- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Internet Explorer
$ wine ./iexplore.exe ... <shows user interface> -- snip ---
Always provide exact instructions for reproducing (installation, overrides, ...).
Also please try to summarise the problem as precise as possible. Having generic "unimplemented X" ticket summaries popping up in Bugzilla (live)search is not really nice.
$ sha1sum IE8-WindowsXP-x86-ENU.exe e489483e5001f95da04e1ebf3c664173baef3e26 IE8-WindowsXP-x86-ENU.exe
$ du -sh IE8-WindowsXP-x86-ENU.exe 17M IE8-WindowsXP-x86-ENU.exe
$ wine --version wine-1.8-rc1
Regards
https://bugs.winehq.org/show_bug.cgi?id=34022
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- Marking invalid, switch to native urlmon when using IE.
https://bugs.winehq.org/show_bug.cgi?id=34022
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.
https://bugs.winehq.org/show_bug.cgi?id=34022
winebugs@evolution-hosting.eu winebugs@evolution-hosting.eu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winebugs@evolution-hosting. | |eu
--- Comment #7 from winebugs@evolution-hosting.eu winebugs@evolution-hosting.eu --- Bug is back in 5.0-rc4
[marius@eve Internet Explorer]$ /opt/wine-staging/bin/wine iexplore.exe 0037:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet 0037:fixme:ntdll:EtwRegisterTraceGuidsA (0x2a880f, 0x2e9a98, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x63deb0, (null), (null), 0x2e9aa0): stub 0037:fixme:ntdll:EtwRegisterTraceGuidsA (0x2a880f, 0x2e9ab8, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x63deb0, (null), (null), 0x2e9ac0): stub 0037:fixme:ntdll:EtwEventRegister ({43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x23a8a5, 0x2eb318, 0x2eb110) stub. 0037:fixme:ntdll:EtwEventActivityIdControl 0x1, 0x63e05c: stub 0037:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20 wine: Call from 0x7bc92709 to unimplemented function urlmon.dll.414, aborting wine: Unimplemented function urlmon.dll.414 called at address 7BC92709 (thread 0037), starting debugger...
winecfg set wininet to native, tested with global set to windows 7 & 8
https://bugs.winehq.org/show_bug.cgi?id=34022
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- You get this because you're using native libraries. It's some internal undocumented interface that we don't have to implement for regular applications. Instead, please switch to builtin wininet and file reports for it, if it's somehow broken for you.
https://bugs.winehq.org/show_bug.cgi?id=34022
--- Comment #9 from winebugs@evolution-hosting.eu winebugs@evolution-hosting.eu --- confirmed, switching to buildin works.