Hello,
after upgrading to version 2.3.3 I have a problem compiling my ESP32 module.
I have a problem with the message:
thread 'main' panicked at 'assertion failed: (left != right)
left: 0
,
right: 0
: Failed to get path name. Error code: 3', main.rs:65:9
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
exit status 101
Compilation error: exit status 101
Does anyone know how to solve the problem?
Thanks and have a nice day
From what? From IDE 1.x or from IDE 2.x (2.3.2?)?
Was that the only upgrade or did you also upgrade the board package and/or libraries?
Which operating system are you using.
What you can try is to downgrade the ESP32 board package in case that was also upgraded. If that works, you can upgrade it again; if that upgrade fails it has something to do with the board package.
Further I can't really help; here are some search results: esp32 thread 'main' panicked at 'assertion failed: (left != right) - Google Search
Note:
This might be IDE 2.x related (though not directly) and not hardware related and hence your topic has been moved to the IDE 2.x section of the forum.
From version 2.3.2 on Windows 10. I have already tried installing the original version 2.3.2 but the result is the same.
Yesterday when I was writing the program everything worked without problems and after the update this happened to me.
The problem was solved when I downgraded the esp board.
Thanks for help with my problem sterretje