EspExceptionDecoder icon indicating copy to clipboard operation
EspExceptionDecoder copied to clipboard

ESPExceptionDecoder is not showing up Arduino 1.8.5 ESP Core 2.4.0

Open srankur opened this issue 7 years ago • 46 comments

Hi, I have followed up the instruction "https://github.com/me-no-dev/EspExceptionDecoder".

Still "Tools > ESP Exception Decoder" not showing up after even restart,

My config as follows- OS- Ubuntu 17.10 IDE - Arduino 1.8.5 ESP Core - 2.4.0 Folder path. home/"user"/installations/Arduino/tools/EspExceptionDecoder/tool/EspExceptionDecoder.jar

Please help getting it resolve. Appreciate your help!! Thanks, Ankur

srankur avatar Jan 28 '18 23:01 srankur

you'll have to extract it into sketches directory. I think you are doing it in the arduino15(In m case mac os) or arduino installation directory maybe.. Go and extract this into [sketches_directory]/tools folder

arihantdaga avatar Mar 09 '18 11:03 arihantdaga

Same problem, any help?

laercionit avatar May 20 '18 12:05 laercionit

@laercionit Did you extract in your sketchDirectory/tools folder ?

arihantdaga avatar May 23 '18 17:05 arihantdaga

@arihantdaga

Hi, thanks for trying to help.

$ ArduinoFolder \ tools \ EspExceptionDecoder \ tool \ EspExceptionDecoder.jar

The ArduinoIDE displays the item in the menu normally, Esp Exeption Decoder.

Unfortunately whenever I need to perform the decoder and put the return of the stack I get the msg of Decode Failed.

I am using the following software: OS: Windows 10 IDE Arduino 1.8.5 ESP8266 Core 2.4.1 (Installing with Boards Manager) EspExceptionDecoder 1.1.0

Decode does not work in any situation, it always decode failed.

laercionit avatar May 23 '18 17:05 laercionit

@laercionit Can you paste your stack here what are trying to paste in exp exception decoder.. ?

arihantdaga avatar May 23 '18 18:05 arihantdaga

@arihantdaga

stack>>> 3fffff00: 3ffe84dc 0000000e 3ffeed88 40204e68
3fffff10: 3ffe84dc 3ffeed88 3ffeed88 40204fb1
3fffff20: 3ffe8aa0 40203680 00000000 40204fb1
3fffff30: 3ffe8a80 3ffeed88 3ffeed88 40204fdc
3fffff40: 3ffe84dc 3ffeed88 3ffeed88 40205028
3fffff50: 3ffe84dc 3ffeed88 3ffee8d8 40202a35
3fffff60: 40205910 00000000 000003e8 feefeffe
3fffff70: 5245414c 2e4f4943 00006264 feefef00
3fffff80: 3ffef82c feefeffe feefeffe feefeffe
3fffff90: 00000001 feefeffe feefeffe feefeffe
3fffffa0: feefeffe feefeffe feefeffe 3ffeedac
3fffffb0: 3fffdad0 00000000 3ffeeda5 40205500
3fffffc0: feefeffe feefeffe 3ffe8504 40100739
<<<stack<<<

laercionit avatar May 23 '18 22:05 laercionit

@arihantdaga

Some example:

stack>>> 3fff3450: 3fffdad0 00000000 3fff23a0 4021de93
3fff3460: 00000000 00000000 00000000 feefeffe
3fff3470: feefeffe feefeffe 3fff2458 402315e4
3fff3480: feefeffe feefeffe 3fff2470 40100710
<<<stack<<<

laercionit avatar May 25 '18 19:05 laercionit

Its working fine, I think u might have selected some wrong .elf file or something.. If you compile and upload file using arduino then if exception occurs and u open exception decoder, it will not even ask you for .elf file and if u paste that stack in exception decoder you'll be able to decode it.

arihantdaga avatar May 26 '18 07:05 arihantdaga

How do I fix the Decoder problem locating the correct elf file without having to do this type of maneuver manually?

laercionit avatar May 26 '18 15:05 laercionit

I download the tool archive from Github. but i cann't find the tool directory in that archive. and i also cann't found this ".jar" file.

bha14ur avatar Oct 20 '18 11:10 bha14ur

On MacOS, you should put it on ~/Documents/Arduino/tools/.

dresende avatar Feb 28 '19 17:02 dresende

On MacOS, you should put it on ~/Documents/Arduino/tools/.

This actually saved me thank you very much!

pana216 avatar Jun 03 '19 16:06 pana216

On MacOS, you should put it on ~/Documents/Arduino/tools/.

This actually saved me thank you very much!

....On Windows10 too, thanks for the hint!

michaelradhuber avatar Nov 04 '19 18:11 michaelradhuber

you'll have to extract it into sketches directory. I think you are doing it in the arduino15(In m case mac os) or arduino installation directory maybe.. Go and extract this into [sketches_directory]/tools folder

Yes, that made it work. TY TY TY!!!!

flavio-fernandes avatar Dec 23 '19 17:12 flavio-fernandes

On MacOS, you should put it on ~/Documents/Arduino/tools/.

As mentioned by @arihantdaga check and see what the Arduino preferences have set as

sketchbook.path=

Then, add a tools directory under that, like: sketchbook.path=/Users/flaviof/projects_arduino

 (venv) OSX ~/projects_arduino
$ cd ~/projects_arduino
$ tree tools
tools
└── EspExceptionDecoder
    └── tool
        └── EspExceptionDecoder.jar

