
- Posts: 13
- Joined: Thu Apr 26, 2018 12:19 am
- Real Name: Stani Tolmi
Steps to reproduce:
1. In Resolve>Prefs>System>Control Panels enable Use MIDI Audio Console
2. Restart Resolve, get a crash on Loading control surfaces
Reinstalling Resolve with different components does not fix the issue since uninstalling Resolve does not clear the preferences.
Having MIDI controllers connected or installed in a system does nothing as well.
I've noticed that removing preferences folder allowed Resolve to launch normally after reinstalling it, so I dig deeper. Looking into the memory dump file (with VS2013Ult) showed C:\Windows\System32\midimap.dll on the last row, which was also mentioned in logs apart of other errors, so I recalled what setting could trigger the issue and searched for midi in config files and found it inside Fairlight config:
C:\ProgramData\Blackmagic Design\DaVinci Resolve\Preferences\Fairlight\System Parameters.xml
where the value on a line with "MIDI_CONTROLLER_ENABLED" should be set to 0 to disable MIDI Audio Console. After this Resolve will work fine.
Windows 10 Ent. 1709 (16299.125)
Resolve 15.0.0B.030
I believe this is the part of the log in question:
EOF
1. In Resolve>Prefs>System>Control Panels enable Use MIDI Audio Console
2. Restart Resolve, get a crash on Loading control surfaces
Reinstalling Resolve with different components does not fix the issue since uninstalling Resolve does not clear the preferences.
Having MIDI controllers connected or installed in a system does nothing as well.
I've noticed that removing preferences folder allowed Resolve to launch normally after reinstalling it, so I dig deeper. Looking into the memory dump file (with VS2013Ult) showed C:\Windows\System32\midimap.dll on the last row, which was also mentioned in logs apart of other errors, so I recalled what setting could trigger the issue and searched for midi in config files and found it inside Fairlight config:
C:\ProgramData\Blackmagic Design\DaVinci Resolve\Preferences\Fairlight\System Parameters.xml
where the value on a line with "MIDI_CONTROLLER_ENABLED" should be set to 0 to disable MIDI Audio Console. After this Resolve will work fine.
Windows 10 Ent. 1709 (16299.125)
Resolve 15.0.0B.030
I believe this is the part of the log in question:
- Code: Select all
[0x00000e10] | Fairlight | INFO | 2018-04-25 13:56:49,966 | Running Fairlight (r007064-63060db9019c59eef9b8f1b1b57cc86a5e56fb35)
[0x00003ce0] | SyManager | ERROR | 2018-04-25 13:56:50,825 | socket failed to connect to server, error: 10061
MidiOutWinMM::openPort: error creating Windows MM MIDI output port.
[0x00002db8] | Main | INFO | 2018-04-25 13:56:52,932 | Caught termination signal SIGABRT, triggering termination routine
[0x00002db8] | Main | ERROR | 2018-04-25 13:56:52,932 | Termination request failed
EOF