Can't run new installation of Arduino IDE 1.8.19 - Onecloud conflict?

I am trying to get Arduino IDE to run on my Windows 10 system. It is a fresh install with a just downloaded 1.8.19 version. The startup window pops up, then closes. When I run the arduino-debug.exe program, I get the list or errors below (listed at the end of this message). It looks like there is some sort of conflict with OneDrive, which I don't really use.

Can anyone give me some guidance on how to fix this?

Loading configuration...
Initializing packages...
Preparing boards...
java.io.IOException: The cloud file provider is not running
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:255)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.BufferedReader.fill(BufferedReader.java:161)
at java.io.BufferedReader.readLine(BufferedReader.java:324)
at java.io.BufferedReader.readLine(BufferedReader.java:389)
at processing.app.legacy.PApplet.loadStrings(PApplet.java:249)
at processing.app.helpers.PreferencesMap.load(PreferencesMap.java:100)
at processing.app.helpers.PreferencesMap.load(PreferencesMap.java:74)
at processing.app.packages.UserLibrary.create(UserLibrary.java:77)
at cc.arduino.contributions.libraries.LibrariesIndexer.scanLibrary(LibrariesIndexer.java:226)
at cc.arduino.contributions.libraries.LibrariesIndexer.scanInstalledLibraries(LibrariesIndexer.java:203)
at cc.arduino.contributions.libraries.LibrariesIndexer.rescanLibraries(LibrariesIndexer.java:163)
at processing.app.BaseNoGui.onBoardOrPortChange(BaseNoGui.java:719)
at processing.app.Base.onBoardOrPortChange(Base.java:1339)
at processing.app.Base$11.actionPerformed(Base.java:1572)
at processing.app.Base.rebuildBoardsMenu(Base.java:1544)
at processing.app.Base.(Base.java:279)
at processing.app.Base.main(Base.java:150)
java.lang.NullPointerException
at processing.app.helpers.PreferencesMap.load(PreferencesMap.java:101)
at processing.app.helpers.PreferencesMap.load(PreferencesMap.java:74)
at processing.app.packages.UserLibrary.create(UserLibrary.java:77)
at cc.arduino.contributions.libraries.LibrariesIndexer.scanLibrary(LibrariesIndexer.java:226)
at cc.arduino.contributions.libraries.LibrariesIndexer.scanInstalledLibraries(LibrariesIndexer.java:203)
at cc.arduino.contributions.libraries.LibrariesIndexer.rescanLibraries(LibrariesIndexer.java:163)
at processing.app.BaseNoGui.onBoardOrPortChange(BaseNoGui.java:719)
at processing.app.Base.onBoardOrPortChange(Base.java:1339)
at processing.app.Base$11.actionPerformed(Base.java:1572)
at processing.app.Base.rebuildBoardsMenu(Base.java:1544)
at processing.app.Base.(Base.java:279)
at processing.app.Base.main(Base.java:150)

You're not the only one with the problem. You can dig through arduino The cloud file provider is not running - Google Search and see if something is applicable.

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