leecher1337 / ntvdmx64

Run Microsoft Windows NTVDM (DOS) on 64bit Editions
820 stars 81 forks source link

Problem with ldntvdm loader that interferes with WSL on Windows 11 #268

Closed leecher1337 closed 3 months ago

leecher1337 commented 3 months ago

Found this:

https://www.toughdev.com/content/2023/11/troubleshooting-hard-to-find-windows-subsystem-for-linux-wsl-crash-due-to-issues-with-ntvdmx64/

leecher1337 commented 3 months ago

Problem can be fixed by creating C:\windows\ldntvdm.ini with content:

[blacklist]
SearchIndexer.exe
wslservice.exe

Maybe ship this blacklist with default installation?

mdanh2002 commented 3 months ago

Thank you for the fix. NTVDMx64 now works fine with both WSL and Windows Search. I have also updated my blog article with this fix. Thank you once again.

ringtailedfox commented 2 months ago

does this work for Windows 10 users as well, or Windows 11 only?

leecher1337 commented 2 months ago

Changelog states Win 10 and 11, so it should work on Win 10 too.