Installing M-Audio drivers or wineaudio for low-latency audio I/O in FL Studio 21

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Yasaburou
Newbie
Newbie
Posts: 1
Joined: Sat Jun 15, 2024 3:49 am

Installing M-Audio drivers or wineaudio for low-latency audio I/O in FL Studio 21

Post by Yasaburou »

Hello, I am in the process of setting up FL Studio 21. I have an M-Audio M-Track Solo USB audio interface which I use for recording audio with my microphone. FL Studio 21 ships with two ASIO drivers - FL Studio ASIO (which works fine but has 256ms latency minimum, too high for my use) and ASIO4All (which does not work at all for me). I have installed FL Studio 21 fine under both Bottles and standard Wine and am happy to use either going forward.

I want to install the official M-Track Solo & Duo Drivers which I have used in the past on my Windows system, but the install process fails for me. Before the installer begins, an install window for Visual C++ Redistributable 2012 flashes onscreen twice. At the end of the install process I get this error message:

Image

When running under vanilla wine in the terminal, I get the same issue, plus this output in the terminal:

Code: Select all

ed@Slungie:~$ WINEPREFIX="/home/ed/.wine64/" wine-stable "/home/ed/Downloads/M-Track_1_0_6/M-Track_1_0_6/Install M-Audio M-Track Series Windows_1.0.6.exe"
04f0:err:richedit:ReadStyleSheet skipping optional destination
04f0:err:richedit:ReadStyleSheet skipping optional destination
04f0:err:richedit:ReadStyleSheet skipping optional destination
04f0:err:richedit:ReadStyleSheet skipping optional destination
0558:err:richedit:ReadStyleSheet skipping optional destination
0558:err:richedit:ReadStyleSheet skipping optional destination
0558:err:richedit:ReadStyleSheet skipping optional destination
0558:err:richedit:ReadStyleSheet skipping optional destination
0570:err:msi:execute_script Execution of script 0 halted; action L"[2.1\00015\0001{AA9D80E8-CEE7-4F5F-8314-66E4AF118CB6}\0001C:\\Program Files\\M-Audio\\M-Track\\Streaming\\\000123\00012\0001M-Audio M-Track Driver 1.0.6 (x64)\0001M-Audio<=>S-1-5-21-0-0-0-1000<=>{7E76C229-D68D-480E-BB99-DAF73BE3C67B}]MsiInstallDrivers" returned 1603
0570:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
0570:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
0570:err:msi:execute_script Execution of script 2 halted; action L"[2.1\00015\0001{AA9D80E8-CEE7-4F5F-8314-66E4AF118CB6}\000123\00012\0001M-Audio M-Track Driver 1.0.6 (x64)\0001M-Audio<=>S-1-5-21-0-0-0-1000<=>{7E76C229-D68D-480E-BB99-DAF73BE3C67B}]MsiRollbackInstall" returned 1603
A quick search online suggests that 1603 errors are due to missing dependencies. I used winetricks and the Bottles interface to install both Visual C++ Redistributable 2012 and the latest version as well, which did not solve the issue.

I am running on Zorin OS 17 (Ubuntu LTS 22.04 base). Any help would be appreciated.
Locked