If you are faced with a strange behavior Daslight4 work program (the program runs for a long time, does not see hot plugged controller, etc.). Read next article.

To solve this problem, all you need to just turn off the Internet before starting Daslight4.

If its important to have working internet while Daslight4 running you can use the following instructions.


For Windows 10 (Windows 7)

Option 1 Open the file host (usually located in c:\windows\system32\drivers\etc\hosts, need administrator rights). Without removing the existing ones, to add the following line
127.0.0.1 xhl.nicolaudiegroup.com

Option 2 ou can use a script скрипт. Run as Administrator. Tested on Windows 10.

Option 3 Very nice open source software to edit the file hosts https://hostsfileeditor.com/


For Macos users

To make changes in hosts file you need to open the /private/etc/hosts file in available text editor.

1. Open the application "Terminal". It is located in the Applications folder -> Utilities (or key combination Shift + Cmd + U, when the Finder is active)
2. Open the hosts file, type the command:
sudo nano /private/etc/hosts
3. Next, type root password.

Without removing the existing rows, add net lines:
127.0.0.1 xhl.nicolaudiegroup.com
After making changes, save file and exit from Nano.

To make the change take effect immediately, enter the following command:
dscacheutil -flushcache