flavio-fernandes avatar Dec 23 '19 17:12 flavio-fernandes

I'm having the same problem with Arduino 1.8.12 (Windows Store 1.8.33.0)

I've attached two screenshots. Note that after I installed it, I restarted the Arduino IDE. espdecode1 epsdecode2

supuflounder avatar Apr 28 '20 20:04 supuflounder

Ignore previous message. I was off by two directory levels. Fixed.

supuflounder avatar Apr 28 '20 20:04 supuflounder

glad to hear. ;)

On Tue, Apr 28, 2020 at 4:07 PM joseph m. newcomer [email protected] wrote:

Ignore previous message. I was off by two directory levels. Fixed.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/me-no-dev/EspExceptionDecoder/issues/32#issuecomment-620827110, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANQIB4PRNEFMOE4UJKGNH3RO4ZRPANCNFSM4EN7U5XA .

flavio-fernandes avatar Apr 28 '20 21:04 flavio-fernandes

Hey I have done the same thing But Tool is not visible in my arduino Please reply its Urgent Screenshot (10)

TrinetraM avatar Dec 03 '20 08:12 TrinetraM

@TrinetraM same problem I got.

Vibeesarma avatar Feb 03 '21 11:02 Vibeesarma

can anyone help?

Vibeesarma avatar Feb 03 '21 11:02 Vibeesarma

Go to releases page and download .jar file and paste it in tools/EspExceptionDecoder you most probably have downloaded the master copy which includes sec folder and readme files even I did the same mistake

Trinetra

On Wed, 3 Feb, 2021, 17:21 vibeeshanan, [email protected] wrote:

can anyone help?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/me-no-dev/EspExceptionDecoder/issues/32#issuecomment-772451624, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL5262GTNHQO43DVLBXOVDS5E2EBANCNFSM4EN7U5XA .

TrinetraM avatar Feb 03 '21 13:02 TrinetraM

You need to click on the highlighted releases page link and download the tool extract it to tools folder in your sketchbook Trinetra

On Wed, 3 Feb, 2021, 17:21 vibeeshanan, [email protected] wrote:

can anyone help?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/me-no-dev/EspExceptionDecoder/issues/32#issuecomment-772451624, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL5262GTNHQO43DVLBXOVDS5E2EBANCNFSM4EN7U5XA .

TrinetraM avatar Feb 03 '21 13:02 TrinetraM

@TrinetraM No, what did you tell me about the above solution same I do, but it doesn't show the ESPExceptionDecoder in the tools section, what I do?

Vibeesarma avatar Feb 03 '21 17:02 Vibeesarma

Can u send me the screenshot of your tools folder Trinetra

On Wed, 3 Feb, 2021, 23:16 vibeeshanan, [email protected] wrote:

@TrinetraM https://github.com/TrinetraM No, what did you tell me about the above solution same I do, but it doesn't show the ESPExceptionDecoder in the tools section, what I do?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/me-no-dev/EspExceptionDecoder/issues/32#issuecomment-772696308, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL526Z4E63T2UN4IIOTU4LS5GDYHANCNFSM4EN7U5XA .

TrinetraM avatar Feb 03 '21 17:02 TrinetraM

I'm having the same problem with Arduino 1.8.12 (Windows Store 1.8.33.0)

I've attached two screenshots. Note that after I installed it, I restarted the Arduino IDE. espdecode1 epsdecode2

the same issue I am facing but it doesn't work how did you solve it?

Vibeesarma avatar Feb 03 '21 17:02 Vibeesarma

Just extract the zipfile to tools folder. After extraction your directory structure should look like this Arduino/tools/EspExceptionDecoder/tool/EspExceptionDecoder.jar

On Wed, 3 Feb, 2021, 23:22 vibeeshanan, [email protected] wrote:

I'm having the same problem with Arduino 1.8.12 (Windows Store 1.8.33.0)

I've attached two screenshots. Note that after I installed it, I restarted the Arduino IDE. [image: espdecode1] https://user-images.githubusercontent.com/11430861/80531955-6b1f3480-8969-11ea-8b3e-0c66af1edecb.PNG [image: epsdecode2] https://user-images.githubusercontent.com/11430861/80531983-770af680-8969-11ea-9b8a-fccbb9d0ee96.PNG

the same issue I am facing but it doesn't work how did you solve it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/me-no-dev/EspExceptionDecoder/issues/32#issuecomment-772700232, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL5263FJRY5T7Q2ZLPJYRTS5GEPHANCNFSM4EN7U5XA .

Trinetra

TrinetraM avatar Feb 03 '21 17:02 TrinetraM

Screenshot (58) this my tool folder

Vibeesarma avatar Feb 03 '21 17:02 Vibeesarma

@TrinetraM can you give me any suggestions?

Vibeesarma avatar Feb 03 '21 17:02 Vibeesarma

I will send you a zip file just extract that in Arduino/tools folder that should fix your problem

Trinetra

On Wed, 3 Feb, 2021, 23:27 vibeeshanan, [email protected] wrote:

[image: Screenshot (58)] https://user-images.githubusercontent.com/77588716/106788744-5b124f00-6677-11eb-90ec-93060efc2d4a.png this my tool folder

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/me-no-dev/EspExceptionDecoder/issues/32#issuecomment-772703395, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL52624TKGQGSWPNG7HS43S5GFCDANCNFSM4EN7U5XA .

TrinetraM avatar Feb 03 '21 17:02 TrinetraM