Re: NGR hangs on Software Update
Posted on:
Feb. 02 2022 03:18 pm
Using the command line can you directly ping nrgcore.com?
If not, you can setup a proxy (usually done using the IDE) but you can also do it manually, or turn off the automatic update check.
All you have to do is to create the following file: /home/<username>/.NRGeditor/.settings and make sure it contains the following:
Ide.flags=0
Ide.skip_version=""
Ide.proxy_settings.address="<proxy_ip_address>"
Ide.proxy_settings.port=<proxy_port>
And insure that the snap have the necessary privileges to read/write from the network. In addition, if the update server is unreachable the socket will eventually time out. On Ubuntu it takes about 10 sec. or less this value can vary from OS to OS, I would also try to give it a bit more time :)