Moi v4 freezing/crash.

 From:  Michael Gibson
10363.17 In reply to 10363.15 
Hi 2byts, I was looking over the crash dump info a little more and I noticed another possible hooking thing: NahimicOSD.dll .

It seems to be part of your audio driver which has several DLLs loaded but the "OSD" part of that one probably means on-screen display so it's another possible source of interference and has also caused crashes in other apps previously too:
https://support.microsoft.com/en-us/topic/office-applications-crash-due-to-nahimic-audio-driver-1a7cdd29-5c89-4579-9043-faa97120ff92
https://github.com/visualboyadvance-m/visualboyadvance-m/issues/623

If you can figure out a way to turn off that piece as well that might be worth a try.

It's a little strange that the audio driver has something that hooks into the video driver display code but that is what it appears to do.

- Michael