unbound icon indicating copy to clipboard operation
unbound copied to clipboard

unbound dropped Windows XP with SP3 since v1.14.0?

Open CNMan opened this issue 3 years ago • 1 comments

v1.13.2 works fine.but 1.14.0 or 1.15.0 show the error

The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.

2022-04-06_000419

CNMan avatar Apr 05 '22 16:04 CNMan

It seems we upgraded the mingw toolkit to a point where it stops supporting windows XP. But I am not sure what part of it is causing the issue. In this reference, the discussion says support for XP is getting dropped off, https://github.com/msys2/MINGW-packages/issues/5139 .

But it could also be the fix that adds libssp to be linked with for openssl 3.0.0 compilation. That could be the change.

Or it could be the change that introduced the if_nametoindex function to be called. But if you do not use the feature it should not call the function so that should not fail then.

The unbound.exe does not contain a reference to the string NtCreateFile though. Perhaps it is another function call that causes the problem.

wcawijngaards avatar Apr 06 '22 07:04 wcawijngaards

https://github.com/NLnetLabs/unbound/issues/689

CNMan avatar Nov 20 '22 10:11 CNMan