-
-
Notifications
You must be signed in to change notification settings - Fork 445
Not working on Kubuntu 19.04 (go offline) #117
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
@ricardojlrufino, do you have |
Here is a very similar error from the CLI: arduino/arduino-cli#28 |
No Does it matter any configuration of the old Arduino? |
Hi, i fixed...
Now works... Try revert : 2. MOVE old: ~/.arduino15-bck/ to ~/.arduino15 I think it was the folder: |
Thanks for the update.
This is where you store Pro IDE settings, such as your workbench layout, CLI config, other VS Code extensions, etc.
This is managed by the CLI. I do not know much about it or why it caused any issues but we can dig deeper if you will.
I do not know either, I bet the Java-based, "old" IDE.
Very nice 👍 |
It is definitely something that was in the folder: /home/ricardo/Arduino Probably some old library or incompatible core.
|
Mystery solved, incompatible library. The strange thing is that this error broke the entire IDE, nor did the menus work. It would be interesting to have an error handling in that part .. |
By the CLI, as far as I know. See the corresponding code here. Maybe the Java IDE too, I do not know.
How did you manage to figure it out? How can I reproduce the incompatible
I agree. First, I have to understand how can I reproduce this. Can you help? |
Test using this lib please. |
@ricardojlrufino, thanks for zipping up the lib, how can I try it? Can you tell me the steps you did? I have to figure out if the CLI (without the Pro IDE) can use this lib or not. |
Put in library folder:
|
The problem with this library is the value of the
(note the leading 0 on the minor version component) We have a bug report (arduino/arduino-cli#1176) and work in progress on a PR (arduino/arduino-cli#1177) right now in the Arduino CLI repo to handle this circumstance gracefully. @kittaakos. Do you think the planned improvement in Arduino CLI will be sufficient to resolve this issue without any need for changes to Arduino Pro IDE? If so, I would go ahead and close this issue. |
Closing as fixed by arduino/arduino-cli#1189. Thanks to @r10r and silvanocerza for the fix! |
Describe the bug
After opening an IDE, it soon appears as OffLine in the status bar
After that, no menu works. Nor the Open
Screenshots

If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Console error
The text was updated successfully, but these errors were encountered: