rage / tmc-vscode

TestMyCode extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=moocfi.test-my-code
MIT License
25 stars 6 forks source link

Error during initialization: Error: spawn Unknown system error -88 #724

Open PertTaVa opened 1 month ago

PertTaVa commented 1 month ago

Hi TMC Team, I’m experiencing an issue with your plugin, TMC, v3.0.3. The problem occurs when I started install the plugin.

Here is the error message I received:

Screenshot 2024-09-19 at 17 38 10

I am using Visual Studio Code version: 1.84.1 (Universal) on MacBookAir, M1, macOS Ventura 13.5. Could you please assist me with this issue? Let me know if you need any more information. Thank you!

Heliozoa commented 1 month ago

Hi, thanks for the issue.

While I look into this, you can try installing Rosetta: https://support.apple.com/en-us/102527

I think the issue may be caused a mismatch between the architecture of the CLI used by the extension and your computer, I'll look into it and see if I can offer a proper fix, but hopefully installing Rosetta will help until I can do that.

PertTaVa commented 1 month ago

Hi, thanks for you reply and support. I will try installing Rosetta and let you know if it resolves the issue. BR.

PertTaVa commented 1 month ago

Hey, I installed Rosetta using the Terminal command softwareupdate --install-rosetta, uninstalled and reinstalled TMC, and restarted VS Code. Everything is working now.