https://bugs.winehq.org/show_bug.cgi?id=45821
Bug ID: 45821 Summary: Metasploit Console won't start due to missing registry value HKLM\System\CurrentControlSet\Services\Tcpip\Parameter s\DataBasePath Product: Wine Version: 3.15 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: loader Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Created attachment 62280 --> https://bugs.winehq.org/attachment.cgi?id=62280 console output
Steps to reproduce:
1. Install Metasploit Framework.
2. Run `wine cmd /C 'C:\metasploit-framework\bin\msfconsole.bat'`.
The program prints an error message and fails to start. However, it starts fine after setting HKLM\System\CurrentControlSet\Services\Tcpip\Parameters\DataBasePath to "%SystemRoot%\System32\drivers". (I also tried setting that value to an empty string, but the program still aborted.)