vls icon indicating copy to clipboard operation
vls copied to clipboard

VLS Exited with Status Code 139 on Sublime

Open nac5604 opened this issue 4 years ago • 1 comments

System Information

V doctor

OS: windows, Microsoft Windows 10 Home v19044 64-bit
Processor: 16 cpus, 64bit, little endian, AMD Ryzen 9 4900HS with Radeon Graphics
CC version: Error: exec failed (CreateProcess) with code 2: The system cannot find the file specified.
 cmd: cc --version

getwd: C:\Users\user
vmodules: C:\Users\user\.vmodules
vroot: C:\Users\user\v
vexe: C:\Users\user\v\v.exe
vexe mtime: 2022-01-11 20:57:30
is vroot writable: true
is vmodules writable: true
V full version: V 0.2.4 ab642ca

Git version: git version 2.34.1.windows.1
Git vroot status: weekly.2022.02-14-gab642cac
.git/config present: true
thirdparty/tcc status: thirdparty-windows-amd64 9de1a49e

VLS info

vls version 0.0.1.7ac8c72

Problem Description

Tried to edit this code, but Sublime text responded with this error window.

Expected Output

VLS and Sublime should properly provide suggestions from V.

Actual Output

Sublime displays this error window.

Steps to Reproduce

Edit some V code in Sublime Stable 4126 with LSP 4070-1.15.0 installed and configured with VLS 0.0.1.7ac8c72.

Last Recorded LSP Requests

vls.log

nac5604 avatar Jan 12 '22 01:01 nac5604

Your gist seems to be private. Could you make it public please?
According to this it's fatal error signal 11.

Sorry I can't be more help, that's all I know about it.

I am wondering though, are you using/have you written any of an LSP package for sublime?
I've been trying to use vls with Sublime but (apart from one time when I created a fixed length array and it declared that the os, flag, and clipboard packages couldn't be found - but math could... and then it removed the errors when I saved the file - without having to do anything to my file/module/path) it does nothing beyond initialize.
Whenever I explicitly call the format command, it says "file does not exist" in the status bar and nothing else seems to happen.

kendfss avatar Feb 10 '22 16:02 kendfss

Try https://blog.vosca.dev/meet-v-analyzer/ instead, now that it is released.

JalonSolov avatar Jul 03 '23 16:07 JalonSolov