Open srankur opened 6 years ago
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
Same problem, any help?
@laercionit Did you extract in your sketchDirectory/tools folder ?
@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 Can you paste your stack here what are trying to paste in exp exception decoder.. ?
@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<<<
@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<<<
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.
How do I fix the Decoder problem locating the correct elf file without having to do this type of maneuver manually?
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.
On MacOS, you should put it on ~/Documents/Arduino/tools/
.
On MacOS, you should put it on
~/Documents/Arduino/tools/
.
This actually saved me thank you very much!
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!
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!!!!
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
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.
Ignore previous message. I was off by two directory levels. Fixed.
glad to hear. ;)
On Tue, Apr 28, 2020 at 4:07 PM joseph m. newcomer notifications@github.com 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 .
Hey I have done the same thing But Tool is not visible in my arduino Please reply its Urgent
@TrinetraM same problem I got.
can anyone help?
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, notifications@github.com 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 .
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, notifications@github.com 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 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?
Can u send me the screenshot of your tools folder Trinetra
On Wed, 3 Feb, 2021, 23:16 vibeeshanan, notifications@github.com 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 .
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.
the same issue I am facing but it doesn't work how did you solve it?
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, notifications@github.com 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
this my tool folder
@TrinetraM can you give me any suggestions?
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, notifications@github.com 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 .
Ok I Will wait for your zip folder @TrinetraM
Can you give me your whatsapp number gmail is blocking it for some reason
Trinetra
On Wed, 3 Feb, 2021, 23:32 vibeeshanan, notifications@github.com wrote:
Ok I Will wait for your zip folder @TrinetraM https://github.com/TrinetraM
— 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-772706389, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL5266HOBZSWSPKEKBPUATS5GFTJANCNFSM4EN7U5XA .
Can you give me your whatsapp number gmail is blocking the zip file
Trinetra
On Wed, 3 Feb, 2021, 17:21 vibeeshanan, notifications@github.com wrote:
@TrinetraM https://github.com/TrinetraM same problem I got.
— 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-772451353, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL5266EKHACUL5MW67UQIDS5E2CHANCNFSM4EN7U5XA .
for security reasons, I can't share my mobile number is there any other way to send me an option?
On Wed, Feb 3, 2021 at 11:38 PM TrinetraM notifications@github.com wrote:
Can you give me your whatsapp number gmail is blocking the zip file
Trinetra
On Wed, 3 Feb, 2021, 17:21 vibeeshanan, notifications@github.com wrote:
@TrinetraM https://github.com/TrinetraM same problem I got.
— 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-772451353 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ARL5266EKHACUL5MW67UQIDS5E2CHANCNFSM4EN7U5XA
.
— 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-772710724, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASP6R3B4GHT7WU673R4UCWTS5GGKXANCNFSM4EN7U5XA .
Skype id ?
Trinetra
On Thu, 4 Feb, 2021, 00:35 vibeeshanan, notifications@github.com wrote:
for security reasons, I can't share my mobile number is there any other way to send me an option?
On Wed, Feb 3, 2021 at 11:38 PM TrinetraM notifications@github.com wrote:
Can you give me your whatsapp number gmail is blocking the zip file
Trinetra
On Wed, 3 Feb, 2021, 17:21 vibeeshanan, notifications@github.com wrote:
@TrinetraM https://github.com/TrinetraM same problem I got.
— 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-772451353
, or unsubscribe <
https://github.com/notifications/unsubscribe-auth/ARL5266EKHACUL5MW67UQIDS5E2CHANCNFSM4EN7U5XA
.
— 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-772710724 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ASP6R3B4GHT7WU673R4UCWTS5GGKXANCNFSM4EN7U5XA
.
— 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-772716626, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL526YWNDWAIE4CJ3WLUDTS5GJA3ANCNFSM4EN7U5XA .
Share me your email id I will send a Google drive link download the zip file and extract it to Documents/Arduino/tools folder
Trinetra
On Thu, 4 Feb, 2021, 00:35 vibeeshanan, notifications@github.com wrote:
for security reasons, I can't share my mobile number is there any other way to send me an option?
On Wed, Feb 3, 2021 at 11:38 PM TrinetraM notifications@github.com wrote:
Can you give me your whatsapp number gmail is blocking the zip file
Trinetra
On Wed, 3 Feb, 2021, 17:21 vibeeshanan, notifications@github.com wrote:
@TrinetraM https://github.com/TrinetraM same problem I got.
— 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-772451353
, or unsubscribe <
https://github.com/notifications/unsubscribe-auth/ARL5266EKHACUL5MW67UQIDS5E2CHANCNFSM4EN7U5XA
.
— 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-772710724 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ASP6R3B4GHT7WU673R4UCWTS5GGKXANCNFSM4EN7U5XA
.
— 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-772716626, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL526YWNDWAIE4CJ3WLUDTS5GJA3ANCNFSM4EN7U5XA .
EspExceptionDecoder-1.1.0 (1).zip https://drive.google.com/file/d/1fjg-5BEG-Z0Ay2NNgTTHHUIS8tFcY3YP/view?usp=drivesdk
Trinetra
On Thu, 4 Feb, 2021, 00:35 vibeeshanan, notifications@github.com wrote:
for security reasons, I can't share my mobile number is there any other way to send me an option?
On Wed, Feb 3, 2021 at 11:38 PM TrinetraM notifications@github.com wrote:
Can you give me your whatsapp number gmail is blocking the zip file
Trinetra
On Wed, 3 Feb, 2021, 17:21 vibeeshanan, notifications@github.com wrote:
@TrinetraM https://github.com/TrinetraM same problem I got.
— 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-772451353
, or unsubscribe <
https://github.com/notifications/unsubscribe-auth/ARL5266EKHACUL5MW67UQIDS5E2CHANCNFSM4EN7U5XA
.
— 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-772710724 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ASP6R3B4GHT7WU673R4UCWTS5GGKXANCNFSM4EN7U5XA
.
— 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-772716626, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL526YWNDWAIE4CJ3WLUDTS5GJA3ANCNFSM4EN7U5XA .
Thank you so much, I'll check it out.
On Thu, Feb 4, 2021 at 1:16 PM TrinetraM notifications@github.com wrote:
EspExceptionDecoder-1.1.0 (1).zip < https://drive.google.com/file/d/1fjg-5BEG-Z0Ay2NNgTTHHUIS8tFcY3YP/view?usp=drivesdk
Trinetra
On Thu, 4 Feb, 2021, 00:35 vibeeshanan, notifications@github.com wrote:
for security reasons, I can't share my mobile number is there any other way to send me an option?
On Wed, Feb 3, 2021 at 11:38 PM TrinetraM notifications@github.com wrote:
Can you give me your whatsapp number gmail is blocking the zip file
Trinetra
On Wed, 3 Feb, 2021, 17:21 vibeeshanan, notifications@github.com wrote:
@TrinetraM https://github.com/TrinetraM same problem I got.
— 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-772451353
, or unsubscribe <
https://github.com/notifications/unsubscribe-auth/ARL5266EKHACUL5MW67UQIDS5E2CHANCNFSM4EN7U5XA
.
— 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-772710724
, or unsubscribe <
https://github.com/notifications/unsubscribe-auth/ASP6R3B4GHT7WU673R4UCWTS5GGKXANCNFSM4EN7U5XA
.
— 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-772716626 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ARL526YWNDWAIE4CJ3WLUDTS5GJA3ANCNFSM4EN7U5XA
.
— 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-773104532, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASP6R3AONRQQTZTCNNSHLUTS5JGGRANCNFSM4EN7U5XA .
Did you install it ? Did it work ?
Trinetra
On Thu, 4 Feb, 2021, 13:16 Trinetra Mohan, trinetram98@gmail.com wrote:
EspExceptionDecoder-1.1.0 (1).zip https://drive.google.com/file/d/1fjg-5BEG-Z0Ay2NNgTTHHUIS8tFcY3YP/view?usp=drivesdk
Trinetra
On Thu, 4 Feb, 2021, 00:35 vibeeshanan, notifications@github.com wrote:
for security reasons, I can't share my mobile number is there any other way to send me an option?
On Wed, Feb 3, 2021 at 11:38 PM TrinetraM notifications@github.com wrote:
Can you give me your whatsapp number gmail is blocking the zip file
Trinetra
On Wed, 3 Feb, 2021, 17:21 vibeeshanan, notifications@github.com wrote:
@TrinetraM https://github.com/TrinetraM same problem I got.
— 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-772451353
, or unsubscribe <
https://github.com/notifications/unsubscribe-auth/ARL5266EKHACUL5MW67UQIDS5E2CHANCNFSM4EN7U5XA
.
— 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-772710724 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ASP6R3B4GHT7WU673R4UCWTS5GGKXANCNFSM4EN7U5XA
.
— 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-772716626, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL526YWNDWAIE4CJ3WLUDTS5GJA3ANCNFSM4EN7U5XA .
@TrinetraM
Hi, I'm stuck in same problem.
Can I get access the .zip file?
Thanks
https://drive.google.com/file/d/1fjg-5BEG-Z0Ay2NNgTTHHUIS8tFcY3YP/view?usp=drivesdk
Trinetra
On Thu, 6 May, 2021, 14:47 SunBeenMoon, @.***> wrote:
@TrinetraM https://github.com/TrinetraM Hi, I'm stuck in same problem. Can I get access the .zip file?
Thanks
— 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-833371113, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL5267P7YTIFWBZWQC4FQ3TMJNBXANCNFSM4EN7U5XA .
https://drive.google.com/file/d/1fjg-5BEG-Z0Ay2NNgTTHHUIS8tFcY3YP/view?usp=drivesdk Trinetra … On Thu, 6 May, 2021, 14:47 SunBeenMoon, @.***> wrote: @TrinetraM https://github.com/TrinetraM Hi, I'm stuck in same problem. Can I get access the .zip file? Thanks — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#32 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARL5267P7YTIFWBZWQC4FQ3TMJNBXANCNFSM4EN7U5XA .
Thanks TrinetraM for me it worked!!
Hi!
I have the same problem as it was described before. I placed the file in correct path, I checked also with the version share via Drive, but the tool doesn't appear on the Tools menu. I use Arduino IDE 2.0.3 on Windows 11.
Thank you!
I've got the same issue
got the same issue
@jnegrete2005 @daniel-ungureanu got it working. I had Arduino IDE Version 2.0.3 on Win11 and i experienced the same issue you had. You have to use a older Version of Arduino IDE.
Get the Legacy Version of Arduino here: https://downloads.arduino.cc/arduino-1.8.19-windows.exe
Now the Tool shows up in Arduino and you can work with it. You dont even have to deinstall the 2.0.3 version.
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