On Sat Aug 15 14:59:59 2026 +0000, Jinoh Kang wrote:
This one's 11 (DIRID_SYSTEM), but the destination dir is 50 (DIRID_SYSTEM16). Is this intentional? That is correct. midimap.dll does not exist on Windows 98 and is in C:\windows\system32 on Windows XP. midimap.cfg is in C:\windows\system on Windows 98 and does not exist on Windows XP. It doesn't hurt to create midimap.cfg on NT-based versions of Windows; in fact that is the recommended solution on [WineVDM issue 1168](https://github.com/otya128/winevdm/issues/1165#issuecomment-1157849177) for getting Super Solvers games to run. midimap.dll is just the most convenient place for the static midimap.cfg resource to be in the Wine source code.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11568#note_148990