-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino IDE will not open on Linux Ubuntu 18.04 #7970
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
Comments
Sorry for the duplicate. I did search, but the error is so generic that I got many unrelated results. @PaulStoffregen , that worked great! Thanks man! I wasn't aware of the hidden .arduino15, I had looked for a json file. Thanks a lot! |
This same variant ("Unexpected end-of-input") of #7937 was reported on the Arduino forum (http://forum.arduino.cc/index.php?topic=565839) and I got that user to send me the problematic library_index.json file. I couldn't find anything wrong with the file they provided and I had no problems starting Arduino IDE 1.8.6 with that file in place. However, the workaround of removing the problematic library_index.json did solve it for them so I believe that, although this error is a little different than #7937, #7964 will still solve it. |
That forum user is yet another case, right? Using Windows & this one was Linux. Really looking forward to a 1.8.7 release.... |
I don't know if this helps but my initial error was:
It took me to this thread and some people got the issue resolved by installing the modules in the answer. I installed the modules and then the error became the one I showed in my original post above. |
we'll release Tuesday Sep,11 |
Ubuntu 18.04 LTS , /arduino-1.8.8$ ./arduino |
@MasterCATZ it looks like you need to redownload the IDE zip since it's corrupt (make sure the checksum matches this |
Suddently Arduino IDE 1.8.6 will not start. I've been working on it without problems for days until now. I added WiFiManager library into my libraries using the Library Manager, then I tried to compile it but it threw an error saying "Can't find <WifiManager.h>" even thought I just had added it. Then I closed the IDE to restart it but I haven't been able to open it again. The spash screen shows and it closes right after showing "Preparing boards...".
Here is the error that I get:
I tried removing and installing the Arduino IDE multiple times and rebooting the system. Any more ideas?
The text was updated successfully, but these errors were encountered: