Skip to content

XML Server binary needs a lot of CPU extensions #1055

@Nautilus-1021

Description

@Nautilus-1021

I tried to use the extension on a old PC running Ubuntu 24.10, but the binary version of the extension fails to launch and throws that error:

The current machine does not support all of the following CPU features that are required by the image: [CX8, CMOV, FXSR, MMX, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, LZCNT, AVX, AVX2, BMI1, BMI2, FMA].
Please rebuild the executable with an appropriate setting of the -march option.

My PC has an Intel 2520M CPU, which doesn't support AVX2. I think because VSCode doesn't need AVX2 to run, the extension should be able to run without. But the extension worked after I installed Java 8 to run the JAR version.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingbuild

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions