It is necessary to open ports if I use my ipv4 instead of my public ip? I have opened the ports in my windows firewall but when running the GameServer it says "Joinserver connect fail"
It is necessary to open ports if I use my ipv4 instead of my public ip? I have opened the ports in my windows firewall but when running the GameServer it says "Joinserver connect fail"
juance, check if you changed all the ips in files, also check if you have in your firewall all the .exe allowed for private conections.
I have added the .exe that I use to my windows firewall to allow the connection, even though when I open the DataServer, ConnectServer and GameServer, the latter keeps saying "JoinServer connect fail"
Edit: When opening DataServer it opens but stays in "Does not respond"
When opening DataServer it opens but stays in "Does not respond"
Last edited by Juance; 05-12-18 at 03:20 PM.
Do you have seted SQL data correctly inside dataserver.ini?
Code:// ------------------------------------------- // -- DATABASE & Access SETUP // ------------------------------------------- MuOnlineDB = MuOnlineMe MuOnlineDB = Me_MuOnline EventDB = Events RankingDB = Ranking User = sa Pass = // -------------------------------------------------------------------------- // -- IP or INSTANCE_NAME OR COMPUTER_NAME - depends of SQL configuration // -------------------------------------------------------------------------- SQLServerName = (local)
Hmmm seems like it can't connect to SQL. Follow this tutorial: https://www.youtube.com/watch?v=bvObz8Wed0E&t=4s
Check all SQL locations And IP Locations. Disable Firewall temporarily. And use SQL 2008.