I use IDE2..02. on a W10 machine which is older and slower. Usually this is tolerable. Sometimes however THE IDE begins, eventually shows the version number at the top, but then just sits there with the pulsating logo (large-small-large) forever, It never starts. Sometimes re-booting my PC helps but not always. This is very inconsistent. Even closing other windows/tabs/tasks does not help. Any ideas? The IDE is listed in my x86 program files.
Brewsterblock
On a 6 year old Dell i7 Win-11 Pro with 16G RAM and 512G SSD, IDE 2.x is speedy and I have not had a major concern since beta.
On a 8 year old HP EliteBook i7 Linux Mintwith 8G RAM and 1T spinner, IDE is speedy and no issues.
Is your Dev machine your personal PC, too? If not, have you considered leaving the machine running with monitor off?
Otherwise, you are going to have to:
- upgrade,
- use the older Java-based IDE
I purchase off-lease corporate PCs from a non-Profit. They are 3+ years old, dress copy of Win-10 Pro, and far more reasonably priced than flea-bay.
Windows used PC from non-profit charity in Seatle at DuckDuckGo
Hi @brewsterblock. I do occasionally run into a similar problem while using Arduino IDE 2.x. In my case, the IDE window sometimes doesn't fully load if it doesn't have focus (e.g., I'm multi-tasking and am doing something in another application's window while starting Arduino IDE at the same time. However, once I click on the Arduino IDE window, it completes loading. It sounds like your IDE maybe isn't loading even then?
The next time the IDE goes into this state, please do this:
- Start Windows "File Explorer".
- Open the Arduino IDE installation folder.
(usuallyC:\Program Files\Arduino IDEorC:\Users\<user name>\AppData\Local\Programs\Arduino IDE). - In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
- From the context menu, click "Open PowerShell window here".
PowerShell will now open with the current directory set to the Arduino IDE installation folder. - Type the following command:
& ".\Arduino IDE" - Press the Enter key.
Debug output should now be printed to the PowerShell window as the 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.
- Right click on the title bar of the PowerShell window.
This will open a context menu. - Select Edit > Select All from the context menu.
This will select all the text in the PowerShell window. - Press Ctrl+C.
This will copy the contents of the PowerShell window to the clipboard. - 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 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.
Please let me know if you have any questions or problems while following those instructions.
Wow. Thanks guys. I will try your instructions ptillisch. Just to add to the confusion since my last post: yesterday my PC slowed to a crawl and I could not get IDE going at all. One of many things I tried was to delete temp files etc. but my PC was so slow that was agonizing. So I tried using my Norton 360 to do file cleanup. Shortly after starting it began deleting literally tens of thousands of Arduino temp files! They had the path users/myname/appdata/local/temp/arduino... followed by varying file names. It must have run for 1/2 hr before other temp files were being deleted. What on earth can this be and how do I prevent them from accumulating in future? I was able to start IDE after the deletion. I have been running brief learning sketches for a couple of months now. Could these be some kind of printed serial monitor output repeating thousands of times if I left my Arduino board connected? I usually unplug it after testing a sketch or put a counter and limit in the active code to a dozen or so iterations so the board can loop forever with little effect. This has only been recently however.
Hi @brewsterblock. Excellent work on identifying the cause of the slowness. I'll try to keep that in mind as a possible cause for any future reports of users experiencing such symptoms.
I'm not sure. Even though I do experience an accumulation of temporary folders from using Arduino IDE 2.x, it has never actually caused me a problem, and the numbers are nowhere near the scale you have reported.
There was a report of a similar problem from another user here:
You can check by running the following experiment:
- If the Arduino IDE is running, select File > Quit to exit all windows.
- Clear the
c:\users\<user name>\AppData\Local\Tempfolder.
(where<user name>is your Windows user name) - Start the Arduino IDE.
- Run a sketch that repeatedly prints to Serial Monitor.
- Select File > Quit from the Arduino IDE menus.
- Check the contents of the
c:\users\<user name>\AppData\Local\Tempfolder (e.g., using Windows "File Explorer"). Take note of the number of folders that were created by the Arduino IDE session. - Clear the
c:\users\<user name>\AppData\Local\Tempfolder. - Start the Arduino IDE.
- Perform the equivalent actions as your last Arduino IDE session, except with a sketch that does not print repeatedly to Serial Monitor.
- Select File > Quit from the Arduino IDE menus.
- Check the contents of the
c:\users\<user name>\AppData\Local\Tempfolder (e.g., using Windows "File Explorer"). Take note of the number of folders that were created by the Arduino IDE session.
If your hypothesis is correct, we would expect the number of temporary folders created by Arduino IDE to be higher for the session where there were repeated prints to Serial Monitor than the session when there were not.
Good suggestion to find out about serial monitor output. Will try that. Also I can't say for sure that all those temp files were my problem. IDE was running today but now I am back to the pulsating logo. Will try the previous suggestions on that. That 230000 of the other guest is amazing. I might have had 50-50k temp folders.
ptillisch. Here is that dump you asked for.
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> .\Arduino IDE
.\Arduino : The term '.\Arduino' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ .\Arduino IDE
+ ~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (.\Arduino:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> ".\Arduino IDE"
.\Arduino IDE
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE>
Arduino IDE 2.0.2
Starting backend process. PID: 8272
Using browser-only version of superagent in non-browser environment
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///c%3A/Users/Bruce/.theia'
root INFO Backend Object.initialize: 15.5 ms [Finished 20.175 s after backend start]
root INFO Backend Object.configure: 12.8 ms [Finished 20.175 s after backend start]
root INFO Backend MessagingContribution.onStart: 5.1 ms [Finished 20.175 s after backend start]
root INFO Backend OSBackendApplicationContribution.configure: 2.4 ms [Finished 20.455 s after backend start]
root INFO Backend DefaultWorkspaceServer.onStart: 2.3 ms [Finished 20.455 s after backend start]
root INFO Backend LocalizationBackendContribution.configure: 0.4 ms [Finished 20.456 s after backend start]
root WARN Backend LocalizationBackendContribution.initialize took longer than the expected maximum 50 milliseconds: 280.4 ms [Finished 20.457 s after backend start]
root INFO Backend TaskBackendApplicationContribution.onStart: 0.8 ms [Finished 20.457 s after backend start]
root INFO Backend ElectronTokenBackendContribution.configure: 8.4 ms [Finished 20.466 s after backend start]
root INFO Backend PluginDeployerContribution.initialize: 2.1 ms [Finished 20.466 s after backend start]
root INFO Backend ConfigServiceImpl.onStart: 3.3 ms [Finished 20.469 s after backend start]
root INFO Backend WebviewBackendSecurityWarnings.initialize: 1.2 ms [Finished 20.474 s after backend start]
root INFO Backend ArduinoDaemonImpl.onStart: 12.0 ms [Finished 20.485 s after backend start]
root INFO Backend NodeFileUploadService.configure: 16.6 ms [Finished 20.486 s after backend start]
daemon INFO Starting daemon from C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\arduino-ide-extension\build\arduino-cli.exe...
discovery-log INFO start
discovery-log INFO start new deferred
root INFO Backend BoardDiscovery.onStart: 2.7 ms [Finished 20.491 s after backend start]
root INFO Backend FileDownloadEndpoint.configure: 1.6 ms [Finished 20.492 s after backend start]
root INFO Backend AuthenticationServiceImpl.onStart: 1.8 ms [Finished 20.500 s after backend start]
root INFO Backend PluginApiContribution.configure: 1.5 ms [Finished 20.501 s after backend start]
root INFO Backend HostedPluginReader.configure: 1.1 ms [Finished 20.504 s after backend start]
root INFO Backend HostedPluginReader.configure: 0.5 ms [Finished 20.505 s after backend start]
root INFO Backend PlotterBackendContribution.configure: 19.4 ms [Finished 20.526 s after backend start]
root INFO Theia app listening on http://localhost:49721.
root INFO Finished starting backend application: 36.9 ms [Finished 20.540 s after backend start]
root WARN The local plugin referenced by local-dir:/c%3A/Users/Bruce/.arduinoIDE/extensions does not exist.
root WARN The local plugin referenced by local-dir:/c%3A/Users/Bruce/.arduinoIDE/plugins does not exist.
root WARN The local plugin referenced by local-dir:C:\Users\Bruce\.arduinoProIDE\plugins does not exist.
Restoring workspace roots: c:\Users\Bruce\Documents\Arduino\#11b Serial Print, Float calcs, ctrl loop\#11b Serial Print, Float calcs, ctrl loop.ino
isTempSketch: false. Input was c:\Users\Bruce\Documents\Arduino\#11b Serial Print, Float calcs, ctrl loop\#11b Serial Print, Float calcs, ctrl loop.ino
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "cortex-debug" to a VS Code extension "cortex-debug@0.3.10" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-arduino-tools" to a VS Code extension "vscode-arduino-tools@0.0.2-beta.5" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-cpp" to a VS Code extension "cpp@1.52.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json" to a VS Code extension "json@1.46.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-builtin-json-language-features" to a VS Code extension "json-language-features@1.46.1" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-bg" to a VS Code extension "vscode-language-pack-bg@1.48.3" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-cs" to a VS Code extension "vscode-language-pack-cs@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-de" to a VS Code extension "vscode-language-pack-de@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-es" to a VS Code extension "vscode-language-pack-es@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-fr" to a VS Code extension "vscode-language-pack-fr@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-hu" to a VS Code extension "vscode-language-pack-hu@1.48.3" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-it" to a VS Code extension "vscode-language-pack-it@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-ja" to a VS Code extension "vscode-language-pack-ja@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-ko" to a VS Code extension "vscode-language-pack-ko@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-nl" to a VS Code extension "vscode-language-pack-nl@1.48.3" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-pl" to a VS Code extension "vscode-language-pack-pl@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-pt-BR" to a VS Code extension "vscode-language-pack-pt-BR@1.53.2" with engines:root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-ru" to a VS Code extension "vscode-language-pack-ru@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-tr" to a VS Code extension "vscode-language-pack-tr@1.53.2" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-uk" to a VS Code extension "vscode-language-pack-uk@1.48.3" with engines:
root INFO PluginTheiaDirectoryHandler: accepting plugin with path
root INFO Resolved "vscode-language-pack-zh-hans" to a VS Code extension "vscode-language-pack-zh-hans@1.53.2" with engines:
root INFO Resolve plugins list: 1200.6 ms [Finished 21.693 s after backend start]
root INFO Deployed backend plugin "cortex-debug@0.3.10" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\cortex-debug\extension\dist\extension": 20.0 ms [Finished 21.714 s after backend start]
root INFO Deployed backend plugin "vscode-arduino-tools@0.0.2-beta.5" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle": 19.8 ms [Finished 21.734 s after backend start]root INFO Deployed backend plugin "cpp@1.52.1" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-cpp\extension": 60.3 ms [Finished 21.794 s after backend start]
root INFO Deployed backend plugin "json@1.46.1" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json\extension": 42.0 ms [Finished 21.836 s after backend start]
root INFO Deployed backend plugin "json-language-features@1.46.1" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain": 13.3 ms [Finished 21.850 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-bg@1.48.3" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-bg\extension": 575.2 ms [Finished 22.425 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-cs@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-cs\extension": 1050.0 ms [Finished 23.475 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-de@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-de\extension": 983.2 ms [Finished 24.458 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-es@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-es\extension": 628.2 ms [Finished 25.086 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-fr@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-fr\extension": 562.1 ms [Finished 25.649 s after backend start]
[7776:1205/163919.457:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
daemon INFO INFO[0000] Using config file: c:\Users\Bruce\.arduinoIDE\arduino-cli.yaml
INFO[0000] arduino-cli.exe version 0.29.0
INFO[0000] Executing `arduino-cli daemon`
{"IP":"127.0.0.1","Port":"49722"}
daemon INFO Daemon is running.
root INFO Deployed backend plugin "vscode-language-pack-hu@1.48.3" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-hu\extension": 10709.4 ms [Finished 36.358 s after backend start]
daemon INFO INFO[0010] Loading hardware from: C:\Users\Bruce\AppData\Local\Arduino15\packages
INFO[0010] Loading package arduino from: C:\Users\Bruce\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0010] Checking signature error="opening signature file: open C:\\Users\\Bruce\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig: The system cannot find the file specified." index="C:\\Users\\Bruce\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json" signatureFile="C:\\Users\\Bruce\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\installed.json.sig"
INFO[0011] Adding monitor tool protocol=serial tool="builtin:serial-monitor"
INFO[0011] Loaded platform platform="arduino:avr@1.8.6"
INFO[0011] Checking existence of 'tools' path: C:\Users\Bruce\AppData\Local\Arduino15\packages\arduino\tools
INFO[0011] Loading tools from dir: C:\Users\Bruce\AppData\Local\Arduino15\packages\arduino\tools
INFO[0011] Loaded tool tool="arduino:arduinoOTA@1.3.0"
INFO[0011] Loaded tool tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0011] Loaded tool tool="arduino:avrdude@6.3.0-arduino17"
INFO[0011] Loading package builtin from: C:\Users\Bruce\AppData\Local\Arduino15\packages\builtin
INFO[0011] Checking existence of 'tools' path: C:\Users\Bruce\AppData\Local\Arduino15\packages\builtin\tools
INFO[0011] Loading tools from dir: C:\Users\Bruce\AppData\Local\Arduino15\packages\builtin\tools
INFO[0011] Loaded tool tool="builtin:ctags@5.8-arduino11"
INFO[0011] Loaded tool tool="builtin:mdns-discovery@1.0.6"
INFO[0011] Loaded tool tool="builtin:serial-discovery@1.3.2"
INFO[0011] Loaded tool tool="builtin:serial-monitor@0.10.0"
INFO[0011] Loaded tool tool="builtin:serial-monitor@0.11.0"
root INFO Deployed backend plugin "vscode-language-pack-it@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-it\extension": 1988.0 ms [Finished 38.346 s after backend start]
daemon INFO INFO[0011] Checking signature index="C:\\Users\\Bruce\\AppData\\Local\\Arduino15\\package_index.json" signatureFile="C:\\Users\\Bruce\\AppData\\Local\\Arduino15\\package_index.json.sig" trusted=true
INFO[0012] Adding libraries dir dir="C:\\Users\\Bruce\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0012] Loading libraries index file index="C:\\Users\\Bruce\\AppData\\Local\\Arduino15\\library_index.json"
root INFO Deployed backend plugin "vscode-language-pack-ja@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ja\extension": 2076.8 ms [Finished 40.423 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-ko@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ko\extension": 2134.4 ms [Finished 42.558 s after backend start]
daemon INFO INFO[0016] Adding libraries dir dir="C:\\Users\\Bruce\\AppData\\Local\\Arduino15\\libraries" location=ide
INFO[0016] Adding libraries dir dir="C:\\Users\\Bruce\\Documents\\Arduino\\libraries" location=user
root INFO Deployed backend plugin "vscode-language-pack-nl@1.48.3" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-nl\extension": 1638.9 ms [Finished 44.196 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-pl@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pl\extension": 2329.3 ms [Finished 46.526 s after backend start]
discovery-log INFO start request start watch
discovery-log INFO start requested start watch
discovery-log INFO start resolved watching
daemon INFO INFO[0038] starting discovery builtin:mdns-discovery process
INFO[0038] starting discovery builtin:serial-discovery process
root INFO Deployed backend plugin "vscode-language-pack-pt-BR@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-pt-BR\extension": 18273.7 ms [Finished 64.799 s after backend start]
daemon INFO INFO[0039] started discovery builtin:serial-discovery process
INFO[0039] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:serial-discovery
INFO[0040] started discovery builtin:mdns-discovery process
INFO[0040] sending command HELLO 1 "arduino-cli 0.29.0" to discovery builtin:mdns-discovery
root WARN Frontend s.configure took longer than the expected maximum 100 milliseconds: 21220.7 ms [Finished 42.420 s after frontend start]
root WARN Frontend commands.onStart took longer than the expected maximum 100 milliseconds: 212.3 ms [Finished 42.634 s after frontend start]
root INFO Deployed backend plugin "vscode-language-pack-ru@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-ru\extension": 1705.5 ms [Finished 66.505 s after backend start]
sketches-service WARN Warning! The request sketch path was different than the response sketch path from the CLI. This could be a potential bug. Request: <c:\Users\Bruce\Documents\Arduino\#11b Serial Print, Float calcs, ctrl loop\#11b Serial Print, Float calcs, ctrl loop.ino>, response: <c:\Users\Bruce\Documents\Arduino\#11b Serial Print, Float calcs, ctrl loop>.
discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[{"name":"Arduino Uno","fqbn":"arduino:avr:uno","isHidden":false}],"port":{"address":"COM4","label":"COM4","protocol":"serial","protocolLabel":"Serial Port (USB)","propertiesMap":[["pid","0x0043"],["serialNumber","9503230383735101D051"],["vid","0x2341"]]}},"error":""}
daemon INFO INFO[0040] from discovery builtin:serial-discovery received message type: hello, message: OK, protocol version: 1
INFO[0040] sending command START_SYNC to discovery builtin:serial-discovery
INFO[0041] from discovery builtin:mdns-discovery received message type: hello, message: OK, protocol version: 1
INFO[0041] from discovery builtin:serial-discovery received message type: start_sync, message: OK
INFO[0041] sending command START_SYNC to discovery builtin:mdns-discovery
INFO[0041] from discovery builtin:serial-discovery received message type: add, port: COM4
INFO[0041] from discovery builtin:mdns-discovery received message type: start_sync, message: OK
root WARN Frontend keybindings.onStart took longer than the expected maximum 100 milliseconds: 1538.0 ms [Finished 44.172 s after frontend start]
root WARN Frontend menus.onStart took longer than the expected maximum 100 milliseconds: 142.8 ms [Finished 44.315 s after frontend start]
root WARN Frontend C.onStart took longer than the expected maximum 100 milliseconds: 136.7 ms [Finished 44.507 s after frontend start]
root INFO Deployed backend plugin "vscode-language-pack-tr@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-tr\extension": 1319.9 ms [Finished 67.825 s after backend start]
root WARN Frontend m.onStart took longer than the expected maximum 100 milliseconds: 1126.7 ms [Finished 45.660 s after frontend start]
root INFO Deployed backend plugin "vscode-language-pack-uk@1.48.3" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-uk\extension": 703.3 ms [Finished 68.528 s after backend start]
root INFO Deployed backend plugin "vscode-language-pack-zh-hans@1.53.2" from "C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-language-pack-zh-hans\extension": 613.4 ms [Finished 69.142 s after backend start]
root INFO Deploy plugins list: 1200.6 ms [Finished 69.183 s after backend start]
root WARN Frontend l.onStart took longer than the expected maximum 100 milliseconds: 2590.8 ms [Finished 48.258 s after frontend start]
root INFO Start frontend contributions: 27598.5 ms [Finished 48.299 s after frontend start]
root INFO Changed application state from 'init' to 'started_contributions'.
root INFO Changed application state from 'started_contributions' to 'attached_shell'.
root INFO >>> Restoring the layout state...
root INFO ------- SERIALIZED LAYOUT DATA -------
root INFO {"version":5,"mainPanel":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"code-editor-opener","options":{"kind":"navigatable","uri":"file:///c%3A/Users/Bruce/Documents/Arduino/%2311b%20Serial%20Print%2C%20%20Float%20calcs%2C%20ctrl%20loop/%2311b%20Serial%20Print%2C%20%20Float%20calcs%2C%20ctrl%20loop.ino","counter":0}},"innerWidgetState":"{\"cursorState\":[{\"inSelectionMode\":false,\"selectionStart\":{\"lineNumber\":16,\"column\":23},\"position\":{\"lineNumber\":16,\"column\":23}}],\"viewState\":{\"scrollLeft\":0,\"firstPosition\":{\"lineNumber\":3,\"column\":1},\"firstPositionDeltaTop\":-12},\"contributionsState\":{\"editor.contrib.folding\":{\"lineCount\":37,\"provider\":\"indent\",\"foldedImports\":false},\"editor.contrib.wordHighlighter\":false}}"}],"currentIndex":0}},"mainPanelPinned":[false],"bottomPanel":{"config":{"main":{"type":"tab-area","widgets":[{"constructionOptions":{"factoryId":"outputView"},"innerWidgetState":"{\"locked\":false}"},{"constructionOptions":{"factoryId":"serial-monitor"}}],"currentIndex":1}},"pinned":[false,false],"size":232,"expanded":true},"leftPanel":{"type":"sidepanel","items":[{"widget":{"constructionOptions":{"factoryId":"arduino-sketchbook-widget"}},"rank":1,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"boards-list-widget"}},"rank":2,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"library-list-widget"}},"rank":3,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"debug"},"innerWidgetState":"{\"parts\":[{\"partId\":\"debug:threads:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:frames:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:variables:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:watch:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"debug:breakpoints:-1\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}},{\"partId\":\"plugin-view:cortex-debug.peripherals\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.peripherals\",\"viewId\":\"cortex-debug.peripherals\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Peripherals\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}},{\"partId\":\"plugin-view:cortex-debug.registers\",\"collapsed\":true,\"hidden\":true,\"originalContainerId\":\"debug:view-container:-1\",\"originalContainerTitle\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"plugin-view\",\"options\":{\"id\":\"plugin-view:cortex-debug.registers\",\"viewId\":\"cortex-debug.registers\"}},\"innerWidgetState\":\"{\\\"label\\\":\\\"Cortex Registers\\\",\\\"widgets\\\":[],\\\"suppressUpdateViewVisibility\\\":false,\\\"currentViewContainerId\\\":\\\"debug\\\"}\"}}],\"title\":{\"label\":\"debug\",\"iconClass\":\"codicon codicon-debug-alt\",\"closeable\":true}}"},"rank":4,"expanded":false,"pinned":false},{"widget":{"constructionOptions":{"factoryId":"search-view-container"},"innerWidgetState":"{\"parts\":[{\"partId\":\"search-in-workspace\",\"collapsed\":false,\"hidden\":false,\"originalContainerId\":\"search-view-container\",\"originalContainerTitle\":{\"label\":\"Search\",\"iconClass\":\"codicon codicon-search\",\"closeable\":true},\"widget\":{\"constructionOptions\":{\"factoryId\":\"search-in-workspace\"},\"innerWidgetState\":\"{\\\"matchCaseState\\\":{\\\"className\\\":\\\"codicon codicon-case-sensitive\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Case\\\"},\\\"wholeWordState\\\":{\\\"className\\\":\\\"codicon codicon-whole-word\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Match Whole Word\\\"},\\\"regExpState\\\":{\\\"className\\\":\\\"codicon codicon-regex\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Use Regular Expression\\\"},\\\"includeIgnoredState\\\":{\\\"className\\\":\\\"codicon codicon-eye\\\",\\\"enabled\\\":false,\\\"title\\\":\\\"Include Ignored Files\\\"},\\\"showSearchDetails\\\":false,\\\"searchInWorkspaceOptions\\\":{\\\"matchCase\\\":false,\\\"matchWholeWord\\\":false,\\\"useRegExp\\\":false,\\\"includeIgnored\\\":false,\\\"include\\\":[],\\\"exclude\\\":[],\\\"maxResults\\\":2000},\\\"searchTerm\\\":\\\"\\\",\\\"replaceTerm\\\":\\\"\\\",\\\"showReplaceField\\\":false,\\\"searchHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"replaceHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"includeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0},\\\"excludeHistoryState\\\":{\\\"history\\\":[],\\\"index\\\":0}}\"}}],\"title\":{\"label\":\"Search\",\"iconClass\":\"fa fa-arduino-search\",\"closeable\":true}}"},"rank":5,"expanded":false,"pinned":false}]},"rightPanel":{"type":"sidepanel","items":[]}}
root INFO ------- END SERIALIZED LAYOUT DATA -------
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002] Waiting for backend deployment: 8039.8 ms [Finished 56.307 s after frontend start]
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002] Sync of 21 plugins: 3889.3 ms [Finished 60.196 s after frontend start]
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912) starting instance
root INFO <<< The layout has been successfully restored.
root INFO Initialize the workbench layout: 13052.5 ms [Finished 61.495 s after frontend start]
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][marus25.cortex-debug]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][arduino.vscode-arduino-tools]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][vscode.cpp]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][vscode.json]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][vscode.json-language-features]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-bg]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-cs]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-de]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-es]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-fr]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-hu]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-it]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-ja]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-ko]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-nl]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-pl]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-pt-br]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-ru]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-tr]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-uk]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-zh-hans]: Loaded contributions.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002] Load contributions of 21 plugins: 535.4 ms [Finished 62.041 s after frontend start]
root WARN Frontend I.onDidInitializeLayout took longer than the expected maximum 100 milliseconds: 549.3 ms [Finished 62.054 s after frontend start]
root WARN 'cpp' language is remapped from 'source.cpp.embedded.macro' to 'source.cpp' scope
root WARN a registered grammar configuration for 'cpp' language is overridden
Checking for update
root INFO Frontend application start: 24084.4 ms [Finished 87.506 s after backend start]
root INFO Replace loading indicator with ready workbench UI (animation): 2140.1 ms [Finished 64.204 s after frontend start]
root INFO Changed application state from 'initialized_layout' to 'ready'.
Found version 2.0.3 (url: arduino-ide_2.0.3_Windows_64bit.exe)
monitor-service INFO starting monitor
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(cortex-debug@0.3.10 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] Debugger contribution has been registered: cortex-debug
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-arduino-tools@0.0.2-beta.5 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(7912): initializing(cpp@1.52.1 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(7912): initializing(json@1.46.1 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(7912): initializing(json-language-features@1.46.1 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(7912): initializing(vscode-language-pack-bg@1.48.3 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(7912): initializing(vscode-language-pack-cs@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-language-pack-de@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-language-pack-es@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-language-pack-fr@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-language-pack-hu@1.48.3 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-language-pack-it@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-language-pack-ja@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-language-pack-ko@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-language-pack-nl@1.48.3 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-language-pack-pl@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(7912): initializing(vscode-language-pack-pt-BR@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(7912): initializing(vscode-language-pack-ru@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(7912): initializing(vscode-language-pack-tr@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): initializing(vscode-language-pack-uk@1.48.3 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
PLUGIN_HOST(7912): initializing(vscode-language-pack-zh-hans@1.53.2 with C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\node_modules\@theia\plugin-ext-vscode\lib\node\plugin-vscode-init)
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): PluginManagerExtImpl/loadPlugin(C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-builtin-json-language-features\extension\client\dist\jsonMain)
daemon INFO INFO[0067] Starting monitor process monitor=serial-monitor
daemon INFO INFO[0069] Monitor process started successfully! monitor=serial-monitor
INFO[0069] sending command command="HELLO 1 \"arduino-cli 0.29.0\"" monitor=serial-monitor
daemon INFO INFO[0069] Starting monitor process monitor=serial-monitor
daemon INFO INFO[0069] received message error=false event_type=hello message=OK monitor=serial-monitor
daemon INFO INFO[0069] sending command command=DESCRIBE monitor=serial-monitor
daemon INFO INFO[0069] received message error=false event_type=describe message=OK monitor=serial-monitor
daemon INFO INFO[0070] sending command command=QUIT monitor=serial-monitor
daemon INFO INFO[0070] Killing monitor process monitor=serial-monitor
daemon INFO ERRO[0070] Sent kill signal error="TerminateProcess: Access is denied." monitor=serial-monitor
daemon INFO INFO[0070] Monitor process started successfully! monitor=serial-monitor
INFO[0070] sending command command="HELLO 1 \"arduino-cli 0.29.0\"" monitor=serial-monitor
daemon INFO INFO[0070] received message error=false event_type=quit message=OK monitor=serial-monitor
INFO[0070] Monitor process killed monitor=serial-monitor
daemon INFO INFO[0071] received message error=false event_type=hello message=OK monitor=serial-monitor
daemon INFO INFO[0071] sending command command=DESCRIBE monitor=serial-monitor
daemon INFO INFO[0071] received message error=false event_type=describe message=OK monitor=serial-monitor
daemon INFO INFO[0071] sending command command=QUIT monitor=serial-monitor
daemon INFO INFO[0071] received message error=false event_type=quit message=OK monitor=serial-monitor
daemon INFO INFO[0071] Killing monitor process monitor=serial-monitor
daemon INFO ERRO[0071] Sent kill signal error="TerminateProcess: Access is denied." monitor=serial-monitor
daemon INFO ERRO[0071] stopped decode loop: EOF monitor=serial-monitor
daemon INFO INFO[0071] Monitor process killed monitor=serial-monitor
daemon INFO INFO[0071] Starting monitor process monitor=serial-monitor
daemon INFO INFO[0071] Monitor process started successfully! monitor=serial-monitor
daemon INFO INFO[0071] sending command command="HELLO 1 \"arduino-cli 0.29.0\"" monitor=serial-monitor
daemon INFO INFO[0072] received message error=false event_type=hello message=OK monitor=serial-monitor
daemon INFO INFO[0072] sending command command=DESCRIBE monitor=serial-monitor
daemon INFO INFO[0072] received message error=false event_type=describe message=OK monitor=serial-monitor
daemon INFO INFO[0072] sending command command="CONFIGURE rts on" monitor=serial-monitor
daemon INFO INFO[0072] received message error=false event_type=configure message=OK monitor=serial-monitor
daemon INFO INFO[0072] sending command command="CONFIGURE stop_bits 1" monitor=serial-monitor
daemon INFO INFO[0072] received message error=false event_type=configure message=OK monitor=serial-monitor
daemon INFO INFO[0072] sending command command="CONFIGURE baudrate 115200" monitor=serial-monitor
daemon INFO INFO[0072] received message error=false event_type=configure message=OK monitor=serial-monitor
daemon INFO INFO[0072] sending command command="CONFIGURE bits 8" monitor=serial-monitor
daemon INFO INFO[0072] received message error=false event_type=configure message=OK monitor=serial-monitor
daemon INFO INFO[0072] sending command command="CONFIGURE dtr on" monitor=serial-monitor
daemon INFO INFO[0072] received message error=false event_type=configure message=OK monitor=serial-monitor
daemon INFO INFO[0072] sending command command="CONFIGURE parity none" monitor=serial-monitor
daemon INFO INFO[0072] received message error=false event_type=configure message=OK monitor=serial-monitor
daemon INFO INFO[0072] sending command command="OPEN 127.0.0.1:52341 COM4" monitor=serial-monitor
root ERROR ---- !!!SLOW!!! DURATION: search took 13772.497 ms. Args: [{"type":"Updatable"}] ----
monitor-service INFO started monitor to COM4 using serial
daemon INFO INFO[0073] received message error=false event_type=open message=OK monitor=serial-monitor
INFO[0073] Port COM4 successfully opened
root INFO [hosted-plugin: 7912] PLUGIN_HOST(7912): PluginManagerExtImpl/loadPlugin(C:\Users\Bruce\AppData\Local\Programs\Arduino IDE\resources\app\plugins\vscode-arduino-tools\extension\dist\bundle)
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][marus25.cortex-debug]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][arduino.vscode-arduino-tools]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][vscode.cpp]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][vscode.json]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][vscode.json-language-features]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-bg]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-cs]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-de]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-es]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-fr]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-hu]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-it]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-ja]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-ko]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-nl]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-pl]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-pt-br]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-ru]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-tr]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-uk]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002][ms-ceintl.vscode-language-pack-zh-hans]: Started plugin.
root INFO [e50caf46-2a4b-40ca-91b1-7150930c2002] Start of 21 plugins: 20849.8 ms [Finished 82.954 s after frontend start]
root INFO Starting language server: arduino:avr:uno
daemon INFO INFO[0081] Searching tools required for board arduino:avr:uno
INFO[0081] Required tool tool="arduino:arduinoOTA@1.3.0"
daemon INFO INFO[0081] Required tool tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
INFO[0081] Required tool tool="arduino:avrdude@6.3.0-arduino17"
INFO[0081] Adding libraries dir dir="C:\\Users\\Bruce\\AppData\\Local\\Arduino15\\libraries" location=ide
daemon INFO INFO[0081] Adding libraries dir dir="C:\\Users\\Bruce\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\avr\\1.8.6\\libraries" location=platform
INFO[0081] Adding libraries dir dir="C:\\Users\\Bruce\\Documents\\Arduino\\libraries" location=user
daemon INFO INFO[0093] Searching tools required for board arduino:avr:uno
INFO[0093] Required tool tool="arduino:arduinoOTA@1.3.0"
INFO[0093] Required tool tool="arduino:avr-gcc@7.3.0-atmel3.6.1-arduino7"
daemon INFO INFO[0093] Required tool tool="arduino:avrdude@6.3.0-arduino17"
[6800:1205/164057.154:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is disabled, ANGLE is
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> .\Arduino IDE
Get-Process : A positional parameter cannot be found that accepts argument 'IDE>'.
At line:1 char:1
+ PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> .\Arduino IDE
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-Process], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetProcessCommand
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> .\Arduino : The term '.\Arduino' is not recognized as the name of a cmdlet, function, script file, or operable
.\Arduino : The term '.\Arduino' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:1
+ .\Arduino : The term '.\Arduino' is not recognized as the name of a c ...
+ ~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (.\Arduino:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> At line:1 char:1
The AT command has been deprecated. Please use schtasks.exe instead.
Invalid command.
The AT command schedules commands and programs to run on a computer at
a specified time and date. The Schedule service must be running to use
the AT command.
AT [\\computername] [ [id] [/DELETE] | /DELETE [/YES]]
AT [\\computername] time [/INTERACTIVE]
[ /EVERY:date[,...] | /NEXT:date[,...]] "command"
\\computername Specifies a remote computer. Commands are scheduled on the
local computer if this parameter is omitted.
id Is an identification number assigned to a scheduled
command.
/delete Cancels a scheduled command. If id is omitted, all the
scheduled commands on the computer are canceled.
/yes Used with cancel all jobs command when no further
confirmation is desired.
time Specifies the time when command is to run.
/interactive Allows the job to interact with the desktop of the user
who is logged on at the time the job runs.
/every:date[,...] Runs the command on each specified day(s) of the week or
month. If date is omitted, the current day of the month
is assumed.
/next:date[,...] Runs the specified command on the next occurrence of the
day (for example, next Thursday). If date is omitted, the
current day of the month is assumed.
"command" Is the Windows NT command, or batch program to be run.
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> + .\Arduino IDE
At line:1 char:2
+ + .\Arduino IDE
+ ~
Missing expression after unary operator '+'.
At line:1 char:3
+ + .\Arduino IDE
+ ~~~~~~~~~
Unexpected token '.\Arduino' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterOperator
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> + ~~~~~~~~~
At line:1 char:2
+ + ~~~~~~~~~
+ ~
Missing expression after unary operator '+'.
At line:1 char:3
+ + ~~~~~~~~~
+ ~~~~~~~~~
Unexpected token '~~~~~~~~~' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterOperator
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> + CategoryInfo : ObjectNotFound: (.\Arduino:String) [], CommandNotFoundException
At line:1 char:6
+ + CategoryInfo : ObjectNotFound: (.\Arduino:String) [], ...
+ ~
Missing expression after unary operator '+'.
At line:1 char:7
+ + CategoryInfo : ObjectNotFound: (.\Arduino:String) [], ...
+ ~~~~~~~~~~~~
Unexpected token 'CategoryInfo' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterOperator
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> + FullyQualifiedErrorId : CommandNotFoundException
At line:1 char:6
+ + FullyQualifiedErrorId : CommandNotFoundException
+ ~
Missing expression after unary operator '+'.
At line:1 char:7
+ + FullyQualifiedErrorId : CommandNotFoundException
+ ~~~~~~~~~~~~~~~~~~~~~
Unexpected token 'FullyQualifiedErrorId' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterOperator
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE>
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> ".\Arduino IDE"
Get-Process : A positional parameter cannot be found that accepts argument 'IDE>'.
At line:1 char:1
+ PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> ".\Arduino IDE"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-Process], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetProcessCommand
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> .\Arduino IDE
.\Arduino : The term '.\Arduino' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:1
+ .\Arduino IDE
+ ~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (.\Arduino:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> & ".\Arduino IDE"
At line:1 char:55
+ PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> & ".\Arduino ID ...
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE>
Get-Process : A positional parameter cannot be found that accepts argument 'IDE>'.
At line:1 char:1
+ PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE>
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-Process], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetProcessCommand
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> Arduino IDE 2.0.2
Arduino : The term 'Arduino' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ Arduino IDE 2.0.2
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (Arduino:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE> Starting backend process. PID: 8272
Starting : The term 'Starting' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:1
+ Starting backend process. PID: 8272
+ ~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Starting:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\Bruce\AppData\Local\Programs\Arduino IDE>
Hope it is what you wanted. I will try the thousands of temp files test after I get IDE up again. Still pulsating before it displays the menu items under the version.
mrburnette: Interesting screens. I have the latest W10 but have no idea how to see the windows you are showing? Thanks






