Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

IDE launches - the editor opens, but nothing is happening but the "loading" circle in the middle #4

Closed
@talofer99

Description

@talofer99

IDE launches - the editor opens, but nothing is happening but the "loading" circle in the middle.
I left it running guessing it might be downloading or doing something in the background for more then 20 minutes - nothing happen still.
Tried all the options on the menu - no response from none of them with the except of the toggle developer tool
I even tried running it as administrator as well same thing.

Windows 10 pro 64bit
Have no internet connection issues, run cli on the computer in the past with no issues.

Activity

spacegaier

spacegaier commented on Oct 19, 2019

@spacegaier

I had the same issue at first (also Win 10). I then closed and started the app again (one or two times) and from then on it worked fine.

talofer99

talofer99 commented on Oct 19, 2019

@talofer99
Author

@spacegaier tried that few times.
The next thing will be to restart the computer ;)

nikilase

nikilase commented on Oct 19, 2019

@nikilase

IDE started up ok for me, well except #9 , but when I tried running it as an admin it did the endless loading 4 times in a row, then it went back to starting ok.
Then I tried running it as an admin again and the endless loading came back and went away after the second restart.
Oddly enough after the third try running it as an admin it started up ok, but seemed to have lost the config I made before i.e. the Advanced Mode toggle and the active views.

talofer99

talofer99 commented on Oct 19, 2019

@talofer99
Author

I will add that now I finally noticed the error on the console .

preference-service.ts:264 Uncaught (in promise) Error: Unable to write to Default Settings.
at PreferenceServiceImpl. (preference-service.ts:264)
at step (preference-service.ts:15)
at Object.next (preference-service.ts:15)
at fulfilled (preference-service.ts:15)

I get to this point .....

throw new Error(`Unable to write to ${PreferenceScope.getScopeNames(resolvedScope)[0]} Settings.`);
self-assigned this
on Oct 23, 2019
kittaakos

kittaakos commented on Oct 23, 2019

@kittaakos
Contributor

@talofer99, do you see anything else in the logs? Where is your executable, does the path contain a space? It is a known issue: #7 (comment)

If you do not have space in the path, please read further 😊

What does the app log if you start it from a terminal? If the app starts, it should be possible to open the developer tools with the Ctrl/Cmd+Alt+I keybinding even if the application menu does not load; what do you see in the console:

Here is a screenshot from my console inside the dev tools:
Screen Shot 2019-10-23 at 19 36 13

talofer99

talofer99 commented on Oct 23, 2019

@talofer99
Author

@kittaakos thank you very much.
I did not even think of running it from a command line.
It was a mix of having space and old version of the CLI
Got it to work - thanks again :)

kittaakos

kittaakos commented on Oct 24, 2019

@kittaakos
Contributor

Thank you for your feedback, @talofer99.

This item is tracked under #9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @spacegaier@mastrolinux@kittaakos@spoenemann@talofer99

      Issue actions

        IDE launches - the editor opens, but nothing is happening but the "loading" circle in the middle · Issue #4 · arduino/arduino-pro-ide