You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a diagram.json and wokwi.toml at the root of my project in CLion, yet whenever I start the simulation, I get the following error, Found multiple configuration files: file:/... Specify the concrete one in the Settings. The issue is that I have just one wokwi.toml, yet I get this error. More interestingly the error specifies two file paths; one for each conflicting config file, but they are 100% identical and lead to the same file.
To Reproduce
Steps to reproduce the behavior:
Create diagram.json and wokwi.toml in online editor
Download files to project root
Go to Wokwi tab
Click on "Start simulation"
See error balloon
Expected behavior
Simulation starts as normal using the configuration files at project root.
Additional context
My CLion project is not setup for platformio or anything else of the sort, I am simply looking to simulate my firmware on an esp32-s3.
Any help appreciated!
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a diagram.json and wokwi.toml at the root of my project in CLion, yet whenever I start the simulation, I get the following error,
Found multiple configuration files: file:/... Specify the concrete one in the Settings.
The issue is that I have just one wokwi.toml, yet I get this error. More interestingly the error specifies two file paths; one for each conflicting config file, but they are 100% identical and lead to the same file.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Simulation starts as normal using the configuration files at project root.
Additional context
My CLion project is not setup for platformio or anything else of the sort, I am simply looking to simulate my firmware on an esp32-s3.
Any help appreciated!
The text was updated successfully, but these errors were encountered: