You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Helix text editor on Windows 11 with ols built from the master branch. Every time, as soon as I invoke "goto_definition" my editor instantly crashes. The last entries in the log are as follows:
2025-02-25T00:44:30.140 helix_lsp::util [WARN] LSP position Position { line: 66, character: 0 } out of range assuming EOF
2025-02-25T00:44:30.711 helix_term::application [ERROR] Ignoring unknown notification from Language Server: protocol error: InvalidParams: Invalid params: invalid value: integer `-1`, expected u32.
I believe that, because the call is coming from "inside" my editor, if that makes sense, that this is causing Windows 11 to flag Helix as malware because it is entirely deleting the executable. Even upon rebuilding, without wiping all cache, I get some error saying:
Program 'hx.exe' failed to run: Operation did not complete successfully because the file contains a virus or potentially unwanted softwareAt line:1 char:1 + hx + ~~.
I am even trying to read through the ols source seeing if I can find why this is occurring, but so far I have no idea what the issue is. Has anyone else experience this or know a way to fix it? As of right now, I am just writing Odin with no LSP. This problem occurs as soon as I invoke anything ols exclusively, even though there is not much indication from the error messages that this is an ols problem, I have confirmed it is only happening when ols gets called and is added to $PATH for use.
The text was updated successfully, but these errors were encountered:
For the past couple of hours, since I initially posed, I changed to the nightly release and I have yet to have a crash. While the versions for both say the same, building from master has some newer commits so as of right now it seems to be an issue that is from after Jan 26th, 2025. I'll keep experimenting, and later I will rebuild master and see if the problem immediately starts occurring again.
I am using the Helix text editor on Windows 11 with ols built from the master branch. Every time, as soon as I invoke "goto_definition" my editor instantly crashes. The last entries in the log are as follows:
I believe that, because the call is coming from "inside" my editor, if that makes sense, that this is causing Windows 11 to flag Helix as malware because it is entirely deleting the executable. Even upon rebuilding, without wiping all cache, I get some error saying:
Program 'hx.exe' failed to run: Operation did not complete successfully because the file contains a virus or potentially unwanted softwareAt line:1 char:1 + hx + ~~.
I am even trying to read through the ols source seeing if I can find why this is occurring, but so far I have no idea what the issue is. Has anyone else experience this or know a way to fix it? As of right now, I am just writing Odin with no LSP. This problem occurs as soon as I invoke anything ols exclusively, even though there is not much indication from the error messages that this is an ols problem, I have confirmed it is only happening when ols gets called and is added to $PATH for use.
The text was updated successfully, but these errors were encountered: