Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I've mentioned this in step 7. You can view the character gallery either at character creation, or at any store.
https://www.saintsrowmods.com/forum/threads/my-steelport-emulator.17361/
Unhandled Exception: System.Net.Sockets.SocketException : An attempt was made to access a socket in a way forbidden by its access permissions
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at SaintsRowAPI.ConnectionListener..ctor()
at SaintsRowAPI.ConsoleHost.Program.Main(String[] args)"
The application and its documentation should be updated to mention the fact that it uses port 443.
'MySteelPort' tries to bind to TCP port 443 (HTTPS). This means if you have anything else using 443, you will get a stack-dump, with no information as to why.
People who don't know what TCP ports are will just give up without trying, because of how few clues there are to what is actually the source of the error without using a debugger. If 'MySteelPort' doesn't work for you, grab https://learn.microsoft.com/en-us/sysinternals/downloads/tcpview and see what process is holding port 443 open when trying to diagnose the resource allocation conflict. You can sort by the port/type column to determine the owning process.
I may reword/ bold some parts of step 7 to highlight the gallery button location