Factory Examples Unavailable in IDE 2.1.0+

Starting with Arduino IDE 2.1.0, the factory examples are listed, but won't load. For example, the ubiquitous Blink sketch is listed, but when I select it, nothing happens. I expect the blink sketch to open in the editor. There is no problem with IDE 2.0.4.

Does anyone know what might be going on?

Hi @robertgallup. Which operating system are you using (e.g., "Windows")?

I ask because I would like to give you the appropriate instructions for your operating system.

@ptillisch Thanks for your reply. I'm on MacOS.

I'm going to ask you to run Arduino IDE from the command line, then post the output that is generated from a failed attempt to open an example in a reply here.


:exclamation: This procedure is not intended to solve the problem. The purpose is to gather more information.


Please do this:

  1. Close all Arduino IDE windows if the IDE is already running.
  2. Open your Applications folder in Finder.
  3. Open the Utilities folder.
  4. Double-click on "Terminal".
  5. Type the following command in the Terminal window:
    "/Applications/Arduino IDE.app/Contents/MacOS/Arduino IDE"
    
  6. Press Enter
  7. Wait for Arduino IDE to finish starting.
  8. Attempt to open the "Blink" example sketch, just as you did before.
  9. Switch back to the Terminal window.
  10. Press +A.
    This will select all the text in the Terminal window.
  11. Press +C.
    This will copy the selected text to the clipboard.
  12. Open a forum reply here by clicking the Reply button.
  13. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the output is correctly formatted.
    Code tags icon on toolbar
  14. Press +V.
    This will paste the output into the code block.
  15. Move the cursor outside of the code block markup before you add any additional text to your reply.
  16. Click the Reply button to post the output.

Please let me know if you have any questions or problems while following those instructions.

@ptillisch Thanks! I just sent you a DM with this information.

@ptillisch Just following up on this issue to see if you had any thoughts about what might be going on?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.