Skip to content

Project gets stuck on "Loading Project.." on VS Code #986

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

Open
mustafaakagunduz opened this issue Mar 27, 2025 · 2 comments
Open

Project gets stuck on "Loading Project.." on VS Code #986

mustafaakagunduz opened this issue Mar 27, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mustafaakagunduz
Copy link

mustafaakagunduz commented Mar 27, 2025

Hello everyone,

When running a Wokwi project in VSCode, the simulation(when I launch diagram.json) gets stuck on "Loading Project.." and does not proceed. No errors are displayed, and the project does not start.

Steps to reproduce the behavior:

  1. Open VSCode and install the Wokwi extension.
  2. Load a Wokwi project (e.g., an ESP32 simulation).
  3. Run the project using the Wokwi extension.
  4. The screen remains stuck on "Loading Project.." indefinitely.

Expected behavior:
The simulation should start normally, displaying the project interface and running the embedded code.

Environment:

  • OS: macOS
  • VSCode Version: latest
  • Wokwi Extension Version**: latest

Additional context

  • I have tried reinstalling the Wokwi extension, but the issue persists.
  • Internet connection is stable, and no VPN is enabled.
  • The same project works fine in the web version of Wokwi.

Any insights or troubleshooting steps would be appreciated! 🚀

Image

@mustafaakagunduz mustafaakagunduz added the bug Something isn't working label Mar 27, 2025
@urish
Copy link
Contributor

urish commented Mar 27, 2025

Hi, thanks for reporting!

Is it just this specific project, or any projects?

Did it work previously?

Also, can you please try with the following test project, which is known to work: https://github.com/wokwi/esp-idf-hello-world

@urish urish self-assigned this Mar 27, 2025
@mustafaakagunduz
Copy link
Author

Hi, thanks for considering my issue,

I've just tried your diagram in VS Code and it works properly.

I have a Wokwi project, it has 2 files, one of them is "diagram.json" and other is "project.ino" file. When I copy the content of the project.ino to the main.cpp and change the main.cpp file to main.ino, it started work properly..

I didn't understand why but it works 😅 Do you have any comment about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants