KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.83k stars 153 forks source link

init terminating in do_boot on IntelliJ 2023.2.5 on Mac #3458

Open derekcroft opened 9 months ago

derekcroft commented 9 months ago

Describe the bug When I try to launch Elixir from within IntelliJ, I get init terminating in do_boot and a crash dump

To Reproduce I don't know how to reproduce this, but it happens when I try to launch a configuration that uses iex or elixir (e.g., run tests, run mix task)

Expected behavior Configuration should launch in tab in the Run pane.

Screenshots Screenshot 2023-11-21 at 12 27 39 PM

Logs erl_crash.txt

Desktop:

Erlang:

Elixir:

Plugin:

Additional context I used to be able to launch my configurations and tests from within IntelliJ, but I am not longer able to. I switched from an Intel Mac to an M1 Mac, and this worked for a while then stopped.