Trouble with DS4drv not reading Config file

Hello i have recently begun to experiment with the DS4 controller with Linux Mint, and it works in terminal and bluetooth pairing, and all that. However i can only enter my --Comands in the terminal when launching DS4drv,

It appears to not read the deafault configuration fine in /home/ds4drv,
This i have tested by specifying -led fffffff in the configuration file (bright pink colour, but the controller lights up with blue.
If i launch "ds4drv --led ffffff" in the console it shines bright pink.

the only think i have noticed when stopping the program in terminal "CTRL+C" the output is as follows below.

^CTraceback (most recent call last):
File "/usr/local/bin/ds4drv", line 9, in
load_entry_point('ds4drv==0.5.1', 'console_scripts', 'ds4drv')()
File "build/bdist.linux-x86_64/egg/ds4drv/__main__.py", line 154, in main
File "build/bdist.linux-x86_64/egg/ds4drv/backends/bluetooth.py", line 132, in devices
File "build/bdist.linux-x86_64/egg/ds4drv/backends/bluetooth.py", line 118, in find_device
File "build/bdist.linux-x86_64/egg/ds4drv/backends/bluetooth.py", line 103, in scan
File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
output, unused_err = process.communicate()
File "/usr/lib/python2.7/subprocess.py", line 791, in communicate
stdout = eintrretry_call(self.stdout.read)
File "/usr/lib/python2.7/subprocess.py", line 476, in eintrretry_call
return func(*args)
KeyboardInterrupt

Anyone who can shine some light over the situation? the controller works in steam and games both as PS4 controller and with 360 layout by "ds4drv --emulate-xboxdrv.

Thanks in advance!