borkdominik / bigER

Entity Relationship Diagram modeling tool realized as a language server that is distributed as a VS Code extension.
https://marketplace.visualstudio.com/items?itemName=BIGModelingTools.erdiagram
MIT License
106 stars 13 forks source link

Couldn't start client ERDiagram Language Server #67

Open AkaiKenshi opened 2 months ago

AkaiKenshi commented 2 months ago

Description

can't use the tool due to this error

output:

[Error - 2:51:50 AM] Starting client failed
Error: spawn EINVAL
    at ChildProcess.spawn (node:internal/child_process:421:11)
    at Object.spawn (node:child_process:799:9)
    at c:\Users\nacho\.vscode\extensions\bigmodelingtools.erdiagram-0.5.0\pack\main.js:13639:40

Current Behavior

No response

Expected Behavior

No response

Steps to Reproduce

  1. on Startup

Environment

-OS: Windows -JAVA: openjdk 11.0.16.1 2022-08-12 LTS -VSCode: 1.92.2

Additional Information

No response

PedroBlanco commented 2 months ago

Description

Same error: plugin not loading.

Current Behavior

  1. Error dialogs: imagen
  2. Output: [Error - 1:26:11 PM] Starting client failed Error: spawn EINVAL at ChildProcess.spawn (node:internal/child_process:421:11) at Object.spawn (node:child_process:799:9) at c:\Usuarios\pedro\.vscode\extensions\bigmodelingtools.erdiagram-0.5.0\pack\main.js:13639:40

Expected Behavior

  1. Dialog saying that it has been correctly loaded.

Steps to Reproduce

  1. On opening an .erd file

Environment

Same machine with:

GOKU900 commented 1 month ago

I was having the same issue. I was on VS code August 2024 (version 1.93). I reverted to VS code June 2024 (version 1.91) and did not see the error under this version and "bigER Modeling Tool v0.5.0".

giuliano-marinelli commented 3 weeks ago

Any solution for this problem with new VS Code versions?