-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Bug Report: Random Parsing Errors in platform.txt (Linux Mint) #12027
Comments
Thanks for your report @AdamKirby07. Arduino IDE 1.x is no longer under active development. Please try the latest version of Arduino IDE 2.x and then let us know whether the fault still occurs when using that version. You can download Arduino IDE 2.x from the links listed on the "Software" page of Arduino's website: |
hi,
The 2.0 dose not recognise local cores.
…On Sunday, 5 January 2025 at 09:32, Per Tillisch ***@***.***> wrote:
Thanks for your report ***@***.***(https://github.com/AdamKirby07). Arduino IDE 1.x is no longer under active development. Please try the latest version of Arduino IDE 2.x and then let us know whether the fault still occurs when using that version.
You can download Arduino IDE 2.x from the links listed on the "Software" page of Arduino's website:
https://www.arduino.cc/en/software
—
Reply to this email directly, [view it on GitHub](#12027 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BEJQ7DHAVZ4PBHO3R7SPVHL2JD34JAVCNFSM6AAAAABUT4Z446VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGU3DEMZWGY).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Version 2.0 is unsuitibel for the development of a core many people have issue s and say to use 1 |
It certainly does. I think this will be better handled over on Arduino Forum. Please make a post about the problem over there: |
Describe the problem
I am encountering an issue where the Arduino IDE reports the following error when loading a locally created platform:
The
platform.txt
file is formatted correctly using the key=value syntax. However, the error occurs on random lines in the file, even for commented-out lines. This behavior is not expected and seems to be completely random, affecting various lines throughout the file.To reproduce
platform.txt
file for a locally created platform (not downloaded via the Boards Manager).🐛 The IDE reports the error "
Invalid line format, should be 'key=value'
" on random lines, including commented-out lines, which are not supposed to be processed.Arduino IDE version
latest of v1
Operating system
Linux Mint
Additional context
The error message points to line 1 but the problem persists even after commenting out lines, and it occurs on random lines within the file.
Even valid lines and commented lines trigger errors that shouldn't be flagged.
The issue occurs only with locally created platforms and not with platforms downloaded via the Boards Manager.
The issue is sporadic and random, meaning the error can happen on different lines at different times.
Reinstalling the Arduino IDE or clearing the cache does not resolve the issue.
The text was updated successfully, but these errors were encountered: