Skip to content

Critical bug found while manually importing library #2795

@micahnightwolf

Description

@micahnightwolf

If you attempt to import a library and the folder you select is your Arduino/libraries folder or a parent of it, the program will enter an infinite loop and recursively add the libraries folder as a library as well as everything inside it, creating infinite copies of your Arduino/libraries folder within itself. After that, the file path is too long for Windows to process, so these infinite folders cannot be deleted easily.

To see for yourself, click Sketch > Import Library > Add Library, select your Arduino folder or a parent of it, and click Open. Be quick to close the Arduino IDE though.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions