http://bugs.winehq.org/show_bug.cgi?id=5032 Summary: IE6 Crash, *=native fails: urlmon, shlwapi Product: Wine Version: CVS Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-loader AssignedTo: wine-bugs(a)winehq.org ReportedBy: nospam(a)thenerdshow.com Several 3rd-party utilities, winetools, ies4linux, et. al. are broken when used alongside wine-CVS. Specifically, the registry DLLOVERRIDES setting of "*"="native,builtin" no longer works. It is being ignored. Instead, builtin DLLs are always being used unless specified. Example: With this setting of... "*"="native,builtin" Further native declares should not be necessary, as in: "shlwapi"="native" "urlmon"="native" but they are necessary in any version of 0.9.11 or else builtin dlls will be used. Is this a bug or was "*"="native,builtin" not intended to work in the first place? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.