Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
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