I run into an issue. Running MySteelportEmulator.exe results in the following:
Unhandled Exception: System.Net.Sockets.SocketException : Access to the software channel in violation of access permissions
at the following location: System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at the following location: System.Net.Sockets.Socket.Bind(EndPoint localEP)
at the following location: SaintsRowAPI.ConnectionListener..ctor()
at the following location: SaintsRowAPI.ConsoleHost.Program.Main(String[] args)
This happens with both v1.0 AND v1.1. I also tried to compile it from source just to see what happens, but I have no idea how to do it. It's a bit different from what I learn in school...
View attachment 27216