Skip to content
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

ESP Exception Decoder Sketch path is not set #16

Closed
pschatzmann opened this issue Feb 25, 2024 · 7 comments
Closed

ESP Exception Decoder Sketch path is not set #16

pschatzmann opened this issue Feb 25, 2024 · 7 comments

Comments

@pschatzmann
Copy link

pschatzmann commented Feb 25, 2024

I am getting the following errors:
ESP Exception Decoder
Sketch path is not set

image

@dankeboy36
Copy link
Owner

Thanks for trying the decoder and reporting the bug. What's your Arduino IDE version?

@pschatzmann
Copy link
Author

Version is 2.3.2
In the Preferences I change the SketchBookLocation to /home/pschatzmann/Development/Arduino

@dankeboy36
Copy link
Owner

In the Preferences I change the SketchBookLocation to /home/pschatzmann/Development/Arduino

I could not reproduce it with 2.3.2 by changing the sketchbook location. I have to ask for some additional details from you:

Thank you

@pschatzmann
Copy link
Author

pschatzmann commented Feb 26, 2024

Strange, I activated the log and now it has started to work.
So I guess pasting any logs will not provide any additional information.
I tested with a new sketch and an example sketch and both were working.
I am closing the issue...

@dankeboy36
Copy link
Owner

Thanks for the update. If you can reproduce it, please let me know.

@mantolov
Copy link

I get this error in IDE version 2.3.3 for Windows (11). My sketches are on a personal OneDrive. The error doesn't show up straight away, it usually takes a while after starting up the IDE (although sometimes straight away). Usually fixed by restarting the IDE, but then I have to wait for "package_esp32_index.json" to very slowly load (faster if I close the Serial Monitor)... When it works, ESP Exception Decoder, works well...

@kittaakos
Copy link

kittaakos commented Nov 14, 2024

My sketches are on a personal OneDrive.

It's a known defect in the Arduino IDE: arduino/arduino-ide#1797. This decoder extension cannot do anything to work around the bug.

Usually fixed by restarting the IDE, but then I have to wait for "package_esp32_index.json" to very slowly load (faster if I close the Serial Monitor)

This was a bug in the Arduino CLI (arduino/arduino-cli#2719) and has been fixed, but the fixes are not yet available from the Arduino IDE 2.3.3 or the nightly builds. (I could not find the corresponding Arduino IDE GitHub issue. arduino/arduino-ide#2562) The decoder extension cannot fix this issue.

https://github.com/arduino/arduino-ide/blob/63e9dfd7f5949c77ffbfb6175e2e9c2991317bca/arduino-ide-extension/package.json#L172-L174

ESP Exception Decoder, works well...

I am glad to hear that.

Please update this issue if you can reproduce the defect after moving your sketch from OneDrive to your local disk, and closing the serial monitor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants