Closed MagicD3VIL closed 2 years ago
It seems that the software didn't like I was connected to OpenVPN.
After checking with netstat -tulpn
, I noticed that the mono
was running on 10.8.0.2
instead of 127.0.0.1
. However, when I tried entering http://10.8.0.2:6464
into my browser, I got an error saying Bad Request (Invalid host)
.
I had to appropriately edit the /etc/hosts
file. Closing as this was a user-config-related issue.
Ah that's good that you figured that out. Maybe listening on 127.0.0.1
as opposed to localhost
would have been a better idea.
Greetings, I am running the application via
sudo mono ./GK6X.exe /gui
on my Linux machine. The application starts correctly with an output ofbut when I try to access the URL in my Firefox browser, it seems that the server is not running at all.
Moreover, the application prints out after about a half minute
Disconnected from device 'SK96S RGB'
and exits. There are no errors or other output to be found in the log file.My Mono version is
Mono JIT compiler version 6.10.0.104 (tarball Wed Sep 23 10:35:39 UTC 2020)
.Cheers