Unfortunately I didn't find any clues there. I actually had intended to ask you to put the IDE into the bad state before collecting the logs, but I forgot to add that step to the instructions. So lets try that:
- Select Arduino IDE > Quit Arduino IDE from the Arduino IDE menus if it is running.
- Open macOS Launchpad.
- Type
terminalin the "Search" field. - Click on the "Terminal" icon.
A "zsh" window will open. - Type the following command in the zsh window:
"/Applications/Arduino IDE.app/Contents/MacOS/Arduino IDE" - Press the Enter key
- Wait for Arduino IDE to finish starting.
- Compile and Upload the sketch.
- Wait for the IDE to go into the bad state where the window is blank.
- Switch back to the Terminal window.
- Press the Command+A keyboard shortcut.
This will select all the text in the Terminal window. - Press the Command+C keyboard shortcut.
This will copy the selected text to the clipboard. - Open a forum reply here by clicking the "Reply" button.
- 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.

- Press the Command+V keyboard shortcut.
This will paste the output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to post the output.