https://bugs.winehq.org/show_bug.cgi?id=55723
Bug ID: 55723 Summary: regsvr32 no longer provides output on success/failure Product: Wine Version: 8.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: s_chriscollins@hotmail.com Distribution: ---
As of Wine version 8.12, regsvr32 no longer provides terminal output to indicate whether or not a DLL has successfully been registered. A regression test points to commit #dcf0bf1f as the culprit.
Steps to reproduce: 1. Install WineASIO (https://github.com/wineasio/wineasio) 2. Run the included wineasio-register script, which runs regsvr32 to register the WineASIO DLL. Note that as WineASIO currently still uses libwine, the DLL registration will fail.
Result: No terminal output to indicate success/failure of DLL registration.
Expected result: regsvr32 should output success or failure status as it does in Wine 8.11 and earlier, e.g.: "regsvr32: Failed to load DLL '/opt/wine-devel/lib/wine/i386-unix/wineasio32.dll.so'"