Specified path too long

Sysprogs forums Forums VisualGDB Specified path too long

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36980
    roujesky
    Participant

    I am trying to create an Arduino project using a ESP32-S3 device.  During creation, VGDB states that it needs to download arduino files.   after downloading it states the file path is too long.  See attached.    I have seen this before when my project was buried deep in the file system.  But this project is in c:\temp directory.

    I am not sure where to go from here.  Do I need to un_install arduino and re-install it “higher up” in the file system?

    thanks for helping

    • This topic was modified 13 hours, 52 minutes ago by roujesky.
    Attachments:
    You must be logged in to view attached files.
    #36983
    support
    Keymaster

    Hi,

    This looks like a glitch with the Espressif’s servers. We have just tried doing a clean installation of the latest ESP32 package, and it worked out-of-the-box without any problems.

    Please try fully resetting your Arduino packages by deleting the root directories (we recommend checking the locations via Tools->VisualGDB->Manage VisualGDB Packages->Arduino and MANUALLY deleting the root directories (e.g. C:\Users\<user>\Documents\ArduinoData) to ensure there are absolutely no leftovers left).

    The error message also looks a bit off. Normally, VisualGDB should handle the path-too-long errors and just show a summary of the files it could not install. You can try enabling View->Other Windows->VisualGDB Diagnostics Console before you reinstall the packages, and then check if it contains more details (e.g. each path and a stack trace for the exception).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.