-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
bugSomething isn't workingSomething isn't working
Description
To upvote this issue, give it a thumbs up. See this list for the most upvoted issues.
Describe the bug
When running new releases on Windows (v0.39.0) it is failing due to CPU features required by the executable.
ECA stderrr:
Downloading eca from https://github.com/editor-code-assistant/eca/releases/download/0.114.0/eca-native-windows-amd64.zip to c:\Users\user\.vscode\extensions\editor-code-assistant.eca-0.39.0\eca-native-windows-amd64.zip
ECA artifact downloaded to c:\Users\user\.vscode\extensions\editor-code-assistant.eca-0.39.0\eca-native-windows-amd64.zip
[VSCODE] spawning server: c:\Users\user\.vscode\extensions\editor-code-assistant.eca-0.39.0\eca.exe with args: server --log-level debug
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, F16C].
Please rebuild the executable with an appropriate setting of the -march option.
[VSCODE] server process closed: code=1 signal=null
To Reproduce
Steps to reproduce the behavior:
- Update ECA on windows
- Try to run it
Expected behavior
That old CPUs are supported or have any information about the requirements to run ECA.
Doctor
$ wmic cpu get name
Name
Intel(R) Core(TM) i5-3570K CPU @ 3.40GHzAdditional context
I didn't have time to investigate more, but maybe is related to this commit 4aa0bc0 that changes the graalvm action
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working