Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How to fix VS COde "fatal error: runtime: bsdthread_register error" on MacOS Monterey

Writer Olivia Zamora

I'm getting "fatal error: runtime: bsdthread_register error" error on VS code when i try to run a command on terminal.

This used work fine on Big sur and older versions.

Is there a way to get this fixed on Monterey?

4

3 Answers

If this is a program you built from source, you will need to rebuild it with a newer version of Go:

This might not be the issue of vscode. If you open your shell terminal, the error might still be there. Try changing your default terminal to zsh instead of bash. You can follow this to see how to change the vscode default terminal.

The same situation happens when I use goimports command after upgrading go version to 1.17. Try to upgrade your go tools, Good Luck!

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy