miwarnec / uMMORPG

4 stars 0 forks source link

Can't Connect Server #47

Open xafgun opened 2 years ago

xafgun commented 2 years ago

Versions (please complete the following information)

Can't connect to server.

To Reproduce Steps to reproduce the behavior, please explain every single click that is needed:

  1. Open Unity Editor '...'
  2. Build for Windows '....'
  3. Run Build as Server in Remote Server
  4. Run Build as Client on PC
  5. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots/Video If applicable, add screenshots/videos to help explain your problem.

System (please complete the following information):

Additional context Tried KCP Transport and Telephaty both of them are not cnnected. Opened 7777 UDP and TCP as Outbound and Inbound, Allowed Application Throught Firewall, too.

Port opened successfully because if change teleport layer and try to connect server, get error as "Outdated Version"

iamallama commented 2 years ago

Have you looked at the logs? I'm not sure where windows puts a log file, but you can run the exe with -logFile ./log.txt and it will write a log similar to what you see in the console. I assume there should be some kind of log entry if something is failing.