-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 11 IoT Enterprise LTSC 24H2 #294
Comments
I switched off windows security for compiling, installing and running. |
Hi, I see you are not running a DOS-Application but a Win16 application. Unfortunately, Microsoft removed crucial functions from Windows 11 so that Win16 execution is no longer working and is dead on Windows 11 as of Windows 11 22H2. So for Win16 applications, please use WineVDM , it can coexist with NTVDMx64 so that you can use NTVDMx64 for DOS and WineVDM for Win16. |
They went even further in 24H2 by removing pretty much all the user 3.1 style compatibility code (otya128/winevdm#1469) which should even affect nt31/win32s programs. I'd expect the basesrv vdm stuff is on the chopping block too. Is there workarounds for that or would that halt the project? |
thanks for your input! i switched to otvdm. this issue can be closed if you like |
What a shame! Any idea how to contact them and make them aware that there are applications relying on this? The removal of the code doesn't help anyone. I had contact with the Console team over github and at least convinced them to keep ConhostV1 as an optional component, but they are just the console team, so no influence on GDI and USER32 teams, I guess. Unfortunately, a former Microsoft employee told me that if an issue doesn't affect a big amount of paying enterprise customers, sadly they simply don't care at all. Regarding basesrv stuff, this would be very hard to work around, as its tightly integrated into the OS and if the whole mechanism falls apart, there would be the need of heavy patching and depends on how they do it, if it's repairable or not. |
first of all, this project is amazing! thanks for all the work
I suceccfully compiled and installed using autobuild-all-chk and everything works in my Win10 64bit VM
on my Win 11 IoT Enterprise LTSC 24H2 device i tried the same but nothing is opened. No errors, no warnings, just a spinning wheel for 2 seconds and thats it.
Could you check my dbgview output?
WORKING in VM:
NOT WORKING Win 11 machine:
The text was updated successfully, but these errors were encountered: