-
Notifications
You must be signed in to change notification settings - Fork 97
Ols crashes after a few seconds in Windows 11 on arm #614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What happens if you call |
Nothing happens, no printout, the only thing is that the exit take some time, it doesn't occur instantly. Is it possible for me to do some |
I can also mention that all tests that's running by the build.bat script passes through, without any errors. |
There is an unhandled exception in the file enty_windows.odin:44
|
It's most likely related to Odin itself. I won't be able to fix it. |
I doesn't matter if I start the ols on the command line i a power shell or if it is started from within i.e
hx
or VScode, it starts and then it crashes. From the hx logs it says that Ols is started but closes the stream after a few seconds. I can also mention that I have created the ols.json file in my project directory. Another thing worth mentioning is that I have also installed Ols within WSL/Ubuntu on the same machine and it works as a charm:Log from
hx
:2025-03-14T11:38:40.677 helix_lsp [ERROR] failed to initialize language server: server closed the stream
2025-03-14T11:38:40.677 helix_lsp::transport [ERROR] ols err: <- StreamClosed
2025-03-14T13:09:47.498 helix_lsp::transport [ERROR] ols err: <- StreamClosed
2025-03-14T13:09:47.500 helix_lsp [ERROR] failed to initialize language server: server closed the stream
2025-03-14T13:34:03.668 helix_lsp::transport [ERROR] ols err: <- StreamClosed
2025-03-14T13:34:03.669 helix_lsp [ERROR] failed to initialize language server: server closed the stream
2025-03-14T14:11:30.352 helix_lsp::transport [ERROR] ols err: <- StreamClosed
2025-03-14T14:11:30.353 helix_lsp [ERROR] failed to initialize language server: server closed the stream
2025-03-14T14:12:22.358 helix_lsp::transport [ERROR] ols err: <- StreamClosed
2025-03-14T14:12:22.359 helix_lsp [ERROR] failed to initialize language server: server closed the stream
2025-03-14T14:14:12.322 helix_lsp::transport [ERROR] ols err: <- StreamClosed
2025-03-14T14:14:12.323 helix_lsp [ERROR] failed to initialize language server: server closed the stream
The text was updated successfully, but these errors were encountered: