IDE 2.0.1 loaded fine, and I created a small program, but IDE crashes/freezes during compile. The progress bar gets to around 25%, then stops. Have to restart the computer to end the madness. Windows 10 install, working on a project for Arduino Uno (not connected yet).
Hi @mudhenmike
I'm going to ask you to post some additional information that might help us to identify the problem.
NOTE: These instructions will not solve the problem. They are only intended to gather more information which might provide a clue that eventually leads to a solution.
Please do this:
- Select File > Preferences from the Arduino IDE menus.
- Check the box next to "Show verbose output during: ☐ compilation".
- Click the OK button.
- Select Sketch > Verify/Compile from the Arduino IDE menus.
- Wait until you are sure the compilation has hung (as indicated by not seeing any new text printed to the black "Output" panel at the bottom of the Arduino IDE window for some time).
- Right click on the black "Output" panel at the bottom of the Arduino IDE window.
- From the context menu, click Copy All.
- Open a forum reply here by clicking the Reply button.
- Click the
</>icon on the post composer toolbar.
This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
- Press Ctrl+V.
This will paste the compilation output into the code block. - Move the cursor outside of the code tags before you add any additional text to your reply.
- Click the Reply button to post the output.
In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt file and then attach that file to a reply here:
- Open any text editor program.
- Paste the copied output into the text editor.
- Save the file in
.txtformat. - Open a forum reply here by clicking the Reply button.
- Click the "Upload" icon (
) on the post composer toolbar:
- Select the
.txtfile you saved. - Click the Open button.
- Click the Reply button to publish the post.
Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt file onto the post composer field to attach it.
Can't thank you enough for the lightning fast reply. I ended up uninstalling/reinstalling and that did the trick. All is well again.
THANKS!
M
I'm glad it is working now. Thanks for taking the time to post an update.
Regards,
Per
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.