Jozott00 / wokwi-intellij

An Intellij plugin that integrates the Wokwi simulator into Jetbrains IDEs such as CLion and RustRover.
https://jozott00.github.io/wokwi-intellij/
MIT License
7 stars 0 forks source link

[BUG] JCEF browser is not supported #74

Open markjfisher opened 4 months ago

markjfisher commented 4 months ago

Describe the bug Trying to Start the Simulator in RustRover 2024.2 EAP via WSL2

To Reproduce

  1. Create a project in RR 2024.2 EAP in WSL2
  2. Configure Wokwi with minimal setup
  3. Click Start Simulator

Expected behavior The simulator runs

Screenshots image

Additional context I'm trying to run a simple ESP-IDF project via RustRover, have it working and flashing to the device fine, but I came across Wokwi, and thought I'd give it a try, however when I click Start Simulator I get the above error.

The JVM that RustRover starts on WSL2 is this version:

$ /tmp/pid.2721558.temp.jbr/bin/java.bin -version
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment JBR-17.0.11+1-1207.24-jcef (build 17.0.11+1-b1207.24)
OpenJDK 64-Bit Server VM JBR-17.0.11+1-1207.24-jcef (build 17.0.11+1-b1207.24, mixed mode)

which appears to mention jcef, so would expect it to contain it.