|
It's coemu I assume seeing as it's 5095. When in C# right click the game server and debug it, close that window and do the same with the login server project.
The actual .exe files created by debugging are I believe in Game Server>bin> debug> and Login Server> bin> debug>
Run them both and then try. Could just be that you are debugging in C# (which only opens the main startup project)
Just make sure they are both debuged (all changes are saved, new .exe is created) and both are running and try again.
|