Windows Server support?
Our YT-DLP environment is needing Deno to function. I placed the Deno.exe, updated PATH, and ran the --version test and it resulted in a popup error saying "The procedure entry point i IsWow64Process2 could not be lcoated in the dynamic link library {path}\deno.exe". This is on Win2016 server. Is this OS not supported by Deno? TIA for the help.
2 Replies
Looks like there may be updates for Win2016 Server that will enable the entry point... trying to remedy that now.
Yeah, it seems that entrypoint is only supported on Server 2016 version 1709 and up, according to https://learn.microsoft.com/en-us/windows/win32/api/wow64apiset/nf-wow64apiset-iswow64process2
This issue also showed results for obs, because I've never seen that error :soniThink: I figured it would be a good idea to try to note this in the deno docs, so I made a PR to document the minimum requirement for Windows
IsWow64Process2 function (wow64apiset.h) - Win32 apps
Determines whether the specified process is running under WOW64; also returns additional machine process and architecture information.