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

Crash when press Open for serial connection #63

Open
netstrike opened this issue Oct 13, 2017 · 37 comments
Open

Crash when press Open for serial connection #63

netstrike opened this issue Oct 13, 2017 · 37 comments
Labels

Comments

@netstrike
Copy link

Today... when i have installed the JDK 9.0 ESplorer crash everytime ....

hs_err_pid5988.log

@4refr0nt
Copy link
Owner

Its problem jSSC-2.8_x86_64.dll jSCC library

@4refr0nt 4refr0nt added the bug label Oct 13, 2017
@d-rez
Copy link

d-rez commented Oct 23, 2017

Can confirm. Would you be able to fix this or do we have to roll back to JDK8?

@RouterBox
Copy link

Confirming Esplorer is broken on windows 10 with jdk 9.

@4refr0nt
Copy link
Owner

I can't fix jSCC library, try roll back to JDK8

@FUTC-Coding
Copy link

Having the same problem on win 10 with jdk 9

@CyanoFresh
Copy link

same

@RouterBox
Copy link

Roll back to JDK 8. Fixed it for me.

@wildfire810
Copy link

good jobs
all above

@d-rez
Copy link

d-rez commented Jun 23, 2018

@4refr0nt, just a heads-up that the same behaviour is exhibited by Java 10. Since it's been broken for 2 Java versions would you be able to work around this somehow?

@fribeiro1
Copy link

Same for Java 11.

@d-rez
Copy link

d-rez commented Dec 22, 2018

I guess the dev doesn't care anymore, but you can install jdk8 alongside newer ones and then just modify the path to Java executable in the .bat file to point towards jdk8 directly.

OS will use jdk11 and app will use jdk8

@davidhbrown
Copy link

In case it helps anyone, here's a modified batch file that targets the current-as-of-today JRE 8. The included batch file wasn't working for me anyway until I included the "%~dp0" to give Java the full path to the jar.

"C:\Program Files\Java\jre1.8.0_201\bin\java.exe" -jar "%~dp0\ESPlorer.jar" 

@kabilramar
Copy link

Mentioned the above absolute path but it didn't works what is the reason

@davidhbrown
Copy link

@kabilramar, Well, that was a couple weeks ago... JRE 8 is now up to version 211 and/or 212, so your best bet would be to poke around in your Program Files\Java folder and see which version you do have.

@kabilramar
Copy link

kabilramar commented Apr 24, 2019 via email

@kabilramar
Copy link

Thank you and what are the firmwares to be downloaded for flashing in nodemcu

@magixyu
Copy link

magixyu commented Oct 29, 2019

I replaced the jssc with the one from https://github.com/java-native/jssc/releases, then ESPlorer works with JDK 12/13.

@jhfoo
Copy link

jhfoo commented Jun 4, 2020

There must be a long-term alternative to ESPlorer. This app is outdated and it's not reasonable to continue using above workarounds.

@RouterBox
Copy link

RouterBox commented Jun 4, 2020 via email

@jhfoo
Copy link

jhfoo commented Jun 5, 2020

Thanks @RouterBox. The folks who wrote chilipeppr are very smart. Love the automation built in, GitHub/ Cloud9 integration, and customisable widgets!

@Qiguang
Copy link

Qiguang commented Jul 16, 2020

I just used java 8, but the problem is still there.
I downloaded and installed jdk-8u261-windows-x64.exe on my win10 laptop.
And edited JAVA_HOME to C:\Program Files\Java\jdk1.8.0_261
But when I click the "OPEN" button on esplorer, It crashed
hs_err_pid13752.log

@rwlakin
Copy link

rwlakin commented Nov 19, 2020

I downloaded and installed jdk-8u271-windows-x64.exe on my win10 laptop.
C:\Program Files\Java\jdk1.8.0_271
ESPlorer crashed when I click the "OPEN" button

@rwlakin
Copy link

rwlakin commented Nov 19, 2020

davidhbrown
I like your idea using batch file but I need help using it.
"C:\Program Files\Java\jre1.8.0_201\bin\java.exe" -jar "%~dp0\ESPlorer.jar"

@olebed
Copy link
Contributor

olebed commented Nov 19, 2020 via email

@rwlakin
Copy link

rwlakin commented Nov 19, 2020

Still working on my ESPlorer, modified the .bat file, still crashes
Here's what's in my ESPlorer.bat file
"C:\Program Files\Java\jre1.8.0_271\bin\java.exe" -jar ESPlorer.jar

@olebed
Copy link
Contributor

olebed commented Nov 19, 2020 via email

@rwlakin
Copy link

rwlakin commented Nov 20, 2020

hi olebed
I have running esplorer.bat, original is java -jar "ESPlorer.jar"
When I select "open" both ESPlorer and cmd crash
I did edit bat file to this: "C:\Program Files\Java\jre1.8.0_271\bin\java.exe" -jar ESPlorer.jar
Crashed
I tried "C:\Program Files\Java\jre1.8.0_271\bin\java.exe" -jar ESPlorer.jar this in cmd prompt; just gives this: "The filename, directory name, or volume label syntax is incorrect." Probably because I don't know what I'm doing. I need more help with this.

@abhishekkarigar
Copy link

Hi Folks,
faced the same issue, instead of changing my java version , i downloaded the source code ,
build the maven project , then use the jar from target folder.

https://github.com/4refr0nt/ESPlorer

java -jar target/Esplorer.jar

voila .... :)

@olebed
Copy link
Contributor

olebed commented Nov 24, 2020 via email

@rwlakin
Copy link

rwlakin commented Nov 25, 2020

Thanks abhishekkarigar
I downloaded the release version Esplorer 0.2.0 @ github and it works with no crashes. In the process of using it.
Roger

@abhishekkarigar
Copy link

@olebed

  1. Windows 10
  2. java version "1.8.0_271"
  3. yes pre-build application works now too :)

@olebed
Copy link
Contributor

olebed commented Nov 26, 2020 via email

@tgrotowski
Copy link

Guys, There is some solution for this crash?

My system win 10 x64. I tested jre1.8.0_281. I got crash when click "open". App dowloaded from here: https://esp8266.ru/esplorer/#download (zip version)

Or maybe guys do you know some alternative software?

@abhishekkarigar
Copy link

@tgrotowski
https://github.com/4refr0nt/ESPlorer/releases/tag/v0.2.0 use this,

@tgrotowski
Copy link

@abhishekkarigar it works! Thank you so much. Have a nice day! ;]

@gicheve
Copy link

gicheve commented Nov 20, 2022

Thanks, it works but vertical scroll cannot be moved down and files on right are not visible if they are more than 7-8...

@vecesneni
Copy link

For me this v0.2.0 version still crashes on opening the port due to the outdated jssc library. The Azul Java support updated for me the jssc in the jar file to the latest, jssc-2.9.5, I have attached. Please use this, if you have problems.
ESPlorer.zip

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

No branches or pull requests