AntlrVSIX icon indicating copy to clipboard operation
AntlrVSIX copied to clipboard

Starting client failed

Open hankhsu1996 opened this issue 2 years ago • 2 comments

I'm on WSL 2 with Ubuntu 18.04. After I installed the extension I got the following error:

[Error - 3:26:07 AM] Starting client failed
Launching server using command /home/my_name/.vscode-server/extensions/kendomino.antlrvsix-vscode-1.2.0/out/../Server/net5.0/Server.exe failed.

Seems like the Server/ should be server/.

hankhsu1996 avatar May 30 '22 19:05 hankhsu1996

I got the same error on a Mac but seeing the .exe does it mean this only works on Windows?

danias avatar Sep 23 '22 13:09 danias

As with #126, the problem is that the server is compiled for Windows. I would think the server could be compiled with Mono on macOS or Linux. Once it's compiled, replace the existing exe with the new binary. If you don't want to name it the same, you'll have to find whatever is pointing to that specific file and edit it to point to the new file.

Are there other components that are compiled? Maybe try to compile the whole solution with Mono. I haven't tried it yet.

rljacobson avatar Nov 30 '22 01:11 rljacobson