-
Notifications
You must be signed in to change notification settings - Fork 4
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
Windows platform: InvalidPathException on plugin startup #6
Comments
@vojkog this could be related to a malformed |
Hello @dozed , thank you for your answer. Here is a value of my
|
The It might be due to a different environment variable, as this function https://github.com/rockofox/intellij-haskell-lsp/blob/main/src/main/kotlin/boo/fox/haskelllsp/HaskellLanguageServerFactory.kt#L20-L22 iterates over all env variables. |
I think it's checking all environment variables instead of just
Removing the key indeed solves it. Adding to that, I don't think it's going to work for Windows anyway, since |
Hello, and thank you for developing/maintaining this project.
I have encountered an issue while trying to run the plugin on Windows, and I hope you can help.
Description
On project start HLS immediately crashes with the following stack trace:
Environment
IntelliJ IDEA 2024.1.4 (Ultimate Edition)
Build #IU-241.18034.62, built on June 20, 2024
Runtime version: 17.0.11+1-b1207.24 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2548M
Cores: 16
Registry:
debugger.new.tool.window.layout=true
ide.experimental.ui=true
editor.minimap.enabled=true
terminal.new.ui=true
Non-Bundled Plugins:
com.github.bric3.excalidraw (0.4.0)
com.jetbrains.space (241.18034.4)
com.redhat.devtools.lsp4ij (0.0.2)
com.intellij.ideolog (222.3.2.0)
Pythonid (241.18034.62)
com.intellij.grazie.pro (0.3.320)
boo.fox.haskelllsp (1.3.2)
AntSupport (241.18034.55)
com.intellij.spring.websocket (241.14494.158)
PlantUML integration (7.10.1-IJ2023.2)
org.asciidoctor.intellij.asciidoc (0.42.2)
com.intellij.ml.llm (241.18034.12)
com.haulmont.rcb (241.15989.9)
mdx.js (241.15989.9)
com.intellij.bigdatatools.core (241.18034.62)
com.intellij.bigdatatools.kafka (241.14494.158)
Kotlin: 241.18034.62-IJ
Screenshot
Please let me know if you need any additional information that might be helpful in resolving this issue.
Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered: