Official / Bugs and Crash Reports / NGR hangs on Software Update
<Back to Bugs and Crash Reports Total Post: 2     Register or Login to post.
Joined: Feb, 2022
Total Post: 1
whitequill
NGR hangs on Software Update
Posted on: Feb. 02 2022 09:10 am
NGR_VENDER: Checking for Software Update:

My system hangs when the I get to the update.

The only way to get it out is to terminate NGR.

OS: Fedora 35 ThirtyFive

Kernel: x86_64 Linux 5.15.16-200.fc35.x86_64

DE: GNOME 41.2

I downloaded it from the Snap Store.


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 :)
Joined: Jan, 2021
Total Post: 1
nrgmaster
<Back to Bugs and Crash Reports