MIDIMAP_drvOpen No software synthesizer midi port found

Questions about Wine on Linux
Locked
urrfaust
Newbie
Newbie
Posts: 2
Joined: Sat Nov 09, 2019 5:40 pm

MIDIMAP_drvOpen No software synthesizer midi port found

Post by urrfaust »

Hi,

I'm running this programme on Wine that is supposed to play MIDI sounds (download at https://www.miles.be/wp-content/uploads ... _Setup.zip) but no sound is produced.
I get this in the terminal output:

Code: Select all

0019:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
0009:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work.
Any clues how to make this work?
I have Wine 4.0.2-1 installed on Ubuntu 19.10 amd64

Thanks
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: MIDIMAP_drvOpen No software synthesizer midi port found

Post by jkfloris »

There are probably some useful tips in the Wiki:
https://wiki.winehq.org/MIDI
urrfaust
Newbie
Newbie
Posts: 2
Joined: Sat Nov 09, 2019 5:40 pm

Re: MIDIMAP_drvOpen No software synthesizer midi port found

Post by urrfaust »

I did follow some of the tips (like registry settings) but to no avail.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: MIDIMAP_drvOpen No software synthesizer midi port found

Post by jkfloris »

What is the output of:

Code: Select all

aconnect -o
endrus
Newbie
Newbie
Posts: 1
Joined: Sat Apr 04, 2020 12:52 pm

Re: MIDIMAP_drvOpen No software synthesizer midi port found

Post by endrus »

Having a similar issue with running FL Studio through Wine on Ubuntu 18.04.

Getting "MIDIMAP_drvOpen No software synthesizer midi port found".

The output of aconnect -o is:

client 14: 'Midi Through' [type=kernel]
0 'Midi Through Port-0

For clarity, FL Studio works, sound is produced, but can't connect to IL Remote (which is an iPad app which emulates a midi). Worked before but now wouldn't connect to FL Studio. Reinstalling Wine and FL Studio didn't help.

Any tips how can this be resolved? Thanks in advance!
Hi-Angel
Newbie
Newbie
Posts: 1
Joined: Fri Jan 22, 2021 5:35 pm

Re: MIDIMAP_drvOpen No software synthesizer midi port found

Post by Hi-Angel »

Same error, no sound, but another game. What helped me is renaming the OpenAL32.dll into OpenAL32.dllBCKP, thus forcing the usage of the wine built-in version of that DLL.

Hopefully it will help.
AND
Newbie
Newbie
Posts: 1
Joined: Sat Nov 06, 2021 2:32 pm

Re: MIDIMAP_drvOpen No software synthesizer midi port found

Post by AND »

Hi there,

I have the exact same problem as Endrus here with FL Studio and FL Studio Remote on iPad. They can see each other somehow, but don't connect and communicate.

I have the same error message, as well as this error message: 022c:err:ntdll:RtlpWaitForCriticalSection section 0000000000AB7F90 "?" wait timed out in thread 022c, blocked by 0344, retrying (60 sec).

When running FL Studio through Wine console, this is the output:

Code: Select all

Z:\...\FLStudio\drive_c\Program Files\Image-Line\FL Studio 20>ILR_ServerManager::start
Add new server 1
Constructor of ILRemoteServer called with ipaddr 192.168.0.103
ILRemoteServer destruct
Trying to bind on IP address 192.168.0.103
Net interface count : 1
server list count : 1
The output of aconnect -o is:

Code: Select all

aconnect -o                                                      ✔ 
client 14: 'Midi Through' [type=kernel]
    0 'Midi Through Port-0'
client 128: 'WINE midi driver' [type=user,pid=8103]
    1 'WINE ALSA Input '
Renaming the two OpenAL32.dll did not help.

Anyone got an idea how to fix this?
Locked