The logo keeps getting smaller and bigger but nothing happens.I’m on win 10. I saw another posts talking about it but didn’t find my problem.Using powershell to open it I get this error (I’ll translate what is in another language):
The following problems were detected during the gRPC client initialization:
[library-index] - code: 9, message: Loading index file:
reading library_index.json: open C:\Users\arthu\AppData\Local\Arduino15\library_index.json:
The system can't find the especified file at C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6283973 at y.evaluateErrorStatus
(C:\Program Files\Arduino IDE\resources\app\lib\backend\main.js:2:6283989) at
process.processTicksAndRejections (node:internal/process/task_queues:95:5) at
async a.<anonymous> (C:\Program Files\Arduino
IDE\resources\app\lib\backend\main.js:2:6283659)
A clean install didn’t help
Hi @deus1abacate. Please provide the full output from the PowerShell terminal. You don't need to translate it.
I'll provide instructions you can follow to do that:
This procedure is not intended to solve the problem. The purpose is to gather more information.
- Close all Arduino IDE windows if the IDE is already running.
- Start Windows "File Explorer".
- Open the Arduino IDE installation folder.
ⓘ The default installation location is at one of the following paths:
- In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
A context menu will open
- Select "Open PowerShell window here" from the menu.
Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
- Type the following command in the PowerShell window:
& ".\Arduino IDE"
- Press the Enter key.
Debug output should now be printed to the PowerShell window as Arduino IDE starts.
- Wait until you are sure the IDE startup has gone into the hang state
(as indicated by no additional output being printed to the terminal).
- Switch back to the PowerShell window if the Arduino IDE window took the focus.
- Press the Ctrl+Shift+A keyboard shortcut.
This will select all the text in the PowerShell window.
- Press the Ctrl+C keyboard shortcut.
This will copy the contents of the PowerShell window to the clipboard.
- Open a reply here on this forum topic 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 error messages are correctly formatted.
- Press the Ctrl+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 publish the post.
Please let us know if you have any questions or problems while following those instructions.