https://bugs.winehq.org/show_bug.cgi?id=43972
--- Comment #3 from Mena beshai menabeshai7@gmail.com --- (In reply to Louis Lenders from comment #2)
Confriming. i downloaded https://download.vb-audio.com/Download_CABLE/VoicemeeterSetup.exe
After the install there`s a VBCABLE_Setup.exe in the installed directory.
Running that gives: fixme:setupapi:SetupDiCallClassInstaller 25 0x12feb8 0x32e180
and the installer says you need to be administrator.
With the hack below the installer claims to be successfull, but I haven`t got a clue if it really installed anything.
hack:
diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c index 4a852da..e04c329 100644 --- a/dlls/setupapi/devinst.c +++ b/dlls/setupapi/devinst.c @@ -3686,7 +3686,7 @@ BOOL WINAPI SetupDiCallClassInstaller( PSP_DEVINFO_DATA DeviceInfoData) { FIXME("%d %p %p\n", InstallFunction, DeviceInfoSet, DeviceInfoData);
- return FALSE;
- return 1;//FALSE;
}
/***********************************************************************
? Do I just input that in terminal ?? plus you may have to download https://www.vb-audio.com/Cable/index.htm and set audio to voicemeeter input. only saying may cause idk if wine downloads drivers or dll only in order to use programs. and https://www.youtube.com/watch?v=EdAhR_CdjLc helped alot. I used to understand it.