neo-ngd / Neo3-GUI

Neo3-GUI: still under development
MIT License
15 stars 12 forks source link

Staying connected #106

Open Lakelong opened 3 years ago

Lakelong commented 3 years ago

image

Ashuaidehao commented 3 years ago

Can you provide more info? Such as OS version, neo3-gui version, dotnet version. And open gui "Setting" to check which network your are connectting.

hurui200320 commented 3 years ago

I experienced the same issue. I'm using Windows 10, installed under C:\Program Files\.

Neo-GUI connected nothing, but neo-cli connected and start syncing immediately.

After some digging around, I find out that if installed under C:\Program Files\, the node will get access denied when trying to create its data folder, like the screenshot:

If I set 777 to those folders, it works great.

Ashuaidehao commented 3 years ago

Windows does not provide permission to write to Program Files directory unless you have administrator privileges. We suggest you install Neo3-GUI into other directories like "D:\Neo3-GUI", or run as administrator.