microsoft / live-share

Real-time collaborative development from the comfort of your favorite tools
http://aka.ms/vsls
Creative Commons Attribution 4.0 International
2.28k stars 253 forks source link

[VS Code] Live Share extension failed to initialize, try to reload the VSCode window and try again. #2029

Closed martinogiorgi25 closed 4 years ago

martinogiorgi25 commented 5 years ago

Error:

Live Share extension failed to initialize, try to reload the VSCode window and try again.

Steps to Reproduce:

1. 2.

Version Data
extensionName VSLS
extensionVersion 1.0.91
protocolVersion 2.2
applicationName VSCode
applicationVersion 1.33.1
platformName MacOS
platformVersion 18.2.0
martinogiorgi25 commented 5 years ago

LiveShareLogs.zip Attaching logs

IlyaBiryukov commented 5 years ago

Here is the error in the logs:

Error: Agent terminated with exit code: 0 and signal null: Failed to initialize CoreCLR, HRESULT: 0x8007001F

In a similar issue the root cause was that a process didn't have enough permissions. This may happen if we couldn't set the permissions on our files on activation of the extension, e.g. if VSCode was closed at that point.

@martinogiorgi25 Can you please try uninstalling and re-installing the extension to fix this issue?

martinogiorgi25 commented 5 years ago

I did several times.

Inviato da iPhone

Il giorno 29 apr 2019, alle ore 19:57, Ilya Biryukov notifications@github.com ha scritto:

Here is the error in the logs:

Error: Agent terminated with exit code: 0 and signal null: Failed to initialize CoreCLR, HRESULT: 0x8007001F In a similar issue the root cause was that a process didn't have enough permissions. This may happen if we couldn't set the permissions on our files on activation of the extension, e.g. if VSCode was closed at that point.

@martinogiorgi25 Can you please try uninstalling and re-installing the extension to fix this issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

IlyaBiryukov commented 5 years ago

@jasongin I'm sending the issue your way.

misaki1014 commented 5 years ago

I have the same issue. I reinstalled this extension a couple of times as well, but it didn't work.

Agent terminated with exit code: 0 and signal null: Failed to initialize CoreCLR, HRESULT: 0x80004005

Misaki'sLog.zip

macOS 10.14.4 Mojave (18E226) Application Version: 1.33.1 Extension Version: 1.0.125

fubaduba commented 4 years ago

We are actively fixing Live Share activation issues. This issue has been closed due to inactivity, however we are making fixes to related problems. Thanks you.