Description
I'm trying to run the project locally using provided instructions but after compiling (All.sln) and running the code I'm getting:
KnightOnLine: Failed to connect to game server: [10061].
Port 15100 might be occupied.
I checked if the port 15100 is occupied in my OS (Windows 11) netstat -ano | findstr :15100 but it seems it's not the case.
Could you please provide some tips on how to tacle this issue?
Just for you information I made a local setup using:
Visual Studio 2022 Community
SQL Server 2022
Microsoft ODBC Driver 18 for SQL Server
Screenshots

Description
I'm trying to run the project locally using provided instructions but after compiling (
All.sln) and running the code I'm getting:I checked if the port
15100is occupied in my OS (Windows 11)netstat -ano | findstr :15100but it seems it's not the case.Could you please provide some tips on how to tacle this issue?
Just for you information I made a local setup using:
Visual Studio 2022 Community
SQL Server 2022
Microsoft ODBC Driver 18 for SQL Server
Screenshots