Skip to content
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

32-bit version doesn't run in XP #36222

Closed
GHExplorer opened this issue Nov 22, 2020 · 2 comments
Closed

32-bit version doesn't run in XP #36222

GHExplorer opened this issue Nov 22, 2020 · 2 comments
Labels
question Issues that look for answers. windows Issues and PRs related to the Windows platform.

Comments

@GHExplorer
Copy link

  • Version:
  • Platform:
  • Subsystem:

What steps will reproduce the bug?

How often does it reproduce? Is there a required condition?

What is the expected behavior?

Hi, I tried both installing the 32-bit Windows msi, and the portable executable.

What do you see instead?

But it looks like it will run only in Windows 8.1 and above, according to the error message.

Additional information

@ChALkeR ChALkeR added question Issues that look for answers. windows Issues and PRs related to the Windows platform. labels Nov 22, 2020
@ChALkeR
Copy link
Member

ChALkeR commented Nov 22, 2020

That is expected, see https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list — minimum supported Windows version is 8.1 and above.

Also:

Node.js does not support a platform version if a vendor has expired support for it.

Windows XP reached End of Life long ago, extended support by Microsoft ended back in 2014.
See https://docs.microsoft.com/en-us/lifecycle/products/windows-xp.

It's not possible to reliably support a platform which the platform vendor doesn't maintain anymore.
Also, it would have created more risks to the users, as they don't receive security updates from their platform vendor.
Morever, the libraries used by Node.js also don't support Windows XP anymore.

Also, #33034 has more info.

@ChALkeR ChALkeR closed this as completed Nov 22, 2020
@GHExplorer
Copy link
Author

"Morever, the libraries used by Node.js also don't support Windows XP anymore."

Yep, I understand, thanks ChALker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issues that look for answers. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

No branches or pull requests

2 participants