Problem (and solution) to the Arduino support in VisualGDB-5.4r7

Sysprogs forums Forums VisualGDB Problem (and solution) to the Arduino support in VisualGDB-5.4r7

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25182
    regus_pregus
    Participant

    Problem: when attempting to create an Arduino project (Blink LED on anything else) using VisualGDB-5.4r7 and Visual Studio 2017, New Arduino Project Wizard displays “Invalid URI” message instead of a list of Arduino target boards in Arduino Device page of the wizard (second page).

    Solution: there is apparently a stray semicolon character in the end of the in the “Package index URLs” setting value. To fix the problem, close the wizard, go to the Visual Studio main menu, go to Tools -> VisualGDB -> Arduino Settings and change “Package Index URLs” setting value from “http://downloads.arduino.cc/packages/package_index.json;” to “http://downloads.arduino.cc/packages/package_index.json” (remove trailing semicolon). Go back to File -> New -> Project -> VisualGDB -> Arduino  Project Wizard, the list will now populate correctly on the Arduino Device page of the wizard (Internet connection required).

    This wrong setting came right out of the box (version 5.4r7), would be nice if the next release ships with correct setting.

    #25183
    support
    Keymaster

    Sorry about that, looks like our test environment inherited the settings from the previous build and did not catch this.

    We have released a hotfix (5.4r8) that fully fixes the issue. Thanks for reporting this.

    #25193
    regus_pregus
    Participant

    Just downloaded and installed new release (5.4r8). When installed, it shows version 5.4r7 in the About box and the setting value still has stray semicolon at the end.

    #25194
    support
    Keymaster

    The stray semicolon and the About window text are fixed in the following build: VisualGDB-5.4.108.3210.msi

    As we wanted to minimize the amount of users affected by the broken Arduino downloads, we released the R8 installer in a very short timeframe with minimal changes required to resolve the package download issue (properly skipping the empty URLs in the package downloading logic). The stray semicolon is indeed shown in the default settings for R8, however it no longer causes any problems.

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