https://bugs.winehq.org/show_bug.cgi?id=40729
Bug ID: 40729 Summary: Wine uses builtin urlmon.dll instead of native version when override is set to 'native, builtin' Product: Wine Version: 1.9.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: asdfghrbljzmkd@outlook.com Distribution: ---
Wine uses the builtin urlmon.dll instead the of native version when the override is set to 'native, builtin'. To reproduce:
1. Run:
WINEARCH=win32 winetricks --isolate ev3
2. Change urlmon.dll override to native, builtin.
3. Watch the program fail to launch. :)