http://bugs.codeweavers.com/show_bug.cgi?id=591
*** shadow/591 Fri Apr 19 15:40:39 2002 --- shadow/591.tmp.15810 Tue Apr 30 13:46:52 2002 *************** *** 1,10 **** +============================================================================+ ! | wine does not verify native dll | +----------------------------------------------------------------------------+ | Bug #: 591 Product: Wine | ! | Status: UNCONFIRMED Version: unspecified | | Resolution: Platform: | ! | Severity: normal OS/Version: All | | Priority: P1 Component: wine-loader | +----------------------------------------------------------------------------+ | Assigned To: wine-bugs@winehq.com | --- 1,10 ---- +============================================================================+ ! | wine does not verify if native dll can be loaded | +----------------------------------------------------------------------------+ | Bug #: 591 Product: Wine | ! | Status: NEW Version: unspecified | | Resolution: Platform: | ! | Severity: major OS/Version: All | | Priority: P1 Component: wine-loader | +----------------------------------------------------------------------------+ | Assigned To: wine-bugs@winehq.com | *************** *** 37,39 **** --- 37,52 ----
A solution, would be to delete the empty file from the tree, however apps that test their existence will start to fail. + + ------- Additional Comments From apa3a@yahoo.com 2002-04-30 13:46 ------- + Steps to reproduce: + 1) create empty file shell32.dll in the windows/system file + 2) change your settings for shell32.dll in the config file to: + "shell32" = "native, builtin" + 3) run an application which uses this dll (I ran regedit.exe) + + What happens: + Wine crashes + + What should happen: + Wine should use builtin dll \ No newline at end of file