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

Windows on ARM package errors #1812

Open
1 of 2 tasks
itpropro opened this issue Oct 19, 2024 · 2 comments
Open
1 of 2 tasks

Windows on ARM package errors #1812

itpropro opened this issue Oct 19, 2024 · 2 comments

Comments

@itpropro
Copy link

I've searched open issues for similar requests

  • Yes

I've recently downloaded the latest plugin version of mason.nvim

  • Yes

Problem description

On native Windows on ARM nvim (current MSVC build), mason has the following errors:

[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=lua-language-server) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=stylua) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=hadolint) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=shfmt) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=marksman) error="The current platform is unsupported."

Expected behavior

Pacakges should install properly and use the native ARM package if available, alternatively use the x64 and emulate.

Affected packages

lua-language-server. stylua, hadolint, shfmt, marksman

Mason output

No response

Installation log

[INFO DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:184: Executing installer for Package(name=lua-language-server) {}
[INFO DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:184: Executing installer for Package(name=marksman) {}
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=lua-language-server) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=stylua) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=hadolint) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=shfmt) error="The current platform is unsupported."
[ERROR DATE TIME] ...m-data/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=marksman) error="The current platform is unsupported."

Neovim version (>= 0.7)

NVIM v0.11.0-dev-941+gcd8e15e33
Build type: Release
LuaJIT 2.1.1727870382

Operating system/version

Windows 11 24H2

Healthcheck

-

Screenshots

No response

@MrTrigger
Copy link

Same for me

@itpropro
Copy link
Author

itpropro commented Jan 2, 2025

Any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants